

body {
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: verdana, tahoma, sans-serif;
	font-size: small;
}

*html body, td {
	font-size: small; /* IE5/Win */
	font-size: small; /* Other IE versions */
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 100%;
}

/* ============================================================= */
/* = Header                                                    = */
/* ============================================================= */
#header {
	background: url("imgs/bg_header.gif") repeat-x;
	display: block;
	height: 113px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#logo {
	left: 0px;
	position: absolute; 
	top: 0px;
	z-index: 25;
}

#login {
	/* background-color: #fff;
	border: solid #777 1px; */
	display: block;
	margin: 0px;
	padding: 4px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 10px;
	z-index: 24;
}

#login h3 {
	font-size: 125%;
	line-height: 140%;
	margin: 2px;
}

#login p {
	line-height: 125%;
	margin: 2px;
}


/* ============================================================= */
/* = NavBar                                                    = */
/* ============================================================= */
#navbar {
	left: 0px;
	position: absolute;
	top: 113px;
	width: 100%;
}

.nav{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 0 0 0;
	background: url("imgs/bg_navbar.gif") repeat-x; /*tab background image path*/
	height: 44px;
	list-style: none;
}

.nav li{
	float:left;
}

.nav li a{
	float: left;
	display: block;
	color:#000;
	font-family: sans-serif;
	/*font-size: 13px;*/
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	text-align: center;
	text-decoration: none;
	cursor: pointer;	
}

.nav li a b{
	float: left;
	font-weight: normal;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.nav li.current a, .nav li a:hover{
	color: #fff;
	background: url("imgs/bg_tab_left.gif") no-repeat; /*left tab image path*/
	background-position: left;
}

.nav li.current a b, .nav li a:hover b{
	color: #fff;
	background: url("imgs/bg_tab_right.gif") no-repeat right top; /*right tab image path*/
}


/* ============================================================= */
/* = Main                                                      = */
/* ============================================================= */
#main {
	margin-top: 158px;
	padding: 12px;
}

#main p {
	margin-top: 0px;
}


/* ============================================================= */
/* = Footer                                                    = */
/* ============================================================= */
#footer {
	clear: both;
	background-color: #376e8e;
	padding: 8px;
}

#footer p {
	color: #fff;
	line-height: 125%;
	margin: 2px;
}

#footer ul {
	height: 20px;
	list-style: none;
	margin: 0px;
}

#footer li {
	float: left;
	padding-right: 20px;
}

#footer a {
	color: #fff;
}


/* ============================================================= */
/* = Custom Colors                                             = */
/* ============================================================= */

/* Gridview Colors */
.gridview_header {
	background-color: #467f9f;
}

.gridview_row {
	background-color: #e3eaeb;
}

.gridview_altrow {
	background-color: #ffffff;
}


/* Calendar Colors */
.calendar_title {
	//background-color: #467f9f;
	background-color: #00ff00;
	BackColor: #467f9f;
	color: #467f9f;
	//color: #ffffff;
}

.calendar_weekend_day {
	background-color: #d1e7c6;
}

.calendar_selected_day {
	background-color: #4a84a4;
}


/* General Highlight Panel */
.highlight {
	background-color: #dbecd2;
}
