﻿@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Tahoma, sans-serif;
	font-size: 12px;
	margin:0;
	margin-top:4px;
	margin: 0px 0px 0px 0px;
}
span.an {
	display: none;
}
select{
	border: thin gray solid;
}
span.tooltip {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:600px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 12px tahoma;
  color: #0000ff;
  text-align:left;
  display: block;}
td,tr, td {font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif; color:#000000; font-size:12px;}
tr.tblList{
	background-color: transparent;
}

TR.HightLight
{  
    BACKGROUND-COLOR: #008866;
}

/*TABLE.tblList 
{
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: transparent;	
}*/
TABLE.tblList
{
	border-collapse: collapse;
	border: thin transparent none;
}
TABLE.tblList td 
{
	padding: 2px 2px 2px 2px;
	border: thin #CC99FF solid;
}

a:link{
	color:#006600;
	text-decoration:none;
}
a:hover{
	color:#009600;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#006600;
	text-decoration:none;
}
a:active{
	color:#006600;
	text-decoration:none;
}
a.topmenu:link{
	color:#ffffff;
	text-decoration:none;
}
a.topmenu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.topmenu:visited{
	color:#ffffff;
	text-decoration:none;
}
a.topmenu:active{
	color:#ffffff;
	text-decoration:none;
}

img{
	border:0;
}
#site{
	width:1000px;
	height:auto;
	overflow:hidden;
	
}
#left{
	width:15px;
	height:586px;
	float:left;
	background:url(../images/images/bg_left.jpg) no-repeat;

}
#right{
	width:15px;
	height:586px;
	float:left;
	background:url(../images/images/bg_right.jpg) no-repeat;
}
#header{
	width:970px;
	height:170px;
	position:relative;
	float:left;
}
#banner{
	width:970px;
	height:170px;
	float:left;
	border-bottom:#159841 solid 2px;
}
#menu{
	width:300px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:20px;
	color:#FFFFFF;
}
#content{
	width:970px;
	height:auto;
	overflow:hidden;
	float:left;
}
#content_left{
	width:680px;
	height:auto;
	text-align:left;
	padding:10px;
	padding-top:20px;
	float:left;

}
#logout{
	width:250px;
	height:auto;
	padding-top:15px;
	padding-bottom:10px;
	float:right;

}
#bottom{
	width:930px;
	height:35px;
	float:left;
	text-align:left;
	padding-top:25px;
	padding-left:20px;
	color:#666666;
	font-size:11px;
}
.title_red{
	font-size:14px;
	font-weight:bold;
	color:#ff3333;
}
span.title{
	font-size:18px;
	color:#ff3333;
}
.text_red{
	color:#ff3333;
}
input{
	background-color: transparent;
	border: 1px green solid;
}
select{
	background-color: white;
	border: 1px green solid;
}
tr.bottom{
	background: transparent url(../images/images/bg_bottom.jpg) repeat-x;
	height: 61px;
}
textarea{
	border: 1px green solid;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Verdana, Helvetica;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none;
}
.button1{
	border: 0 #ffffff none;
	background-color: transparent;
	width: auto;
}
