﻿body
{
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-family: tahoma;
    font-size: 12px;
    background: #74A635 url(/img/back.jpg) repeat-x scroll 0 0;
}



b{font-size: 100%;}
em{color: red;}

a
{
	color:#2C4B07;
}

a:hover
{
	color:#ff3300;
}

#main
{
margin-left: auto;
margin-right: auto;
width:786px;	
min-width: 786px;
max-width: 786px; 
overflow:hidden;

}

#sfoot{
clear: left;

height:30px;
/*background-color:#72A433;*/
color: white;
text-align: center;
margin-bottom:10px;
padding-top: 4px;
padding-bottom:4px;
}

#foot{
clear: left;
background-color:#000000;
text-align: center;
overflow:hidden;
height:5px;
margin-top:20px;

}

#foot a{
color: #0000cc;
}

.tube{
margin-top: 0px;
margin-bottom: 0px;
margin-left:2px;
margin-right:10px;

}

/*-------------------------------------------------------*/

#top
{
	height:200px;
	overflow:hidden;
	width:100%;
}

#ctx_center
{
	width:532px;
	background: #cccc99 url(/img/center.jpg) repeat-y scroll 0 0;
	margin-top:10px;
	overflow:hidden;
}
#ctx_centerbot
{
	width:532px;
	height:7px;
	background: #cccc99 url(/img/centerbot.jpg) repeat-y scroll 0 0;
    overflow:hidden;
}

#ctx_centertext
{
	padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:10px;
}

#ctx_container 
{
	width: 100%;
}
	
#ctx_main 
{

}	
	
#ctx_content {
  width: 100%;
  float: left;
}
#ctx_text {margin:  0 250px 0 2px;}
#ctx_left {
  float: left;
  width: 2px;
  margin-left: -100%;
  overflow:hidden;
  margin-bottom: -32767px;
	padding-bottom: 32767px;
}
#ctx_right {
  float: left;
  width: 250px;
  margin-left: -250px;
  overflow:hidden;

}
.ctx_clear {clear: both;overflow:hidden;}

.ReqValidator
{
	color:#ff3300;
}

.lerror
{
	color:#ff3300;
}

.Button
{
	background-color:#2C4B07;
	color:#ffffff;
	border:solid 1px #000000;
}

.btnLogin
{
	background-color:#2C4B07;
	color:#ffffff;
	border:solid 1px #000000;
}

.input_l
{
	border:solid 1px #2C4B07;
}

.input_nobk
{
	border:solid 1px #2C4B07;
}

.input
{
	border:solid 1px #2C4B07;
}

.input150
{
	border:solid 1px #2C4B07;
	width:120px;
}
.input250
{
    border: solid 1px #2C4B07;
    width: 220px;
    font-size: 10pt;
    font-family: tahoma;
}

.hlp_title
{
	border: solid 1px #2C4B07;
	font-size: 10pt;
	font-family: tahoma;
	font-weight: bold;
	color: darkgreen;
	background-color: #cccc99;
}
.hlp_txt
{
	border: solid 1px #2C4B07;
	background-color: #cccc99;
	vertical-align: top;
	text-indent: 5pt;
}