

body{
	font-family: Verdana,sans-serif;
	font-size: 80%;
	color: black;
	margin: 0px;
	padding: 0px;
	background: dimgray;
}

a:link, a:visited{
	color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline overline;
}

h1{
 font: bold 120% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

#header{ margin: 10px 1%;background: white}

b.rtop, b.rbottom{display:block;background: dimgray}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: white}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#headermenu li{
	display: inline;
	border-left: 1px solid black;
	padding: 0px 5px 0px 5px;
}

#headermenu a:link{
	color: black;
	font-weight: bold;
}

#headermenu a:visited{
	color: black;
	font-weight: bold;
}

#headermenu a:hover{
	background-color: lightgrey;
	text-decoration: underline overline;
	font-weight: bold;
}



#page{
	 margin: 10px 1%;
	 background-color: white;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: darkgray;
	font: small Verdana,sans-serif;
	border-right: 1px solid black;
}	

#pageLinks{
	margin: 0px;
	padding: 0px;
}

#pageLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid darkgray;
}

#pageLinks a:link, #pageLinks a:visited {
	display: block;
	border-bottom: 1px solid black;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: black;
}

#pageLinks a:hover{
	background-color: lightgrey;
	border-bottom: 1px solid black;
	font-weight: bold;
	text-decoration: none;
}

#pageInfo{
	padding: 20px 3px 20px 3px;
	background-color: white;
}

#pageSecureContent{
	padding: 10px 10px 10px 10px;
}

#pagePublicContent{
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid black;
}

#footer{
	background-color: darkgray;
	clear: both;
	border-top: 2px solid black;
	font-size: small;
	color: black;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#admintable {
	margin: 2px 2px;
	border: 1px solid black;
	padding: 0px;
	background-color: darkgray;
 }
 
#admintableheaderrow {
	background-color: darkgray;
 }

#admintablelightrow {
	background-color: white;
 }

#admintablemediumrow {
	background-color: lightgrey;
 }

/*  RAP - TASK ADMIN STYLYES   */

#raptasktable {
	margin: 2px 2px;
	background-color: darkgray;
	font-size: 90%;
}

#raptasktable a:link{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#raptasktable a:visited{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#raptasktable a:hover{
	color: black;
	font-weight: normal;
	text-decoration: underline overline;
}

#raptasktableheaderrow {
	background-color: darkgray;
}
 
#raptasktableheaderrow a:link{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#raptasktablelightrow {
	background-color: white;
}

#raptasktablemediumrow {
	background-color: lightgrey;
}

#raptasktablearchiverow {
	background-color: gray;
}



.tbl_title {
	text-align: center;
	font-weight: bold;
	background-color: #ED2224; /* #84572A */
	color: White/*#FFF7D7*/;
}




.mainmenu{
	background-color: darkgray;
	color: red;
}

	
