/* ------------------------------------------------------------- */
/* Page Body Layout */
/* ------------------------------------------------------------- */

div.reinforcement
{
	height: 1px;
	visibility: hidden;
	display: block;
}

/* ------------------------------------------------------------- */

div.mainbody
{
	background: #ffffff;
	padding: 10px 0px;
	border-bottom: solid 1px;
	border-color: #dcdcdc;
}

table.mainbodytable
{
	position: relative;
	height: auto;
	width: 100%;
}


/* ---------------- */
/* Generic "Navbox" */

table.mainbodytable div.navbox
{
	position: relative;
	background: #f0f0f0;
}

table.mainbodytable div.navbox h1,
table.mainbodytable div.navbox a.sectionheader
{
	display: block;
	background: #62778e;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px;
	margin: 0px;
	border-bottom: solid 1px;
	border-color: #ffffff;
	text-shadow: 2px 2px 3px #333333;
	font-size: 75%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana;
}

table.mainbodytable div.navbox a.overview
{
	display: block;
	text-decoration: none;
	font-weight: bold;

	padding: .7em 0px .7em 25px;
	background: #999999;
	color: #ffffff;
	border-bottom: solid 1px;
	border-color: #ffffff;

	background-image: url(/images/2004/common/arrow_down_ffffff.gif);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	font-size: 62.5%;
}

table.mainbodytable div.navbox div.children
{
	padding: 5px 0px 10px 0px;
	position: relative;
	font-size: 62.5%;
}

table.mainbodytable div.navbox div.children a
{
	display: block;
	text-decoration: none;
	font-weight: bold;

	background-image: url(/images/2004/common/arrow_right_62778e.gif);
	padding: .3em 0px .3em 25px;
	background-position: 10px .6em;
	background-repeat: no-repeat;
}

table.mainbodytable div.navbox div.children a.active
{
	background-image: url(/images/2004/common/arrow_right_afafaf.gif);
	color: #999999;
}

/* ---------------------- */
/* Generic Navbox Corners */

table.mainbodytable div.navbox div.boxtop
{
	position: absolute;
	top: 0px;
	z-index: 100;
	width: 100%;
	display: inline;
	height: 6px;
	background-image: url(/images/2004/common/corner_6_ffffff_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

table.mainbodytable div.navbox div.boxtop div.tl
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 6px;
	background-image: url(/images/2004/common/corner_6_ffffff_tl.gif);
	background-repeat: no-repeat;
}

table.mainbodytable div.navbox div.boxbottom
{
	position: relative;
	top: -6px;
	z-index: 100;
	width: 100%;
	text-align: right;
	direction: rtl;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	height: 6px;
	background-image: url(/images/2004/common/corner_6_ffffff_br.gif);
	background-position: right;
	background-repeat: no-repeat;
}

table.mainbodytable div.navbox div.boxbottom div.bl
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 6px;
	background-image: url(/images/2004/common/corner_6_ffffff_bl.gif);
	background-repeat: no-repeat;
}



/* ------------- */
/* Left Nav Cell */

table.mainbodytable td.leftnavcell
{
	width: 179px;
	border-right: solid 1px #dcdcdc;
	padding: 0px 10px;
	background: #ffffff;
}

table.mainbodytable div.leftnav
{
	position: relative;
	z-index: 11;
	width: 179px;
	height: 100%;
}

/* ------------ */
/* Content Cell */

table.mainbodytable td.contentcell
{
	padding: 0px 10px 20px 10px;
	background: #ffffff;
}

table.mainbodytable td.contentcell div.reinforcement
{
	width: 398px;
}

/* ----------- */
/* Page Header */

table.mainbodytable td.contentcell div.pageheadline
{
	position: relative;
	z-index: 50;
	top: 0px;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	color: #62778e;
	font-size: 150%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana;
}

table.mainbodytable td.contentcell p
{
	margin-top: 0px;
	font-size: 68.7%;
}

table.mainbodytable td.contentcell li
{
	font-size: 68.7%;
}

table.mainbodytable td.contentcell a
{
	color: #62778e;
}

