/* -----------------------------------------------------------------------------------------
   stylesheet.css
   ---------------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

BODY {
  	font-family: Arial, sans-serif;
  	font-size: 11px;
  	font-weight: normal;
	background-color: #999999;
	background-color: #FFFFFF;
	color: #4DA723;
	margin: 10px;
}

ul {
	list-style-position: outside;
	padding-left: 20px;
}

li {
	padding: 3px;
}

#thecenter {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	overflow:auto; 	
	background: url("_media/left_bot_bg.gif") bottom left no-repeat;
}

#theleft {
	width: 225px;
	float: left;
}

#content {
	width: 500px;
	float: left;
	overflow:auto; 	
}

#theright {
	width: 225px;
	float: left;
}

img {
	padding: 0px;
	margin: 0px;
	display: block;
	border: 0px none;
}

a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
  	font-size: 11px;
}

h1 {
  	font-size: 22px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

h4 {
  	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 12px 0px;
}

.blue {
	color: #4D6F85;
}

.green {
	color: #4DA723;
}

.block_blue {
	width: 500px; 
	overflow:auto; 
	background: url('_media/bg_gradient_blue.gif')
}

.block_green {
	width: 500px; 
	overflow:auto; 
	background: url('_media/bg_gradient_green.gif')
}

.block_clear {
	width: 500px; 
	overflow:auto; 
}

.header_blue {
	font-size: 10px;
	padding: 0px 5px 0px 5px; 
	text-align: left;
	color: #4D6F85;
}

.header_green {
	font-size: 10px;
	padding: 0px 5px 0px 5px; 
	text-align: left;
	color: #4DA723;
}

.normtext_green {
	float: left; 
	padding: 5px; 
	text-align: left;
	color: #4DA723;
}

.normtext_blue {
	float: left; 
	padding: 5px; 
	text-align: left;
	color: #4D6F85;
}

.smalltext_green {
	text-align: left; 
	padding: 5px; 
	float: left; 
	font-size: 10px;
	color: #4DA723;
}

.smalltext_blue {
	text-align: left; 
	padding: 5px; 
	float: left; 
	font-size: 10px;
	color: #4D6F85;
}

#detail{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 720px;
	font: normal 11px arial,sans-serif;
	position:absolute; 
	z-index:91; 
	left: 130px; 
	top: 105px;
	display: none;
}

#detail_top {
  background: url("_media/detail_bg_top.png") no-repeat;
  height: 20px;
  padding: 0px;
  margin: 0px;
}

#detail_content {
  background: url("_media/detail_bg_bottom.png") bottom left no-repeat;
  height: 1%;
  padding: 0px;
  margin: 0px;
}

#detail_content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#zoompic {
	float:left;
	margin: 25px 0px 25px 25px;
	padding: 0px;
	height: 280px;
	width: 280px;
}

#zoomtxt{
	float:left;
	margin: 25px 0px 25px 45px;
	padding: 0px;
	height: 260px;
	width: 320px;
}

.formline{
	width:480px;
	clear:both;
	padding: 5px 5px 5px 0px;
}

.formtext{
	width:230px;
	float:left;
}

.formfield{
	border: 1px solid #4DA723;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	width: 240px;
	float:left;
}

