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

html, body{
	min-height:100%;
	height:100%;
	clear:both;
	background-color:#0b1142;
}

body{
	margin:0px;
	padding:0px;
	
}

body, div, td, select, option, textarea {
	font-size:11px;
	font-family:Tahoma;
}

input {
	font-size:11px;
	font-family:Tahoma;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#header {
	padding: 0;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	min-width: 818px;
	min-height:167px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:167px;
	width:818px;
}

#topbar {
	margin:0 auto 0;
	width:808px;
	max-width: 808px;
	min-height:20px;
	background-image:url(../images/background.gif);
	background-repeat:repeat; 
	text-align:right;
	padding-right:10px;
	
}

#container {
	margin:0 auto 0;
	width: 818px;
	max-width: 818px;
	min-height:480px;
	padding: 0;
	background-image:url(../images/background.gif);
	background-repeat:repeat; 
	
}

#sidebar {
	float: right;
	width: 208px;
	height:350px;
	display: inline;
}

#buttons {
	width:210px;
	height:305px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#buttons_head {
	padding-top:6px;
	margin-right:16px;
	margin-left:auto;
	width:187px;
	height:20px;

	text-align:center;
}

#button {
	width:160px;
	height:15px;

	margin-right:20px;
	margin-left:15px;
	padding-top:5px;
	padding-bottom:3px;

	text-align:right;
	padding-right:15px;
	background-image:url(../images/bulletlRtL.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#000000;
	border-bottom:1px dashed #000000;
}

#button:hover {
}

#button a {
	color:#000000;
}

#sponsers {
	background-image:url(../images/sponsers_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:210px;
	height:160px;
}


#mainbody {
	margin-left:5px;
	margin-top:4px;
	float: right;
	width: 599px;
	display: inline;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-bottom:10px;
}

#main_top {
	margin:auto;
	background-image:url(../images/body_top.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:599px;
	height:7px;
}

#main_body {
	margin:auto;

	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:599px;
}
#main_text {
	padding-right:8px;
	padding-left:8px;
	direction:rtl;
}

#main_bottom {
	margin:auto;
	background-image:url(../images/body_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:599px;
	height:7px;

}
#footer {
	direction:rtl;
	text-align:center;
	margin:auto;
	width: 818px;
	max-width: 818px;
	height:20px;
	line-height:20px;
	padding: 0;
	background-image:url(../images/footer.gif);
	background-repeat:repeat; 
	
}

.TblSubMenu {
	border:1px double #FFFFFF;
	position:absolute;
	background-color:#7d6c52;
	color:#000000;
}

.SubMenuDiv {
	border-bottom:1px dashed #FFFFFF;
	height:16px;
	line-height:16px;
	padding-top:3px;
	padding-right:15px;
	padding-bottom:3px;
	padding-left:10px;
	min-width:100px;
}
.SubMenuLink {
	color:#FFFFFF;
	width:100%;
}
form .textinput {
	FONT-SIZE: 11px; 
	FONT-FAMILY: tahoma; 
	border:1px solid #777777;
	color:#333333;
	padding:3px 5px;
}
.fadeout{
	padding:10px;
	border: 1px solid white;
	background-color:#dbdbdb;
	margin:5px;
	overflow:hidden;
}