body {
	font-size: 11px;
	font-family: tahoma;
	align: right;
}
a {
	text-decoration: none;
	color: #0B55C4;
}
input:focus, select:focus, textarea:focus {
	background-color:#FFFFDD;
}
input, select, textarea {
	border:1px solid silver;
	font-size:10px;
	direction: rtl;
	margin: 0px;
}
.inputbox {
	width: 200px;
}
html>body input {
	border-width: expression(this.type=="radio"?'0px':this.type=="checkbox"?'0px':'1px');
}
button {
	font-family: tahoma;
	font-size: 12px;
	cursor: pointer;
	width: 90px;
}
h1 {
	color: #0B55C4;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 8px;
}
.header {
	background: url(/images/admin/header.png);
	color: #FFFFFF;
	font-size: 20px;
	padding: 5px 10px 25px 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.nothing {
	text-align: center;
	padding: 20px 0px;
}

table.maintbl {
	width: 100%;
	border: 1px solid #D5D5D5;
	direction: rtl;
}
/*admin list style*/
table.adminlist {
	border-spacing: 1px;
	width: 100%;
	color: #666666;
	background-color: #e7e7e7;
}
table.adminlist td, table.adminlist th {
	padding: 4px;
}
table.adminlist thead th {
	background-color: #F0F0F0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	color: #666666;
	text-align:center;
}
table.adminlist thead th.asc {
	background: url(/images/admin/sort_asc.png) no-repeat center left;
}
table.adminlist thead th.desc {
	background: url(/images/admin/sort_desc.png) no-repeat center left;
}
table.adminlist thead tr.search th {
	background: #E7EFEF;
	vertical-align: top;
	text-align: right;
}
table.adminlist tbody tr td {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	height: 25px;
}
table.adminlist tbody tr.row1 td {
	background: #F9F9F9 none repeat scroll 0 0;
	border-top: 1px solid #FFFFFF;
}
table.adminlist tbody tr.row0:hover td, table.adminlist tbody tr.row1:hover td {
	background-color: #FFFFDD;
}
table.adminlist tfoot tr {
	text-align: center;
	color: #333; 
}
table.adminlist tfoot td, table.adminlist tfoot th { 
	background-color: #f3f3f3; 
	border-top: 1px solid #999; 
	text-align: center; 
}
div.paginationControl {
	text-align: center;
}
div.paginationControl span.paginationControl-item {
	padding: 5px 20px;
}
div.top-menu {
	background-color: #F0F0F0;
	border-top:     1px solid #CCCCCC;
	border-bottom:  1px solid #CCCCCC;
}
div.logout {
	float: left;
	padding-top: 3px;
	padding-left: 10px;
}
/*toolbar*/
div.toolbar {
	clear: both;
	background-color: #FBFBFB;
	border: 1px solid #CDCDCD;
	padding: 5px;
	margin-bottom: 10px;
}
div.toolbar div.title {
	float: right;
	font-size: 22px;
	color: #0B55C4;
	padding: 10px;
}
div.toolbar span.title2 {
	font-size: 11px;
	font-weight: 600;
	color: #0B55C4;
	float: right;
	white-space: nowrap;
	padding-top: 20px;
}
div.toolbar span {
	width: 32px;
	height: 32px;
	display: block;
}
div.toolbar a {
	float: left;
	display: block;
	padding: 1px 5px;
	margin: 0px 5px;
	white-space: nowrap;
	border: 1px solid #fbfbfb;
}
div.toolbar a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #0B55C4;
}
div.toolbar span.new {
	background: url(/images/admin/toolbar/icon-32-new.png);
}
div.toolbar span.edit {
	background: url(/images/admin/toolbar/icon-32-edit.png);
}
div.toolbar span.delete {
	background: url(/images/admin/toolbar/icon-32-delete.png);
}
div.toolbar span.save {
	background: url(/images/admin/toolbar/icon-32-save.png);
}
div.toolbar span.apply {
	background: url(/images/admin/toolbar/icon-32-apply.png);
}
div.toolbar span.cancle {
	background: url(/images/admin/toolbar/icon-32-cancel.png);
}
div.toolbar span.pay {
	background: url(/images/admin/toolbar/icon-32-default.png);
}
div.toolbar span.print {
	background: url(/images/admin/toolbar/icon-32-print.png);
}
fieldset.adminformset {
	border: 1px solid #D5D5D5;
	padding: 5px;
}
fieldset.adminformset legend {
	color: #0B55C4;
	fon-size: 12px;
	font-weight: 600;
}
div.searchbtn {
	padding-bottom: 5px;
}
div.footer {
	text-align: center;
	padding-top: 5px;
	direction: ltr;
}
/*panel settings*/
div.panel {
	margin: 0 auto;
	text-align: center;
	width: 460px;
}
div.panel div.icon {
	text-align: center;
	margin-right: 5px;
	float: right;
	margin-bottom: 5px;
}

div.panel div.icon a {
	display: block;
	float: left;
	border: 1px solid #f0f0f0;
	height: 97px;
	width: 108px;
	color: #666;
	vertical-align: middle;
	text-decoration: none;
}

div.panel div.icon a:hover {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
	color: #0B55C4;
}

div.panel img  { 
	padding: 10px 0; 
	margin: 0 auto;
	border: 0px; 
}
div.panel span { 
	display: block;
	text-align: center; 
}
/*******/
span.required {
	color: red;
	padding-right: 3px;
}
ul.msgbox {
	border: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
ul.msgbox li {
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 10px;
}
ul.msgbox li div {
	padding: 10px;
	padding-right: 20px;
}
ul.msgbox li.error-msg { 
	border: 1px solid #f16048;
	color: #df280a;
	background-color: #faebe7;
}
ul.msgbox li.error-msg div {
	background: url(/images/admin/error_msg_icon.gif) no-repeat right 8px;
}
ul.msgbox li.success-msg { 
	border: 1px solid #95a486;
	color: #3d6611;
	background-color: #eff5ea; 
}
ul.msgbox li.success-msg div { 
	background: url(/images/admin/success_msg_icon.gif) no-repeat right 10px;
}

table.tbl-admin {
	border-collapse: collapse;
}
table.tbl-admin td, table.tbl-admin th {
	border: 1px solid #CCC;
	padding: 5px;
}

