/* ------------------------------------------------------------------------ */
/* Global default settings   	             					              	       		    */	
/* ------------------------------------------------------------------------ */


/* Changes here should also be made to the 
admin/eWebPreferences/eWebEditProStyle.css
if they apply, so that the admin user can
see an accurate preview of the content they
are entering */


body {
		margin:0px;
		padding:0px;
}

span,div,form,sup,body,td {
		font-family:verdana,arial,helvetica,sans-serif;
		font-size:11px;
		color:#333333;
		line-height:16px;
}

ul,li,ol {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color:#333333;
	list-style-type: square;
}

ul {
margin-top: 5px;

}


input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	border-top-color:#404040;
	border-top-width:1px;
	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-right-color:#D4D0C8;
	border-bottom-color:#D4D0C8;
	border-left-color:#404040;
}

p {
  margin-top:5px;
}

hr {
	color: #C6D3C6;
  height: 1px;
}

form {
	margin: 0;
  padding: 0;  
}


/* ------------------------------------------------------------------------ */
/* Global link settings         	      							   	            	    */	
/* ------------------------------------------------------------------------ */

td a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
	
}

/* ------------------------------------------------------------------------ */
/* Global Header settings              						    	            	       		    */	
/* ------------------------------------------------------------------------ */

h1{
	background-image:url(../../images/cnt_img_h1bg.gif);
	background-repeat:no-repeat;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-variant:normal;
	color:#666666;
	height:26px;
	text-transform: uppercase;
}

h2{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#666666;
}

h3{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}


h1,h2,h3{
	margin:0px;
}
/* ------------------------------------------------------------------------ */
/* Custom settings                  	            	       		    */	
/* ------------------------------------------------------------------------ */
.navAux {
		border-bottom: 1px solid #FFFFFF;
}

.navAuxtxt {
		color:#FFFFFF;
}


.clientLogin {
		border-bottom: 1px solid #FFFFFF;
}

.clientLogin td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:10px;
}

.contractFarming {
		padding:15px 0px 15px 0px;
}

.contractFarming td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:11px;
}

.cntFeatureImg {
		border-bottom: 1px solid #FFFFFF;
}

.fimgCaption {
		font-size:10px;
		color:#494B49;
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
		background-color:#B3A998;
		padding:9px 20px 9px 20px;
}

.fimg {
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
}


.fimgCaptionBreak{
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
}

.cntfeatureHome {
padding:0px 0px 0px 20px;
}

.footer {
padding: 0px 0px 0px 0px;
}

.error {
color: red;
}

.plainInput {
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}


.detailsForm td{
  line-height: 27px;
}

.detailsForm input {
  width: 150px;
  height: 17px;
  line-height: 16px;
  padding-left: 5px;
}

.detailsForm .detailsFormCheckbox {
  width: 20px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;  
}

.detailsForm .normalCell {
  line-height: 16px;
}

.designByNewgency {
	color: #A59EA5;
	text-decoration:none;
}