html,body {
	margin: 0px;
	

	background-color: #272727;
	color: #FFFFFF;
	font-family: Calibri;

}
TD{
	border: 0;
	margin: 0px;
	padding: 0px;
}

A:visited, A{
	text-decoration: none;
	color: #FFFFFF;
	
}
A:hover{
	text-decoration: underline;
}

DIV{
	text-align: left;
}

div#page{
	width: 1050px;
	height: auto;
	background-image: url(img/backimg.png);
	background-repeat: no-repeat;
margin: 0 auto;


	
}

div#head_frame{
	height: 100px;
	width: auto;
	padding: 210px 0 0 0;
}

div#head_logo{
	height: 80px;
	width: 430px;
	background-image: url(img/logo.png);
	
	background-repeat: no-repeat;

	z-index: 2;
	float: left;
}

div#head{

	height: 66px;
	width: 1010px;
	background: #1c1c1c;
	background-image: url(img/headbg.png);
	background-repeat: repeat-x;
	z-index: 1;
	margin: 40px 0 0 15px;
	border: #424141 2px solid;
	text-align: right;

}

div#content_farme{
	width: 1050px;
	padding: 20px 0 0 15px;
}

div#content{

	height: auto;
	width: 600px;

	background: #1c1c1c;
	border: #424141 2px solid;
	margin: 0 15px 50px 15px;
	padding: 0 15px 15px 15px;
	float: left;
}

div.container{
	width: 175px;
	height: auto;
	float: left;
	margin: 0 0 50px 0;
}

div.con{
	width: auto;
	height: auto;
	background: #1c1c1c;
	border: #424141 2px solid;
	margin: 0 0 15px 0;
	padding: 5px 10px 10px 10px;
}

div.con2{
	width: auto;
	height: auto;
	background: #1c1c1c;
	border: #424141 2px solid;
	margin: 0 0 15px 0;

}


div.headCon{
	float: right;
}

div#rendertime{
	float: left;
	
	
}

div#acbar{
	z-index:9999;
	position:fixed;
	bottom:0;
	width:100%;
	display:block;
	background:url(img/acbarbg.png), bottom;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:5px;
	height:25px;
	line-height:25px;
	color:#999;
	font-size:0.8em;
	padding-left:30px;
	text-shadow:0px 1px 0px #000;
	text-align: right;
	
}

div.acbarCon{
	float: right;
}



a#acbara{
 	position: fixed;
	left: 10px;
}


/*--------------------------------*/
div#message{
	width: 100%;
	background: #424141;
	border: #424141 2px solid;
	margin: 0 0 15px 0;
	padding:0 0 5px 0;
	float: left;
}

div.message_SuccessSymbol{
	background-image: url(icons/sign_tick.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	margin: 0 0 0 25px;
}

div.message_NoticeSymbol{
	background-image: url(icons/sign_explain.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	margin: 0 0 0 25px;
}
div.message_WarningSymbol{
	background-image: url(icons/sign_warning.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	margin: 0 0 0 25px;
}
div.message_ErrorSymbol{
	background-image: url(icons/sign_error.png);
	background-repeat: no-repeat;
	float: left;
	width: 18px;
	margin: 0 0 0 25px;
}