table.mainbodytable td.contentcell h2
{
	font-weight: bold;
	margin: 20px 0px 7px 0px;
	font-size: 87.5%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana;
}

table.mainbodytable td.contentcell h2 a
{
	text-decoration: none;

	display: block;
	padding: 0px 0px 0px 15px;
	background-image: url(/images/2004/common/chevron_right_000000.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

table.mainbodytable td.contentcell h3
{
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	font-size: 68.7%;
}

table.mainbodytable td.contentcell div.linklist a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	background-image: url(/images/2004/common/arrow_right_62778e.gif);
	padding: .3em 0px .3em 20px;
	background-position: 5px .6em;
	background-repeat: no-repeat;
	font-size: 68.7%;
}

table.mainbodytable td.contentcell div.calltoaction a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	background-image: url(/images/2004/common/arrow_right_62778e.gif);
	padding: .3em 0px .3em 20px;
	background-position: 5px .6em;
	background-repeat: no-repeat;
	font-size: 68.7%;
}

table.mainbodytable td.contentcell ul.twocolumn
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
}

table.mainbodytable td.contentcell ul.twocolumn li
{
	display: block;
	width: 49%;
	float: left;
	margin: 0px;
}

table.mainbodytable td.contentcell ul.halfcolumn
{
	display: block;
	width: 49%;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

table.mainbodytable td.contentcell ul.halfcolumn li
{
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.mainbodytable td.contentcell ul.halfcolumn li.header
{
	font-weight: bold;
}

table.mainbodytable td.contentcell div.pullout
{
	float: right;
	width: 194px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* ------------------------------------------------------------- */
/* Data Display Box */
/* ------------------------------------------------------------- */

div.datadisplaybox
{
	position: relative;
	width: auto;
	height: auto;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	z-index: 50;
}

table.datadisplaybox
{
	position: relative;
	width: 100%;
	border: solid 1px;
	border-color: #666666;
	background: #cbd3d7;
}

table.datadisplaybox td
{
	padding: 0px 5px;
	margin: 0px;
}

table.datadisplaybox td.header
{
	padding: .5em 8px;
	border-bottom: solid 1px;
	background: #62778e;
	text-shadow: 2px 2px 3px #2d4d3f;
	border-color: #666666;
}

table.datadisplaybox td.header div.title
{
	font-weight: bold;
	color: #ffffff;
	font-size: 75%;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana;
}

table.datadisplaybox td.header a
{
	float: right;
	color: #ffffff;
	font-size: 62.5%;
}

table.datadisplaybox td.data
{
	padding: 0px;
}

table.datadisplaybox td.data table
{
	width: 100%;
}

table.datadisplaybox td.data td,
table.datadisplaybox td.data tr.colheader td
{
	padding: .6em 7px;
	text-align: left;
	border-left: solid 1px;
	border-color: #afafaf;
	font-size: 62.5%;
}

table.datadisplaybox td.data tr.colheader td
{
	padding: 0px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #9daec0;
}

table.datadisplaybox td.data td:first-child,
table.datadisplaybox td.data tr.colheader td:first-child
{
	border-left: none;
}

table.datadisplaybox td.data td.monetary,
table.datadisplaybox td.data tr.colheader td.monetary
{
	text-align: right;
}

/* ----------------------------- */
/* Sorting and Hover (Mouseover) */

table.datadisplaybox td.data tr.colheader td div,
table.datadisplaybox td.data tr.colheader td a
{
	padding: .6em 21px .6em 7px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap;
	color: #333333;
}

table.datadisplaybox td.data tr.colheader td.monetary div,
table.datadisplaybox td.data tr.colheader td.monetary a
{
	background-position: left;
	padding: .6em 7px .6em 21px;
	margin: 0px;
	width: auto;
}

/* ---------------------------- */


table.datadisplaybox td.data tr.alt1 td,
table.datadisplaybox td.data tr.alt2 td
{
	white-space: nowrap;
}

table.datadisplaybox td.data tr.alt1 td
{
	background-color: #ffffff;
}

table.datadisplaybox td.data tr.alt2 td
{
	background-color: #f5f5f5;
}

table.datadisplaybox td.data td
{
	width: auto;
}

table.datadisplaybox td.data td:last-child,
table.datadisplaybox td.data tr.colheader td:last-child
{
	border-right: none;
}

table.datadisplaybox td.data .monetary
{
	text-align: right;
}

table.datadisplaybox td.data td.columndata
{
	text-align: center;
}

table.datadisplaybox td.data tr.totals td
{
	font-weight: bold;
	white-space: nowrap;
	background-color: #e7f4ee;
}

table.datadisplaybox td.data tr.totals td.filler
{
	background-color: #c9ded5;
}

table.datadisplaybox td.data tr.totals td div.label
{
	float: left;
}

table.datadisplaybox td.data tr.totals td div.amount
{
	float: right;
}

table.datadisplaybox tr.footer td
{
	text-align: center;
	padding: .6em 7px;
	border-top: solid 1px;
	border-color: #afafaf;
}

table.datadisplaybox tr.footer td.pagination
{
	text-align: right;
	font-size: 62.5%;
}

table.datadisplaybox tr.footer td.totals
{
	text-align: left;
	font-weight: bold;
	background-color: #e7f4ee;
	font-size: 62.5%;
}

table.datadisplaybox tr.footer td.empty
{
	font-size: 62.5%;
}


/* ------------------- */
/* Form rules */
/* ------------------- */

div.form
{
	margin-bottom: 15px;	
}

div.form div.content
{
	margin-bottom: 15px;
}

div.form div.tablelabel
{
	font-weight: bold;
	font-size: 68.7%;	
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.form div.tableheader
{
	font-weight: bold;
	font-size: 68.7%;	
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

div.form td.tablelabelcell
{
	background-color: #cccccc;
}

div.form div.tablecontent
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 68.7%;
}


div.form div.tableapr
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana;
	text-align: center;
}


div.form div.tableotherapr
{
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana;
	text-align: center;
}

div.form div.formlabel
{
	font-weight: bold;
	font-size: 68.7%;	
	padding-right: 10px;
}

div.form div.formlabel2
{
	font-weight: bold;
	font-size: 68.7%;	
	padding-right: 0px;
}

div.form div.formsubhead
{
	font-weight: bold;
	font-size: 62.5%;	
	padding-right: 2px;
}

div.form div.morebottomspaceformlabel
{
	font-weight: bold;
	font-size: 68.7%;	
	padding-right: 10px;
	margin-bottom: 5px;
}

div.form div.formelement
{
	color: #94938f;
	font-size: 10px;	
	padding-right: 10px;
}

div.form div.radioformelement
{
	color: #000000;
	font-size: 62.5%;	
	padding-right: 10px;
}

div.form .instructionaltext
{
	font-size: 62.5%;
	color: #94938f;
	font-weight: normal;
}

div.form div.formbuttons
{
	margin-top: 2px;
}

div.form div.continuecontent
{
	font-size: 68.7%;
	color: #94938f;
	margin-bottom: 10px;
}

div.form span.dollarsign
{
	color: #000000;
	font-size: 68.7%;
}

div.form div.sectionheaderboxtable
{
	margin-bottom: 10px;
}

div.form div.sectionheaderboxtable td.contentcell
{
	background-color: #cccccc;
}

div.form div.sectionheaderboxtable div.content
{
	font-family: Trebuchet MS, "Times New Roman";
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

span.required
{
	color: #bf1b1b
}




/* -------------- */
/* Secondary Cell */

table.mainbodytable td.secondarycell
{
	width: 214px;
	border-left: solid 1px #dcdcdc;
	padding: 0px 10px;
	background: #ffffff;
}

/* ---------------------- */
/* Secondary Cell - Promo */

table.mainbodytable td.secondarycell a.promo
{
	display: block;
	margin-bottom: 10px;
}


/* ------------------------------ */
/* Secondary Cell - Pullout Links */

table.mainbodytable td.secondarycell div.pullout
{
	width: 214px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* ----------------------------- */
/* Secondary Cell - MyWave Login */

div.mywave
{
	padding: 10px;
}
