/* CSS Document */
html, body {
	margin: 0; padding: 0;
	height: 100%; /* Required */
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#000000;
	font-size:11px;
}

html a { outline:none; color:#FFF; }
html a:hover { outline:none; color:#FFF; }
html a:visited { outline:none; color:#FFF; }
img { border:0px; }
b, strong { font-weight:bold; }
i { font-style:italic; }
form{ margin:0; }/*IE BUG FX*/

/*CONTAINERS*/

#main_fixed {
	position:fixed;
	width:192px;
	top:0px;
	left:0px;
	text-align:right;
}

#site_ct {
	padding:0px 15px 15px 30px;
}

.sub_anchor_pad {
	padding-top:70px;
}

.site_part {
	border-left:1px #111 solid;
	padding:5px 0px 10px 15px;
	background-image:url(../interface/site_part_bg.gif);
	background-repeat:repeat-y;
}

.site_main_title {
	color:#b5b5b5;
	font-size:1.7em;
}

.site_sub_title {
	color:#7b7b7b;
	font-size:1.2em;
	font-weight:bold;
	padding:15px 0px 10px 0px;
}

#main_container {
    margin-left:202px;
	width:758px;
	background-color:#1e1e1e;
}

#footer {
	color: #FFFFFF;
	top:0px;
	font-size:0.8em;
	padding:5px 5px 15px 5px;
}

/* MAIN MENUS */
.mmenu_label {
	padding:2px 4px 2px 4px;
	width:186px;
	margin:30px 3px 2px 0px;
	text-decoration:none;
	color:#fe9a02;
	margin-right:1px;
}
.mmenu_item_o, .mmenu_item_o a, .mmenu_item_o a:hover, .mmenu_item_o a:visited, .mmenu_item_h, .mmenu_item_h a, .mmenu_item_h a:hover, .mmenu_item_h a:visited{
	padding:2px 4px 2px 4px;
	width:186px;
	margin:2px 3px 2px 0px;
	text-decoration:none;
	color:#FFF;
}

.mmenu_item_o {
	background-color:#242424;
}

.mmenu_item_h {
	background-color:#414141;
}


/* FORMS */
.formL, .formR {margin-bottom:1px;border-top:5px solid #FFF;}
.formL{
	float: left;
	padding-top:5px;
	height:20px;
	font-weight:bold;
	width: 30%;
}
.formR{
	float: right;
	height:25px;
	width: 70%;
	font-size:0.8em;
}

/* CSS PROMPT */
#cssPromptBg {
	position: fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	display:none;
	z-index:1;
	opacity: .80;
	filter: alpha(opacity = 80);
	background-color:#000000;
}

#cssPromptBlock{
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	width:370px;
	margin-left:-200px;
	margin-top:-200px;
	padding:10px;
	z-index:2;
	background-color:#FFFFFF;
	color:#616161;
}

#cssPromptBlockClose {
	position:relative;
	top:-14px;
	right:-373px;
	background-image:url(../interface/cssPromptClose.png);
	background-repeat:no-repeat;
	width:12px;
	height:12px;
}

#loadImg {
	position:relative;
	right:-330px;
	top:-8px;
	background-image:url(../interface/ajax_loader.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
}

/*INFOTOPLEFTBOX*/
#infoTopLeftBoxOK, #infoTopLeftBoxKO {
	position:absolute;
	top:0px;
	right:0px;
	padding:5px;
	z-index:3;
}
#infoTopLeftBoxOK {
	background-color:#00CC00;
}
#infoTopLeftBoxKO {
	background-color:#FF0000;
}

/*CONTENT*/
.adFloatingBlock {
	background-color:#999;
	width:200px;
	height:auto;
	float:left;
	margin:10px;
	padding:10px;
}

.adAdminImageFloatingBlock {
	background-color:#999;
	width:auto;
	height:auto;
	float:left;
	margin:10px;
}

.adThumbFloatingBlock {
	width:100px;
	height:100px;
	float:left;
	margin:5px;
}

.mainpicAdminBorder, .picAdminBorder {
	border-width:3px;
	border-style:solid;
}

.mainpicAdminBorder {
	border-color:#FF0000;
}

.picAdminBorder {
	border-color:#DDD;
}