/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 12px;
	color: #000000;
	background: url(../imgs/page_bg.jpg) repeat-x top left;
	background-color: #d8e3e3;
	}

#bodyTD { 
	height: 100em;
	background: url(../imgs/body_bg.gif) repeat-y center;
	}

#mainTD {
	height: 80em;
	}

#menu, #menu ul {
	padding: 0 8px 0 8px;
	margin: 0;
	list-style: none;
	}

#menu a {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom: 1px solid #8e9aa4;
}

#hr {
	background: url(../imgs/hr.gif) repeat-x top left;
	}


/* main text rules */
h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #207605;
	text-decoration: none;
	}
	
.Red {
	color: #5b0404;
	font-weight: bold;
	text-decoration: none;
}

.Blue {
	color: #005c81;
	font-weight: bold;
	text-decoration: none;
}

/* standard link */
a:link {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 12px;
	color: #5b0404;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color:#5b0404;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #2c324a;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:active {
	color:#5b0404;
	font-weight: bold;
	text-decoration: none;
	}

.border {
	border-width: 1px;
	border-color: #005c81;
	border-style: solid;
}

.input {
	font-family: Verdana, Tahoma, sans-serif; 
	font-size: 12px;
	color: #000000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 300px;
	padding: 3px;
}

.button {
	font-size: 12px;
	height: 25px;
}

#login fieldset {
	border: 1px solid #005c81;
	padding: 20px;
}

#login legend {
	font-weight: bold;
	color: #C70000;
	background: #FFF9F9;
	border: 1px solid #005c81;
	padding: 4px 8px;
}

#search, #update, #edit {
	margin: 0;
}

.msgBox {
	border-width: 1px;
	border-color: #485C8E;
	border-style: solid;
	padding: 5px;
}