@charset "utf-8";

/************* TAG CSS ***********/
body {
	background: url(images/mainbg.jpg) top repeat-x;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	*padding-top: 23px;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	color: #444;
}
a{
	color: #222;
	border: none;
}
a:hover{
	color: #900;
}
img{
	border: none;
}
form{
	font-size: 10px;
	margin-top: 30px;
	display: inline;
}
h1{
	font-size:140%;
}
h3{
	margin: 0px;
	padding: 0px;
}
/************* ID CSS ***********/

#logo{
	padding: 0px;
	margin-bottom: 27px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#wrapper{
	margin: 0px auto 0px auto;
	width: 950px;
	padding: 0px;
}
#shadowleft{
	float: left;
	border-right: 1px solid #FFF;
	*margin-top:-1px;
}
#shadowright{
	border-left: 1px solid #FFF;
	*margin-top:-1px;
}
#main{
	float: left;
	border: #FFF solid 1px;
	background: #FFF;
	width: 900px;
	position: relative;
	min-height:300px;
}
#content{
	float: left;
	text-align: left;
	padding: 15px 0px 20px 15px;
	width: 650px;
}
#content p.main{
	text-align: justify;
	width: 290px;
	float: left;
	margin-right: 35px;
}
#footer{
	margin-top: 20px;
	height: 30px;
	font-size: 10px;
	width: 900px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}

/************* CLASS CSS ***********/
h2{
	font-size: 16px;
	color: #BB0000;
	padding: 0px;
	margin: 0 0 15px 0;
	display: compact;
}
form.float{
	font-size:12px;
}
form.float label{
	display:block;
	width:245px;
	text-align:right;
	padding-right:5px;
	float:left;
}
form.float input{
	display:block;
	float:left;
}
form.float br{
	clear:both;
}
/**** Overlay styles ****/
#tooltip{
	position:absolute;
	background:#e2e7eb;
	border:1px dotted #666;
	padding:10px;
	text-align:left;
	width:250px;
}
#drawling{
	min-width:400px;
	width:auto !important;
	width:400px;
	position:absolute;
	border:1px solid #000;
	background:#fff;
	text-align:left;
	padding:10px 10px 10px 10px;
	z-index:2000;
	font-family:arial;
	font-size:80%;
}
#drawling a{
	margin-top:10px;
	display:block;
	padding:2px;
	background:#333;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#drawling a:hover{
	background:#900;
}
#drawling ul{
	margin-left:20px;
}
#overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:9;
}