/* GENERAL TAG DEFINITIONS */

* {
	margin: 0px;
	padding: 0px;
}

body, 
td, 
th {
	font: 11px Arial, Helvetica, Verdana;
}

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/* ______________________________________________________________________________ */
/* HEADINGS */
h1 {
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
h4 {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

h5 {
	font-size: 8pt;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

/* general tags */
p {
	margin: 10px 10px 0px 0px; text-align: left; text-indent: 0px; line-height: 18px;
}

ul {
	margin: 5px;
	padding: 0px;
}

li {
	margin: 0px 50px;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 16px;
}
input
{
	border: solid 1px #666;
	font: 12pt Arial, Helvetica, Verdana;
	background-color: #FFF;
	color: #000;
}
textarea
{
	border: solid 1px #666;
	font: 12pt Arial, Helvetica, Verdana;
	background-color: #FFF;
	color: #FFF;
}
select
{
	border: solid 1px #666;
	font: 12pt Arial, Helvetica, Verdana;
	background-color: #FFF;
	color: #000;
}

blockquote {
	color: #000000;
	padding: 5px;
	margin: 5px auto;
	width: 550px;
	font-family: Arial, Helvetica, Verdana;
	font-style: italic;
}

blockquote p {
	margin: 5px 10px;
}

blockquote li {
	margin: 0px 40px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}

/* ________________________________________________________________________________ */
/* LAYOUT */
/* PAGE WRAPPER */
#pagewrapper {
	width: 100%;
}

#header {
	height: 60px; background: none; padding-bottom: 0px; padding-top: 0px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; z-index: 1; position: relative;
}
#ctrlHeader_headeraspx {
	display: none;
}
#primarynav {
	background-color:green;
}
#maincontent {
	clear:both;
	width: 100%;
}
#secondarynav {
	display: none;
}
/* ________________________________________________________________________________ */
/* BODY TEXT */
#bodytext {
	float:left;
	clear:left;
	padding-bottom: 10px;
}

#bodytext h1 {
	width: 100%; margin-bottom: 15px;
}

/* ________________________________________________________________________________ */
/* FOOTER */

#footer {
	display: none;
}

#printerfriendly  {
	display: none;
}

#copyright {
	text-align: center;
	padding: 5px;
}

/* ________________________________________________________________________________ */
/* CLASSES */
.noprint
{
	display:none;
}
/* tables */
.datatable {
	width: 80%;
	margin: 5px 50px;
	border: 1px solid;
	float: none;
	clear: both;
}
.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}


.datawrapper {
	text-align: center;
	width: 100%;
}

/* for firefox, fixes clear:both in .datable which is fore IE */
.datawrapper>.datatable, #bodytext>.datatable {
	clear:none;
	margin-left:auto; 
	margin-right:auto;
}

.datatable th {
	font-weight: bold;
	border: 1px solid;
	padding: 2px;
}

.datatable td {
	border: 1px solid #666666;
	padding: 2px;
}

.buytable {
	width: 80%;
	margin: 5px 50px;
	float: none;
}

.buytable td h1 
{
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.buytable th 
{
	font-weight: bold;
	border: 1px solid;
	padding: 2px 5px;
	margin: 0px;
	font-weight: bold;
	text-align: right;
}

.buytable td {
	background: #D3D8DC;
	border: 1px solid #666666;
	padding: 2px 0px 5px 0px;
}

.bluedatatable { background-color: #FFFFFF; margin: 5px 50px; }
.bluedatatable th { font-size: 12pt; font-weight: bold; border-bottom: 1px solid; padding-top: 10px; margin-bottom: 10px; margin: 0px; }
.bluedatatable td { font-weight: normal; font-size: 12pt; }

.dtable { background-color: #FFFFFF; margin: 5px 50px; }
.dtable th { font-weight: bold; background: #005BC3; padding: 2px 10px; color: white; }
.dtable td { font-weight: normal; background: #E5EEF9; color: black; padding: 2px 10px; }

.formbuttons { color: #FFFFFF; background-color: #FFFFFF; border: none; } 


/* ________________________________________________________________________________ */
/* SECTION-RELATED STUFF */
.simplebox {
	background: #E1E2EC;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000099;
}

.errorMsg {
	font-weight: bold;
	text-align: center;
	font-size: 16pt;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 80%;
}

.maxwidth {
	width: 80%;
}

/* helpercontrol*/
.helpertab { 
	border: 1px solid;
     margin: 5px; 
}


.helpertab th { 
     padding: 4px; 
	 border: 1px solid;
} 

.helpertab td { 
     padding: 3px; 
} 

table.sortable a.sortheader {

    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

/* TOP NAVIGATION & SIGN IN ------------------------------------------------------- */

#signin {
	display: none;
}

#signin1 {
	display: none;
}

#searchfield1 {
	display: none;
}

/* HOMEPAGE SPECIFIC ------------------------------------------------------------------ */

.bottomnav {
	display: none;
}

/* by Mihai ----------------------for Quote Overview------------------------------------*/

tr.tableRowHeader td strong {font-size:18px;}
.primarynav ul {list-style-type:none;} /* display top menu horizontally */
#primarynav ul {list-style-type:none;} /* display top menu horizontally */
.primarynav li{clear:right; float:left; margin:0px 10px 10px 0px; padding:0px; padding-bottom:0px; font-size:12px;} /* display top menu horizontally */
#primarynav li{clear:right; float:left; margin:0px 10px 10px 0px; padding:0px; padding-bottom:0px; font-size:12px;} /* display top menu horizontally */
#divBenefitsPremier td {white-space:normal;}
.RadSlider .rslMiddle div.rslTrack {display:none;}
.rslHorizontal {display:none;}
.RadSlider {display:none;} /* hide sliders, to fit an A4 page */
img {border-style:none;}
.smallBlueButton {display:none;} /* hide the Request a Call Back button */
tr.tableRowPrices td {font-size:18px;} /* decrease font size for prices, to fit an A4 page */
#updatePanelPremier {border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;} /* display borders for the middle column */
.redText {color:Red; font-weight:bold; font-size:14px}
.quoteinput {font-size:12px; height:17px}
.itoggleCheckHandle {display:none;}
.itoggleCheckHandleCrap {display:none;}
.itoggleCheckLabelOff {display:none;}
.itoggleCheckLabelOffCrap {display:none;}
.itoggleCheckLabelOn {display:none; position:absolute; top:0px; right:0px; visibility:hidden}
.itoggleCheckLabelOnCrap {display:none; position:absolute; top:0px; right:0px; visibility:hidden}
#switchPaymentInterval {display:none}
#switchPaymentInterval1 {display:none}
.quote-left-div {display:none}
.quote-right-div {width:100%}
.firefoxPrintBug {width:100%; overflow:visible}
.htuBenefitsLeft {width:50%; float:left}
.htuBenefitsRight {width:50%; float:right}
.htuBenefitsContent {width:100%; overflow:visible}
#header h1 {font-size:32px;}
.Panel h2 {font-size:12px}
.PanelContent {float:left}
.Panel {float:left}

a.silverlink img {display:none}
table.Panel td img {display:none}

#printError {margin:0px}

h2.title { font-weight:normal; font-size:16px; }
.pdfTable { font-family:Arial, Tahoma; width:100%; letter-spacing: 1px; text-align:justify; }
.buyRightPanel { width: 99%; }
.buyConfirmationPanel { width: 99%; border:solid 1px #DDDDDD; }
.generalMasterRightPanel { width: 99%; margin-top: 20px; }
