body
{
	background-color: White;
	background-image:url('/mopc/images/gradientNav.jpg');
	background-repeat:repeat-y;
	color:Navy;
	/*min-width:1700px;*/
	min-width:100%;
	margin:0px;
	padding:0px;
	border-top:solid 1px Navy;
	border-left:solid 1px Navy;
}

h1,h2,h3,h4,h5
{
	white-space:nowrap;
}

.popupbox
{
	/*background-color: AliceBlue;*/
	background-image:url('/mopc/images/gradientNav.jpg');
	background-repeat:repeat-y;
	margin-left:10px;
	border:none;
	
}

.loginbox
{
	margin:2px;
	padding:2px;
	width:200px;
}

/*
.footer
{
	display:none;
	clear: both;
	margin: 0;
	padding: .5em;
	border-top: 1px solid black;
}
*/

.checkBoxList
{
	padding-top : 1px;
	padding-bottom : 1px;
	margin-top : 1px;
	margin-bottom : 1px;
}

.masterheader
{
	/*background-color: AliceBlue;*/
	background-image:url('/mopc/images/gradientHeader.jpg');
	background-repeat:repeat-x;
	border-bottom: solid 1px black;
	height: 127px;
	overflow: hidden;
	vertical-align: middle;
}

.leftnav
{
	float: left;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 0px;
	width:200px;
	/*min-height:1000px;*/
}

.contentpane
{
	border-left:solid 1px black;
	background-color: White;
	position: absolute;
	left:199px;
	margin-left: 4px;
	margin-top: 0px;
	margin-right:0px;
	padding-left: 4px;
	padding-top: 0px;
	padding-right:0px;
	/*overflow:auto;*/
	min-height:100%;
	/*min-height:1000px;*/
}

/* ie6 hack for maximizing heigth of contentpane*/
* html .contentpane {
	height: 100%;
}

.jsclock
{
	font-size: smaller;
	overflow: hidden;
	text-align: right;
}

.directions
{
	padding-left: 4px;
}

.divstyle
{
	border-bottom: solid 1px silver;
	overflow-x: hidden;
	overflow-y: scroll;
}

.repeaterheaderrow
{
	background-color: silver;
}

.repeateritemcell
{
	background-color: transparent;
	empty-cells: show;
}

.repeateritemrow
{
	background-color: transparent;
	empty-cells:show;
}

.smalltext
{
	color: black;
	empty-cells: show;
	font-family: arial;
	font-size: 9pt;
	vertical-align: top;
}

.divmsg
{
	color:Red;
}

/* from FMSignup */
table.fmsignup {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	margin : 0px;
}

th.fmsignup
{
	text-align:left; 
	background-color: InactiveBorder;
	vertical-align:text-bottom;
	border-bottom:solid 1px gray;	
}

th.fmsignupCentered 
{
	text-align:center;
	background-color: InactiveBorder; 
	vertical-align:text-bottom;
	vertical-align:text-top;
}

td.fmsignup 
{
	text-align:left; 
	vertical-align:text-top;
}

td.fmsignupCentered 
{
	text-align:center; 
	vertical-align:text-top;
}

.displayonly
{
	text-align:center; 
	vertical-align:text-top;
}

.centereddisplayonly 
{
	text-align:center; 
	vertical-align:text-top;
}

.textentryPrint
{
	display:none;
}

.header
{
	font-weight:bolder;
	font-size:larger;
	color:White;
	background-color: gray;
}

.largertext
{
	font-weight : bold;
	font-size:larger;
}

.specialinstructions
{
	color:Red;
	font-style:italic;
	font-size:small;
}

.litTitle
{
	font-weight:bolder;
}
.menuHoverStyle
{
	color:Green;
	font-size:1.06em;
}

