﻿/* The following global selector makes IE and Mozilla size box elements the same way (like IE)
It is very important in getting things to look the same in both browsers*/
* {-moz-box-sizing:border-box;box-sizing:border-box;/*margin:0px;padding:0px*/}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	/*color:#2a5a3b;*/
	background-color:White;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
		
	/* center page content( for ie quircks mode)*/
	/*text-align:center 	*/
	/* end center page content */
	/*overflow:auto;*/
	}
	
th, td, input, select{font-size:  13px;}

h1 {font-size: 24px}
h2 {font-size: 18px}
h3 {font-size: 16px}
h4 {font-size: 14px}
h5 {font-size: 13px;font-weight:bold;}
h6 {font-size: 13px;font-style:italic;}

input,select{
	color: black;
	/*color:#2a5a3b;*/
	/*background-color: #cfdce6;*/
	/*background-color: #e6edf2;*/
	/*background-color:transparent;*/
	
}
a,a:link,a:visited {/*color: black;*/ color:#004c80;}
a:hover{color:#3cacf7}

.PageContainer /*, body form>div, body form>table>tr>td*/
{
	background-color:white;
	background-image: url(../images/watermark.gif);
	background-repeat:no-repeat;
	width: 100%;
	height:307px;
	margin-top:10px;
	/* center page content */
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	/* end center page content */
		
	text-align:left;
	
}
/*  ***************************** Table1 styles ********************************** */
Table.Table1 
{
	border-collapse: collapse;
	font-size:11px
}
Table.Table1 td 
{
	border:1px solid silver;
	padding-left:4px;
	padding-right:4px;
}

.Table1HeaderRow 
{
	font-weight: bold;
	background-color: #287881;
	color:White;
}

.Table1AltRow 
{
	background-color:#BCE6EB
}
/*  ***************************** Table1 styles ********************************** */

.DataGrid
{
	border: solid 1px Silver;
}

.DataGrid TD
{
	border: solid 1px Silver;
	padding-left:4px;
	padding-right:4px;
}

.sectionheader{
	font-size: 14px;
	font-weight: bold;
	color: #287881;
	/*color: 00e6cf;*/
	/*background-color: #b8d3e6;*/
	background-color: #e5e5e5;
	/*text-decoration:  underline overline;*/
	border-top: 1px solid #287881;
	border-bottom: 1px solid #287881;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/menubutton.gif);
	background-repeat: 	repeat-x;
}

.bannerinfo {
	font-size:10px;
	color:white;
}
a.bannerinfo,a.bannerinfo:link,a.bannerinfo:visited {/*color: black;*/ color:white;font-weight:bold}
a:hover.bannerinfo{color:white;font-weight:bold}

.bannernavlink {
	font-size:12px;
	color:white;
}
a.bannernavlink,a.bannernavlink:link,a.bannernavlink:visited {/*color: black;*/ color:white;font-weight:bold}
a:hover.bannernavlink{color:white;font-weight:bold}
.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: White;
	background-color: transparent;
	text-align:center;
}
