@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body, html{
	background-color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
	height:100%;
	width:100%;
}

img{
	border:0;
}


.master{
	height:auto !important;
	min-height:100%;
	width:100%;
}

.loginMaster{
	background-color:#111111;
	position:absolute;
	width:100%;
	min-height:120px;
	top:30%;
	left:0;
	padding:30px 0;
}

.loginContainer{
	width:800px;
	margin:0 auto;
}

.loginCanvas{
	float:right;
	width:360px;
}

.contentMaster{
	background-color:#111111;
	position:absolute;
	width:100%;
	min-height:496px;
	top:10%;
	left:0;
	padding: 0;
}

.contentContainer{
	width:970px;
	margin:auto;
	min-height:496px;
}

.contentBgContainer{
	float:left;
	width:100%;
	min-height:496px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding:0 0 0 0;
}

.contentCanvas{
	float:left;
	width:575px;
	position:relative;
}

table{
	font-size:14px;
}

table a{
	font-size:11px;
	color:#f4cb13;
	text-decoration:none;
}

table input.textbox{
	width:200px;
	height:20px;
	background-color:#343434;
	border:1px solid #000000;
	float:left;
	color:#CCCCCC;
	padding:0 2px;
}

table input.long{
	font-family:Arial, Helvetica, sans-serif;
	width:290px;
	font-size:12px;
}

table textarea.textarea{
	width:290px;
	background-color:#343434;
	border:1px solid #000000;
	float:left;
	color:#CCCCCC;
	padding:0 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.linkCell{
	font-size:11px;
}

.menu{
	padding: 30px 0 8px 0;
	color:#f4cb13;
	font-size:11px;
	text-align:right;
	float:right;
	
}

.menu a{
	color:#f4cb13;
	text-decoration:none;
}

h3{
	float:left;
	padding:20px 0 20px 30px;
}

.content{
	font-size:12px;
	font-weight:normal;
	color:#C0C0C0;
	width:514px;
	padding:32px 30px;
	min-height:352px;
	background-color:#000000;
	clear:both;
	float:left;
	text-align:left;
	color:#FFFFFF;
	line-height:20px;
}
.content h2{
	clear:both;
}
.content p{
	padding:15px 0 5px 0;
}

div.err{
	width:100%;
	font-weight:bold;
	color:#FF2B2B;
	padding:5px 0;
	text-align:left;
	margin:0 0 8px 0;
}

div.success{
	width:100%;
	font-weight:bold;
	color:#33FF00;
	padding:5px 0;
	text-align:left;
	margin:0 0 8px 0;
}

button{
	border:0;
	background-image:none;
	width:53px;
	height:52px;
	display:block;
	overflow:hidden;
	background: transparent url(../images/btn_submit.gif) no-repeat center top;
	text-indent: -10000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

button.submit{
	border:0;
	background-image:none;
	width:103px;
	height:22px;
	overflow:hidden;
	display:block;
	background: transparent url(../images/bt_submit.gif) no-repeat center top;
	text-indent: -10000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


div.comments{
	margin:45px 0;
	font-size:11px;
}

div.comments h5{
	padding:10px 0;
}

div.comment{
	padding:2px 0;
	margin:5px 0;
	border-top:1px solid #333333;
}

div.comment p.sender{
	padding:5px 0;
	color:#f4cb13;
	font-weight:bold;
}

div.comment p.sender span{
	font-size:9px;
	color:#333333;
	padding-left:6px;
}

div.comment p.smessage{
	padding:5px 0;
	color:#CCCCCC;
}

.insideCanvas{
	float:right;
	width:500px;
}

.insideCanvas .menu{
	padding:0 0 20px 0;
}

div.archive{
	width:180px;
	padding:32px 10px 10px;
	position:absolute;
	top:67px;
	left:584px;
	min-height:200px;
	background-color:#000000;
	color:#FFFFFF;
	
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	filter:alpha(opacity=85);

}

div.arow{
	padding:3px;
	border-bottom:1px solid #999999;
}

div.selected{
	color:#000000;
}

div.arow a{
	color:#FFFFFF;
	text-decoration:none;
}

div.arow.selected a{
	color:#F4CB13;
}
