﻿body, table
{
	font-size: 13px;
	margin:0;
	
	font-family:'Segoe UI',Tahoma,Arial;
}
body
{
	background:url('assets/images/bodygradient.png') repeat-x;
	background-color:#BABDBF;
}
.fastLinks{
	 color:#FFFFFF;
	 text-decoration:underline;	 
	}
.contentArea{
		background:#FFFFFF;
		font-family:'Segoe UI',Tahoma,Arial;
	}
	.menu a{
		color:white;
		font-family:'Segoe UI',Tahoma,Arial;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		margin-left:15px;
		margin-right:15px;
		position: relative; top: 2px;
		vertical-align:middle;
		cursor:pointer;		
	}
	.menu a:hover{
		color:#FEC70A;
	}
	
	.pageHeader{
		background:url('assets/images/bg.jpg') repeat-x;
		height:69px;
	}
	.importantPageHeader{
		font-family:'Segoe UI',Tahoma,Arial;
		font-size:12px;
		font-weight:bold;
		text-align:left;
	}
	.sectionHeader{
		font-size:large;
		font-weight:bold;
		text-align:left;
	}
	.textSection{
		font-size: small;
		text-align:left;
	}
	.text 
	{
	font-size: small;
		text-align:left;
}		
	.menu{
 	  background:url('assets/images/TableHeaderBG.png') repeat;
 	  clear:both;
	}
	.topMenu{
 	  background:url('assets/images/TopMenuBG.png') repeat-x;	
	}
	
	.link{
		color:#175D35;
	}
	
	.newsLink{
		color:Navy;		
		text-decoration:none;
		font-weight:bold;
		font-size:12px
	}
	
table
{
	text-align: left;
}

body
{
	text-align: center;
	
}

td, th
{
	vertical-align: middle;
	padding: 2px 3px;
}

h2
{
	margin: 0;
	color: #006600;
}

a
{
	color: #0060C0;
}

a:hover
{
	text-decoration: none;
}

div#MyHeader
{
	margin: 0 auto; 
	height: 220px; 
	width: 850px; 
	background: url('header.png') no-repeat;
}

div#MyHeader a
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00408F;
}

div#MyHeader a:hover
{
	text-decoration: underline;
}

div#Wrapper
{
	width: 710px;
	margin: 5px auto;
	text-align: center;
	
}

div#WrapperTop
{
	width: 710px;
	height: 5px;
	background: url('WrapperTop.png');
}

div#WrapperBase
{
	width: 710px;
	height: 5px;
	background: url('WrapperBase.png');
}

div#InnerWrapper
{
	text-align: left;
	background: url('WrapperBody.png') repeat-y;
}

div#TitlePart
{
	text-align: left;
}

div#InformationBar
{
	width: 700px;
	margin: 0 auto;
	margin-bottom: 4px;
	text-align: left;
	
	color: #006600;
}

div#Navigator
{
	width: 700px;
	margin: 0 auto;
	margin-bottom: 10px;
	height: 20px;
	background: url('NavigatorBG.png') no-repeat;
	text-align: center;
}

div#Navigator a 
{
	margin: 0 45px;
	color: #407040;
	
}

div#Navigator a:hover
{
	color: #60A060;
	
}

div#Main, div#LoginMain
{
	margin: 0 auto;
	width: 760px;
}

div#Main
{
	min-height: 500px;
}

div#Foot
{
	text-align: left;
	margin: 0 auto;
	width: 700px;
	margin-top: 0px;
	color: #003300;
}

div#LoginWrapper
{
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

div#LoginPanel
{
	margin: 0px auto;
	width: 620px;
	padding: 20px 0;
	text-align: left;
}

.TextBox
{
	font-family: Lucida Grande, Trebuchet MS, Microsoft Sans Serif, Verdana;
	font-size: 11px;
}

.SectionTitle
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.CenterMargin
{
	margin: 0 auto;
}

.RightAlign
{
	text-align: right;
}

.EnabledTextBox
{
	background-color: #FFFFE0; 
	border:1px solid #bdc7d8;
	font-family:lucida grande, tahoma, verdana, arial, sans-serif;
	font-size:11px;
}

.EnabledTextBoxMouseOver
{
	background-color: #FFFACD; 
	border:1px solid #bdc7d8;
	font-family:lucida grande, tahoma, verdana, arial, sans-serif;
	font-size:11px;
}

select
{
	font-family:lucida grande, tahoma, verdana, arial, sans-serif;
	font-size:11px;
	background-color: #FFFFE0; 
	text-decoration: none;
	border-color: #333333 #333333 #333333; 
	border: 1px solid;
}

.Button, .ButtonDown, .ButtonHover {		
	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding : 0px 1px 1px 1px;		
	height : 19px;	
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-right-color : #4C4C4C;
	border-left-color : Silver;
	border-bottom-color : #4C4C4C;
	border-top-color : Silver;
	
}

.Button {		
	background : White url('button_background.png');	
}

.ButtonDown
{
	background : url('button_down.png');
}

.ButtonHover
{
	background : White url('button_over.png');
}
/* Begin MessageControl Stuff */
div.MsgError
{
	background: #FFF4F4;
	border: 1px double #C08888;
}
.MsgError table
{
	
	color: #600000;
}
.MsgInfo
{
	background-color: #F0F0F0;
	border: 1px solid #3D5F81;
}
.MsgInfo table
{
	color: #2a5163;
}
.MsgWarn
{
	border: 1px solid #787878;
}
.MsgWarn table
{
	font-family: Tahoma;
	font-size: xx-small;
}
.MessageControl
{
	/*width: 400px;*/
	margin-top: 10px;
	text-align: left;
	background: white;
}
.MessageControl ul
{
	margin-bottom: 0;

   margin-top: 0;
   margin-left: 30px;

}
.MessageControl table
{
	font-size: 13px;
}
/* End MessageControl Stuff */

