@charset "utf-8";
/* CSS Document */

#body
{
background:  url('images/background.gif') repeat top center;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

#header{
  width: auto ;
  height: 135px;

  background: url('images/headerbg.gif') repeat top center;
}

#footer{
  width: auto ;
  margin-bottom:0px ;
  font-size:0.8em;
  background: url('images/footerbg.gif') repeat bottom center;
}

#main_content{
  width: auto ;
  margin-top:15px;
  min-height:520px;
  height:auto !important;
  height:500px;  



}
#loginlink{
  color:#FFFFFF;
}

h3 {font-size:1.1em;}
input {margin:2px;}


tr.hoverrow:hover{
background-color:#CCCCCC;
}

.required {
font-weight:bold;
color:red;}


.formbox
{
	padding:5px;
	margin-bottom:10px;
	float:left;
	width:650px;
	height:auto;
	border-color:#2360b2;
	border-width:1px;
	border-style:solid;
	font-size:0.9em;
}
.c_formbox_main
{
	padding:5px;
	margin-bottom:10px;
	float:left;
	width:500px;
	height:auto;
	border-color:#2360b2;
	border-width:1px;
	border-style:solid;
	font-size:0.9em;
}
.c_formbox_right
{
	padding:5px;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
	width:150px;
	height:auto;
/*	border-color:#2360b2;
	border-width:1px;
	border-style:solid;*/
	font-size:0.9em;
}


.navbutton
{
float:left;
}

.center
{
  text-align:center;
}

