.toprow {background: #EEE; width: 690px; padding: 5px 0; min-height: 1px;}
.row {width: 690px; padding: 5px 0; border-bottom: 1px solid #EEE; min-height: 1px;}
.toprow:after {content: "."; display: block; visibility: hidden; height: 0; clear: both;}
.row:after {content: "."; display: block; visibility: hidden; height: 0; clear: both;}
* html .toprow {height: 1px;}
* html .row {height: 1px;}

.toprow div
{
	float: left;
	display: inline;
	font-weight: bold;
}

.row div
{
	float: left;
	display: inline;
}

.row div textarea
{
	width: 650px;
	height: 50px;
	font: 13px Arial;
}

.col1 {width: 40px;}
.col2 {width: 50px;}
.col3 {width: 110px;}
.col4 {width: 100px;}
.col5 {width: 250px;}
.col6 {width: 80px;}
.col7 {width: 60px;}
.row .col7 {padding: 2px 0; text-align: center; color: #FFF; text-transform: capitalize;}

.row .switch {float: none; clear: both; display: block; color: #AAA; background: #FFFDEE; border: 1px dashed #EEEAC0; padding: 10px; margin: 10px;}
.row:hover {cursor: default;}

.pending {background: #FF9000;}
.complete {background: #6BE422;}
.cancelled {background: #CC0000;}	

.formlabel {float: left; width: 100px;}
.form100 {width: 100px;}
.form200 {width: 200px;}
textarea.form200 {height: 75px;}