body{
	font-family:Helvetica,Arial,sans-serif;
	margin:0px;
	padding:0px;
	background: white url(images/bg.jpg) repeat-x left top;
}

a, a:visited, a:active{
	color:#000;
}
a:hover{
	color:#36C;
}

input{
	color:#666;
	border:1px solid #666;
	background-color:#FFF;
	font-size:16px;
}
input.but{
	background:#4A6B9A url(images/buttonbg.png) repeat-x left top;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border:0px;
	padding:5px;
}

.clear{
	clear:both;
	height:1px;
}

.container{
	width:900px;
	margin:0 auto;
}

h3, h2{
	font-size:16px;
	font-weight:bold;
	color:#F60;
}

.header{
	height:100px;
	margin:0px;
	padding:0px;
	width: 100%;
	background:url(images/logo.png) no-repeat 150px 30px;
}


.logo{
	height:148px;
	width:161px;
	background:url(images/logoimg.png) left top no-repeat;
	position:absolute;
}
.topbanner{
	float:right;
	padding:15px;
}


#menu{
	width: 100%;
	font-weight: bold;
	font-size: 90%;
	text-align:center;
	margin:0px 0px 15px 0px;
}


#menu ul{
	width: 100%;
	padding: 5px 0;
	margin: 0;
}


#menu ul li{
	display: inline;
}


#menu ul li a,#menu ul li a:visited, #menu ul li a:active{
	color: #494949;
	padding:4px 20px 4px 20px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	margin-left:-4px;
}


#menu ul li a:hover{
	background: url(images/menubg_hover.gif) center repeat-x;
	margin-left:-4px;
}







.leftmenu{
	width: 180px;
	margin:0px;
}

.leftmenu .headerbar{
	font: bold 12px Arial;
	color: white;
	background: #245784 url(images/downgreen.gif) no-repeat 4px 6px;
	margin:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 26px;
}

.leftmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

.leftmenu ul li{
	padding-bottom: 2px;
}

.leftmenu ul li a, .leftmenu ul li a:visited, .leftmenu ul li a:active{
	font: normal 12px Arial;
	color: black;
	background: #F5F5F5;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
	border-bottom:1px solid #CCC; 
}

.leftmenu ul li a:hover{
	color: white;
	background: #4887BC;
}






#maincontainer{
	width:100%;
}

.rtl{
	direction:rtl;
}


#maincontainer h1{
	font-size:16px;
	margin-top:5px;
}


#maincontainer p{
	font-size:14px;
	padding:7px;
} 


#leftside{
	width:200px;
	float:left;
	height:auto;
}


#rightside{
	width:180px;
	float:left;
	height:auto;
	text-align:right;
}


#contents{
	width:520px;
	float:left;
	text-align: justify;
}


.footer{
	background:#245784 url(images/footerback.jpg) left top;
	width:100%;
	min-width:900px;
	height:70px;
	color:#FFF;
	font-size:12px;
	margin-top:5px;
}

.footer a, .footer a:active, .footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	color:#CCC;
	text-decoration:underline;
}


.copyright{
	padding-top:10px;
	float:right;
	text-align:right;
	padding-right:20px;
}


.languages{
	padding-top:10px;
	float:left;
	padding-left: 10px;
}

#preview{
	border:1px solid #666;
	background-color:#F4F4F4;
	color:#000;
	padding:10px;
	width:80%;
	margin:0 auto;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
}

p.hint{
	color:#069;
}

table.ascii, table.ascii td{
	font-size:12px;
}
table.ascii a, table.ascii a:active, table.ascii a:visited{
	text-decoration:none;	
}
table.ascii a:hover{
	text-decoration:none;
	color:#069;	
}	

p.nicks{
	padding:3px;
	border-bottom:1px solid #E5E5E5;
	border-left:3px solid #D3E9FA;
}




div.pagination {
	font-size: 11px;
	text-align:center;
	padding:2px 4px 2px 0;
	color:#069;
}

div.pagination a {
	color:#069;
	text-decoration:none;
	padding:2px 4px 2px 3px;
	margin:0 3px 0 3px;
	background-color:white;
	font-size:14px;
}

div.pagination a:hover, div.pagination a:active {
	color:white;
	background-color:#069;
}
div.pagination span.current {
	padding:2px 4px 2px 3px;
	margin:0 3px 0 3px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#069;
}
div.pagination span.disabled {
	display:none;
}


div.nav{
	color:#F60;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
div.nav a, div.nav a:active, div.nav a:visited{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
div.nav a:hover{
	color:#F30;
	text-decoration:none;
}








ul.box{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:0px;
}
ul.box li {
	list-style-image:none;
	background: url(images/boxbg.jpg) bottom right no-repeat;
	float: left;
	line-height:40px;
	width:230px;
	padding-left:20px;
	border:1px solid #E4E4E4;
	margin:3px;
}
ul.box li a, ul.box li a:active, ul.box li a:visited{
	color:#006699;
}
ul.box li a:hover{
	color:#0099CC;
	text-decoration:underline;
}

