body{
	background-color:#fff;
}

#main{
	width:800px;
	margin:auto;
}

ul{
	list-style: none;
	border: 1px solid #ff0000;
	padding:0px;
}

li{
	padding:5px;
}

#header{
	font-weight: bold;
	border-bottom:1px solid #ff0000;
	background: url(../img/header-row.jpg) repeat-x bottom;
	height:15px;
	line-height: 15px;
}

.col1{
	width:100px;
	float:left;
}

.col2{
	width:100px;
	float:left;
}

.info .col2{
	overflow:hidden;
	height:49px;
}

.col3{
	width:100px;
	float:left;
}

.info .col3{
	overflow:hidden;
	height:44px;
}

.col4{
	width:150px;
	float:left;
}

.col5{
	width:150px;
	float:left;
}
.col6{
	width:150px;
	float:right;
}

.info{
	height:40px;
	border-bottom:1px solid #ff0000;
}

.green{
	color:#fff;
	background: url(../img/row-green.jpg) repeat-x;
}

.white{
	background: url(../img/row-white.jpg) repeat-x;
	
}

.blue{
	background: url(../img/row-blue.jpg) repeat-x;
	color:#fff;
}

.col6 button{
	float:left;
}



.col6 div{
	float:left;
	font-weight:bold;
	color:#ff0000;
	padding-left:5px;
}

table{
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

th{
	background-color:#ccc;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

td{
	border-top:1px solid #000;
	border-right:1px solid #000;
}

td.zebra{
	background-color:#eee;
}


select.front{
	width:148px;
}

