body {
	color: #000000;
	margin-top: 35px;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	background:url(../images/body-bg.jpg) center top no-repeat fixed;
}

a {
 	font-size:12px;
	color:#0d68a3;
}
a:hover {
	 font-size:12px;
	 color:#e4950c;
}

TD {
	font-size: 11px;
}


/*********************************************************************************************/
.header-bg{
	background:url(../images/header-bg.png) top left no-repeat;
}

.logo{
	background:url(../images/logo.png) 7px 7px no-repeat;
}


.footer-bg {background:url(../images/footer-bg.gif) bottom left no-repeat;}



ul { margin:0; padding:0;list-style:none;}
.menu {padding:15px 0px 0px 0px;}
.menu ul {width:100%; overflow:hidden;}
.menu li { 
	line-height:normal; 
	display:inline; 
	padding:0px 12px 0px 16px;  
}

.menu li a{color:#005293; text-decoration:none; font-size:14px; }
.menu li a:hover{text-decoration:underline; color:#e4950c;}


.limiter{ 
	background:url(../images/menu-devider.gif) no-repeat left 3px; 
}

/********************/
.inside-widget { padding:15px 20px 0 20px;}
.widget {padding:0px; width:100%; overflow:hidden;}
.widget h2 {
	font-size:12px;
	padding: 10px 0 10px 10px;
	margin: 0;  
	line-height:1em; 
	color:#1f2c55; 
	font-weight:bold; 
	text-transform:uppercase; 
	background:url(../images/h2-tail-bg.gif) top repeat-x;
	}
.widget h2 span {background:url(../images/h2-bg.gif) no-repeat left 50%; padding: 5px 0 5px 25px; }

.widget h2 a {color:#0d68a3; text-decoration:none;}
.widget h2 a:hover {text-decoration:none;}

.widget ul { margin:0; padding:0px; width:100%;}
.widget li { line-height:8px; color:#000000; padding:0 0 12px 0; background:url(../images/list-marker.gif) no-repeat 0 0px; padding-left:21px;}
.widget li a { color:#485478; text-decoration:none;}
.widget li a:hover { text-decoration:none; color:#e4950c;}


/********************/
.more-link {background:url(../images/link-tail-bg.gif) top repeat-x; display:inline-block; line-height:1em; text-decoration:none; vertical-align:middle; margin:0 16px 0 0 !important; cursor:pointer; color:#293b75;}
.more-link span {background:url(../images/link-right-bg.gif) top right no-repeat; display:inline-block; color:#293b75;}
.more-link span span {background:url(../images/link-left-bg.gif) top left no-repeat; padding:6px 10px 8px 10px; font-size:0.917em;}
.more-link:hover span {color:#e4950c;}







/*********************************************************************************************/
.formEdit {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #C9C9C9;
	background-color: #fff;
	width: 250px;
	font-size: 10pt;
	color: #535353;
}

.formHalfEdit {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #C9C9C9;
	background-color: #FFFFFF;
	width: 100px;
	font-size: 10pt;
}

.formSmallEdit {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #BCBAA2;
	background-color: #FFFFFF;
	width: 60px;
	font-size: 10pt;
}

.formPager{
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #BCBAA2;
	background-color: #FFFFFF;
	width: 40px;
	font-size: 10px;
}

.formLongEdit {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #BCBAA2;
	background-color: #FFFFFF;
	width: 60px;
	font-size: 10pt;
}

.formTextarea {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #BCBAA2;
	background-color: #FFFFFF;
	height: 100px;
	width: 400px;
	font-size: 10pt;
}

.formBigTextarea {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #BCBAA2;
	background-color: #FFFFFF;
	height: 100px;
	width: 400px;
	font-size: 10pt;
}

.formButton {
	border: 1px solid #C9C9C9;
	font-size: 9pt;
	background-color:#F9FFF4;
	font-weight: bold;
	color: #999999;
	height: 20px;
	width: 80px;
	
	cursor: pointer;
}

.formSmallButton {
	border: 1px solid #BCBAA2;
	font-size: 9pt;
	background-color:#BCBAA2;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 80px;
}


.formLongButton {
	border: 1px solid #BCBAA2;
	font-size: 9pt;
	background-color:#BCBAA2;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 80px;
}

.tableBorder {
	border: solid 1px #BCBAA2;
	background-color: #FFFFFF;
}

.tableBorderHeader {
	height: 27;
	background-color: #DCDBBD;
	padding-left: 5px;
}

.tableHeader {
	height: 22;
	background-color: #F1F1D8;
	padding-left: 5px;
}

.tableDataDark {
	background-color: #F5F4EB;
	padding-left: 5px;
	height: 22;
}

.tableDataLight {
	background-color: #FDFDF1;
	padding-left: 5px;
	height: 22;
}

.tableData {
	background-color: #FDFDF1;
	padding-left: 5px;
}


.tableHeaderText {
	color: #000000;
	font-weight: bold;
	text-align: left;
}
