
/**** Home Page****/
table.home{
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	color: White;
	padding: 10px;
	overflow-x: hidden;

}
td.logo{
	padding-left: 0px;
}
td.homeIcon{
	
}
td.homeText{
	vertical-align: middle;
	padding-left: 4px;
}
td.padd{
	width: 20px;
}

table.buttonBar{
/*	margin-top: 20px;
	margin-bottom: 20px;*/
}
/*******************/
body{
	margin: 0px;
   padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-family:Verdana;
   overflow-x: hidden;
   -webkit-user-select: none;
   -webkit-text-size-adjust: none;
	background-color: #002955;
}
body.master{
	background-color: White;
	font-family:Verdana;
}

table{
	width: 100%;
	font-size: 14px;
	/*padding: 10px;*/
}
table.headerBar{
	height: 50px;
	background-image:url(../images/background.png) ;
	background-repeat: repeat-x;
}
td.content{
	padding: 10px 10px 10px 10px;
	vertical-align:top;
}
td.logoInner{
	width: 100px;
}
img.logo{
	margin: 0px 0px 0px 10px;
}
td.pageTitle{
	font-size: 18px;
}
td.homepage{
	width:27px;
}
td.searchHeader{
	padding-bottom:10px;
}
table.oddEven{
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
}

td.oddEven{
	border-top: 1px silver solid;
	padding: 6px;
}
tr.odd{
	background-color: #F7F7F7;
}

.h1{
	font-size: 24px;
	line-height: 30px;
}
.h2{
	font-size: 18px;
	line-height: 22px;
}

span.text{
	font-size: 12px;
	line-height: 18px;
}

a{
	color: #3E7BB9;
}
a:hover{
	text-decoration: none;
}

a.more{
	font-weight: bold;
}

img{
	border: none;
}
table.searchForm{
	padding-bottom: 10px;
}
img.searchButton{
	margin-bottom: 15px;
}
td.send{
	width:161px;
	padding-top: 10px;
}

input.searchBox{
	width:94%;
	font-size: 16px;
	/*margin-top:8px;
	margin-bottom: 15px;*/
}
select{
	font-size: 16px;
	width:100%;
}
input.login{
	width: 110px;
	font-size: 16px;
}
/*input.submit{
	background-color: #FAC624;
	border: 1px #D39C00 solid; 
	color: #333333;
	font-size: 10px;
	width:60px;
	height: 20px;
}*/
input.forgotpassword{
	width:100%;
	font-size: 16px;
}
div.separator{
	margin-top: 10px;
	width:100%;
	border-top:1px #CCCCCC solid;
}

div.divcab{
color: #FFFFFF
}

div.home{
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	color: White;
	padding: 10px;
	overflow-x: hidden;
	}

/****** Footer ******/
table.homeFooter{
	height: 37px;
}
td.homeFooter{
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
	background-color: White;
	text-align: center;
	border-right:1px #666666 solid;

}
tr.footer{
	height: 30px;
}
td.footer{
	font-size: 10px;
	padding-left: 10px;
	border-top: 1px #666666 solid;
	color: #666666;
}
td.arrow{
	width:20px;
	vertical-align: top;
}

td.whatsnew{
	text-align: center;
	width:109px;
}
/***** SendToFreind ***/
input.send{
	width: 100%;
	font-size: 16px;
}
textarea.send{
	width: 100%;
	height: 80px;
	font-size: 16px;
}
p.messageSent
{
	border: 1px #336600 solid;
	color: #336600;
	font-weight: bold;
	font-size: 11px;
	background-color: #E1ECDD;
	/*margin: 0px 10px 10px 10px;*/
	padding:5px;
}

/*** Paging ****/
table.pages{
	padding: 6px;
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
}
td.prevnext{
	width:20px;
	font-size: 12px;
}

td.pages{
	font-size: 12px;
	text-align: center;
	text-align: right;
}

/* Sticky footer*/
html,
body {
   margin:0;
   padding:0;
   height:100%;
   width:390px;
}
#container {
   min-height:100%;
   position:relative;
}
#header {

}
#body {
   /*padding-right:20px;*/
   padding-bottom:45px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:45px;   /* Height of the footer */
}
