﻿body {
	font-family: Arial;
	font-size: 10pt;
	margin: 0;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #06c;	
}

a:link img, a:visited img, img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
}

table, tr, td, th {
	margin: 0;
	padding: 0;
	border: 0;
}

td.label {
	padding: 10px 20px 5px 0;
}

td.input {
	padding: 10px 10px 5px 0;
}

#header {
	height: 91px;
}

#header img {
	margin: 25px 0 0 15px;
}

#client {
	padding: 8px 10px;
	font-size: 9pt;
	position: absolute;
	top: 0px;
	right: 15px;
}

#nav {
	padding: 6px 0 0 6px;
	height: 26px;	
	font-size: 13px;
	clear: right;
	position: absolute;
	top: 59px;
	right: 15px;
}

#nav img {
	padding: 0;
}

#submenu {
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
}

#submenu ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

#submenu ul li {
	display: block;
	float: right;
	background: #eee;
	margin: 0 5px;	
	font-size: 9pt;
}

#submenu ul li a:link, #submenu ul li a:visited {
	font-weight: bold;
	display: block;
	padding: 4px 10px 5px 10px;
	color: #333;
}

#submenu ul li.active a:link, #submenu ul li.active a:visited {
	background: #06c;
	color: #fff;
	padding: 4px 10px 5px 10px;
}

#submenu ul li a:hover {
	color: #06c;
}

#submenu ul li.active a:hover {
	color: #fff;
}

#content {
	margin: 12px;
	background: #fff;
}

#content h1 {
	margin: 0;
	padding: 0 0 10px 0;	
	font-size: 14pt;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 5px 0;
	padding: 10px;	
	font-size: 12pt;
	font-weight: bold;
	background: #f6f6f6;
}

#footer {
	padding: 12px;
	font-size: 8pt;
	color: #666;
}

table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
}

td, th {
	vertical-align: top;
	white-space: nowrap;
}

table.datatable {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;	
}

.datatable td, .datatable th {
	padding: 6px 12px 6px 6px;
	font-size: 9pt;
	text-align: left;
	border-top: 1px solid #ccc;	
	white-space: nowrap;
	vertical-align: middle;
}

.datatable th {
	background: #eee;
	font-weight: bold;
	border-top: none;
}

.datatable tr.totals td {
	background: #eee;
}

.datatable a:link, .datatable a:visited {
	position: relative;
}

.datatable th a:link, .datatable th a:visited {
	color: #333;
}

.datatable a:link .popup, .datatable a:visited .popup {
	display: none;
}

.datatable a:hover .popup {
	display: block;
	position: absolute;
	top: -3.5em;
	left: 1.5em;
	padding: 10px;
}

.datatable table td {
	border: none;
}

table.setuptable {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;	
}

.setuptable td, .setuptable th {
	padding: 8px 30px 8px 0;
	font-size: 9pt;
	text-align: left;
	border-top: 1px solid #ccc;	
	white-space: nowrap;
	vertical-align: middle;
}

.setuptable th {
	font-weight: bold;
	border-top: none;
}


.clearbox {
	clear: both;
	height: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

#breadcrumb {
}

#breadcrumb img {
	margin: 0 10px 1px 7px;
}

td.right, th.right {
	text-align: right;
}

.red {
	color: #c00;
}

.notes {
	float: right;
	width: 300px;
	padding: 0;
	margin-left: 20px;
}

.notes h2 {
	margin: 0 0 20px 0;
	font-size: 12pt;
	font-weight: bold;
}

.notes ul {
	margin: 10px 20px 0 35px;
	padding: 0;
	list-style-image: url('/images/bullet_go.png');
}

.notes ul li {
	line-height: 1.3em;
	padding-bottom: 20px;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px 10px 15px 10px;
	margin: 25px 0;
	clear: left;
}

fieldset legend {
	color: #0066cc;
	padding: 2px;
	font-weight: bold;
	font-size: 12pt;
}

label {
	color: #333;
	display: block;
	padding: 2px 0;
	font-weight: bold;
}

fieldset p {
	padding: 0;
	margin: 5px 0;
}

#filter {
	padding: 10px 0;
	font-size: 8pt;
}

#paging {
	padding: 10px 0;
	float: right;
	font-size: 8pt;
}

#custom_date {
	padding: 5px 0;
	font-size: 9pt;
	text-align: right;
}

#custom_date input {
	font-size: 8pt;
}

code {
	border: 1px solid #ccc;
	padding: 3px 5px;
	display: block;
	width: 500px;
	margin: 0;
}

.instructions {
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 10px 0;
	padding-top: 11px;
	font-size: 9pt;
	float: left;
}

.instructions span {
	display: block;
	padding: 5px;
}

/* Overview */

#overview {
	background: #fff;
	margin-right: 282px;
}

#overview table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

#overview table th {
	background: #e1f3fd;
}

#overview table td.box {
	border: 1px solid #ccc;
	padding: 10px;
	color: #333;
}

#overview table td.box h2 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

#overview table td.box h3 {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #0c0;
	margin: 0;
	padding: 0;
}

#overview td.box table, #overview td.box td {
	border: none;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
}

#overview td.box img {
	margin-bottom: 10px;
}

#pricetable {
	border: 0;
	margin: 0px auto 15px auto;
	padding: 0;
	border-collapse: collapse;
}
	
	#pricetable th, #pricetable td {
		padding: 10px 30px;
		font-family: Arial;
		font-size: 10pt;
		color: #444;
		vertical-align: top;
		text-align: center;
		font-weight: normal;
		border: none;
		margin: 0;
	}
	
	#pricetable th.price h2 {
		color: #c00;
		font-family: Arial;
		font-size: 14pt;
		font-weight: bold;
		font-style: normal;
		margin: 0;
		padding: 0;
		background: #fff;
	}
	
	#pricetable th.price {
		font-style: italic;
	}

	#pricetable tr.inner td {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		background: #f8f8f8;
	}
	
	#pricetable th.label {
		text-align: left;
		color: #000;
		font-weight: bold;	
		padding: 10px 20px 10px 0;
	}
	
#cctable td {
	padding: 5px 10px;
}
