html, body{
	height:100%;
}

body{
	background-color:#111;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
}

.loading{
	padding:10px;
	width:135px;
	height:18px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-70px;
	margin-top:-100px;
	background-color:#222;
	border:1px solid #444;
	background-position:10px 10px;
	background-repeat:no-repeat;
	z-index:15;
	display:none;
}

#loading_back{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#333;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index:10;
	display:none;
	
	width:0;height:0;
}

textarea, td, th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a img{
	border:0;
}

a:link, a:visited{
	color:#6699cc;
	text-decoration:none;
}

a:hover, a:active{
	color:#fff;
	text-decoration:underline;
}

input, textarea, button, select{
	background-color:#111;
	color:#fff;
	border:1px solid #333;
}

.copyright{
	text-align:center;
}

.copyright hr{
	border:0;
	border-top:1px solid #112233;
	height:1px;
	width:200px;
}

.copyright a:link, .copyright a:visited{
	color:#112233;
}

.copyright a:hover, .copyright a:active{
	color:#336699;
}

.mainform input, .mainform textarea, .mainform button, .mainform select, .mainform label, .mainform div{
	display:block;
	width:200px;
	float:left;
	margin-bottom:5px;
}

.mainform label{
	text-align:right;
	padding-right:10px;
	width:150px;
}

.mainform_wide label{
	width:350px;
}

.mainform_large input, .mainform_large textarea, .mainform_large button, .mainform_large select{
	width:400px;
}

.mainform_large textarea{
	height:200px;
}

.mainform_large label{
	width:100px;
	margin-left:110px;
}

.mainform br{
	clear:both;
}

.loginform{
	width:370px;
	margin-left:170px;
}

.main_container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.topmenu{
	height:50px;
}

.topmenu img{
	display:block;
	float:left;
}

.content_container{
	padding:50px;
}

.maintable{
	width:100%;
	border:1px solid #333;
}

.maintable tr th{
	background-color:#333;
	color:#fff;
	padding:2px;
}
.maintable tr td{
	padding:2px;
}

/* portfolio.tpl */

.btn_viewsite:link, .btn_viewsite:visited, .btn_viewsite:active, .btn_viewsite:hover{
	display:block;
	width:157px;
	height:30px;
	text-indent:-9999px;
}

.pf_button_left, .pf_button_right{
	display:block;
	float:left;
	width:49px;
	height:30px;
	margin-bottom:10px;
}

.pf_buttons_container{
	margin-top:50px;
	width:49px;
	float:left;
}

.pf_container{
	margin-top:30px;
	float:left;
	width:810px;
	background-color:#111;
	background-repeat:no-repeat;
	background-position:top right;
}
.pf_container2{
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:10px;
}

.thumb{
	width:80px;
	height:80px;
	padding:3px;
	float:left;
	text-align:center;
	vertical-align:middle;
	margin-left:5px;
	margin-top:5px;
}

.pf_info{
	width:430px;
	float:left;
}

.pf_info ul{
	list-style-type:square;
}

.thumb_l{
	width:360px;
	float:left;
	padding-top:5px;
	text-align:center;
}

.thumb_l div{
	width:350px;
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:5px;
	padding-top:0;
}