body{
	background:url("../../images/Gradient.jpg") repeat-x scroll 0 101px #CBDFFB;
	background-color: white;
	background-position: 0 0;
}

div#header h1 a {
	background:url("../../images/NsightTowerLogo.jpg") no-repeat scroll 0 0 transparent;
}

div#header h2 {
	top: 40px;
}

div.one_col div.left {
	background-color: white;
	border: 0;
	min-width: 800px;
	padding-left: 2%;
	width: 98%;
}

table {
	background-color: white;
}

table.sortable thead {
    background-color: #CBDFFB;
    color: blue;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}


table.sortable td {
	padding: 0 0.5em;
}

tr { 
	border-bottom: 1px solid #CBDFFB;
}

table.sortable th {
	padding: 0 0.5em;
}

div.name {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 350px;
}

div.value {
	float: left;
	width: 350px;
	padding-left: 20px;
}

div.row {
	clear: both;
}

h3.row {
	clear: both;
	text-align: right;
	width: 400px;
}

form div {
	margin: 0;
	padding-bottom: 0.5em;
}
