/* CSS Document */
@charset "iso-8859-1";


/*table.main	{ width: 100%;	}*/
table.encapsulate {
	background-color: #000066;
	background-position: center;
	width:	100%;


}
tr.header	{
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #C2E6FE;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	height: 100px;
/*	text-align: center;*/
}
tr.footer	{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 9px;
	background-color: /*#0000CC*/#000066;

}
td.searchbar{
/*
	background-image: url(../../images/background_search_bar.png);
	background-repeat: repeat-x;
*/
	text-align: right;
	font-size: 12px;
	background-color: #000066;
}
td.menubar	{
	vertical-align: top;
	padding-top: 5px;
	background-color: #C2E6FE;
	font-size: 12px;

}
td.body		{
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	vertical-align: top;

	
}
td.logo	{
	vertical-align: bottom;
	background-color: #C2E6FE;
}


a 			{color: #000066; }
a:link		{color: #000066; }
a:active	{color: #000066; }
a:visited	{color: #000066; }
a:hover		{color: #3399CC; text-decoration: none;}

a.mainMenuLink 			{font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:link		{font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:active	{font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:visited	{font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:hover	{text-decoration: none;}

a.footerMenuLink 			{color: #00CCFF; ont-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.footerMenuLink:link		{color: #00CCFF; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.footerMenuLink:active		{color: #00CCFF; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.footerMenuLink:visited	{color: #00CCFF; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.footerMenuLink:hover		{text-decoration: none;}

/*
a.mainMenuLink 			{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:link		{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:active	{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:visited	{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.mainMenuLink:hover	{color: #eeeeee; text-decoration: none;}
*/
a.selectedMainMenuLink 			{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.selectedMainMenuLink:link		{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.selectedMainMenuLink:active	{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.selectedMainMenuLink:visited	{color: #eeeeee; font-weight: bold; text-decoration: none; padding:0 5 0 5;}
A.selectedMainMenuLink:hover	{color: #eeeeee; text-decoration: none;}

div.footerMenu {
	text-align: center;
}
tr.mainMenuLink, td.mainMenuLink		{
	color: #000066;
	background-color: #00CCFF;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;


}
tr.selectedMainMenuLink, td.selectedMainMenuLink		{
	background-color: #000066;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.altRowColor {
	background-color: #EEEEEE;
}

.altRowColorDarker {
	background-color: #DDDDDD;
}


td.header {
	background-color: #000066;
	color: #EEEEEE;
	font-weight: bold;
}
body		{
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
	background-color: #C2E6FE;
/*
	background-image: url(../../images/background_pattern1.png);
	background-repeat: repeat;
	margin: 0px;
	background-color: #FFFFFF;
*/
	font-size: 12px;

}
h1	{ color: #000066;}
h2	{ color: #000066;}
h3	{ color: #000066;}
h4	{ color: #000066;}
h5	{ color: #000066;}
h6	{ color: #000066;}
td 	{ 
	font-size: 12px;
}

.date	{
	background-color: #000066;
	font-weight: bold;
	text-align: right;
	color: #eeeeee;
	font-size: 12px;
/*	padding: 3px;*/
}

.notice{
	background-color: #FFFF00;
	color: #FF0000;
	font-weight: bold;
}

select , input {
	font-family: Tahoma, Arial, "Times New Roman", sans-serif;
}


/* Start of TOOLTIP CSS */
span.link {
    	position: relative;
}

span.link a span {
    	display: none;
}

span.link a:hover {
    	font-size: 99%;
    	font-color: #000000;
}

span.link a:hover span { 
    	display: block; 
    	position: absolute; 
    	margin-top: 10px; 
    	margin-left: 5px; 
	    width: 300 px; 
		padding: 5px; 
    	z-index: 100; 
    	color: #000000; 
    	background: #FFFFAA; 
    	text-align: left; 
    	text-decoration: none;
}
/* End of TOOLTIP CSS */