body {
	background-color: #FFFFFF;
	margin: 2px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	text-decoration: none;
}
/* Text */
.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	text-decoration: none;
	line-height: 20px;
}
.sptext {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #289600;
	text-decoration: none;
	line-height: 20px;
}
b .bold {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #1F2021;
	text-decoration: none;
	line-height: 20px;
}
.small {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #595B60;
	text-decoration: none;
	line-height: 20px;
}
.lead {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #289600;
	text-decoration: none;
}
.lead-1 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #289600;
	text-decoration: none;
}
.lead-2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lead-3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #26577F;
	text-decoration: none;
}
p {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
}
hr {
	color: #BBBCB4;
}

/* Links */
a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #1f8d8e;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #074546;
	text-decoration: none;
}
.menu-a {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #231f20;
	text-decoration: none;
	font-weight: bold;
}
.menu-a:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #289600;
	text-decoration: none;
	font-weight: bold;
}
.menu-link {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu-link:hover {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #838181;
	text-decoration: none;
	font-weight: bold;
}

/* Lists */
.list-table {
	background-color: #A0BBC8;
}
.list-tbl {
	background-color: #286600;
}
.list-head {
	background-color: #289600;
	padding: 6px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.list-head-act {
	background-color: #286600;
	padding: 6px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.list-even {
	background-color: #EDEDED;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.list-odd {
	background-color: #FFFFFF;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.list-roll {
	background-color: #a1d43f;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
#list-head-link a{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FCFFCC;
	text-decoration: none;
}
#list-head-link a:hover{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FBCB49;
	text-decoration: none;
}
#list-rec-link a{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0075C4;
	text-decoration: none;
}
#list-rec-link a:hover{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF3366;
	text-decoration: underline;
}

/* Image */
.nr {
	background-repeat: no-repeat;
}
.rx {
	background-repeat: repeat-x;
}
.ry {
	background-repeat: repeat-y;
}

/* Form */
.input {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px solid #289600;
	color: #286c00;
}

/* Box */
.message {
	background-color: #E4E9EE;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #D4DCE3;
}
.warning {
	background-color: #FFC5AA;
	border: 1px dashed #FC8750;
	padding: 8px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #9D5634;
	line-height: 20px;
}
.box-body {
	background-color: #F2F1F1;
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E3E3;
	border-right-color: #E4E3E3;
	border-bottom-color: #E4E3E3;
	border-left-color: #E4E3E3;
}
.box-head {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #354149;
	padding-right: 3px;
	padding-left: 3px;
}
.image-box {
	/*background-color: #E7E7E7;*/
	background-color: #FFFFFF;
	border: 1px dashed #C0C0C0;
	padding: 4px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #676666;
	line-height: 20px;
}
.record-box {
	background-color: #D8D7D7;
	border: 1px solid #C0C0C0;
	padding: 3px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #4F4F4F;
	line-height: 20px;
}
.describ-box {
	background-color: #F5F5F5;
	padding: 8px;

	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #3A3B3E;
	line-height: 20px;
}

/* Footer */
#footer a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

/* Local */
.toolbar {
	background-color: #1E3075;
}
.menubar {
	background-color: #1E3075;
}
.main {
	background-color: #FFFFFF;
	padding: 4px;
}
.main-tbl {
	background-color: #6F8286;
}
.guide {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #0088B5;
	text-decoration: none;
}
.guide:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #8AB54A;
	text-decoration: none;
}
.search-input {
	background-image: url('http://sarirservice.com/Themes/Site/tplZend/PE/Images/Google.jpg');
	background-repeat: no-repeat;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	/*background-color: #FFFFFF;*/
	padding-left: 20px;
	border: 1px solid #D5D5D5;
	color: #004D67;
}

/* Mootab */
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 29px;
}
.mootabs_title li {
	float: right;
	background-color: transparent;
	margin-right: 2px;
	cursor: pointer;
	color: #8C8C8C;
	font-family: tahoma, arial;
	font-size: 11px;
	height: 29px;
	width: 105px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
	background-image: url(../Images/TabBg.gif);
	text-align: center;
}
.mootabs_title li.active {
	background: url(../Images/TabBgDis.gif);
	vertical-align: middle;
	color: #000000;
}
.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	_height: 250px;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	text-align:left;
	padding: 3px;
}
/*
.mootabs_panel {
	background-color: #272822;
	display: block;
}
*/
.mootabs_panel.active {
	border: 1px solid #DADADA;
	display: block;
	_height: 250px;
}
.mootabs_title li.over {
	color: #8C8C8C;
}
.menu-box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #286600;
}
.footer-box {
	background-color: #289600;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-repeat: no-repeat;
}