/* CSS Document */

Body {
	margin: 0px;
	padding: 0px;
	font: 12px "Trebuchet MS";
	color: black;
	}
	
Table {
	margin: 0px;
	padding: 0px;
	font: 12px "Trebuchet MS";
	color: black;
	}	

.padding-10px {
	padding: 10px;
	}
	
.borderleftright-black {
	border-left: 1px Solid #000000;
	border-right: 1px Solid #000000;
	}
	
.txtwhite {
	color: white;
	}
	
.whitebtmbrdr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.txtbrown {
	color: #D0B39D;
}

.menubtn {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
}

a{
	font: 11px Tahoma;
	color: #000000;
	font-weight: bold;
			text-decoration: none;
	}
	
a:hover{
	font: 11px Tahoma;
	color: #990100;
		font-weight: bold;
		text-decoration: underline;
	}

a.menulink
{
    font-size: 12px;
	color: #f2e39f;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial ;
	padding-right: 10px;
}

a.menulink:hover
{
    font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial ;
	padding-right: 10px;
}

a.toplink
{
    font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma,Verdana ;
font-weight: normal;
}

a.toplink:hover
{
    font-size: 11px;
	color: red;
	font-weight: normal;
	font-family: Tahoma,Verdana ;
	text-decoration: underline ;
}

a.emaillink
{
    font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma,Verdana ;
font-weight: normal;
}

a.emaillink:hover
{
    font-size: 11px;
	color: #9A0000;
	font-weight: normal;
	font-family: Tahoma,Verdana ;
	text-decoration: underline ;
}

a.weblink
{
    font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma,Verdana ;
}

a.weblink:hover
{
    font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma,Verdana ;
	text-decoration: underline ;
}


.padlr10px {
	padding-right: 10px;
	padding-left: 10px;
}
.txtwhite {

	color: #FFFFFF;
}
.padingleft {
	padding-left: 10px;
}

.padingleft15 {
	padding-left: 15px;
}

.padingright {
	padding-right: 10px;
}
.BrdrBW {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #FFFFFF;
}

.Brdrbottom-gray {
	border-bottom: 1px dotted #9c9c9c;
	}
	
.Border {
	border: 1px Solid #939598;
}


	
.arial24 {
	font-family: Arial;
	font-size: 24px;
	color: #990100;
	padding-left: 15px;
}

input {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5C5D2;
	border-right-color: #CAD8E5;
	border-bottom-color: #CAD8E5;
	border-left-color: #B5C5D2;
	width: 175px;
	padding-left: 5px;
	margin-right: 3px;
}

.textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5C5D2;
	border-right-color: #CAD8E5;
	border-bottom-color: #CAD8E5;
	border-left-color: #B5C5D2;
	width: 175px;
	padding-left: 5px;
	padding-top: 2px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 40px;
}
.select {
	border: 1px solid #BCCEDC;
	width: 175px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}

.button {
	font-family: tahoma;
	font-size:  11px;
	color: black;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	padding-right: 5px;
	padding-left: 5px;
	height: 22px;
	}
	
input.radiobutton {
	border:1px solid #B5C5D2;
	height: 15px;
	width: 15px;
}
input.checkbox {
	border:1px solid #B5C5D2;
	height: 15px;
	width: 15px;
	}
	
/*Starts of Grid classes*/
.Grid {
	border: 1px Solid #ececec;
	}

.GridHeader {
	border-top: 2px solid #72A7CE;
	border-bottom: 0px solid #c2b12e;
	background-image:url(../images/grid-hdrbg.gif);
	font: bold 11px Tahoma;
	color: #000000;
	text-align: left;
	cursor: default;
	padding-left: 5px;
	padding-right: 5px;
	height: 26px;
}



.Grid_AltRow

{
	background-color: #F7F7F7;
	height:25px;
	border-bottom: solid 1px #E2E2E2;
	padding-left: 5px;
	padding-right: 5px;
}

.Grid_NormalRow
{
	background: white;
	height: 25px;
	border-bottom: solid 1px #E2E2E2;
	padding-left: 5px;
	padding-right: 5px;
}

.Grid_Pager
{	background-color: #eddfa9;	
	height: 22px;
	padding-left: 10px;
	text-align:right;
	padding-right:15px;
	color: #333333;	
}

#alert{z-index:100; position:absolute; top:100px; text-align:center; width: 100%;}
#tblNotice{background:#fffacb; border:1px solid #f4d054; padding: 10px; width: 450px;}
#tblNotice h3{padding:0px; margin:0px; font:16px "Trebuchet MS"; color:#990000;}
#tblNotice h2{padding:0px; margin:0px; font:15px "Trebuchet MS"; color:black;}
/*End of Grid classes*/	


/*Starts of Login classes*/	
.logo {font: 16px "Trebuchet MS"; color: white;}
.logintextfield { border:1px solid #cb9768; width: 225px; height:25px; padding: 3px; font: 12px "Trebuchet MS";}

/*Starts of Inner Header classes*/	
.headerbg1 {background:url(../images/header1.jpg) no-repeat; height:157px;}
.headerbg {background:url(../images/header.jpg) no-repeat; height:157px;}

.Footer {background: #a5701b; border-top: 2px solid #5d1813; padding-left: 10px; padding-right: 10px; color: white;height: 31px;}
.telnumber {font: 28px "Trebuchet MS"; color: #783f19;}

