body, table
{
	color: #000000;

	margin: 0;
	padding: 0;
	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
}

body
{
	background-color: #00137A;

}

table td
{
	padding: 0;
	
	border: 0;
	
	vertical-align: top;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size:  90%; }

h1, h2, h3, h4, h5, h6
{
	color: #3A80F3;

	margin: 0;
	padding: 0;
}

a
{
	color: #1E5395;

	font-weight: bold;	
	text-decoration: none;
}

a:hover
{
	color: #1E5395;
	text-decoration: underline;
}

hr
{
	background-color: #000000;
	color: #000000;
	border: 0;

	height: 1px;
}

#page
{
	margin: 0;
	
	text-align: center;

	width: 100%;
}

#header
{

	padding-left: 0px;
	
	background: #1E5395 url(images/header_gradient1.png) repeat-x;
	
	height: 126px;
	
	text-align: left;
}


#logo
{

	padding: 48px 0 0 32px;
	
	color: #FFFFFF;
}

#logo h1 { color: #FFFFFF; }

#navigation
{
	background: #B5B5B5 url(images/menu_gradient.png) repeat-x;
	
	height: 26px;
	line-height: 26px;
}

#navigation a
{
	color: #000000;
	
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover
{
	color: #1E5395;
}

#contentWrapper
{
	background-color: #E0E0E0;
	
	padding-bottom: 16px;
}

#content
{
	background-color: #FFFFFF;
	color: #000000;

	border: 1px solid #B5B5B5;
	border-top: 0;
	
	margin: 12px 0px;
	margin-top: 0px;
	
	padding: 0;
	
	text-align: left;
}

#leftSidebar
{
	background-color: #1E5395;
	color: #FFFFFF;
	
	border-right: 1px solid #2072CC;

	width: 220px;
	
	font-size: 90%;
}

#leftSidebar a
{
	display: block;

	background-color: #1E5395;
	color: #FFFFFF;	
	
	padding: 10px 10px 10px 12px;
	
	font-weight: bold;
	text-decoration: none;
}

#leftSidebar a:hover
{
	background-color: #B4D3F3;
	color: #1E5395;
}

.sidebarWidget
{
	background-color: #1E5395;
}

.sidebarWidgetTitle
{
	background: #00326A url(images/sidebar_header.png) no-repeat;
	border-top: 1px solid #2072CC;
	border-bottom: 1px solid #2072CC;
	
	padding: 6px;
}

#leftSidebar .sidebarWidgetTitle h3
{
	color: #FFFFFF;
}

#contentPane
{
	padding: 12px;
}

table.report, table.report td, table.report thead th
{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.report thead, table.report thead th
{
	background-color: #DDDDDD;
	
	padding: 6px;
}

table.report tbody td, table.report tfoot
{
	padding: 8px;
	color: #666666;
}

table.report tbody tr:hover
{
	background: #EEEEEE;
}

table.report th.table-sortable
{
	cursor: pointer;
	background-image: url("images/sort_unsorted.gif");
	background-position: center left;
	background-repeat: no-repeat;
	
	padding-left: 16px;
}

table.report th.table-sorted-asc
{
	background-image: url("images/sort_ascending.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

table.report th.table-sorted-desc
{
	background-image: url("images/sort_descending.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

ul.numberList {
  list-style-type: none;
  width: 15em;
  margin: 0.3em 0;
  padding: 0;
}

ul.numberList li.toggleOff {
  background: #cfa url(images/red_cross.png) no-repeat 98% center;
  margin: 1px;
  padding: 0.1em 0.3em;
  cursor: pointer;
  color: #46a;
  font-weight: bold;
  border: solid 1px #cde;
}

ul.numberList li.toggleOn {
  background: #fbc url(images/green_cross.png) no-repeat 98% center;
  margin: 1px;
  padding: 0.1em 0.3em;
  cursor: pointer;
  color: #46a;
  font-weight: bold;
  border: solid 1px #cde;
}

select.numberList {
  swidth: 15em;
  color: #46a;
  font-weight: bold;
}



#rightSidebar
{
	background-color: #E0E0E0;
	color: #000000;
	border-left: 1px solid #B5B5B5;
	
	margin: 0;
	padding: 8px;

	width: 220px;
	
	font-size: 90%;
}

#footer
{
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
}

#footer a:hover
{
	color: #FFFFFF;
}