@charset "utf-8";
/* CSS Document */

.mceExternalToolbar {
  position:absolute !important;
  left:0px !important;
  top:0px !important;
  z-index:100000; /* change the number as required */
  /*display:block !important; /* so that the toolbar is always shown */
}
.mceExternalClose {
  display:none !important;
}

object {
outline:none;
}


img{
	border:0px;
}

A, a:visited, a:active, a:hover{
	color:#D54618;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}


.boldText{
	font-weight:bold;

}


ul LI{
	list-style-image:url(/images/bullet.jpg)
}


.StripedTable{
}

.trbg{ /* STRIPED ROW COLOR */
	background-color:#dedede;
}


.StripedTable THEAD TD{
	border:0px;
	background-color:#D54618;
	border-spacing:0px;
	padding-top:6px;
	padding-bottom:6px;	
	color:#FFF;
	
}

.StripedTable TH{
	border:0px;
	background-color:#D54618;
	border-spacing:0px;
	padding:0px;
	color:#FFF;
}
.StripedTable TD{
	border:0px;
	padding:1px 5px 1px 5px;
	border-spacing:0px;

}
.StripedTable p{
	padding:0px;
	margin:0px;
}
TABLE{
	border-spacing:0px;
	border:0px;		
	padding:0px;
	
	border:0px;
}

.box strong{
	color:#000;
}
.padder{
	margin-right:18px;
}


body { 
	padding:0px; 
	margin:0px;  
	background:#FFF;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	color:#666666;
	font-size:13px; 
	color:#666;
	/* WE CAN FIX THE IE PROBLEM BU
	  overflow-x: auto;
    overflow-y: hidden; 
	
	IF we split the files.. include YES in editor .. and YES_SITE in site.. and just keep them the same except for that small fact.
	*/

} 
form{
	margin:0px;
}
input{
	border:1px solid #ccc;
}
textarea{
		border:1px solid #ccc;
}
.contact_form_label{
	font-style:italic;
	font-weight:bold;
	color:#666;
	font-family:Calibri,Verdana, Geneva, sans-serif;
	font-size:12px;
	
}

input.submit.eng {
	background: transparent url(/images/submit.jpg) no-repeat top left;
	border:none;
	width:67px;
}

input.cancel.eng {
	background: transparent url(/images/cancel.jpg) no-repeat top left;
	border:none;
	width:67px;
}

input.submit.gre {
	background: transparent url(/images/submit_gre.jpg) no-repeat top left;
	border:none;
	width:67px;
}

input.cancel.gre {
	background: transparent url(/images/cancel_gre.jpg) no-repeat top left;
	border:none;
	width:67px;
}

.sideHeadding{
	font-family:Calibri, Verdana; font-size:14px; line-height:12px; font-weight:bold; color:#666
}

.headding{
	font-family:Calibri, Verdana; font-size:18px; font-weight:bold; color:#666
}

.headding_green{
	font-family:Calibri, Verdana; font-size:18px; font-weight:bold; color:#D54618	
}

.headding_green_underline{
	font-family:Calibri, Verdana; font-size:18px; font-weight:bold; color:#D54618	;
	padding-bottom:2px;
	border-bottom:2px solid color:#D54618;
}

.normalText{
	font-family:Calibri, Verdana; font-size:13px; color:#666
}

form{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#06C;
	font-weight:bold;
}

#footer a{
	color:#666;
	text-decoration:none;
	text-transform: none;
	font-style:none;
}
