/*
these styles control the navigation bar
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:arial,helvetica;
	font-weight:bold;
	letter-spacing:1px;
	font-size:12px;
}

#navlist li{
	width: 160px;
	height:44px;
}



#navlist a, #navlist a:visited {
	display: block;
	padding: 5px 2px 2px 35px;
	border: 0px solid #000000;
	border-color: #000 #000 #000 #000;
	background-color: transparent;
	background-image:  url(navoff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	height:44px;
}
#navlist a:hover {
	background-color: transparent;
	background-image:  url(navon.jpg);
	color: #ffffff;
	text-decoration:none;
	height:44px;
}
#navlist .navon {
	font-size:13px;
	background-color: transparent;
	background-image:  url(navon.jpg)!important;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff !important;
	text-decoration:none !important;
	font-weight: bold;
	cursor: default;
	height:44px;
}

#navlist a.topspacer, #navlist a:visited.topspacer {
	display: block;
	padding: 11px 20px 2px 35px;
	border: 0px solid #000000;
	border-color: #000 #000 #000 #000;
	background-color: transparent;
	background-image:  url(navoff.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	height:44px;
}
#navlist a:hover.topspacer {
	background-color: transparent;
	background-image:  url(navon.jpg);
	color: #ffffff;
	text-decoration:none;
	height:44px;
}
#navlist .navon_topspacer {
	font-size:13px;
	padding: 11px 20px 2px 35px;
	background-color: transparent;
	background-image:  url(navon.jpg)!important;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #ffffff !important;
	text-decoration:none !important;
	font-weight: bold;
	cursor: default;
	height:44px;
}
h1.pagetitle{
	width:600px;
	height:60px;
	font-size: 20pt;
	font-family : Arial, Helvetica, sans-serif; 
	color: #000099;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	background-color: transparent;
	background-image:  url(header.gif);
	background-repeat: no-repeat;
	padding-top:15px;
	}

div.plugin, table.plugin, table.plugin td {
	font-size: 10pt;
	font-family : Arial, Helvetica, sans-serif; 
	color: #000000; 
}

h2.plugin {
	font-size: 14pt;
	font-family : Arial, Helvetica, sans-serif; 
	font-weight:bold;  
	color: #ffffff; 
	margin-top:2px;
	border-bottom:2px solid #9ACC99;
	border-top:2px solid #9ACC99;
	background-color: #000099; 
	padding:2px 10px 2px 10px;
	margin: 2px 10px 1px 10px;
}



.plugin  input.box1 {
	 border: #cccccc 1px solid;
	 FONT-WEIGHT: normal; 
	 FONT-SIZE: 12px; 
	 FONT-FAMILY: arial; 
	 BACKGROUND-COLOR: #ffffff; 
	 COLOR: black;
	 height:20px;
	 width:120px;
	}
	
.plugin .submit {
	font-size: 10px; 
	color:#000099; 
	border-color:#000099; 
	background-color:#9ACC99; 
	border:#000099 1px solid; 
	vertical-align:middle; 
	text-align:center; 
	font-weight: bold;
	letter-spacing:2px; 
	font-face:arial;
}


td.shaded{
	border:0px solid #000000;
	background-color: #B31830; 
	color:#ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
	text-align:center; 
	font-weight:bold;
}

p.paged{
width:850px;
}