/* CSS Document */
body{
	font-size: 10pt;
	background:#CCCCCC url(../images/pagebkg.jpg) repeat-x top;
	margin-top:0px;
}

h1{
	font-size:15pt;
	font-weight:bold;
	margin: 5px 0px 5px 0px;
}
h2{
	font-size:12pt;
	font-weight:bold;
	margin: 3px 0px 3px 0px;
}
pre{
	font-size: 10pt;
}
/*---------------------------------------------Anchor/Href-----------------------------------------------*/
a:link, a:visited{
	color: #0099FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*---------------------------------------------Layout---------------------------------------------------*/
#frame{
	margin: 0 auto;
	text-align: left;
	width: 760px;
	position: relative;
	border: 2px solid black;
}

#header{
	background: #000 url(../images/header.jpg) no-repeat top;
	height: 121px; 
}

#contents{
	background-color: #FFF;
	padding: 15px 15px 15px 15px;
	min-height:300px;
}

/* for IE */
* html #contents {
	background-color: #FFF;
	padding: 15px 15px 15px 15px;
 	height: 300px;
}
/* for Mozilla/Safari/Opera */
*>#contents {
 	background-color: #FFF;
	padding: 15px 15px 15px 15px;
 	min-height: 1px;
}

#footer{
	color:#CCCCCC;
	background: #000;
	font-size: 9px;
	text-align: center;
	padding:3px 3px 3px 3px;
}

#box {
	
}
/*---------------------------------------------Navagation------------------------------------------------*/
/*------------------Horizontal------------------*/
#horzontal_nav{
	background:#000000;
	border-bottom: 2px solid #ffad2f;
}
#horzontal_nav ul
{
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 11px Arial Black narrow;
	letter-spacing:.5px;
}

#horzontal_nav ul li
{
	list-style: none;
	margin: 3px;
	display: inline;
}

#horzontal_nav ul li a, .horzontal_nav ul li a:visited 
{
	color: #FFF;
	padding: 1px 3px 3px 3px;
	margin-left: 5px;
	border: 2px solid #ffad2f;
	border-bottom: none;
	background: #cf0921;
	text-decoration: none;
}

#horzontal_nav ul li:link
{
	color: #fff;
}

#horzontal_nav ul li a:link:hover
{
	color: #ffad2f;	
	text-decoration:underline;
}

#horzontal_nav ul li a#current
{
	 background: white;
	 border-bottom: 2px solid white;
	 color:#000000;
}

/*------------------------------------------------------forms----------------------------------------------------------------------*/
fieldset{
padding:10px 10px 10px 10px;
border:#f79239 solid 2px;
}

.input-box{
margin: 5px 5px 0px 5px;
padding-left:2px;
color: #3333333;
background:#e6e5d3;
border: #f79239 solid 1px;
}

.button {
	margin: 5px 0px 5px 137px;
	font-size:12px;
	clear: both;
	color: #000;
	background: #e6e5d3;
	border: 2px  #f79239 outset
}

legend{
background: #e6e5d3;
border: #f79239 solid 1px;
padding: 1px 10px;
font-weight:bold;
}
 
label{
width: 120px;
float: left;
text-align: right;
margin: 5px 5px 0px 5px;
clear: both;
font-weight:bold;
}

#report_form{
	margin:25px 0px 25px 100px;
}
#report_label{
	width: 120px;
	font-weight:bold;
}

#report_button{
margin: 0px 5px 0px 5px;
	font-size:12px;
	clear: both;
	color: #000;
	background: #e6e5d3;
	border: 2px  #f79239 outset
}

#date_report_title{
	margin:20px 0px -20px 100px;
	font-weight:bold;
}


/*---------------------------------------------------------------A3Display-------------------------------------------------------------*/
.a3body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0px 5px 5px 5px;	
}

.a3header{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

/*---------------------------------------------------------------member_profile---------------------------------------------------------*/
#memeber_profile_column_left{
	float:left;
	margin:18px 15px 0px 0px;		
}
#memeber_profile_column_right{
	margin:19px 0px 0px 15px;
	line-height:27px;		
}



/*---------------------------------------------------------------a3_detail--------------------------------------------------------------*/

.review_a3_column_left{
	float:left;
	text-align:right;
	width:120px;
	font-weight:bold;
	vertical-align:top;
}
.review_a3_column_right{
	width:450px;
	vertical-align:top;
}


/*---------------------------------------------------------------review.php--------------------------------------------------------------*/
#review_column_left{
	width:530px;
	min-height:260px;
	margin:0px 0px 0px 0px;
    padding:5px 5px;
	border:1px solid #ffad2f;
	background-color: #e6e5d3;
}
#review_column_left td{
	padding:5px 5px;
	vertical-align:top;

}
#review_column_right{
	position:absolute;
	top:186px;
	right:0;
	margin: 0px 12px 0px 0px;
	width:175px;
	background-color:#000000;
	border: 1px solid #ffad2f;
	
}
#review_column_right_header{
	font-size:12pt; 
	font-weight:bold; 
	color:#FFFFFF; 
	margin: 4px 0px 10px 14px;
}

#top_column{
	margin: 5px 5px 5px 19px;
	height:20px;
}
#recordset_navigation{
	font-size:12pt; 
	font-weight:bold;
	float:right;
	padding-right:9px;
}
/*---------------------------------------------------------------a_z_index--------------------------------------------------------------*/
#a_z_index{
	float:left;
	word-spacing:1px;
}
/*---------------------------------------------------------------login.php----------------------------------------------------------------*/
#login_column_left{
	float:left;
	width:330px;
}

#login_column_right{
	padding: 17px 5px 0px 0px;
	margin-left:350px;
}
/*---------------------------------------------------------------help.php----------------------------------------------------------------*/
#helpheader{
	margin: 8px 0px 8px 0px;
	font-weight:bold;
	font-size:15pt;
	text-align:center;
}

#help_subheader{
	margin: 3px 0px 0px 0px;
	vertical-align:top;
	float:left;
	width:130px;
	font-weight:bold;
	font-size:13pt;
}

#helpbody{
	margin: 15px 0px 15px 0px;
	margin-left:150px;
	padding:0px 5px 0px 5px;
	font-size:10pt;
}

#helplink{
    color: #0099FF;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#help_image{
	margin:5px 5px 5px 5px;
}