body {
	font-family: Verdana;
	font-size:12px;
}

td {
	font-family: Verdana;
	font-size:12px;
}

th {
	font-family: Verdana;
	font-size:12px;
}
.a {
	color: #FFFFFF;
}
.border {
	border: 1 solid #000066;
}


/* changes for vacation mode */
.warning {
	border: 3px solid #BF9900;
	background: #FEEB9C url(../images/bg_fade_yellow_med.png) repeat-x top;
}

.status 
{
	padding: 8px 10px 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: 1px 1px 1px white;
	overflow: auto;
	margin-bottom: 20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.status .closestatus 
{
	float: right;
	color: white;
	text-align: center;
	margin-left: 10px;
}
.status p 
{
	padding: 0;
	margin: 0;
}
.status img 
{
	float: left;
	padding-right: 5px;
}

img {
	border: none;
}
img[align=right] {
	float: right;
	vertical-align: top;
}

.warning .closestatus a:hover {
background: #9B7C00;
}

.warning .closestatus a {
background: #BF9900;
}

.status .closestatus a {
position: relative;
color: white;
text-decoration: none;
padding: 5px;
width: 10px;
height: 10px;
display: block;
border-radius: 5px;
-moz-border-radius: 5px;
line-height: .6em;
top: -2px;
text-shadow: none;
}

a, input[type="submit"], button[type="submit"] {
cursor: pointer;
}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
.warning span {
color: #BF9900;
}
.status {
text-shadow: 1px 1px 1px white;
}