/* This CSS page currently uses five colors: 000080, 6666CC, CCCCCC, 330066, cc0033 */
body {
	font-family: Arial, Helvetica,  Verdana, "Zurich Blk BT", sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-color: #000000;
	margin-left: 0;
	margin-top: 0;
}

h1 {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-color: #cc0033;
	color: #cc0033;

}

h2 {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 24px;
	font-weight: bolder;

}
h3 {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	vertical-align: bottom;

}

h4 {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	vertical-align: bottom;

}


h5 {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 10px;
	font-weight: normal;
}

h6 {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 9px;
	font-weight: normal;
}

li {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.scrollWrapper{
  float:left;
  overflow:visible !important;
  overflow:scroll;
  height:300px;
  border-collapse:separate;
  border: 1px solid;
  border-collapse:collapse;
  border-color: "#330066";
}
table.scrollable{
  width:200;
  margin-right:0 !important;
  margin-right:16px;
}

table.scrollable tbody{
  max-height:300px;
  overflow:auto;
}



/* Outlined table */
.tdbgcolor1 {
	border: 1px solid;
	border-collapse:collapse;
	border-color: "#330066";
	width:100%;
}


/* control detail/help/edit - table captions */
.tdbgcolor3 {
	background-color: #000080;
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;

}

/* control detail/help/edit - white lines */
.tdbgcolor2 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #330066;
}

.tdbgcolor2b {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000080;
}

/* control detail/help/edit - shaded lines */
.tdbgcolor4 {
	background-color: #cccccc;
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000080;

}

.tdbgcolor4b {
	background-color: #cccccc;
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #330066;

}

.largeheading {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;

}
.medheading {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #330066;

}

.smallmedheading {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000080;

}
.smallheading {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000080;

}

.xsmallheading {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000080;

}


.regtext {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}


p {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

a:link {
	text-decoration: none;
	font-weight:bolder;
	color: #000080;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000080;
}

a:hover {
	text-decoration: underline;
	color: #cc0033;
}

a:active {
	text-decoration: none;
	font-weight:bold;
	color: #cc0033;
}

/******************************************************************************
* Styles for the tabbed displays.                                             *
******************************************************************************/

div.tabArea {
  font-size: 60%;
  font-weight: bold;
  font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
  padding: 0px 0px 4px 0px;
}

a.tab {
  background-color: #6666cc;
  border: 2px solid #000000;
  border-bottom-width: 1px;
  border-color: #6666cc #000080 #000080 #6666cc;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 1px .25em 2px .25em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited{
  color: #FFFFFF;
}

a.tab:hover  {
  color: #cc0033;
  font-weight:bold;
  text-decoration:none

}

.framebody {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	height: 100%;
	width: 90%;
	border: 10px solid #6666cc;
  	border-color: #6666cc #000080 #000080 #6666cc;
}

.mainbutton {
	font-family: Arial, Helvetica, Verdana, "Zurich Blk BT", sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight: bold;
	background-color:#6666cc;
	border: thin ridge #000080;
	margin: 1px;
	padding: 1px;
	
}	
