body{
margin:0;
width:100%;
height:100%;
direction: rtl;
font-family: tahoma;
font-size:10px;
font-weight:normal;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
h1{
font-size: 120%;
margin: 0;
}
img{
border-style: none;
}
form{
margin: 0;	
}
.dotted_sep{
border-color: #e7e7e7;
border-style: none none dotted none;
border-width: 2px;
height: 2px;
}

.dotted_vertical_sep{
border-color: #C9C8C8;
border-style: none dashed none  none;
border-width: 1px;
height: 100%;
width:2px;
}

table.data_table{
	border:1px solid #ccc;
	border-right:0;
	clear: right;
	color: #333;
	margin: 10px;
}
table.data_table th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.data_table th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
data_table th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table.data_table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}

table  tr.even_row td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #DBEFF9;
}
div.actions{
	text-align: center;
}

div.actions ul  li{
	list-style: none;	
	display: inline-block;
	width:63px;
	height:17px;		
}



div.disabled {
	color: #000;
	display: inline;
}

fieldset{
width:90%;
}
div.message {
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
div.error{
	color:red;
	font-weight: bold;
}
.hidden{
display: none;
}
.visible{
display: inline-block;
}
.Accepted{
	color:blue;
	font-weight: bold;
}
.Rejected{
	color: #900;
	font-weight: bold;
}
.full_width{
	width:100%;
}
.right{
text-align: right;
}
.left{
	text-align: left;
}
.ErrorBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	background: #fff7d7;
	padding: 5px;
	border-width: thin;
	border-color: #FF0000;
	border-style: solid;
	width: 90%;    
}
._inline{
display: inline;
}
.even_row{
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
.odd_row{
	background: #DBEFF9;
}
.even_data{
	color: #000;
}
.odd_data{
	color: #7F9DB9;
}

.thumb{
	display:inline-block;
	width:150px;
	height: 150px;
}
.image_container{
	display:inline-block;
	width:175px;
	height: 200px;
	padding: 5px;
	text-align: center;
}
.new{
	display:inline-block;
	font-size:10px;
	color:red;
}
