/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 background-image:url(../images/hirangeBackground.jpg);
 background-repeat: repeat-x;
 background-attachment:fixed;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color: #333333;
 text-align:center;
 padding:0;
 }
body strong {
font-weight:600;
}
a:link {
	color: #333333;
}
a:visited {
  color: #336633;
  text-decoration: underline;
}
a:hover {
color: #339933;
	text-decoration:underline;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;
 }

#hdr {
 height:120px;
 background-image:url(/images/testBanner.jpg);
 background-repeat:no-repeat;
 color: #333333;
 }
 #hdr h1 { text-indent:-3000em; display:none; }

#bar {
 height:25px;
 background-image:url(/images/hirangeBar.jpg);
 background-repeat:repeat-x;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 text-align:right;
 margin:0px 0 -5px 0;
 padding:5px 5px 0px 5px;
  font-size:11px;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:800px;
 padding:0;
 }

#cont {
 width:793px;

 background:#ffffff;
 color: #333333;
 /*border:solid #000000;*/
 padding:2px 2px 2px 5px;
 border-width:0 0 0 1px;
 text-align:left;
 }
* html  #cont {height:700px;}
 div.spacer {
  clear: both;
  }

#ftr {
 margin:0;
 padding:0;
 background-image:url(/images/hirangeFooter.jpg);
 background-repeat:repeat-x;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 height:78px;
 }
 .ftrLeftBox {
 Float:Left;
 margin:0;
 padding:5px 5px 5px 5px;
 }
 .ftrRightBox {
	float:right;
	text-align:right;
 margin:0;
 padding:5px 5px 5px 5px;
 }

/******************* advert box style  ********************/
 .adBox {
	display:inline-block;
	width:97%;
	display:table;
	margin:5px 5px 5px 0px; 
	padding:5px 5px 0 5px ; 
	background-color: #EFF5E9;
	border:1px solid #C8C8C8; 
	clear:both;
}
/* Hides from IE5-mac \*/
* html .adBox {height: 1%;}
/* End hide from IE5-mac */ 
.adBox img {
	float:left;
	margin:5px 5px 4px 0;
	padding:0 0 5px 0;/**/
}
.adBox p {
	margin:0;
	padding:5px 5px 5px 0;
}
h2 { font-size:1.2em; }
.adBox h3 {
	background-COLOR:#CCCCCC;
	 background-image:url(/images/hirangeBar.jpg);
 background-repeat:repeat-x;
	margin:-5px -5px 5px -5px;
	padding:3px 5px 3px 5px;
	font-size:12px;
}
.adBoxFooter{
	margin:5px 5px 5px 5px; 
	padding:0;
}
.formButton {
	float:right;
	margin:-32px 0 0 0;
	padding:0 15px 0 0;
	z-index:50;
}

/******************* GridView style  ********************/
.grdAltRowHeader {
	background-image:url(/images/hirangeBar.jpg);
	margin:-5px -5px 0 -5px;
	padding:3px 5px 3px 5px;
	font-weight: bold;
	height:20px;
}
.grdAltRow1 { Background-color:#FFFFFF}
.grdAltRow2 { Background-color: #EFF5E9}
.grdAltRowGood { Background-color:#B7F4C9;}
.grdAltRowBad { Background-color:#FFB5C5;}
.grdAltRowWarning {background-color:#FFF4B5;}