@import 'reset.css';
@import 'text.css';
@import '960.css';
@import 'jquery-ui-1.8.17.custom.css';

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.82em;
}
a, .ui-widget-content a {
	color:#4e84c4;
	text-decoration:underline;
}

h1 {
	/*
font-size: 1.1em;
color: #333333;
font-weight: bold;
	 */
	font-size:18px;
	font-weight:bold;
	color:#4E84C4;
	text-transform:uppercase;

}

h1.divider {
background-color: #73b6d6;
text-align: center;
color: #ffffff;
font-size: .9em;
padding-bottom: 5px;
padding-top: 5px;
}

h2 {
font-size: 1.0em;
color: #333333;
margin-bottom:4px;
}

h3 {
font-size: .9em;
color: #333333;
}

h4 {
	font-size: .9em;
}

.hidden508Label{
	display:none;
}
.small {
	font-size: 0.86em;
}
nav, footer {
	display:block;
}

/* header */
div.headerContainer {
	padding-top:10px;
}
div.alertMessage {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -40px;
	padding-top: 12px;
	position: absolute;
}
div.toolButtons {
	margin:35px 10px 0 0;
	text-align:right;
}

.largeGreenBtn {
	background: #9bc449;
	background: linear-gradient(to bottom, #9bc449 1%,#7faf2f 100%);
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	font-size: 1em;
	font-weight: bold;
	height: 35px;
	text-transform: uppercase;
}

/* top navigation */
nav.mainNavTop {
	background: url(../img/mainNav-background.gif) repeat-x bottom;
	color:#9fa1a4;
	font-weight:bold;
	list-style:none;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}
nav.mainNavTop a {
 	background: url("../img/ui-bg_glass_80_d7ebf9_1x400.png") repeat-x scroll 50% 50% #D7EBF9;
	display:inline-block;
	padding: 8px 25px 5px 25px;
	vertical-align:bottom;
	margin-bottom: 0px;
	position: relative;
      top: 0;
 	border-bottom: 0 none !important;
 	border: 1px solid #AED0EA;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
 	white-space: nowrap;
 	color: #2779AA;
 	font-weight: bold;
	text-decoration:none;
}
nav.mainNavTop a:hover {
	color: #000;
	text-shadow: 2px 2px 3px #c4d9e4;
}
nav.mainNavTop a.selected, nav.mainNavTop a.selected:hover {
	background:#87cbdf url(../img/mainNav-selected-background.gif) repeat-x;
	color: #fff;
	padding: 10px 30px 3px 30px;
	text-shadow: 0px -1px 0px #4894b4;
}
nav.mainNavTop div.topCorner {
	background:url(../img/mainNav-top-left-corner.png) no-repeat;
	height:3px;
	position:absolute;
	width:3px;
}
nav.subNavTop {
	background:#87cbdf url(../img/mainNav-selected-background.gif) repeat-x bottom;
	color:#fff;
	font-size:0.9em;
	letter-spacing:0.03em;
	margin: 0;
	padding: 10px 0 5px 0;
	text-transform:uppercase;
	vertical-align:baseline;
}
nav.subNavTop a {
	color:#fff;
	display:inline-block;
	margin: 0 15px 0 15px;
	text-decoration:none;
}
nav.subNavTop a:first-child,
nav.subNavTop.modal a:first-child {
	margin-left: 30px;
}
nav.subNavTop a:hover {
	color:#eef;
	text-decoration:underline;
}
nav.subNavTop a.selected, nav.subNavTop a.selected:hover {
	color:#fff;
	text-decoration:underline;
}
nav.subNavTop.modal a {
	color:#fff;
	display:inline-block;
	margin: 0;
	font-size:0.96em;
}

div.bodyContainer {
	background:url(../img/mainBody-background.gif) repeat-x;
	border:#e9e9e9 1px solid;
	border-top:none;
	padding-bottom: 15px;
	padding-top:15px;
}

/* left navigation */
nav.leftNav {
	display:table;
	border-spacing:0px 1px;
	padding:0;
	margin:0;
	width: 200px;
	font-size: 0.8em;
	text-transform:uppercase;
}

nav.leftNav ul
{
	list-style:none outside none;
	margin:0;
	padding:0;
}

nav.leftNav ul li
{
	width:200px;
	margin:0;
	padding:0;

}

nav.leftNav li a {
	display:table-cell;
	vertical-align:middle;
	width: 125px;
	height: 45px;
	margin-bottom: 2px;
	padding: 8px 20px 8px 20px;
	background: #fefffe;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefffe), to(#e8e8e8));
	background: -moz-linear-gradient(top, #fefffe, #e8e8e8);
	background: -o-linear-gradient(#fefffe, #e8e8e8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefffe', endColorstr='#e8e8e8');
	zoom:1;
	color: #325565;
	text-decoration: none;
	border: 1px solid #dfdfde;
	border-left: none;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
nav.leftNav li a:hover, nav.leftNav li a.selected {
	background: #9bc44a;
	background: -webkit-gradient(linear, left top, left bottom, from(#9bc44a), to(#7eaf2f));
	background: -moz-linear-gradient(top, #9bc44a, #7eaf2f);
	background: -o-linear-gradient(#9bc44a, #7eaf2f);
	color: #ffffff;
	border: 1px solid #b1d075;
	border-left: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc44a', endColorstr='#7eaf2f');
	zoom:1;
}
nav.leftNav li a.selected {
	font-weight: bold;
	text-shadow: none;
}
div.bodyContent {
	padding-top:5px;
}

/* footer */
div.footerContainer {
	padding-top: 1px;
	margin-top: -1px;
}
footer {
	color:#333333;
	font-size:0.82em;
	font-weight:bold;
	margin:10px 10px 10px 60px;
	float:left;
}
footer:first-child {
	margin-left:10px;
}
footer b {
	text-transform:uppercase;
}
a.r {
    color: #666666;
}

/* elements */

a.linkButton {
	/* small button */
	background:url(../img/sprits.png) 0px 0px no-repeat;
	color:#f8fff5;
	display:inline-block;
	font-size:0.78em;
	font-weight:bold;
	height:20px;
	padding-top:2px;
	text-align:center;
	text-transform:uppercase;
	width:80px;
	text-decoration:none;
	text-shadow: 0px -1px 0px #999;
}
input[type="text"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #cfcfcf;
	height:27px;
	/* margin-bottom: .5em; */
}

input:focus, select:focus
{
	outline:1px solid #666;
}

textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:medium none;
	width:350px;
	height:120px;
	margin: 0 0 20px 0;
	overflow: auto;
	-moz-box-shadow: 1px 1px 4px #999 inset;
	-webkit-box-shadow: 1px 1px 4px #999 inset;
	box-shadow: 1px 1px 4px #999 inset;
	padding:8px;
}

[if IE] textarea
{
	border: 1px solid #CCCCCC;
}


/*** DO NOT POSITION FORMSECTION OR FORMCOLUMN ******************/
.formSection
{
	float:left;
	width:98%;
	clear:both;
	margin:0 0 15px 0;
	border-bottom:1px dashed #A3A3A3;
	padding:0 0 15px 15px;
}

.formColumn
{
	float:left;
	width:310px;
	font-size:12px;
	margin:5px 35px 5px 0;
	zoom:1;
}

.formColumnLong
{
	float:left;
	width:420px;
	font-size:12px;
	margin:5px 35px 5px 0;
	zoom:1;
}

.ui-accordion-content .formColumn
{
	float:left;
	width:250px;
	font-size:12px;
	margin:5px 35px 5px 0;
	zoom:1;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-header a {
	    padding-left: 2.2em;	
}

.buttonRow
{

	float:left;
	width:98%;
	padding:0 20px 0 0;
	clear:both;
	margin:20px 0 15px 0;
	text-align:right;
}

.noBorder
{
	border:none;
}

.formIndent
{
	 float:left;
	 width:100%;
	 margin:8px 0 0 30px;
}

.heightShim
{
	height:65px;
}

.heightShimShort
{
	height:50px;
}

.menuHeight
{
	height:50px;
}

.hint
{
	float:left;
	color:black;
	font-size:11px;
	display:block;
	margin:0 0 10px 0;
	font-style:italic;
}

.error, .warn
{
  color: #FF0000;
  font-weight:bold;
  font-size:11px;
  /***vertical-align:middle; ****/
}


.errorOnSeperateLine
{
  color: #FF0000;
  font-weight:bold;
  font-size:11px;
  padding-left: 8px;
  display: block;
}

.actionMessage {
  color:#94BE2D;
}

.required, .actionerror
{
	color:red;
	font-size:11px;
}



.longFieldWrapper
{
    float:left;
    width:100%;
    height:27px;
	background: url("../img/textbox_Bkgd3.gif") no-repeat scroll 0 0;
	padding:5px 0 0 12px;
}

.longField
{
    height:16px;
    border: medium none;
    /* outline: medium none; */
}

.shortFieldWrapper
{
    float:left;
    width:60px;
    height:27px;
	background:url(../img/textbox_Bkgd3.gif) no-repeat scroll 0 -40px;
	padding:5px 0 0 12px;
}

.shortField
{
	height:16px;
	border: medium none;
   /*  outline: medium none;  */
}

.mediumFieldWrapper
{
    float:left;
    width:140px;
    height:27px;
	background:url(../img/textbox_Bkgd3.gif) no-repeat scroll 0 -80px;
	padding:5px 0 0 12px;
}

.mediumField
{
	height:16px;
	border: medium none;
    /* outline: medium none;  */
}

.mediumSearchFieldWrapper
{
    /* float:left; */
    width:140px;
    height:27px;
	background:url(../img/textbox_Bkgd3.gif) no-repeat scroll 0 -120px;
	padding:5px 0 0 12px;
	display: inline-block;
	position: relative;

}

.mediumSearchField
{
	height:16px;
	border: medium none;
    /* outline: medium none; */
    display: inline;
}

.longSearchFieldWrapper
{
    /* float:left; */
    width:250px;
    height:21px;
	background:url(../img/longSearchTextFieldImg.gif) no-repeat scroll 0 0px;
	padding:5px 0 0 4px;
	display: inline-block;
	position: relative;
}

.longSearchField
{
	height:16px;
	border: medium none;
    /* outline: medium none; */
    display: inline;
}
.searchSubmitImage {
	width: 25px;
	height: 25px;
	position: absolute;
	right:0;
	top:0;
}

/* MRH change */
input[type="radio"], input[type="checkbox"] {
	border-color: #cfcfcf;
	height:12px;
	margin-bottom: .5em;
}

.placeholder {
    color: #999;
}
.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.checkbox, .radio {
	width: 19px;
	height: 31px;
	padding: 0 5px 0 0;
	background: url(../img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../img/radio.png) no-repeat;
}

/*** LOGIN BOX STYLES ******/

#containerDiv
{
	position:relative;
	z-index:1000;
	float:right;
	width:390px;
	height:20px;
	margin:30px 0 0 0;

}

.toolButtons
{
	position:relative;
	z-index:1001;
	float:right;
	width:390px;
	height:20px;
    margin: 0 20px 0 0;
    text-align: right;
}


.loginBlock
{
	position:absolute;
	z-index:1002;
	top:19px;
	/* left:0px; */
	line-height:normal;
	width:386px;
	margin:0 2px 0 0;
	padding-bottom:0px;
	border-top:3px solid #7FB030;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	/* fallback */
	background-color: #e6e7e8;
	/*background: url(../img/modalBkgd_grad.png); */
	background-repeat: no-repeat;

	background: linear-gradient(bottom, #ADADAD 0%, #E0E0E0 35%);
	background: -o-linear-gradient(bottom, #ADADAD 0%, #E0E0E0 35%);
	background: -moz-linear-gradient(bottom, #ADADAD 0%, #E0E0E0 35%);
	background: -webkit-linear-gradient(bottom, #ADADAD 0%, #E0E0E0 35%);
	background: -ms-linear-gradient(bottom, #ADADAD 0%, #E0E0E0 35%);

}

.loginBlockModal
{
	left:560px;
}
.loginHide
{
	display:none;
}
.loginBlockDD
{
	left:0px;
}


/*** LOGIN BLOCK HEADER STYLES *******/
.loginHeader
{
	width:384px;
	height:27px;
	font-size:12px;
	font-weight:bold;
	color:black;
	margin:8px 0 0 1px;
	outline:none;
	cursor:pointer;

}

.blackDownArrow
{
	background:url(../img/blackDownArrow.png) left no-repeat;
	cursor:default;
}


.header_RegistrationBar/*** overrides loginHeader ***/
{
	color:white;
	margin:0 0 2px 1px;
	background:url(../img/accordionHeader_Bkgd.png) no-repeat 0 -56px;
	text-align:center;
}


.noarrow  /*** overrides loginHeader to show green bar with no arrow ***/
{
	background:url(../img/accordionHeader_Bkgd.png) no-repeat 0 -56px transparent;
}


.loginBlock div#accBody {
	padding: 10px 0 8px 0;
	text-align:left;
}


.first  /*** use for accordion version ***/
{
	margin:0 0 0 1px;
}


.headerText
{
	float:left;
	display:block;
	padding:6px 0 0 12px;
	text-transform:uppercase;
	line-height:normal;
}

.fullwidth  /*** extends headertext - use to center text on green bar  ***/
{
	width:384px;
	padding:6px 0 0 0;
	text-align:center;
}

/*** links within header bar style *****/
a.headerText:link,
a.headerText:visited,
a.headerText:hover,
a.headerText:active
{
	margin:0 0 8px 0;
	color:white;
	font-weight:bold;
	text-decoration:underline;
	text-shadow: 0 -1px 0 #999999;
}


.close  /*** close link style *****************/
{
	float:right;
	width:16px;
	height:16px;
	margin:6px 4px 0 0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	background:url(../img/closeBox.png) no-repeat 0 0;
}

/*** lost password link style *********************/
a.lostPassword:link,
a.lostPassword:visited,
a.lostPassword:hover,
a.lostPassword:active
{
	font-size:10px;
	margin:0 0 16px 20px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
	vertical-align:text-top;

}

.rememberME
{
	font-size:11px;
	font-weight:bold;
	vertical-align:text-top;
}


/*** MY ACCOUNT STYLES ******************************/
#accBody ul
{
	list-style:none outside none;
	margin:0 0 0 22px;
	padding:0;
	font-size:11px;
	font-weight:bold;
	text-align:left;

}

#accBody li
{
	margin:0 0 8px 0;
	padding:3px 0 0 0;
}

#accBody li a:link,
#accBody li a:visited,
#accBody li a:hover,
#accBody li a:active
{
	text-decoration:underline;
	color:#666666;
}


/************** FORM STYLES *************************/
form   /*** REMOVES SILLY DEFAULT STYLING OF IE FORM ELEMENTS ****/
{
	margin:0;
	padding:0;
	clear:both;
}

#login   /*** LOGIN FORM ID STYLE ****/
{
	margin:0 0 4px 25px;
}

#login fieldset
{
	width:346px;
	margin-bottom:0px;
	padding:0;
	margin:0;
	border:none;
}

#login fieldset div
{
	float:left;
	width:256px;
	margin:0;
}


#userid, #password   /*** LOGIN TEXTFIELD STYLE ****/
{
    width:238px;
    height:16px;
    color:#999999;
    font-weight:bold;
    border:none;
    outline:none;
}

#login_0 /*** LOGIN SUBMIT BUTTON STYLE ****/
{
	float:left;
	display:block;
	width:65px;
	height:60px;
	margin:0 0 0 14px;
	background:url(../img/loginButton_Bkgd.png) no-repeat;
	border:none;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:white;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	outline:none

}


/***** LOGIN BUTTON STYLES ****************************************************************/

.accountButton, .internalAccountButton /*** builds green button with repeating bkgd tile - doesn't work in IE7 - overridden in IE stylesheet *****/
{
    background: url(../img/headerBkgd_tile.png) repeat-x scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-size: 0.78em;
    font-weight: bold;
    height: 20px;
    padding-top: 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #999999;
    text-transform: uppercase;
	border-radius:4px;
}


a.logout
{
	display:inline-block;
	color: white;
    text-decoration: none;
	margin:3px 10px 0 10px;
	line-height:normal;
	text-align:left;
}

a.loggedIn, a.account, a.internalAccount
{
	position:relative;
	display:inline-block;
	color: white;
    text-decoration: none;
	margin:3px 3px 0 0;
	padding-left:10px;
	line-height:normal;
	text-align:left;
}

#accBody li a.unavailable, a.unavailable {
    pointer-events: none;
    cursor: default;
    color: rgb(136, 136, 136);
    text-decoration: none;
}

.accountArrow
{
	position:absolute;
	background: url(../img/arrow_sprite.png) no-repeat 0 -24px;
	height:5px;
	width:10px;
	right:5px;
	top:4px;
}

/* JQTRANSFORM OVERRIDES FOR FORM STYLES WITH NEW LOOK ***********/

form.jqtransformdone div.rowElem
{
	width:350px;
	height:60px;
	display:block;
    clear: both;
    margin:0;
    /* border:1px solid red; */
}

form.jqtransformdone input.rowElemInline
{
	display:inline-block;
    margin: 0 0 0 0;
    width:60px;
    zoom:1;
	*display: inline;
	_height: 31px;
    /* border:1px solid red; */
}

form.jqtransformdone label.black{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	color: #000;
	padding:6px 0 0 25px;
}


/*** end jqtransform overrides **********/

.disclaimerBox {
    background-color: #F3F7FB;
    border: 1px solid #CFCFCF;
    margin: 15px 0 15px 0;
    padding: 12px 20px 12px 20px;
    width: 85%;
    text-style:italic;
    font-size:12px;
    border-radius:5px;
}

.forgotDisclaimerBox {
    background-color: #EDF3F7;
    border: 1px solid #87CBDF;
    margin: 15px 0 15px 0;
    padding: 12px 20px 12px 20px;
    width: 100%;
    text-align: center;
    font-size:12px;
    border-radius:5px;
}

/*** Base table styles for Rates pages *****/

#tableRates
{
	border-collapse:separate;
	border-spacing:6px;

}

/*
 *Modal window style based on simpleModal.js
 */

/* Overlay */
#dialogOverlay,
#simplemodal-overlay {background-color:#eee; cursor:pointer;}

/* Dialog Container */
#dialogContainer {width:420px; left:50%; top:20%; text-align:center; background:#fff; }
#wideDialogContainer {width:550px; left:50%; top:20%; text-align:center; background:#fff; }
#centered800DialogContainer {width:800px; left:50%; top:10%; text-align:center; background:#fff; }
#fullDialogContainer {width:98%; left:1%; top:5%; text-align:center; background:#fff; }
#confirmModalContainer {width:420px; left:50%; top:35%; text-align:center; background:#fff; border:2px solid #73B6D6;}

#dialogContainer .header,
#wideDialogContainer .header,
#centered800DialogContainer .header,
#fullDialogContainer .header,
#confirmModalContainer .header  {height:30px;width:100%;background:#73B6D6;color:#fff;font-size:1.1em;font-weight:bold;line-height:30px;}

#dialogContainer .header span,
#wideDialogContainer .header span,
#centered800DialogContainer .header span,
#fullDialogContainer .header span,
#confirmModalContainer .header span {padding:0 8px;}

#dialogContainer .message,
#confirmModalContainer .message {	color:#333;	text-align:center;margin:0;padding:12px 4px;font-size:1em;}
#dialogContainer a.modalCloseX,
#dialogContainer a.modalCloseX:link,
#dialogContainer a.modalCloseX:active,
#dialogContainer a.modalCloseX:visited {text-decoration:none;font-weight:bold;font-size:1.1em;position:absolute;top:5px;left:405px;color:#ddd;}
#dialogContainer a.modalCloseX:hover {color:#9bb3b3;}
#wideDialogContainer a.modalCloseX,
#wideDialogContainer a.modalCloseX:link,
#wideDialogContainer a.modalCloseX:active,
#wideDialogContainer a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.1em; position:absolute; top:5px; left:530px; color:#ddd;}
#wideDialogContainer a.modalCloseX:hover {color:#9bb3b3;}
#confirmModalContainer a.modalCloseX,
#confirmModalContainer a.modalCloseX:link,
#confirmModalContainer a.modalCloseX:active,
#confirmModalContainer a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.1em; position:absolute; top:-1px; left:375px; color:#ddd;}
#confirmModalContainer a.modalCloseX:hover {color:#9bb3b3;}

#confirmModalContainer table {margin-left:-100px; padding-left:0px}
#confirmModalContainer td {text-align:left; padding-left:10px}
#confirmModalContainer .buttons {width:160px; padding:10px 8px 0;}
#confirmModalContainer .buttons div {float:right; margin-left:8px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; border:1px solid #bbb; cursor:pointer;}

/*
Full container styling
*/
.full div a {
	color:#78a6d3;
}
/*
Table lists
*/
.tableWithHeaderBG {
  width:100%;
}

.tableWithHeaderBG th
{
  padding: 3px;
  background-color :#e6e6e6;
  text-align:left;
}

.tableWithHeaderBG td
{
  border-bottom:solid 1px #e6e6e6;
  padding: 3px;
}

/*
	styles for new dependents pane for use by internal users only
*/
.tableHeaderDependents{
	width: 100%;
	margin-bottom: 0px;
}

.tableHeaderDependents th{
	border:solid 1px rgb(201, 197, 197);
	background : none;
	text-align:center;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;
	width: 14%;
}
.tableHeaderDependents td
{
	border-bottom:solid 1px rgb(201, 197, 197);
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 5px;
}

#manageDependents {
	border-radius: 7px;
	border: .1em solid rgb(119, 105, 105);
	margin: 8px;
	width: 7.5em;
	height: 1.75em;
	font-size: 14px;
	font-family: sans-serif;
	background: none;
}

#viewDependentsPane {
	float:left;
	width: 100%;
	padding-top: 30px;
}

.sectionTopFrame {
	background-color:#C7CBCE;
	padding:3px 5px;
	text-transform:uppercase;
	color:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 18px;
}

#noDependentsInfo {
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid rgb(201, 197, 197);
}

/*
EM Left Nav form ... we need to revisit
*/
#fasttrack {
  text-transform:none;
}
#fasttrack td {
  padding-bottom: 5px;
}

#fasttrack label {
	font-size:0.94em !important;
	font-weight:normal !important;
}
.pageSection {
	float:left;
	width:680px;
	margin:15px 0 0 10px;
	padding:8px;
	border:1px solid grey;
	border-radius:5px;
}

/**** VSP PLAN STYLES **************/

.planBlock
{
	float:left;
	width:200px;
	height:210px;
	border:1px solid #87cbdf;
	border-radius:5px;
	margin:0 10px 0 10px;
	padding:8px;
	text-align:center

}

.customizeBlock
{
	display:none;
	float:left;
	/* width:200px; */
	height:230px;
/* 	border:1px solid #CFCFCF; */
	border-radius:5px;
	margin:0 10px 20px 10px;
	padding:8px;
	/* text-align: center; */
}

.customizeBlock_tall
{
	float:left;
	width:200px;
	height:330px;
	border:1px solid #CFCFCF;
	border-radius:5px;
	margin:0 10px 20px 10px;
	padding:8px;
	text-align: center;
}

.customizeBlock_short
{
	float:left;
	width:200px;
	height:175px;
	border:1px solid #CFCFCF;
	border-radius:5px;
	margin:0 10px 20px 10px;
	padding:8px;
	text-align: center;
}

.customizeBlock img
{
	float:left;
	margin:15px 20px 5px 0;
}

.factInset
{
	float:left;
	font-size:20px;
	margin:0 15px 15px 0;
	font-weight:bold;
}

.blockHeader
{
	float:left;
	width:100%;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 10px 0;
	text-align:center;
}

.tab
{
	width:200px;
	padding:13px 10px 13px 10px;
	border-bottom:1px solid #CFCFCF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.selectedTab
{
	background: none repeat scroll 0 0 #E9E9E9; }

.highlightTab
{
	background: #CFCFCF url('/dms-inline/images/vspPlans/highlight_arrow.png') no-repeat 195px center; }

.panelTabContainer
{
	float:left;
	width:220px;
	border:1px solid #CFCFCF;
	margin:0 0 0 10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;


}

#panelDisplay
{
	float:left;
	width:480px;
	border-top:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}


/*** EVENTS STYLES *************/

.events
{
	float:left;
	width:220px;
	margin:0 0 0 10px;
}

#eventDisplay
{
	float:left;
	width:480px;
	border-left:1px solid #CFCFCF;
}

.eventDetailContainer
{
	display:none;
	float:left;
	margin:0 10px 20px 10px;
	padding:8px;
}

.date
{
	font-size:11px;
	font-weight:normal;
}

.month
{
	float:left;
	display:none;
	margin:0 0 20px 0;

}

#monthSelector
{
	float:left;
	margin:0 0 15px 0;

}

/*** END EVENTS STYLES ***************/

.compareButton
{
	float:left;
	width:678px;
	margin:10px 0 25px 10px;
	padding:8px;
	border:1px solid #CFCFCF;
	border-radius:5px;
	text-align: center;
    text-shadow: 0 -1px 0 #999999;
    text-transform: uppercase;
}

.pageSection
{
	float:left;
	width:42%;
	margin:4px 10px 0 10px;
	padding:8px;
	border:1px solid #CFCFCF;
	border-radius:5px;
}

.textCenter
{
	text-align:center;
	font-size:16px;
	margin:0 0 15px 0;
}

#vspVisionPlanComp
{
	font-size:12px;
	border-collapse;collapse;
	border:2px solid #CFCFCF;
}

#vspVisionPlanComp td
{
	border:1px solid #DDDDDD;
	padding:10px;
	width:200px;


}
#vspVisionPlanComp tr > td:first-child {
  font-weight:bold;
  vertical-align:top;
  width:175px;
  background-color:#F0F0F0;
}

.plansTableHeader
{
	font-size:14px;
	font-weight:bold;
	text-align:center;


}
/**** END - VSP PLAN STYLES **************/


/**** WHY VSP STYLES ***********/

.mainIntro
{
	 width:675px;
	 font-size:14px;
	 /* font-weight:bold; */
	 line-height:26px;
	 margin:0 0 10px 6px;

}

.intro
{
	/* float:left; */
	width:100%;
	margin:0 0 10px; 0;
}

.whySectionBlock
{
	position:relative;
	float:left;
	width:150px;
	height:320px;
	border-right:1px solid #999999;
	margin:15px 0 0 0;
	padding: 0 15px 0 25px;
}

.tabBlock {
	float:left;
	border-right:1px solid #999999;
	margin:10px 0 35px 0;
	padding: 0 20px 0 25px;
}

.whySectionBlock:first-child, .tabBlock:first-child {
	padding: 0 10px 0 5px;
}

.whySectionBlock:last-child,
.tabBlock:last-child {
	border-right:none;
}
.whySectionBlock_TabBlockLastChild {
	border-right:none;
}

/* JEREMIAH'S RENDITION */

/* .tabBlock:first-child {
   padding-left: 0;
}
.tabBlock:last-child {
	border-right:none;
	padding-right: 0;
} */
.tabBlock img {
    display: block;
    margin: 0 auto 15px;
    clear: left;
}
.accordionContent .tabBlock {
    width: 190px;
}
.accordionContent .tabBlock:nth-child(3n+3) {
    border-right: none;
}
.accordionContent .accordionContentTabBlockNthChild3n3 {
    border-right: none;
}
.accordionContent .tabBlock:nth-child(3n+1) {
    padding-left: 0px;
    clear: left;
}
.accordionContent .accordionContentTabBlockNthChild3n1 {
    padding-left: 0px;
    clear: left;
}

.tabBlock2
{
	position:relative;
	float:left;
	border-right:1px solid #999999;
	margin:10px 0 0 0;
	padding: 0 5px 0 5px;
}

/* .ui-widget-content .fourColumn {
	width:140px;
} */

.mainHead
{
	float:left;
	width:100%;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#4E84C4;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 10px 5px;
}

.subHead
{
	float:left;
	width:100%;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#4E84C4;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:6px;
}

.subHead a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

/* .ui-widget-content .promoCopy {
	line-height:20px;
	margin:10px 0 10px 0;
} */
.actionItem {
	float:left;
	width:150px;
	height:70px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#325564;
}

a.greenButton
{
	color:#F8FFF5;
}

.greenButton
{
    display:block;
    background: url("/img/sprits.gif") no-repeat scroll 0 0 transparent;
    color: #F8FFF5;
    font-size: 0.78em;
    font-weight: bold;
    height:20px;
    width:80px;
    margin: 0 auto;
    padding-top: 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #999999;
    text-transform: uppercase;
    cursor:pointer;
}

.absolute
{
    margin: 15px 0 15px 0;
    position:absolute;
    bottom:0px;
    left:55px;
}

.whySectionBlock:first-child a.greenButton {
	left:35px;
}

/* END JEREMIAH'S RENDITION */

.threeColumn
{
	width:205px;
}

.twoColumn
{
	width:320px;
}

.tabContainer
{
	float:left;
	margin:0 0 10px 0;
}

.pageContent
{
	float:left;
	margin:0 0 20px 0;
}

.inlineButton
{
	display:inline-block;
}


/*** Sharing button cms content styles **********/

.watchNow
{
	width:110px;
	height:17px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 30px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 0 transparent;
	cursor:pointer;
	text-transform:uppercase;
}

.shareNow
{
	width:110px;
	height:18px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 30px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -20px transparent;
	cursor:pointer;
	text-transform:uppercase;
}

.downloadNow
{
	width:130px;
	height:18px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 30px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -80px transparent;
	cursor:pointer;
	text-transform:uppercase;
}

.downloadNowLong
{
	width:165px;
	height:18px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 30px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -120px transparent;
	cursor:pointer;
	text-transform:uppercase;
}

.readNow
{
	width:110px;
	height:18px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 35px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -60px transparent;
	cursor:pointer;
	text-transform:uppercase;
}

.viewNow
{
	width:130px;
	height:18px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 35px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -40px transparent;
	cursor:pointer;
	text-transform:uppercase;
}

.compareNow
{
	width:130px;
	height:18px;
	float:left;
	margin:4px 0 6px 0;
	padding:1px 0 0 20px;
	font-size:11px;
	font-weight:bold;
	background: url("/dms-inline/images/whyvsp/button_sprite.png") no-repeat 0 -100px transparent;
	cursor:pointer;
	text-transform:uppercase;
}


.downloadContainer
{
	float:left;
	width:150px;
	margin:15px 0 15px 0;
	clear: both;

}
.downloadContainer a {
	cursor:pointer;
}
.bottomButton {
	clear:both;
}

/*** VIDEO LIBRARY STYLES *******************************/
.videoContainer
{
	float:left;
	width:100%;
	/* overflow-x:hidden;
	overflow-y:auto;  */
	margin:10px 0 0 0;
	border-top:1px solid #CCC;
}

.videoSummary
{
	font-size:14px;
	margin:35px 0 0 0;
}

.videoTotal
{
	 float:left;
	 margin:0 0 0 10px;
}

.share
{
	float:right;
}

.videoBlock
{
	float:left;
	width:100%;
	margin:10px 0 0 0;
	padding-top:15px;
	border-bottom:1px solid #CCCCCC;
}

.videoBlock .subHead
{
	font-size:14px;
	margin-bottom:4px;
}

.videoBlock .promoCopy
{
	margin:0 0 8px 0;
	line-height:16px;
}

.videoThumb
{
	float:left;
	width:205px;
	height:135px;
	margin:0 30px 0 10px;
}

.videoDetail
{
	float:left;
	width:450px;
	margin:0;
}

.videoSpecs
{
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#999;
	margin:5px 0 0 0;
}

/*** END Video Share Styles **************************/


.noMargin
{
	margin:0;
}

.getStartedContainer
{
	position:relative;
	float:left;
	width:730px;

}

.getStartedBroker
{
	position:absolute;
	left:620px;
	top:1px;
	/* margin:15px auto; */
	font-size:12px;
	padding:5px;
	font-weight:bold;
	color:white;
	/* text-transform:uppercase; */
    background-color:#4e84c4;
    /* width:120px; */
    border-radius:5px;
    text-align:center;
    z-index:10000;
    zoom:1;
}

.getStartedBroker a
{
	color:white;
}

.caption
{
	float:left;
	display:block;
	font-size:11px;
	margin:5px 0 0 0;
}

.footnote
{
	float:left;
	width:600px;
	font-size:10px;
	font-style:italic;
	margin:10px 0 0 20px;
}

.header
{
	font-weight:bold;
	font-size:12px;
	margin:0;
}

.bodyText
{
	font-size:10px;
}

.wordBullet a:hover
{
	text-decoration:underline;
}

.smallWordBullet
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup
{
	top: -0.5em;
}
sub
{
	bottom: -0.25em;
}



/*** Enhance Your Plan styles **** MRH ADDED ****/

/**** JQUERY UI OVERRIDES **************/

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 12px;
}

.ui-tabs .ui-tabs-panel {
	padding: 2em 1.4em;
}

.ui-widget-header {
    background: none;
    border:none;
    border-bottom: 1px solid #AED0EA;
    color: #222222;
    font-weight: bold;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-widget-content {
	border: 1px solid #CFCFCF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: -1px;
	margin-right: 0.2em;
	border-bottom-width: 1px;
	border-bottom: 1px solid #000;
}

.ui-tabs .ui-tabs-nav li
{
	margin-bottom: -1px;
	margin-right: 0.2em;
	top: 0;
}

.customizeBlock
{
	display:none;
	float:left;
	/* width:200px; */
	height:230px;
/* 	border:1px solid #CFCFCF; */
	border-radius:5px;
	margin:0 10px 20px 10px;
	padding:8px;
	/* text-align: center; */
}

.customizeBlock img
{
	float:left;
	margin:15px 20px 5px 0;
}

.factInset
{
	float:left;
	font-size:20px;
	margin:0 15px 15px 0;
	font-weight:bold;
}

.subHeadLeft
{
	float:left;
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#4E84C4;
	text-transform:uppercase;
}

.subHeadLeft a:hover
{
	text-decoration:underline;
	cursor:pointer;
}

.promoCopy {
	width:190px;
	float:left;
	font-size:12px;
	line-height:20px;
	margin:10px 0 10px 0;
}
.promoCopy ul {
	float:left;
	list-style:disc;
	display:inline;
	margin:12px 0 0 0;
	padding:0;
}
.promoCopy li {
	position: relative;
	*vertical-align:middle;
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 0 15px;
	*top: -.5em;

}
.promoThreeColumn
{
	width:185px;
}

.promoTwoColumn
{
	width:250px;

}


.fourColumn {
	width:140px;
}

.tab
{
	width:200px;
	padding:13px 10px 13px 10px;
	border-bottom:1px solid #CFCFCF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;

}

.selectedTab
{
	background-color:#E9E9E9;
}

.panelTabContainer
{
	float:left;
	width:220px;
	border:1px solid #CFCFCF;
	margin:0 0 0 10px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;


}

#panelDisplay
{
	float:left;
	width:480px;
	border-top:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.extraTopMargin
{
	margin:10px 0 0 0;
}

.mainContentAreaCol1 {
  width:210px;
  float:left;
  padding-right: 30px;
}
.mainContentAreaCol2 {
  width:210px;
  float: left;
}

.justifyLeft
{
	text-align:left;
	margin-bottom:0px;
}

.justifyRight
{
	text-align:right;
	margin-bottom:0px;
}


/*** NEWSLETTER STYLES *****************/
.currentIssue
{
	float:left;
	margin:40px 0 0 15px;
}

.summary
{
	float:left;
	margin:0 0 25px 0;
	width:600px;
}

.summary img
{
	float:left;
	margin:0 20px 0 0;
	border:1px solid #CFCFCF;
	clear:both;
}

.summary p
{
	margin:0;
}

.summary a{color:#325565;text-decoration:underline;font-weight:bold; cursor:pointer;}
.summary a:hover{text-decoration:underline;}
.summary .title{font-size:17px; 	font-weight:bold;
margin:0;}
.footer-newsletter
{
	float:left;
	font-size:9px;
	border-top:1px solid #CFCFCF;
	margin:15px 0 0 0;
	padding:20px 0 0 0;
}

/*** END NEWSLETTER STYLES **********************/


#clientFAQs
{
	margin:10px 0 0 0;

}

.faq
{
	position:relative;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

.faq span
{
	position:absolute;

}

.faq a
{
	margin-left:20px;

}

.answer
{
	width:85%;
	margin-bottom:15px;
	margin-left:40px;
	font-size:12px;

}
.fullWidth {
	 width:100%;
}
.copyright
{
	width:100%;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}

#printContent .header  { font-size: 14pt; font-weight: bold; text-align: left; }
#printContent th       { color: black; background-color: #D7EDF4; text-align: left; border-left: 15px; }
#printContent hr.thick { background-color: #23238E; height: 3pt; }
#printContent hr.thin  { background-color: #23238E; height: 1pt; }
#printContent .small   { font-size: 8pt; }
#printContent .changed { color: #23238E; font-weight: bold; font-size: 8pt; }
#printContent a        { color: blue; }
#printContent td        { padding:3px 7px 2px 0px; }

.noprint   { display: block; }
.pagebreak { background-color: white; }

TH.changed { color: #23238E; font-weight: bold; }

.grayBorder
{
	border:1px solid #CFCFCF;
}

.loginLabel
{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	margin:4px 0 0 10px !important;
	color:#999999;
	width:200px;
	z-index:100;
	font-weight:bold;
}

.relativePosition
{
	position:relative;
}

.absPosition
{
	position:absolute;
}

/* download page */

#selectReport
{
	width:240px
}
.downloadCenter
{
	text-align:center;
}
/* end download page */
.fadInfoIconSmall {
    margin-left:8px;
    vertical-align:middle;
}

/**
 * CONTACT US PAGE
 */
.contact-form-container {
	background: #fff;
	border: #e9e9e9 1px solid;
	margin-bottom: 20px;
	padding: 10px;
}

.contact-form-container select {
	margin-bottom: 10px;
}

.contact-form-container .formSection {
	padding-left: 0;
}

.contact-form-container .longFieldWrapper,
.contact-form-container .jqTransformSelectWrapper {
	margin-bottom: 10px !important;
}

.contact-form-container textarea {
	width: 98%;
}

.contact-form-container .buttonContainer {
	text-align: right;
}

.contact-form-container select {
	width: 225px;
}

.error.top {
	font-size: 100%;
	margin-bottom: 0;
	text-align: right;
}

.phone-icon {
	float: left;
	margin-right: 10px;
}
.contact-form-container.urgent-issues,
.contact-form-container.urgent-issues h4,
.contact-form-container.urgent-issues p {
	margin-bottom: 0;
}

.contact-form-container select {
	height: 26px;
}
