@CHARSET "ISO-8859-1";
h1{
	font-size:20px;
	float: none;
}
h3{
	font-size:15px;
	border-bottom: solid 1px #7FC241;
	color: #FFFFFF;
}

label{
	color: #FFFFFF;
	font-weight: bold;
}
#content img{
float: none;
margin-right: 0px;
}
img{
	border: none;
}

a{
	border: none;
}

tbody td, thead td
{
	padding: 2px 4px 2px 4px;
}

thead td
{
	background-color: #70D0F6;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #1E3789;
	padding: 3px 4px 3px 4px;
}

tr.odd td 
{
	background-color: #1FB0FF;
	border-bottom: 1px solid #D9D9D9;
}

tr.even td
{
	background-color: #00AEEF;
	border-bottom: 1px solid #D9D9D9;
}

tr.selected td
{
	background-color: #70D0F6;
}

tr.hover td
{
	background-color: #70D0F6;
}


#column2 input, #column2 textarea, #column2 select{
	color: black;
}