﻿*
{
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body
{
	background: #ececee;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
}

h3
{
	font-size: 18px;
	line-height: 28px;
}

h4
{
	font-size: 15px;
	line-height: 20px;
}

h5
{
	font-size: 14px;
	line-height: 18px;
}

p
{
	line-height: 18px;
}

a
{
	color: #0055a4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.action
{
	background: #DBDBDB url("Images/action-bg.gif") repeat-x scroll center top;
	border: 1px solid #999999;
	color: #828282;
	display: inline-block;
	font-size: 11px;
	line-height: 28px;
	padding: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

a.action:hover
{
	background: #D0D0D0 url("Images/action-hover-bg.gif") repeat-x scroll center top;
	text-decoration: none;
}

a.action img
{
	margin-right: 5px;
	vertical-align: middle;
}

ol, ul
{
	list-style: none none outside;
}

div#wrapper
{
	margin: 0 auto;
	padding: 40px 0;
	width: 1160px;
}

div#header
{
	padding: 0 0 20px;
	position: relative;
}

div#logo
{
	color: #7B8487;
	font-size: 30px;
	max-width: 400px;
	overflow: hidden;
}

div#logo a
{
	color: #7B8487;
	display: block;
}

div#login
{
	bottom: 20px;
	max-width: 550px;
	position: absolute;
	right: 0px;
	text-align: right;
}

div#login p
{
	background: transparent url("Images/user.png") no-repeat scroll left 2px;
	padding-left: 21px;
}

div#page
{
	background: #FFFFFF;
	border: 1px solid #B4B4B4;
	color: #444444;
	width: 1158px;
}

div#taskbar
{
	background: #cccccc url("Images/taskbar-bg.gif") repeat-x scroll center top;
	border-bottom: 1px solid #888888;
	position: relative;
}

ul#taskbarLinks
{
	float: left;
	max-width: 880px;
}

ul#taskbarLinks li
{
	background: transparent url("Images/v-divider.gif") repeat-y scroll right center;
	display: block;
	float: left;
	padding-right: 2px;
}

ul#taskbarLinks li a
{
	background: #BBBBBB url("Images/taskbar-links-bg.gif") repeat-x scroll center top;
	color: #444444;
	display: block;
	font-weight: bold;
	line-height: 50px;
	padding: 0 20px;
	white-space: nowrap;
}

ul#taskbarLinks li a:hover
{
	background: #BBBBBB url("Images/taskbar-links-hover-bg.gif") repeat-x scroll center top;
	text-decoration: none;
}

ul#expandedTaskbar
{
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #888888;
	display: none;
	left: 424px;
	position: absolute;
	top: 50px;
	width: 180px;
	z-index: 1000;
}

ul#expandedTaskbar li
{
	background: transparent url("Images/h-divider.gif") repeat-x scroll center bottom;
	display: block;
	padding-bottom: 2px;
}

ul#expandedTaskbar li.last
{
	background: none;
	padding: 0;
}

ul#expandedTaskbar li a
{
	background: #BBBBBB url("Images/taskbar-links-bg.gif") repeat-x scroll center top;
	color: #444444;
	display: block;
	font-weight: bold;
	line-height: 20px;
	padding: 15px 20px;
}

ul#expandedTaskbar li a:hover
{
	text-decoration: none;
}

div#taskbarActions
{
	float: right;
	max-width: 348px;
	padding: 10px;
}

div#taskbarActions label
{
	float: left;
	font-weight: bold;
	line-height: 30px;
	margin-right: 10px;
}

div#taskbarActions select
{
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #444444;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 5px;
	width: 155px;
}

div#taskbarActions a
{
	float: left;
}

div#content
{
	padding: 20px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5
{
	color: #000000;
}

div#content h4
{
	padding-bottom: 10px;
}

div.heading, div.tableHolder, div.form, div.dataSheet
{
	padding-bottom: 20px;
}

div.form p
{
	padding-bottom: 10px;
}

p.error
{
	color: #ff0000;
	font-weight: bold;
}

p.success
{
	color: #75c043;
	font-weight: bold;
}

div.form.last
{
	padding-bottom: 0;
}

div.form.last.hidden
{
	padding-top: 20px;
	padding-bottom: 0;
}

div.transcript
{
	background: #FFFFFF;
	border: 1px solid #888888;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 15px;
	max-height: 200px;
	overflow: auto;
	padding: 20px;
}

div.transcript em
{
	font-style: normal;
	font-weight: bold;
}

div.transcript em.heading
{
	text-decoration: underline;
}

div.heading p
{
	color: #828282;
}

div.heading span
{
	color: #434343;
}

div.graphContainer
{
	border: 1px dotted #B4B4B4;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}

div.graphContainer.last
{
	margin-bottom: 0;
}

div.graphContainer img
{
	display: block;
	margin: 0 auto;
}

div.expandedContainer { display: none; }

div#expandedFilter {}

div.filter, div.incExc
{
	background: #F4F4F4;
	border: 1px dotted #B4B4B4;
	margin-bottom: 10px;
	padding: 10px;
}

div.filterBox
{
	float: left;
	font-size: 13px;
	padding-right: 20px;
	text-align:  center;
	width: 285px;
}

div.filterBox.last
{
	padding-right: 0;
}

div.filterBox input.textbox
{
	font-size: 13px;
	padding: 2px;
	text-align: center;
	width: 50px;
}

div.filterBox table
{
	margin: 10px auto 0;
}

div.filterTitle { font-weight: bold; }

div.filterField, div.filterButton
{
	padding-top: 10px;
}

div.filterButton ul, div.incExcButton ul
{
	margin: 0 auto;
	text-align: center;
}

div.filterButton li, div.incExcButton li
{
	display: inline;
	padding-right: 10px;
}

div.filterButton li.last, div.incExcButton li.last
{
	padding-right: 0;
}

div#expandedIncExc {}

div.incExcBox
{
	float: left;
	font-size: 13px;
	padding-right: 20px;
	text-align:  center;
	width: 285px;
}

div.incExcBox.last
{
	padding-right: 0;
}

div.incExcBox select.listbox
{
	font-size: 13px;
	padding: 2px;
	width: 250px;
}

div.incExcTitle { font-weight: bold; }

div.incExcField, div.incExcButton
{
	padding-top: 10px;
}

div.dataSheet div.leftColumn
{
	float: left;
	width: 45%;
}

div.dataSheet div.rightColumn
{
	float: right;
	width: 45%;
}

div.formRow
{
	clear: left;
	padding-bottom: 10px;
}

div.dataSheetRow
{
	clear: left;
	padding-bottom: 5px;
}

div.formOptions
{
	clear: left;
	padding-top: 10px;
}

div.dataSheetOptions
{
	clear: left;
	padding-top: 5px;
}

div.pageOptions
{
	clear: left;
	padding-top: 5px;
}

div.preTableOptions
{
	padding-bottom: 10px;
}

ul.formOptions
{
	float: left;
}

ul.formOptions li
{
	display: block;
	float: left;
	padding-right: 10px;
}

ul.formOptions li a
{
	line-height: 30px;
}

ul.formOptions li a.action
{
	line-height: 28px;
}

ul.formOptions li.last
{
	padding-right: 0;
}

ul.dataSheetOptions
{
	float: left;
}

ul.dataSheetOptions li
{
	display: block;
	float: left;
	padding-right: 10px;
}

ul.pageOptions
{
	float: left;
}

ul.pageOptions li
{
	display: block;
	float: left;
	padding-right: 10px;
}

ul.preTableOptions {}

ul.preTableOptions li
{
	display: block;
	float: left;
	padding-right: 10px;
}

ul.preTableOptions li.last
{
	padding-right: 0;
}

ul.preTableOptions li label
{
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

ul.preTableOptions li input.textbox
{
	font-size: 13px;
	margin-top: 2px;
	width: 130px;
}

div.formRow label
{
	color: #000000;
	display: inline-block;
	font-weight: bold;
	line-height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	width: 110px;
}

div.dataSheetRow label
{
	color: #000000;
	display: inline-block;
	font-weight: bold;
	line-height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	width: 110px;
}

div.dataSheetRow span
{
	display: inline-block;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
}

div.dataSheetRow a
{
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}

div.formRow span.required
{
	color: #ff0000;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin-left: 10px;
	vertical-align: middle;
	width: auto;
}

input.textbox
{
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	vertical-align: middle;
}

div.formRow input.textbox
{
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #444444;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 4px;
	vertical-align: middle;
	width: 250px;
}

div.formRow select.dropdown
{
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #444444;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 4px;
	vertical-align: middle;
	width: 510px;
}

select.listbox
{
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 4px;
	vertical-align: middle;
}

div.formRow select.listbox
{
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	color: #444444;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 4px;
	vertical-align: middle;
	width: 510px;
}

div.tableHolder
{
	overflow: auto;
	width: auto;
}

div.tableHolder.last
{
	padding-bottom: 0;
}

ul.tableOptions
{
	float: left;
}

ul.tableOptions li
{
	display: block;
	float: left;
	padding-right: 10px;
}

ul.tableOptions li.last
{
	padding-right: 0;
}

ul.tableOptions a.action
{
	line-height: 24px;
	padding: 0 4px;
}

ul.tableOptions a.action img
{
	margin: 4px 0;
}

table.table
{
	background: #FFFFFF;
	border: 1px solid #888888;
	border-collapse: collapse;
	width: 100%;
    font-size: 11px;
}

table.table th, table.table td
{
	border: 1px solid #888888;
	line-height: 18px;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}

table.table tr.thead
{
	background: #ABABAB url("Images/thead-bg.png") repeat-x scroll center top;
}

table.table tr.tbody {}

table.table tr.tbody.odd
{
	background: #F4F4F4;
}

table.table tr.tbody th, table.table tr.tbody td
{
	border-bottom: 0 none;
	border-top: 0 none;
}

table.table tr.tbody span.highlight
{
	color: #000000;
}

table.table tr.tbody span.positive
{
	color: #46AF34;
}

table.table tr.tbody span.negative
{
	color: #AF3434;
}

table.table tr.tfoot
{
	background: #D1D1D1;
}

table.table tr.tfoot th, table.table tr.tfoot td
{
	border-left: 0 none;
	border-right: 0 none;
	font-weight: normal;
	width: auto;
}

table.table tr.tfoot table
{
	margin: 0 auto;
}

table.table tr.tfoot table th, table.table tr.tfoot table td
{
	border: 0 none;
	padding: 0 5px;
}

div#footer
{
	color: #828282;
	font-size: 12px;
	padding: 20px 0 0;
	text-align: center;
}

div#footer a
{
	color: #828282;
	text-decoration: underline;
}

div#footer a:hover
{
	color: #0055a4;
}

div.clearfix
{
	clear: both;
}