﻿
body
{
	border: 0;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px; 
	background-color: #CFD0CB;		
}

ol
{
	margin-top: 5px;
	padding-top: 5px;
}

input
{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}
textarea
{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}

select
{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}

/*left cell of header (contains logo)*/
#header_left
{
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	white-space: nowrap;
	text-align: left;
	color: #002878 ;
}

/* right cell of top half of header (not currently used)*/
#header_right
{
	color: #002878 ;
	font-weight: bold;
	white-space: nowrap;
	text-align: -moz-right;
	text-align: right;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px; 
}

/* header menu row, home link */
#headermenu
{
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 16px;
	background-color: #CBD0CF;
	font-weight: bold;
	font-size: 8pt;
	color: #002878 ;
}

/* menu row */
#mainmenu
{
	white-space: nowrap;
	vertical-align: top;
	padding-top: 0px;
	text-align: -moz-center;
	background-color: #FFFFFF;
	padding-bottom: 2px;
}

/* outer main content row */
#master_content_center
{
	width: 100%;
	padding: 10px;
}

/* center content table itself, control content width here*/
#master_content_table
{
	width: 900px;
	border-collapse: collapse;
}

/* footer div that holds the menu, padded and shaded to provide
   a visual separation from the rest of the body */
#master_footer
{	
	padding-top: 15px;
}
/* div that holds the footer control - with the white border */
#master_footer_menu
{
	background-position: right bottom;
	text-align: -moz-center;
	border-style: solid;
	border-width: 8px 1px 1px 1px;
	border-color: #FFFFFF;
	background-image: url('Media/Images/layout/footerSquares.jpg');
	background-repeat: no-repeat;
	padding-top: 15px;
}

/* actual divs holding the content placeholders */
#content_sidebar
{
	padding: 0px;
	background-color: #FFFFFF;
	min-height: 360px;
	height: 360px;
	width: 225px;
	text-align: left;
}
#content_main
{
	padding: 0px;
	background-color: #FFFFFF;
	min-height: 360px;
	height: 360px;
	width: 655px;
	text-align: left;
}
#menu_separator
{
	padding: 0px;
	background-color: #DD6E1E;
	font-size: 0px;
}

/* background gradient image */
.background_image
{
	position: absolute;
	display: block;
	z-index: -999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* force FF to show scrollbar on short pages to avoid shifting on short pages*/
	padding-bottom:1px;
}

/* header menu styles */
.headermenu_item
{
	background-color: #E2E3E0;
	font-weight: bold;
	font-size: 8pt;
	color: #002878 ;
	white-space: nowrap;
	text-decoration: none;
	height: 16px;
	padding: 0px;
}
.headermenu_item_alt
{
	background-color: #CFD0CC;
	font-weight: bold;
	font-size: 8pt;
	color: #002878 ;
	white-space: nowrap;
	text-decoration: none;
	height: 16px;
	padding: 0px;
}
.headermenu_item_selected
{
	background-color: #58595B;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: none;
	height: 16px;
	padding: 0px;
}
.headermenu_item a
{
	text-decoration: none;
	cursor: pointer !important;
	color: #002878 ;
	padding-top: 3px;	
}
.headermenu_item a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer !important;
	background-color: #52595B;
}
.headermenu_item_alt a
{
	text-decoration: none;
	cursor: pointer !important;
	color: #002878 ;
	padding-top: 3px;
}
.headermenu_item_alt a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer !important;
	background-color: #52595B;
}
.headermenu_item_selected a
{
	text-decoration: none;
	cursor: pointer !important;
	color: #FFFFFF;
	padding-top: 3px;
	background-color: #52595B;
}

/* main menu styles */
.mainmenu
{
	height: 28px;
}
.mainmenu_item
{
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
	height: 43px;
	padding: 0px;
	vertical-align: top;
}
.mainmenu_item a
{
	background-position: center bottom;
	padding-top: 7px;
	height: 36px;
	text-decoration: none;
	cursor: pointer !important;
	color: #FFFFFF;
	background-image: url('Media/Images/layout/mainmenu_item.jpg');
	background-repeat: no-repeat;
}
.mainmenu_item a:hover
{
	background-position: center bottom;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer !important;
	background-image: url('Media/Images/layout/mainmenu_sel.jpg');
	background-repeat: no-repeat;
}
.mainmenu_item_alt
{
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
	height: 43px;
	padding: 0px;
	vertical-align: top;
}
.mainmenu_item_alt a
{
	background-position: center bottom;
	padding-top: 7px;
	height: 36px;	
	text-decoration: none;
	cursor: pointer !important;
	color: #FFFFFF;
	background-image: url('Media/Images/layout/mainmenu_alt.jpg');
	background-repeat: no-repeat;
}
.mainmenu_item_alt a:hover
{
	background-position: center bottom;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer !important;
	background-image: url('Media/Images/layout/mainmenu_sel.jpg');
	background-repeat: no-repeat;
}
.mainmenu_item_selected
{		
	font-weight: bold;
	font-size: 8pt;
	white-space: nowrap;
	height: 43px;
	padding: 0px;
	vertical-align: top;	
}
.mainmenu_item_selected a
{
	padding-top: 7px;
	height: 36px;	
	background-position: center bottom;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer !important;
	background-image: url('Media/Images/layout/mainmenu_sel.jpg');
	background-repeat: no-repeat;
}

