body
{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background-color: White;
	color: navy;
}
a:hover
{
	color: black;
}
a
{
	color: navy;
}
h1, h2, h3, p
{
	margin: 1px; padding: 0px;
}
.textFile
{
	border: thin dotted #808080;
	padding: 4px;
}
.tableOffset
{
	width: 98%;
	height: 100%;
	position: absolute;
	top: -4px;
	background-color: #CCCCCC;
}
.tableStyle
{
	width: 900px;
	height: 100%;
	position: relative;
	border: solid 1px navy;
	background-color : White;
	color: navy;
}
.readOnlyBox
{
	padding: 10px;
	font-size: small;
	background-color: buttonface;
}
.button
{
	font-size: small;
	color: navy;
	text-align: left;
	width: 120px;
}
.buttonSelected
{
	font-size: small;
	color: white;
	font-family: Verdana, Arial;
	background-color: orange;
	text-align: left;
	width: 120px;
}
.command
{
	font-size: small;
	color: navy;
	background: white;
	text-align: center;
}
.commandMouseOver
{
	font-size: small;
	color: orange;
	background-color: blue;
	text-align: center;
}
.commandSelected
{
	font-size: small;
	color: white;
	background-color: blue;
	text-align: center;
}
.buttonSubmit
{
	font-size: x-small;
	color: white;
	text-align: center;
	width: 120px;
	background-color: blue;
	border: goldenrod thin ridge;
}
.hyperlink
{
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #BBBBBB;
	color: navy;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: navy solid 1px;
	border-bottom: navy solid 1px;
	width: 133px;
}
.hyperlinkMouseOver
{
	font-size: small;
	background-color: silver;
	color: Black;
	font-variant: small-caps;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: navy solid 1px;
	border-bottom: navy solid 1px;
	width: 133px;
	cursor: hand;
}
.hyperlinkSelected
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #6699cc;
	font-variant: small-caps;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: navy solid 1px;
	border-bottom: navy solid 1px;
	width: 133px;
}
.Tab
{
	background-color: navy;
	border-bottom: 4px navy solid;
	height: 6px;
}
.hyperlinkTab
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	background-color: #BBBBBB;
	color: Navy;
	border-left: 3px white solid;
	border-right: 3px white solid;
	border-bottom: 3px white solid;
	font-variant: small-caps;
	text-align: center;
	width: 120px;
}
.hyperlinkTabMouseOver
{
	font-size: small;
	font-variant: small-caps;
	background-color: silver;
	color: Black;
	text-align: center;
	border-left: 3px white solid;
	border-right: 3px white solid;
	border-bottom: 3px navy solid;
	width: 120px;
}
.hyperlinkTabSelected
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	background-color: navy;
	color: white;
	font-variant: small-caps;
	text-align: center;
	border-left: 3px white solid;
	border-right: 3px white solid;
	border-bottom: 3px navy solid;
	width: 120px;
}
.hyperlinkV
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: navy;
	background-color: #BBBBBB;
	font-variant: small-caps;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px navy solid;
	width: 200px;
}
.hyperlinkVMouseOver
{
	font-size: small;
	font-weight: bold;
	background-color: silver;
	color: Black;
	font-variant: small-caps;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px navy solid;
	width: 200px;
	cursor: hand;
}
.hyperlinkVSelected
{
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #6699cc;
	font-variant: small-caps;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px navy solid;
	width: 200px;
}
.tableGrid
{
	border: navy 1px solid;
	padding: 4px;
	empty-cells: show;
}
.tableCells
{
	font-size: x-small;
	color: navy;
	background-color: #ffffff;
	border-collapse: collapse;
	border: navy 1px solid;
	padding: 6px;
	empty-cells: show;
	vertical-align: top;
}
.tableCellsAlt
{
	font-size: x-small;
	color: navy;
	background-color: #D9D9FF;
	border-collapse: collapse;
	border: navy 1px solid;
	padding: 6px;
	empty-cells: show;
	vertical-align: top;
}
.tableHeader
{
	font-weight: bold;
	font-size: small;
	color: white;
	border: navy 1px solid;
	background-color: #6699cc;
	text-align: left;
	padding: 2px;
}
.tableBlueCells
{
	font-size: x-small;
	color: navy;
	background-color: #ffffff;
	border-collapse: collapse;
	border: navy 1px solid;
	padding: 6px;
}
.tableBlueCellsAlt
{
	font-size: x-small;
	color: navy;
	background-color: lightsteelblue;
	border-collapse: collapse;
	border: navy 1px solid;
	padding: 6px;
}
.tableBlueHeader
{
	border: gray thin solid;
	font-weight: bold;
	font-size: small;
	color: white;
	background-color: #0000ff;
	text-align: center;
	padding: 2px;
}
.nodeClass
{
	width: 200px;
}
.node
{
	font-size: small;
	font-variant: small-caps;
	color: navy;
	width: 98%;
}
.nodeMouseOver
{
	font-size: small;
	font-variant: small-caps;
	background-color: silver;
	color: Black;
	cursor: hand;
}
.nodeSelected
{
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: white;
	background-color: #6699cc;
}
.menuClass
{
	background-color: #BBBBBB;
	border: navy solid 1px;
}
.menu
{
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: navy;
	background-color: #BBBBBB;
	text-align: center;
	height: 36px;
	line-height: 2.9;
	min-width: 100px;
}
.highlighted 
{
	background-color: #DDDDDD;
	font-size: small;
	font-variant: small-caps;
	line-height: 2.9;
}
.level2, .level3
{
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
}
.static, .dynamic
{
	list-style:none;
	margin:0;
	padding:0;
	z-index: 1100;
}
a.menu 
{
	text-decoration:none;
	white-space:nowrap;
	display:block; 
}
a.highlighted
{
	color: black;
}
a.static.selected, a.dynamic.selected
{
	color: white;
	background-color: #6699cc;
}
a.popout 
{ 
	background-image:url("../WebResource.axd?d=gqkUHzj-XGIKZ8QzTJgYDZ87_nl-AEnMjD0jIt7GnHyQH_hQwPD3JJyomRfLwiteleb0ExrG0VT0MBRyI_MXFgrNCvA1&t=634519346941310524");
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:14px; 
}
.readOnly10
{
	font-size: small;
	color: navy;
	font-family: Verdana, arial;
	background-color: buttonface;
}
.right09
{
	font-weight: normal;
	font-size: x-small;
	vertical-align: bottom;
	color: navy;
	text-align: right;
}
.label
{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	width: 120px;
	padding: 2px;
}
.label0px
{
	width: 0px;
}
.announcement
{
	border: solid 1px lightgray;
}
.xxsmall
{
	font-size: xx-small;
}
.xsmall
{
	font-size: x-small;
}
