﻿/* ABS */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #666666;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 11px;
	margin: 0px;
}
p.title {
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	color: #F5BB18;
}
td.bgs {
	background-repeat: no-repeat;
	background-position: center top;
	/*background-image: url('graphics/bg1.jpg');*/
}
div.overdiv {
	display:none;
	position:absolute;
}
ol {
	list-style-type: decimal; /* square circle disc decimal */;
	color: #213E79;
	margin: 10px;
}
ul {
	list-style-type: circle;
	color: #213E79;
	margin:0px;
}
li {
	list-style-type: square; /* square circle disc decimal */;
	color: #213E79;
	margin:0px;
	list-style-position:outside;
}

hr {
	background-color: #213E79;
	color: #213E79;
	/*width: 175px;*/
	border: 0;
	float: left;
	margin: 3px 0px;
}
/* links */
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
	line-hight: 12px;
	
}
a:hover, a:active {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-hight: 12px;
}
a img {
	border: 0;
}
/* forms */
input, select, option, button {
	color: #555555;
	font-size: 12px;
	border: 0pt solid #E0E0E0;
	background-color: #A5C847;
	padding: 0.5px;
	letter-spacing: 0pt;
}
textarea {
	color: #555555;
	font-size: 12px;
	border: 0pt solid #E0E0E0;
	background-color: #A5C847;
	padding: 0.5px;
	letter-spacing: 0pt;
}

/* classes */
.ClassName {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 9px;
	font-weight: bold;
}
.title {
	font-size: 17px;
	color: #73509F;
	text-transform: capitalize;
}
.zain {
	font-size: 12px;
	font-weight: bold;
	color: #73509F;
	text-transform: capitalize;
}



/* by id */
#ContentArea {
	width: 100%;
	height: 220px;
	overflow: auto;//hidden; //scroll; //
}
#fer
{
	border:1px solid;
	background-color:#999999;
	display:none;
	margin-bottom:5px;
}
#fer a
{
	color:#BDD054;
}
/* End CSS */
