@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

th {
	background-color:#ee1a2e;
	color:#FFF;
	font-size:14px;
	text-align:left;
}

select {
	font-size:11px;
}

label {
	width:100px;
	float:left;
}


tr:hover {
	background-color:#FDCECF;
}

td {
	font-size:12px;
}

.bggray {
	background-color: #F0F0F0;
}

a:link, a:visited {
	color:#039;
}

a:hover {
	color: #C00;
}

th a:visited {
	color:#FFF;
}


#wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
}


#content {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}

#pvcontent {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}

#logo {
	width:50%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#links {
	width:50%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#menu {
	width:20%;
	background-color: #F0F0F0;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	padding:10px;
	line-height:25px;
}

#setup, #report {
	width:70%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}