/* CSS Document */
body
{
	background-color:#070707;/*#3a3b3a;*/
	color:#666666;
	font-size:0.80em;
}
.formsbutton{
background:url(../images/button_bg.png);
color:#FFFFFF;
height:20px;
padding-right:10px;
padding-left:10px;
cursor:pointer;

}
.formsbutton:hover
{
	background:url(../images/button_bg1.png);
}

table#menu
{
background:url(../images/bg-menu.gif) repeat-x;
height:30px;;
width:100%;
}
#menu_end
{
top:207px;
left:247px;
position:absolute;
height:51px;
}
/* header menu  start*/
table#menu tr {
padding-left:0;
margin:0;
float:left;
font:Verdana 12px;
}

table#menu tr td{
}

table#menu tr td a {

color:#777;
font-weight:normal;
padding:6px 12px 6px 7px;
text-decoration:none;
font-weight:bold;
}
table#menu tr td a:hover {
color:#85852B;
text-decoration:underline;
background:transparent;
background:url(../images/image6.png) repeat;
}
table#menu h2 {
margin:0;
padding:0;
font-size:0.90em;
}
/* header menu  end */
.blockTitle {
margin:2px;
height:25px;
margin-left:20px;
color:#85852B;
background:url(../images/title.png) repeat-x;
font-weight:bold;
line-height:25px;
}
tbody {text-align:left}
table {text-align:left}
th {
padding:4px;
margin:0;
color:#000000;
font-size:13px;
font-weight:bold;
}
th a {
	 color:#000000;
	 font-size:13px;
	 font-weight:bold;
	}
th a:hover {
	color:#C00;
	text-decoration:underline
}
td {
 	 vertical-align:top;
	 font-family:sans-serif;
	 font-size:12px;
}
a {
color:#999999;
}
a:hover
{
	color:85852B;
}
input, select, textarea{
margin:1px 0 0;
padding:0;
background:#151515;
font-size:12px;
color:#CCCCCC;
border:#333333  1px solid;

}
textarea {
font-size:12px;
}
.redbold
{
 color:#990000; font-size:12px;
 font-weight:bold;
}
#login {width:225px;
float:left;
}
footer
{
color:#666666;
font-size:11px;
vertical-align:bottom;
}
table
{
text-align:left;
}
td{
vertical-align:top;
color:#959595;
}
hr
{
height:0px;
width:0px;
}



#left
{
margin-left:10px;
}
.error
{
color:#990000;
}
.heading
{
	line-height:20px;
}
.heading, .heading a
{
	color:#97994D;
}
.heading a:hover
{
	color:#FFFF99;
}
.bg_heading
{
	background:#333333;
	color:#CCCCCC;
}
form.loginform table
{
	line-height:20px;
}
div.blockright table tbody tr
{
	border-bottom: 1px solid #cccccc;
}
.title
{
	font-size:32px;
}
.title-slog
{
	font-size:15px;
	color:#85852B;
}