/* CSS Document */
body {
	margin: 0px;
	background-color: #FFFFFF;
}
body,table,input,textarea,select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
input,textarea,select {
	background: #F5F5F5;
	border: 1px solid #999999;
	color: #666666;
}
a {
	color: #993333;
	text-decoration: underline;
}
h1 {
	color:#993333;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	color:#993333;
	font-size: 12px;
	margin-top:-2px;
}
h4 {
	color:#3366CC;
	margin-top:-2px;
}

p {
	margin-top: 0px;
	margin-bottom: 7px;
}
form {
	margin: 0px;
}

/* Forms */
.button {
	background: #FFFFCC;
	border: 1px solid #000000;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}
.formTitle {
	color: #FFFFFF;
	font-weight: bold;
}
.noBorder {
	border: none;
	background: #006699;
}
.form {
	color: #FFFFFF;
}
/* End
Footer */
.footer {
	color: #FFFFFF;
}
.footerLink {
	color: #E0E0E0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}
/* End
Page Content */
#Container {
	background: white;
	width: 750px;
}
tr#Header { 
	height:290px; 
	background-image:url(../images/headers/ClockHeader.jpg);
}
div#HeadFeature { 
	width:250px; 
	float:left;
	height:202px;
	background:#F1EED7;
	position:relative;
	top:10px;
	padding-left: 10px;
	padding-right:5px;
}
#Department {
	background:#E8ECD9;
	border:outset;
	vertical-align:top;
}
#Content {
	width:500px;
	padding:10px;
	vertical-align:top;
}
#Staff {
	text-align: center;
	float:left;
	vertical-align:top;
	padding:5px;
}
#RightSide {
	padding-left:0px;
	padding-right:0px;
	margin-top:10px;
	vertical-align:top;
	width: 250px;
}
#RightTop {
	vertical-align:top;
	background-color:#F1EED8;
	padding:3px;
}
#RightBottom {
	vertical-align:top;
	background-color:#8BADD8;
	padding:3px;
}
div#Nav { 
	width:400px; 
	float:left;
}

#Footer { 
	width: 100%;
	clear: both;
	color: #999999;
	font-size: 9px;
	text-align: center;
	padding-bottom: 3px;
}
.calendar {
	background-color:#999999;
}
.whitebg {
	background-color:#ECEBD7;
}
.inputreq
{
	background-color: #993333;
	color: white;
}