body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}
/*th.normal {
	font-weight: bold;
	background-color: #99CCFF;
	margin: 3px;
	padding: 3px;
	border: 1px solid #000066;
}
td.normal {
	background-color: #DDEEFF;
	margin: 0px;
	padding: 3px;
	border: 1px solid #000066;
	vertical-align: top;
}*/
span {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 5px;
}
td.nowrap {
	background-color: #DDEEFF;
	white-space: nowrap;
	margin: 0px;
	padding: 3px;
	border: 1px solid #000066;
	vertical-align: top;
}
p {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 10px;
}
p.breadcrumbs {
	margin-top: 6px;
	margin-bottom: 9px;
	margin-left: 3px;
	margin-right: 10px;
}
p.small {
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 10px;
}
ul {
	list-style-type: none;
	list-style-image: url(/images/bullet.png);
	list-style-position: outside;
	line-height: normal;
	white-space: normal;
}
li {
}
h1 {
	color: #214977;
	font-weight: bold;
	font-size: 18px;
	margin-top: 9px;
	margin-bottom: 6px;
	margin-left: 3px;
	margin-right: 10px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #7D94B5;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 10px;
}
h3 {
	font-size: 12px;
	color: #214977;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 10px;
}
h4 {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 10px;
}
table.normal {
	border: 1px solid #214977;
	padding: 0px;
	margin-bottom: 12px;
	border-collapse: collapse;
}
td.normal {
	border: 1px solid #214977;
	padding: 3px;
}
tr.solid {
	background: #42709c;
}
td.formLabel {
  background: silver;
  margin: 3px; 
  border: 1px grey; 
  border-style: dotted;
	font-family:	"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:		11px;
}
td.formField {
	font-family:	"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:		11px;
  background: white;
  margin: 3px; 
  border: 1px grey; 
  border-style: dotted;
}
table.legend {
	margin-bottom: 12px;
}
input {
	font-size: 12px;
}
.submitbutton {
	padding: 0px;
	margin: 0px;
	background-color: #99CCFF;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}
.message {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
select {
	font-size: 12px;
}
a:hover {
	font-size: 11px;
	color: #669900;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	color: #669900;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	color: #669900;
	text-decoration: none;
}
a:link {
	font-size: 11px;
	color: #669900;
	text-decoration: none;
}
img {
	border: 0px none;
}
fieldset {
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
}
legend{
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
}
td {
  font-size: 11px
}
th {
	font-size: 12px;
	font-weight: bold;
	background-color: #1A4874;
	color: white;
	text-align: left;
	padding: 2px;
	white-space: nowrap;
}
.shadowbox { border-style: solid;
  border-color: black;
  border-width: 1px 3px 3px 1px;
  background-color: rgb(224,232,255);
  }
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}
.dynamic-tab-pane-control .tab-row .tab {
	font-family:	"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:		11px;
	font-weight:	bold;
	display:		inline;
	float:			left;
	padding:		3px 6px 3px 6px;
	margin:			1px -5px 1px 5px;
	background:		#42709c;
	border:			1px solid;
	border-color:	#1A4874;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
/*	cursor:			hand;*/
	cursor:			pointer;	
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #1A4874;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -5px -2px -1px;
	background:		#1A4874;
	color:		white;
	top:			-2px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:			11px;
	color:				white;
	text-decoration:	none;
/*	cursor:			hand;*/
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	white;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #1A4874;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:		10px;
	margin-left:	0px;
	padding-left:	0px;
	padding-right:	0px;
	margin-right:	0px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		rgb(234,242,255);
	height:			1.85em;
	width:			100%;
}

td.histogram-bar-bg-0 {
  background: #999999;
}
td.histogram-bar-bg-1 {
  background: #999999;
}
td.histogram-bar-bg-2 {
  background: #999999;
}
td.histogram-bar-bg-3 {
  background: #999999;
}
td.histogram-bar-bg-4 {
  background: #aaaaaa;
}
td.histogram-bar-bg-5 {
  background: #bbbbbb;
}
td.histogram-bar-bg-6 {
  background: #cccccc;
}
td.histogram-bar-bg-7 {
  background: #dddddd;
}
td.histogram-bar-bg-8 {
  background: #eeeeee;
}
td.histogram-bar-bg-9 {
  background: #eeeeee;
}
td.histogram-bar-bg-10 {
  background: #eeeeee;
}
td.histogram-bar-bg-11 {
  background: #eeeeee;
}
td.histogram-bar-bg-12 {
  background: #eeeeee;
}
td.histogram-bar-bg-13 {
  background: #eeeeee;
}
td.histogram-bar-bg-14 {
  background: #eeeeee;
}
td.histogram-bar-bg-15 {
  background: #eeeeee;
}
td.histogram-bar-bg-16 {
  background: #eeeeee;
}
td.histogram-bar-bg-17 {
  background: #eeeeee;
}
td.histogram-bar-bg-18 {
  background: #dddddd;
}
td.histogram-bar-bg-19 {
  background: #cccccc;
}
td.histogram-bar-bg-20 {
  background: #bbbbbb;
}
td.histogram-bar-bg-21 {
  background: #aaaaaa;
}
td.histogram-bar-bg-22 {
  background: #999999;
}
td.histogram-bar-bg-23 {
  background: #999999;
}
.invisible {
  visibility: hidden;
  display: none;
}
