@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.embed {
	width: 542; 
	background: #FFFFFF;
	margin: 6px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.printNoColor {
	width: 98%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	min-width: 700px;
	/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 701 ? "700px" : "100%" );
	background: #FFFFFF;
	margin: 6px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.printNoColor2 {
	width: 542; 
	background: #FFFFFF;
	margin: 6px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 98%;   /*this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
/*	width: auto; */
	min-width: 700px;
	/* IE Dynamic Expression to set the width 
    width:expression(document.body.clientWidth < 701 ? "700px" : "100%" );*/
	background: #FFFFFF;
	margin: 6px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	overflow: auto;
	overflow-y : hidden;
}

.table_wrapper {
	width: 99%;   /*this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 6px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	padding-bottom: 11px;
	overflow: auto;
	overflow-y : hidden;
}

.oneColElsCtrHdr #header {
	background: #002A42 url(../images/header_backgradientrepeat.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
} 
.topnav {
	font-family: Helvetica, Arial, Verdana, sans-serif;
/*	color: #333333;*/
	height: 18px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	width: auto;
	float: left;
	border-bottom-style: none;
	background-color: #002A42;
	margin: 0px;
	padding: 0px 5px 5px 0px;
}

.secondNavBar {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #0071BB;
	text-align: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 22px;
}

.header_background {
	background-image: url(../images/header_leftbackground.jpg);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	height: 80px;
	padding: 10px 0px 0px 18px;
	margin-bottom: 0px;
}
.header_background h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 16pt;
}
.logo_floatleft {
	float: left;
	padding: 0px;
}
.header_content {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

.header_imgfloatright {
	float: right;
}
.header_rightinfo {
	float: right;
	height: auto;
	width: 200px;
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header_rightinfo  p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 12pt;
	text-align: right;
}
.header_rightinfo a:link {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 12pt;
	text-align: right;
}
.header_rightinfo a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 12pt;
	text-align: right;
}
.header_rightinfo a:hover {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFCC00;
	padding: 0px;
	margin: 0px;
	line-height: 12pt;
	text-align: right;
}
.header_rightinfo a:active {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 12pt;
	text-align: right;
}


.oneColElsCtrHdr #mainContent {
/*	padding: 0 20px; */
	background: #FFFFFF;
	margin-top: 5px; 
	display: block;
}
.oneColElsCtrHdr #mainContent h1 {
	padding: 0px 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #002A42;
	font-size: 18pt;
	font-weight: bold;
	margin: 0px 0px 0px;
	text-align: center;
}
.oneColElsCtrHdr #mainContent h2 {
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #002A42;
	font-size: 12pt;
	font-weight: bold;
	margin: 16px 0px 0px;
}

.oneColElsCtrHdr #mainContent p {
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 10pt;
	margin: 6px 0px 0px;
}

.oneColElsCtrHdr #mainContent span {
	text-align: center;
}

.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #666666;
	vertical-align: top;
}

.oneColElsCtrHdr #footer table {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #666666;
	vertical-align: top;
}
.left{
	width: 34%;
	text-align: left;
	padding: 3px 0; 
}
.middle{
	width: 33%;
	text-align: center;
	padding: 3px 0; 
}
.right{
	width: 33%;
	text-align: right;
	padding: 3px 0; 
}
.exam_hleft{
	width: 60%;
	text-align: left;
	padding: 3px 0; 
}
.exam_hmiddle{
	width: 10%;
	text-align: center;
	padding: 3px 0; 
}

.exam_hright{
	width: 30%;
	text-align: right;
	padding: 3px 0; 
}

.exam_left{
	width: 10%;
	text-align: left;
	padding: 0 0 60px 0; 
	vertical-align: top;
}

.exam_right{
	width: 90%;
	text-align: left;
	padding: 0 0 60px 0; 
	vertical-align: top;
}

.mediumBold{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.validationMessage{
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

.MenuBarItemSubmenuActive
{
	background-position: 95% 50%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFC17;
	border-width: 1px;
	border-style: hidden;
	border-color: transparent;
	cursor: pointer;
	background-color: #002A42;
	font-size: 11pt;
    padding: 0 .2em;
	overflow: visible;
	z-index: 10;
}
.MenuBarItemSubmenuActive:hover
{
	background-color: #4DAE46;
}
.MenuBarItemSubmenu
{
	background-position: 95% 50%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	border-width: 1px;
	border-style: hidden;
	border-color: transparent;
	cursor: pointer;
	background-color: #002A42;
	font-size: 10pt;
	padding: 0px 5px;
}

.SecondMenuBarItemSubmenu
{
	background-position: 95% 50%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #0071BB;
    padding: 0 .4em;
	overflow: visible;
	border-width: 1px;
	border-style: hidden;
	border-color: transparent;
	z-index: 100;

}

.SecondMenuBarItemSubmenu:hover 
{
	background-color: #4DAE46;
	color: #FFF;
}

.SecondMenuBarItemSubmenu:focus
{
	background-color: #4DAE46;
	color: #FFF;
}

.calendarColumn
{
	vertical-align:top; 
	text-align:center; 
	width:100px
}

.ColumnLeft
{
	text-align:left; 
}

.ColumnCenter
{
	text-align:center; 
}

.ColumnRight
{
	text-align:right; 
}

.ColumnTop
{
	vertical-align:top; 
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#print-button {
	display: none;
}
