body { background-color: #ccc; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
/*  /line-height: 18px;*/
}

a.cutshidden{

	display:  none;	
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#content{
    min-height:57em;
    clear: left;
    margin-top: 0.5em;
}

*html #content {height: 57em}


/*general template css*/


#container{
    padding: 1em;
    background: #fff; 
    border: 1px solid black;
}
#footer{
   height: 1.2em;
   border-top: 1px solid black; 
}

tr.odd{
    background: #E0E0E0;
}

tr.even{

}

.datagrid td{
    padding: 2px;   
}



#toolbar{
    width:57em;
}






div.form input {
	display: block;
	width: 14em;
	float: left;
	margin-bottom: 0.5em;
}

div.form select {
	display: block;
	width: 18em;
	float: left;
	margin-bottom: 0.5em;
}

div.form label {
	display: block;
	width: 14em;
	float: left;
	margin-bottom: 0.5em;
	text-align: right;
	width: 15em;
	margin-right: 1em;
	
}

div.form br {
	clear: left;
}


body{
	width:  1024px;
}

.planting-header:target {
    background-color: #ADD8E6 !important;;
}



.red-row td {background-color: #16B7E3 !important;}

/*.plantingreview td {padding: 3px}
.plantingreview {border: 1px solid black;
				 margin: 10px;}*/
				
.plantingreview {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
	color: #333;
}
.plantingreview td, .plantingreview th {
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	color: #555;
}
.plantingreview th {
	text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-weight: normal;
	padding: 7px 7px 8px;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
}
.plantingreview td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
}

span.main-text {
    font-size: 15px;
    margin: 0px;
}