@charset "utf-8";
/*___________________________________________Default___________________________________________*/
body{
	margin:0px; 
	background:#FFF;
	font-family: "Trebuchet MS", Arial, Arab, Verdana, Geneva,Helvetica, sans-serif, Georgia;
	font-size:12px;
	color:#333;
	line-height:130%;
	}
table{
	border-collapse:collapse}
table td{
	vertical-align:top;
}
form{
	margin:0px;}
form .text{
	margin:2px;
	border:1px solid #AAA;
	padding:3px;
}
form .textarea{
	margin:2px;
	border:1px solid #AAA;
	padding:3px;
}
form.cmxform label.error, label.error {
	color: red;
	font-style: italic;
	font-family:Arab, Arial, Vadana;
	font-size:10px;
	}
img{
	border:0px}
p{
	margin:3px 0 3px 0;
	font-family: "Trebuchet MS", Arial, Arab, Verdana, Geneva,Helvetica, sans-serif, Georgia;
	text-align:justify;
	font-size:12px;
	color:#333;
	}
h1{
	font-family:"Trebuchet MS", Georgia, Arial, Arab;
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
	text-align:left;
	text-transform:uppercase;
	}
h2{
	font-family:"Trebuchet MS", Georgia, Arial, Arab;
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
	text-align:left;
	text-transform:uppercase;
	}
h3{
	font-family:"Trebuchet MS", Georgia, Arial, Arab;
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:0;
	text-align:left;
	}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#0099FF;
	}
a:hover {
	text-decoration: none;
	color:#FF9900;
	}
/*___________________________________________ helper class ___________________________________________*/
.floatleft {
	float:left;
}
.floatright{
	float:right;
}
.makebold{
	font-weight:bold;
}
.makethin{
	font-weight:lighter;
}
.makered{
	color:#F00;
}
.clear{
	clear:both;
}
.readmore{
	text-align:right;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:3px;
	margin-bottom:20px;
	border-bottom:1px dotted #666;
	background:url(../img/bg_readmore.gif) right bottom no-repeat;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:capitalize;
}
.readmore a:link, .readmore a:visited, .readmore a:active{
	color:#EEE;
	text-decoration:none;
}
.readmore a:hover{
	color:#FFF;
	text-decoration:underline;
}
.imgleft{
	float:left;
	margin:0 10px 10px 0;
}
.imgright{
	float:right;
	margin:0 0 10px 10px;
}
.makegray{
	color:#666;
}
.separator{
	border-bottom:1px dotted #666;
	margin:5px 0 10px 0;
	padding-bottom:5px;
	color:#666;
}
.addtopbottomspace{
	margin:20px 0 20px 0
}
.p_email{
	background:url(../ico/email.png) left top no-repeat;
	padding-left:20px;
}
/*___________________________________________ Ajax class ___________________________________________*/
.ajax_waiting{
	background: url(../img/loading.gif) left top no-repeat;
	padding-left:20px;
}
.ajax_lightbox{
	width:90px;
}
.ajax_error{
	color:#F30;
	background:url(../ico/error.png) left top no-repeat;
	padding-left:20px;
}
.ajax_sucess{
	color:#06C;
	background:url(../ico/accept.png) left top no-repeat;
	padding-left:20px;
}
