@import url("menu.css");

body
{
    /*font-size: 15px;*/
	height: 100%;
	margin: 0px;
	padding: 0px;
		background-color: #f4f5f4;
}

#contentpanetd { border: solid 1px #dfdfdf; padding: 2px 2px 2px 2px;}
.contentpanetdtbl   { height: 100%;}
.bottomshadow { background-image:url(bottomshadow.jpg); background-repeat: repeat-x; height:: 20px;}
.logon {height: 30px;}

a:link,a:visited,a:active{
	color: #000259;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	/*background-color: #333366*/
	}

.white{
	color: #ffffff;
}

a.white:link,a.white:visited,a.white:active{
	color: #000259;
	font-weight: normal;
	text-decoration: none;
}

a.white:hover{
	color: #000259;
	font-weight: bold;
	text-decoration: underline;
}

/* text style used for most text rendered by modules */
.Normal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.NormalRed{
	color: #000259;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.NormalBold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
/* Style for links at bottom of page */
.links,.bottom {	FONT-WEIGHT: bold;	FONT-SIZE: 70%;	COLOR: #fff;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.links:link {	COLOR: #fff;	TEXT-DECORATION: none} 
A.links:visited {	COLOR: #fff;	TEXT-DECORATION: none}
A.links:hover {	COLOR: #fff;	TEXT-DECORATION: underline}
A.links:active {	COLOR: #fff;	TEXT-DECORATION: none}

.currentdate {FONT-WEIGHT: bold;	FONT-SIZE: 70%;	COLOR: #333;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}

/* Style for search text */
.search { background-color: transparent; border: 0px; FONT-WEIGHT: bold;	FONT-SIZE: 70%;	COLOR: #fff;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.search:link {	COLOR: #fff;	TEXT-DECORATION: none} 
A.search:visited {	COLOR: #fff;	TEXT-DECORATION: none}
A.search:hover {	COLOR: #fff;	TEXT-DECORATION: underline}
A.search:active {	COLOR: #fff;	TEXT-DECORATION: none}

/* Style for Various Links*/
.SkinObject {	FONT-WEIGHT: bold;	FONT-SIZE: 70%;	COLOR: #333;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.SkinObject:link {	COLOR: #333;	TEXT-DECORATION: none} 
A.SkinObject:visited {	COLOR: #333;	TEXT-DECORATION: none}
A.SkinObject:hover {	COLOR: #333;	TEXT-DECORATION: underline}
A.SkinObject:active {	COLOR: #333;	TEXT-DECORATION: none}

/* Contact the Webmaster */
.contact_web,.bottom_info {	FONT-WEIGHT: bold;	FONT-SIZE: 12PX;	COLOR: #fff;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.contact_web:link {	COLOR: #fff;	TEXT-DECORATION: none} 
A.contact_web:visited {	COLOR: #fff;	TEXT-DECORATION: none}
A.contact_web:hover {	COLOR: #fff;	TEXT-DECORATION: underline}
A.contact_web:active {	COLOR: #fff;	TEXT-DECORATION: none}

.designedby {background-color: #f4f5f4; FONT-WEIGHT: bold;	FONT-SIZE: 12PX;	COLOR: #333;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}

/* Breadcrumbs */
.breadcrumbs {	FONT-WEIGHT: bold;	/*FONT-SIZE: 70%;*/	COLOR: #FFF;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.breadcrumbs:link {	COLOR: #333;	TEXT-DECORATION: none} 
A.breadcrumbs:visited {	COLOR: #333;	TEXT-DECORATION: none}
A.breadcrumbs:hover {	COLOR: #333;	TEXT-DECORATION: underline}
A.breadcrumbs:active {	COLOR: #000;	TEXT-DECORATION: underline;}

.userclass {	FONT-WEIGHT: bold;	FONT-SIZE: 70%;	COLOR: #000;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.userclass:link {	COLOR: #000;	TEXT-DECORATION: none} 
A.userclass:visited {	COLOR: #000;	TEXT-DECORATION: none}
A.userclass:hover {	COLOR: #000;	TEXT-DECORATION: underline}
A.userclass:active {	COLOR: #000;	TEXT-DECORATION: none}

.loginclass {	FONT-WEIGHT: bold;	FONT-SIZE: 70%;	COLOR: #000;	FONT-FAMILY: Tahoma, Arial, Helvetica;	TEXT-DECORATION: none;}
A.loginclass:link {	COLOR: #000;	TEXT-DECORATION: none} 
A.loginclass:visited {	COLOR: #000;	TEXT-DECORATION: none}
A.loginclass:hover {	COLOR: #000;	TEXT-DECORATION: underline}
A.loginclass:active {	COLOR: #000;	TEXT-DECORATION: none}

.bottom_info
{	padding-top: 0px;
	padding-bottom: 0px;
	width: 800px;
	display: none;
}

.skingradient {
	
	background-repeat: repeat-x;
	BACKGROUND-color: #669933;
	HEIGHT:39px;
	border: solid 2px #dfdfdf;
	
}


.content 
{
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

/* The main Page*/
.bottomright
{ 
	width: 39px;
}
.bottomleft
{	width: 39px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #f4f5f4;
	background-repeat: repeat-x;
	vertical-align: top;

}
.skinmaster {
	vertical-align: top;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px; 
	width: 900px;
	height: 100%;
}

.skinheader {
	background-color: #ffffff;
	height: 200px;
	border: solid 2px #dfdfdf;
}
.headerbkg
{	background-repeat: repeat-x;
	background-color: #233458;
}

/* Used behind Control Panel and bottom Bar */
.filler
{ background-color: #fff;
	width: 100%;
}

/* Bottom Bar */
.bottom {
	background-color: #003366;
	height: 34px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.searchbx
{	/*background-color: #e1e5e7;*/
	background-image: url(searchBOX.gif);
	background-repeat: no-repeat;
	width: 266px;
	height: 59px;
}
/* Contains the date, not the toppane */

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	/*background-image: url(back.gif);*/
	background-repeat: repeat-x;
	/*border: solid 2px #dfdfdf;*/
	
}
.leftpane {
	width: 200px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right: dashed 1px #dfdfdf;
	white-space: normal;
	background-color: #FDFDFD;
	background-repeat: repeat-x;
}

.rightpane {
	width: 200px;
	background-color: transparent;
	border-left: dashed 1px #dfdfdf;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	padding-right: 0px;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
    font-weight: normal;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  112.5%;
    font-weight:    normal;
    color: #333333;
}

#div_search
{
    position: static;
    width: 100%;
}    

#div_logon
{
    position: static;
    width: 100%;
    color: #000;
	height: 22px;
	padding: 2px 2px 2px 2px;
    background-color: #f4f5f4;
}

.Head   {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size:  100%;
    font-weight:    normal;
    color: #333333;
}











































































