body
{
	margin:0px auto;
	width:1000px;
	font-family:Arial, Helvetica, sans-serif !important;
	border:1px solid white;
	background-color:#ffffff;
}
.toplogo
{
	width:125px;
	height:80px;
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	float:left;
	border:0px solid black;
}
.usersection
{
	margin:33px 0px 0px 805px;
	/*width:178px;*/
	width:196px;
	height:70px;
}
.usectiontop
{
	width:100%;
	height:25px;
	line-height:18px;
	border-bottom:1px solid #dddddd;
	overflow:hidden;
}
.uicon, .settingsicon, .columnicon
{
	width:20px;
	height:20px;
	background-image:url('../img/topicons.png');
	float:left;
	padding:0px;	
}
.uicon
{
	background-position:0px 0px;
	margin:0px 0px 0px 0px;
}
.usectiontop span
{
	font-size:0.7em;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
}
.usectiontop a
{
	font-size:70%;
	font-weight:bold;
	color:#fe8a00;
}
.usectionbottom
{
	width:100%;
	height:25px;
	line-height:18px;
	margin-top:5px;
}
.settingsicon
{
	background-position:-20px 0px;
}
.usectionbottom a, .tabs .support a
{
	font-size:0.7em;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
	display:block;
	float:left;
}
.columnicon
{
	background-position:-40px 0px;
}
.tabs
{
	margin-top:10px;
	margin-left:15px;
	width:100%;
	height:32px;
	border:0px solid #000000;
}
.tabs .support
{
	float:right;
	margin:16px 17px 0 0;
}
.tabactive
{
	width:134px;
	height:30px;
	background-image:url('../img/tabactive.png');
	background-repeat:repeat-x;
	border:1px solid #ece8c5;
	float:left;
	text-align:center;
	margin-left:1px;
}
.tabactive a
{
	text-transform:uppercase;
	text-decoration:none;
	line-height:30px;
	font-weight:bold;
	font-size:14px;
	color:#808080;
}
.tabinactive
{
	width:134px;
	height:30px;
	background-image:url('../img/tabinactive.png');
	background-repeat:repeat-x;
	border:1px solid #d8d8d8;
	float:left;
	text-align:center;
	margin-left:1px;
}
.tabinactive a
{
	text-transform:uppercase;
	text-decoration:none;

	line-height:30px;
	font-size:14px;
	color:#808080;
}
.tabend
{
	width:1000px;
	height:2px;
	border-top:1px solid #b0b0b0;
	font-size:0px;
	display:block;
}
.pagecontent
{
	width:963px;
	margin:0 auto;
	background-color:#e9e4be;
	display:inline-block;
	padding:15px;
	padding-right:20px;
}

.pagecontent .settings
{
	float:left;
}
.pagecontent .settings label
{
	font-size:0.7em;
}
.pagecontent .settings .buttons
{
	display:block;
}
.innertab
{
	width:134px;
	height:30px;
	background-image:url('../img/tabbig-fade.png');
	background-repeat:no-repeat;
	color:#837558;
	line-height:30px;
	text-align:center;
	font-size:13px;
	background-color:#ffffff;
	float:left;
}
.pagecontent .selected
{
	background-image:url('../img/tabbig.png');
}
.innercontent
{
	clear:left;
	width:100%;
	background-color:#ffffff;
	border:1px solid #d9d7cb;
	border-top:1px solid #ffffff;
}
.pagefooter
{
	width:237px;
	height:22px;
	background-image:url('../img/footer.png');
	font-size:11px;
	line-height:18px;
	color:#6d684a;
	text-align:center;
	margin-left:745px;
}
.nofloat
{
	float:none!important;
}