
body {
	font-family: Tahoma, Arial, "Simplified Arabic";
	font-size: 12px;
	color: #000000;
	background-color: #E9E9E9;
	margin: 5px;
}
.footer {
	font-size: 90%;
	text-align: center;
	color: #990000;
	padding: 3px;
}
img {

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);

}

.footer a {
	color: #333333;
	text-decoration: underline;
}
.mainTbl {
	background-color: #FFFFFF;
}
.cpCat {
	background-color: #E9E9E9;
	padding: 4px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #999999;
}
.cpUl {
	background-color: #CCCCCC;
}
.cpUl ul {
	list-style: square;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
.cpUl li {
	padding: 2px;
}
.cpUl li a{
	color: #000000;
	text-decoration: none;
	display: block;
}
.cpUl li a:hover{
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	background-color: #EAEAEA;
}
.rightSide {
	background-color:#FFFFFF;
	background-image: url(images/bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.upperInfo {
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E9E9E9;
}
.upperInfo a {
	color: #990000;
	text-decoration: underline;
}
form {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: Tahoma, Arial, "Simplified Arabic";
	font-size: 12px;
	color: #000000;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
}
.error {
	background-color: #FFDDDD;
	/*color: #FFFFFF;*/
	border:1px solid #FFBBBB;
	text-align: center;
	padding: 5px;
	background-image: url('images/error.gif');
	background-position:left;
	background-repeat:no-repeat;
}
.error a{
	color: #FFFFFF;
	text-decoration: underline;
}
.right {
	background-color: #DDEEFF;
	/*color: #FFFFFF;*/
	border:1px solid #99CCFF;
	background-image: url('images/info.gif');
	background-position:left;
	background-repeat:no-repeat;
	text-align: center;
	padding: 5px;
}
.right a{
	color: #FFFFFF;
	text-decoration: underline;
}
.nav {
	text-align: right;
	border-bottom: 1px solid #EBEBEB;
	padding: 3px;
}
.nav1 {
	text-align: right;
	border-top: 1px solid #EBEBEB;
	padding: 3px;
}
.nav a, .nav1 a {
	color: #333333;
	text-decoration: none;
}
.cycle02{
	background-color: #F2F2F2;
}
.cycle01 a, .cycle02 a {
	color: #990000;
	text-decoration: none;
}
.note {
	font-size: 80%;
	color: #FF0000;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
.boldMe{
	font-weight:bold;
	width:15%;
}

.icon{
	 width:16px;
	 height:16px;
	 border:0px;
}

.iconsLink{
	cursor:pointer;
}
.handle{
	cursor:move;
}
table{
	position:relative;
}
.Over {
	background-color:#99cc99;
	border:0px solid #E2F9E3;
}
.notFinish{
	border:1px solid #FFBBBB;
	background-color:#FFDDDD;
	padding:6px;
	color:#000000;
	text-indent:10px;
}

.finish{
	color:#FF0000;
	font-weight:bold;
}

.features td{
	border-bottom:#cccccc 1px solid;
}