/* footer menu elements - only has a static level */
.footermenu_static_item
{
	color: #808080;
	font-size: 8pt;
}
.footermenu_static_hover
{
	color: #002878;
	text-decoration: underline !important;
}

/* used in document grids, or any other tabular data */
.datatable
{
	background-color: #ffffff;
	border-color: #dd6e1d;
	cursor: default;
	border-collapse:collapse;
}
tr.datatable:hover
{
	/*background-color: #CFD0CC;*/
}
tr.datatable
{
	height: 15px;
	padding-left:3px;
	padding-right:3px;            

}
             
.datatable_alt
{
	/*background-color: #E2E3E0;*/
	border-color: #dd6e1d;
	cursor: default;
}
tr.datatable_alt:hover
{
	/*background-color: #CFD0CC;*/
}
tr.datatable_alt
{
	height: 15px;
}
.datatable_emptyrow
{
	background-color: #FFCCCC;
}
.datatable_error
{
	background-color: #FFCCCC;
}
.datatable_footer
{
	font-weight: bold;
	vertical-align: top;
	background-color: #DCDCDC;
}
.datatable_header
{
	background-color: #dd6e1d;
	color: #000000;
	font-weight: bold;
	padding-left:3px;
	padding-right:3px;            

}
.datatable_text
{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	color: #000000;	
}

/* misc */
.dim
{
	color: #808080;
}

.small
{
	font-size: 8pt;
}

.dim_small
{
	color: #808080;
	font-size: 8pt;
}

.label
{
	font-weight: bold;
}

.required
{
	color: #FF0000;
}

.error
{
	color: #FF0000;
}


/* sitemap tree styles */
.sitemap
{
	color: #002878;
	font-size: 9pt;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;	
}
.sitemap_node
{
	color: #002878;
	cursor:pointer !important;
}
.sitemap_nodehover
{
	color: #000000;
	text-decoration: underline !important;
	cursor:pointer !important;
}

/* leftnav tree styles */
.leftnav
{
	color: #58595B;
	font-size: 9pt;
	font-family: Helvetica, Verdana,  Geneva, Arial, sans-serif;	
	margin-left:5px;
	
}
.leftnav_node
{
	color: #58595B;
}
.leftnav_leafnode
{
	color: #58595B;		
}
.leftnav_rootnode
{
	color: #002878;
	white-space:nowrap;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;	
}
.leftnav_nodehover
{		
	text-decoration: none !important;
	color:#dd6e1d;
}
.leftnav a
{
	cursor:pointer !important;
}

.print_only
{
	display: none !important;
}

.sizer_disclaimer
{
	padding:5px;
	background-color: #002878;
	color: #FFFFFF;
	font-size: 8pt;
}

.sizer_result
{
	border: 3px dashed #000000;
	padding: 5px;
	background-color: #FFFF99;
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}

/* --------------------------  SINGLE PANEL  -------------------------------  */

.fullContentHeader
{
	width: 900px;
}

#fourTileGroup
{
	width: 900px;
}

#threeTileGroup
{
	width: 900px;		
}

#threeTileGroup .tile
{
	width: 298px;
	float: left;
	
}


#fourTileGroup .tile
{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	background-color: #ffffff;
	width: 222px;
	float: left;
}

#fourTileGroup .tileTextBox
{
	width: 222px;
	height: 175px;
	background-color: #000000;
	margin-top: 5px;
}

.tileTitleText
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
}

.tileText
{
	color: #ffffff;
	margin: 0px 4px 0px 4px;
}

.tileText a
{
	color: #dd6e1d;
	text-decoration: none;
}

.tileText a:hover
{
	color: #dd6e1d;
	text-decoration: underline;
}

.clear
{
	clear: both;
}
/*--------------------   TWO PANEL  ------------------------------- */

.productHeader
{
	margin: 20px 10px 10px 10px;
}

.contentTitle
{
	color: #dd6e1d;
	font-size: 16pt;
	font-weight: bold;
}

.generatorImage
{
	float: right;
	width: 40%;
	background-color: #ffffff;
}

.generatorText
{
	vertical-align: middle;
	word-spacing: +1mm;
	float: left;
	width: 60%;
	margin-top: 15px;
	background-color: #ffffff;
}

.contentBox
{
	background-color: #ffffff;
	margin: 0px 10px 10px 10px;
}

.contentBox a
{
	color: #dd6e1d;
}

.pageTextTab
{
	background-color: #ebebeb;
	font-weight: bold;
	height: 20px;
	padding: 7px 5px 5px 5px;
	width: 115px;
}

.pageText
{
	background-color: #ebebeb;
	margin-top: 0px;
	padding: 10px 15px 10px 5px;
}

.pageText a
{
	color: #dd6e1d;	
}

.landingPageText
{
	margin: 0px 10px 10px 10px;
	vertical-align: top;
}

.landingPageText a
{
	color: #dd6e1d;	
}

.tableText
{
	text-align: center;
}




/* print style */
@media print
{
	/* bump body 1pt and clear background */
	body
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: 12pt;
		background: #FFFFFF !important;
	}

	table
	{
		width: auto !important;
	}

	.datatable
	{
		width: 100% !important;
		border-collapse: separate;
		border-right: #808080 1px solid;
		border-top: #808080 1px solid;
		border-left: #808080 1px solid;
		border-bottom: #808080 1px solid;
	}

	.no_print
	{
		display: none !important;
	}

	.print_only
	{
		display: inline !important;
		width: auto !important;
	}

	.background_image
	{
		display: none !important;
	}

}


