/* CSS Document */

/* page layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	font-size: 13px;
	color: #000000;
	}

#contentTable { 
	background: url(../imgs/page_bg.jpg) repeat-x top left;
	}

#bodyTD { 
	height: 50em;
	}
	
#bodyBg {
	background: url(../imgs/body_bg.gif) repeat-y center;
	}

#menuBar {
	background-color: #005c81;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	}

#hr {
	background: url(../imgs/hr.gif) repeat-x top left;
	}


/* main text rules */
h1 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #005c81;
	text-decoration: none;
	}
	
.Red {
	color: #e10000;
	font-weight: bold;
	text-decoration: none;
}

.Blue {
	color: #005c81;
	font-weight: bold;
	text-decoration: none;
}

/* standard link */
a:link {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #78acbf;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color:#78acbf;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #bfa1a1;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:active {
	color:#78acbf;
	font-weight: bold;
	text-decoration: none;
	}

.border {
	border-width: 1px;
	border-color: #005c81;
	border-style: solid;
}

.input {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

.button {
	background-color: #8fb518;
	border-width: 1px;
	border-color: #667f17;
	border-style: solid;
	color: #324104;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
}

#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;
}