body {
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#e6f0f9;
	}
h1 {
	margin:0px;
	padding:0px;
	font-size:28px;
	line-height:61px;
	font-weight:900;
	}
h1.body {
	text-align:center;
	color:#001a5b;
	}

h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:20px;
	line-height:18px;
	text-align:center;
	color:#00688B;
	}
h2.menu {
	text-align:center;
	font-size:20px;
	}
h2.body {
	text-align:center;
	color:#001a5b;
	}
h3 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	line-height:16px;
	}
h3.body {
	text-align:center;
	color:#001a5b;
	}
p , #login {
	font:11px/20px verdana, arial, helvetica, sans-serif;
/*	margin:0px 0px 16px 0px;  */
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
a.MENU{
	color:#40c0ff;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a.MENU:link {color:#40c0ff;}
a.MENU:visited {color:#50baff;}
a.MENU:hover {background-color:#2070FF;}

a img{ border: 0; }

a.MENUselect, a.MENUselect:hover {
	color:#40c0ff;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}

a.paginationArrows {
	font-size: 115%;
}

a {
	color:#0050FF;
	font-size:12px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:hover {color: 	#0035FF;}


#Header {
/*	overflow: hidden; */
	margin:0px 0px 0px 0px;
	padding:17px 17px 0px 17px;
	color: #004050;
	font-weight: 400;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	min-height:61px; /* 14px + 17px + 2px = 33px */
	line-height:61px;
	/*background-color:#001a5b; TB: I Didn't like this color....Seeing what the one below looks like.*/
	/*background-color:#006699;*/


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	min-height:61px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {min-height:50px;}

#Heading {
	float: left;
	display: table-cell;
	vertical-align: middle
}

#Header_logo {
	float: left;
	width: 58px;
	margin: -12px 12px 8px 0px;
}

#Ribbon {
/*	overflow: hidden; */
	margin:0px;
	padding:0px 10px 0px 10px;
	clear: both;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
    min-height:48px; /* 14px + 17px + 2px = 33px */
/*	border-style:solid;
	border-color:black;
	border-width:0px 0px;  top and bottom borders: 1px; left and right borders: 0px */
	line-height:28px;
	/*background-color:#001a5b;*/
	background-color: #0050FF;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	min-height:28px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Ribbon {min-height:28px;}

#RibbonUnit {
	text-align: left;
	font-weight: bold;
	float: left;
	color: #50BAFF;
}

#RibbonLinks {
/*	float: right; */
	text-align: right
}


#Content {
	margin:0px 10px 50px 180px; 
	padding:10px;
/*	clear: both; */
	}
	
#ContentWrapper {
	
}
	
#Footer {
	margin:0px 10px 10px 180px;
	padding:10px;
	}
	
#Menu {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	position:absolute; 
/*	top:95px; */
	left:0px;
	width:150px;
	min-height:70%;
	padding:0px 10px 10px 10px;
	float: left;
	/*background-color:#001a5b;*/
	background-color: #0050FF;
	color:#15aaff;
	/*border:1px dashed #999; */
	line-height:23px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:12px;
	text-decoration: none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;	
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

ul {	
	margin: 0px;
	border: 0px;
	padding: 7px;
}

li {
	list-style: none outside;
}
li.menuitem {
	font-style: normal;
}
li.menudisabled {
	color: #405580;
	font-style: normal;
}
li.menusubhead {
	font-style: italic;
	margin: 0px;
}

.left {
  float: left;
}
.right {
  float: right;
  text-align:right;
}

table.data {
 border-collapse: collapse;
}

th.data {
	background-color:#dce5f0;
	text-align: left;
	padding: 5px;
} 
td.data {
	background-color:#e0e9f3;
	padding: 5px;
}

th.vh, td.vh {
	vertical-align: top;
}

td.vh li {
	margin-left: 12px;
	list-style: disc outside;
}

ul.bug li {
	margin-left: 12px;
	list-style: disc outside;
}

/*table.data,*/
th.data,
td.data {
	border: 1px solid #000;
}

INPUT.spin-button {
	padding-right:20px;					/* Padding pevents text from covering the up/dn img. Works better in Firefox but also causes textbox to widen by 20px. Arrows can go wonky in IE when text is too long. Perhaps it could be fixed with script that monitored the horiz-scroll position? */
	background-repeat:no-repeat;		/* Warning: Img may disappear in Firefox if you use 'background-attachment:fixed' ! */
	background-position:100% 0%;
	background-image:url(includes/spinbtn_updn.gif);
}

INPUT.spin-button.up {					/* Change button img when mouse is over the UP-arrow */
	cursor:pointer;
	background-position:100% -18px;		/* 18px matches height of 2 visible buttons */
}
INPUT.spin-button.down {				/* Change button img when mouse is over the DOWN-arrow */
	cursor:pointer;
	background-position:100% -36px;		/* 36px matches height of 2x2 visible buttons */
}

