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

* {font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	direction:rtl;}
	
body {background:#cdced3;}

form {margin:0px;
	padding:0px;}
	
table {text-align:right;}

h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	margin-bottom:5px;}
	
h2, h3 {margin-top:15px;}
	
h1 {font-size:20pt;}
h2 {font-size:18pt;}
h3 {font-size:16pt;}

#pg {width:790px;
	border:solid #17204b 1px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;}
	
#header {background:url(images/header_bg.gif) repeat-x top left #13236b;
	border-bottom:solid #17204b 1px;}

#header .nav_link {display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	padding-right:15px;
	width:100px;
	float:right;
	background:url(images/lnk_bg.png) no-repeat center right;
	margin-right:15px;}
	
#header .nav_link:hover {color:#ffffa0;}
	
#footer {font-size:10pt;
	color:#333333;
	background:#dbdbdb;
	border-top:#999999 1px solid;
	padding:3px;}
	
#footer * {color:#333333;
	font-size:10pt;}
	
#footer h2, #footer h3 {margin-top:0px;}
	
#footer h3 {font-size:12pt;}

#body {padding:8px;}

.lang_lnk {color:#efefef;
	text-decoration:none;
	font-size:8pt;}
	
.side_body, .wide_side {background:#dbdbdb;
	border:#999999 1px solid;
	padding:5px;
	width:250px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;}
	
.wide_side {width:400px;}
	
.member {margin-bottom:15px;}

.member hr {width:50%;
	clear:both;
	color:#cccccc;
	margin-top:15px;}
	
.mem_pic {border:solid #000000 1px;
	float:right;
	width:72px;
	height:97px;
	margin-left:15px;
	margin-bottom:5px;}
	
div.mem_pic {background:url(../images/no_pic.jpg) no-repeat center center;}

.news_pic {border:solid #000000 1px;
	float:right;
	margin-left:15px;
	margin-bottom:5px;}

.mem_title {color:#666666;
	font-size:10pt;
	margin-bottom:10px;}
	
.more_lnk {color:#666666;
	font-size:10pt;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;}
	
.more_lnk:hover {color:#000000;}

#errors {padding:5px;
		color:#ffffff;
		background:#cc0000;
		border:solid #990000 2px;
		margin-bottom:5px;}
		
	#errors a {color:#ffffff;}
	#errors a:hover {color:#ffcc00;}
	
	#success {padding:5px;
		background:#10c710;
		border:solid #107e10 2px;
		margin-bottom:5px;}
