body{
	padding:0;
	margin:0;
	font:11px tahoma;
	font-weight:300px;
	direction:rtl;
	background:#F8F8F8 url(../images/bg.gif) repeat-x top;
}
img{
	border:0;
	padding:0;
	margin:0;
}
.all{
	width:900px;
}
.main{
	margin-top:5px;
	width:875px;
	border:1px solid #B4CAD5;
	background-color:#fff;
	-moz-border-radius:0 0 10px 10px;
}
.clear{
	clear:both;
}
a{	
	color:#6D5221;
	text-decoration:none;
}
a:hover {
	color:#000;
}
#right{
	float:right;
	width:200px;
}
#left{
	float:left;
	width:670px;
}
.title{
	margin:5px;
	padding:8px;
	font:15px Arial;
	text-align:right;
	font-weight:bold;
	color:#000066;
	border:1px solid #E8F4F9;
	-moz-border-radius:10px;
	background:url(../images/title.png) repeat-x top center;
}
.left{
	text-align:left;
	direction:ltr;
}
.right{
	text-align:right;
	direction:ltr;
}
.page{
	margin:5px;
	padding:8px;
	text-align:right;
	border:1px solid #E8F4F9;
	-moz-border-radius:10px;
	line-height:150%;
	text-align:justify;
	background:url(../images/page.png) repeat-x bottom center;
}
.block{
	float:right;
	width:290px;
	height:200px;
	padding:5px;
	margin:5px;
	border:#3E677B 1px solid;
	-moz-border-radius:5px;
	background:#fff url(../images/tab.gif) repeat-x top center;
}
.menu{
	padding:5px;
	margin:2px;
	text-align:right;
	background-color:#1399CC;
	color:#FFFFFF;
	font-weight:bold;
}
.menu a{
	color:#FFFFFF;
}
.menu a:hover{
	color:#00CCFF;
}

.header{
	text-align:right;
	margin-top:2px;
	width:890px;
	height:100px;
	background:url(../images/header.gif) no-repeat top center;
}
.head1{
	float:right;
	width:300px;
	margin-right:50px;
	text-align:right;
	margin-top:30px;
	
}
.head2{
	float:left;
	width:200px;
	text-align:center;
	margin-top:30px;
	color:#000033;
	font:13px Arial;
	font-weight:bold;
	direction:ltr;
}
.list{
	list-style:square;
}
.status{
	padding: 10px 40px 10px 16px;
	background:#DCEDF5;
	border:#31A6C8 1px solid;
	margin:10px;
	width:200px;
	text-align:right;
	font-family: tahoma;
	font-size:11px;
	-moz-border-radius: 5px;
}
/* TABLE */
.tbl_tabel{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 11px;
	line-height: 19px;
	text-decoration:none;
}
.tbl_header{
	color: #fff;
	padding: 2px;
	font-weight: normal;
	background-color:#5199C4;
	text-align:center;
}
.tbl_rows{
	border:1px dashed #CCCCCC;
	text-align:center;
	padding-right:5px;
	padding-left:5px;
	direction:ltr;
}
.tbl_row{
	border:1px dashed #FFFFFF;
	font-weight:bold;
	direction:ltr;
	background-color:#E1EDF4;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
}

/* FORM */

.btn{
	background:transparent url(../images/submit.png) 0px 0px no-repeat scroll ;
	border:0pt none;
	color:#000;
	height:24px;
	text-align:center;
	width:63px;
	cursor:pointer;
	font: 12px Tahoma;
	float: none;
}

.btn:hover{
	background:transparent url(../images/submit.png) 0px -24px no-repeat scroll ;
}

select{
	font: 11px Tahoma;
	width: 150px;
	float: right;
}
.sel{
	width:50px;
}
input[type="radio"]{
	margin: 3px;
}

.radio{
	border: none;
	float: none;
}

input, textarea{
	float: right;
	display: inline;
	padding: 2px;
}
.txt{
	font: 11px Tahoma;
	color:#000066;
	border: #cfcfcf 1px solid;
	padding: 1px;
	height: 16px;
	width: 146px;
	float:right;
}
.txti{
	font: 11px Tahoma;
	color:#000066;
	border: #cfcfcf 1px solid;
	padding: 1px;
	height: 18px;
	width: 48px;
	float:right;
}
.file{
	font: 11px Tahoma;
	color:#000066;
	border: #cfcfcf 1px solid;
	padding: 1px;
	height:20px;
	float:right;
}
textarea{
	width: 250px;
	height: 100px;
	border: #cfcfcf 1px solid;
	font:11px tahoma;
	float:right;
}
.form-row {
	margin-bottom: 3px;
	padding: 3px 0;
	clear: both;
}
label {
	float: right;
	padding-right: 2px;
	width: 140px;
	text-align: left;
	margin-left: 3px;
	padding-top:3px;
	
}

.combo{
	border:0px solid;
	padding-right:3px;
	border: #CCCCCC 1px solid;
}

/* FOOTER */
.footer{
	background-color:#90B8D2;
	height:50px;
	width:875px;
	margin-top:2px;
	border:1px solid #B4CAD5;
	-moz-border-radius:10px 10px 0 0;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#000099;
}