@charset "utf-8";
body,html{
	margin:0;
	padding:0;
	font:12px Tahoma;
	background-color:#898584;
    color: #fff;
}
a{
	color: #fff;
    text-decoration: none;
/*    border-bottom: 1px solid silver;*/
}
a:hover{
	color:#FF6600;
}
a:focus{
	border:none;
}
h4{
	font-size:12px;
}
h3{
	font-size:14px;
}
input,textarea,select{
	float:right;
	border:1px inset #ccc;
	font:12px Tahoma;
	color: #000;
}
input:focus{
	background-color:#ffc;
	color:#000;
}
#Submit{
	height:25px;
	border-style:outset;
	font-weight:600;
}
.radio{border:none;}
img{
	border:none;
}

form {
	font:11px Tahoma;
	color: #fff;
	direction:rtl;
    margin: 10px;
}
fieldset{
	border:1px  inset #ccc;
    margin: 10px;
}
legend{
	font-weight:600;
	padding:10px;
	letter-spacing:1px;
	font-size:14px;
}
.right{
	color: #339966;
	font-size: 11px;
	padding:5px 20px 5px 20px;
	line-height:18px;
	font-weight:600;
    background-color: #95FFB8;
/*	background:url(../assets/right.gif) no-repeat right;*/
}
.wrong{
	color: #CC3300;
	font-size: 11px;
	padding:5px 20px 5px 20px;
	line-height:18px;
	font-weight:600;
    background-color: #FF9D9D;
/*	background:url(../assets/wrong.gif) no-repeat right;*/
}
.textNormal{
	font: 11px Tahoma;
	text-align:justify;
	line-height:17px;
    padding: 10px;
}

.textTitle{
	font:12px Tahoma, Geneva, sans-serif;
    font-weight:600;
    text-align:center;
    padding:5px;
    background:url(../assets/box_rep.jpg) repeat-x #fff bottom;
    border:1px solid #333;
    color: #000;
}
.textTitle a{
    color: #000;
}
.textSmall{
	font:10px Tahoma;
	color:#333333;
	text-decoration:none;
}
#container{
	width:960px;
	margin:0 auto;
}

#rightSide{
    width: 192px;
    float: right;
    margin-top: 8px;
    margin-bottom: 8px;
}
#main{
    width: 760px;
    margin: 8px 200px 8px 0px;
	min-height:400px;
    height:auto !important;
    height:400px;

    background-color:#1E1E1E;
    padding-top: 15px;
    padding-bottom: 15px;
}
#header{
	background-color:#1E1E1E;
	height:150px;
}
#searchBar{
	border:1px solid #ccc;
	border-bottom:3px solid #ccc;
	background:url(../assets/search_bg.jpg) repeat-x top #fff;
	padding-top:5px;
}
#searchBar form{
	padding:0;
	margin:0;
    color: #000;
}

#footer{
	border-top:6px solid #333;
	font-size:10px;
	text-align:center;
	padding:5px;
	clear:both;
    color: #000;
}
#footer a{
    color: #000;
    text-decoration: none;
}
#footer a:hover{
	text-decoration:underline;
	color:#333;
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../assets/msg_arrow.gif) right no-repeat;
	padding-right:5px;
}
#msgcontent {
	display:block;
	font-size:11px;
	background:#f3e6e6;
	border:2px solid #CC0033;
	padding:4px;
    color: #000;
}

#imgLinks{
	color:#333;
	font-size:10px;
	position:absolute;
	top:0;
	left:45%;
}

.right_small{
	color: #339966;
	font-size: 9px;
	height:16px;
	padding-right:17px;
}
.wrong_small{
	color: #CC3300;
	font-size: 9px;
	height:16px;
	padding-right:12px;
}

#submenu{
	display:none;
	position:absolute;
	background-color:#EF6251;
	line-height:17px;
	padding:8px;
	right:230px;
	border:1px solid #f2f2f2;
	z-index:1000;
}
#submenu a{
	color:#FFF;
}
#submenu a:hover{
	color:#333;
}

#userDetail{
	line-height:18px;
	font-size:11px;
    color: #fff;
    padding: 7px;
}
#userDetail span{
	font-size:9px;
	color:#f2f2f2;
	letter-spacing:1px;
    border-bottom: 1px solid silver;
}
#userLinks{
    list-style: none;
    line-height: 18px;
    padding: 3px;
    margin: 5px;
}
#userLinks a{
    text-decoration: none;
}
#userLinks a:hover{
    text-decoration:underline;
}
#userLinks .current a{
    color: #FF6600;
}
#topAd{
    height: 107px;
    background-color: #333;
}