
/****************************************************************************************/
/*								START RESET STYLES										*/
/****************************************************************************************/

@charset utf-8;
p{display:block;margin:0;padding:1em;}ul{display:block;margin:0;}img{display:block;border:none;margin:0;padding:0;}table{display:table;width:100%;margin:0;padding:0;}html,body,ul li{margin:0;padding:0;}div,h1,h2,h3,h4,h5,h6,form{display:block;margin:0;padding:0;}a{font-size:8pt;}span{font-size:10.5pt;}

/* ADDED FOR MOD2 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{margin:0; padding:0}table{border-collapse:collapse; border-spacing:0}fieldset, img{border:0}address, caption, cite, code, dfn, em, th, var, optgroup{font-style:inherit; font-weight:inherit}del, ins{text-decoration:none}li{list-style:none}caption, th{text-align:left}h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}q:before, q:after{content:''}abbr, acronym{border:0; font-variant:normal}sup, sub{height:0; line-height:1; vertical-align:baseline; _vertical-align:bottom; position:relative}sup{bottom:1ex}sub{top:.5ex}legend{color:#000}input, button, textarea, select, optgroup, option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit}input, button, textarea, select{font-size:100%}a:active, a:focus{outline:0}

/****************************************************************************************/
/*								END RESET STYLES										*/
/****************************************************************************************/


/****************************************************************************************/
/*							START DEFAULT STYLES										*/
/****************************************************************************************/
    
* {
    font-size: 10px;
}

.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.visibility-hidden {
    visibility: hidden;
}
.display-none {
    display: none;
}
.display-inline {
    display: inline;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
}
.border-top-0 {
    border-top: 0;
}
.border-top-1 {
    border-top: 1px;
}
.border-top-2 {
    border-top: 2px;
}
.border-top-3 {
    border-top: 3px;
}
.border-top-4 {
    border-top: 4px;
}
.border-right-0 {
    border-right: 0;
}
.border-right-1 {
    border-right: 1px;
}
.border-right-2 {
    border-right: 2px;
}
.border-right-3 {
    border-right: 3px;
}
.border-right-4 {
    border-right: 4px;
}
.border-bottom-0 {
    border-bottom: 0;
}
.border-bottom-1 {
    border-bottom: 1px;
}
.border-bottom-2 {
    border-bottom: 2px;
}
.border-bottom-3 {
    border-bottom: 3px;
}
.border-bottom-4 {
    border-bottom: 4px;
}
.border-left-0 {
    border-left: 0;
}
.border-left-1 {
    border-left: 1px;
}
.border-left-2 {
    border-left: 2px;
}
.border-left-3 {
    border-left: 3px;
}
.border-left-4 {
    border-left: 4px;
}
.border-radius-1 {
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.border-radius-2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.border-radius-3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.border-radius-4 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.border-radius-5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border-radius-6 {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.border-radius-7 {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.border-radius-8 {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.border-radius-9 {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.border-radius-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.margin-auto {
	margin: 0 auto;
}
.margin-0 {
    margin: 0;
}
.margin-1 {
    margin: 1em;
}
.margin-2 {
    margin: 2em;
}
.margin-3 {
    margin: 3em;
}
.margin-top-neg-3 {
    margin-top: -3em;
}
.margin-top-neg-2 {
    margin-top: -2em;
}
.margin-top-neg-1 {
    margin-top: -1em;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-1 {
    margin-top: 1em;
}
.margin-top-2 {
    margin-top: 2em;
}
.margin-top-3 {
    margin-top: 3em;
}
.margin-right-neg-3 {
    margin-right: -3em;
}
.margin-right-neg-2 {
    margin-right: -2em;
}
.margin-right-neg-1 {
    margin-right: -1em;
}
.margin-right-0 {
    margin-right: 0;
}
.margin-right-1 {
    margin-right: 1em;
}
.margin-right-2 {
    margin-right: 2em;
}
.margin-right-3 {
    margin-right: 3em;
}
.margin-bottom-neg-3 {
    margin-bottom: -3em;
}
.margin-bottom-neg-2 {
    margin-bottom: -2em;
}
.margin-bottom-neg-1 {
    margin-bottom: -1em;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-1 {
    margin-bottom: 1em;
}
.margin-bottom-2 {
    margin-bottom: 2em;
}
.margin-bottom-3 {
    margin-bottom: 3em;
}
.margin-left-neg-3 {
    margin-left: -3em;
}
.margin-left-neg-2 {
    margin-left: -2em;
}
.margin-left-neg-1 {
    margin-left: -1em;
}
.margin-left-0 {
    margin-left: 0;
}
.margin-left-1 {
    margin-left: 1em;
}
.margin-left-2 {
    margin-left: 2em;
}
.margin-left-3 {
    margin-left: 3em;
}
.padding-0 {
    padding: 0;
}
.padding-1 {
    padding: 1em;
}
.padding-2 {
    padding: 2em;
}
.padding-3 {
    padding: 3em;
}
.padding-top-0 {
    padding-top: 0;
}
.padding-top-1 {
    padding-top: 1em;
}
.padding-top-2 {
    padding-top: 2em;
}
.padding-top-3 {
    padding-top: 3em;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-right-1 {
    padding-right: 1em;
}
.padding-right-2 {
    padding-right: 2em;
}
.padding-right-3 {
    padding-right: 3em;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-bottom-1 {
    padding-bottom: 1em;
}
.padding-bottom-2 {
    padding-bottom: 2em;
}
.padding-bottom-3 {
    padding-bottom: 3em;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-left-1 {
    padding-left: 1em;
}
.padding-left-2 {
    padding-left: 2em;
}
.padding-left-3 {
    padding-left: 3em;
}
.padding-left-4 {
    padding-left: 4em;
}
.width-10 {
	width: 10%;
}
.width-15 {
	width: 15%;
}
.width-25 {
	width: 25%;
}
.width-33 {
	width: 33%;
}
.width-40 {
	width: 40%;
}
.width-50 {
	width: 50%;
}
.width-66 {
	width: 66%;
}
.width-75 {
	width: 75%;
}
.width-80 {
	width: 80%;
}
.spacer {
    background: none;
}
.spacer-10 {
    height: 10px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-50 {
    height: 50px;
}
.spacer-60 {
    height: 60px;
}
.spacer-70 {
    height: 70px;
}
.spacer-80 {
    height: 80px;
}
.spacer-90 {
    height: 90px;
}
.spacer-100 {
    height: 100px;
}
.hr-thin {
    border-bottom: 1px solid #ccc;
}
.hr-medium {
    border-bottom: 2px solid #ccc;
}
.hr-thick {
    border-bottom: 4px solid #ccc;
}
.b {
    font-weight: bold;
}
.u {
    text-decoration: underline;
}
.i {
    font-style: italic;
}
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.lt {
    text-decoration: line-through;
}
.trechubet {
    font-family: Verdana;
}
.verdana {
    font-family: Verdana;
}
.georgia {
    font-family: Verdana;
}
.font-s {
    font-size: 1em;
}
.font-m {
    font-size: 1.2em;
}
.font-m-upper {
    font-size: 1.2em;
    text-transform: uppercase;
}
.font-l {
    font-size: 2em;
}
.font-xl {
    font-size: 3em;
}
.font-xxl {
    font-size: 4em;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

/****************************************************************************************/
/*								END DEFAULT STYLES										*/
/****************************************************************************************/

/****************************************************************************************/
/*								START LAYOUT STYLES										*/
/****************************************************************************************/

body.parent-portal {
    font-size: 10px;
    font-family: Verdana;
    background: #EFF4F8 url(../images/layout/body_bg.gif) 0px 0px repeat-x;
}
.content-container {
	margin: 0 auto;
	width: 964px;
    background: url(../images/layout/content_container_bg.gif) repeat-y 0px 0px;
}

.sliver-nav {
	padding-top: 15px;
	padding-bottom: 4px;
    width: 100%;
    height: 25px;
    background-color: #fff;
    border-top: 10px #222c80 solid;
}
.sliver-wrap {
	margin: -15px auto 0;
    width: 930px;
	position: relative;
}
.sliver-nav ul {
    float: right;
    color: #222c80;
	background: none repeat scroll 0 0 transparent;
}
.sliver-nav ul li {
	margin-left: 20px;
    padding: 15px 0 0 0;
    float: left;
	font-size: 1.2em;
}
.sliver-nav ul li.active {
    background: url(../images/layout/portal_top_bar_arrow.gif) center 0 no-repeat;
}
.sliver-nav li a:link,
.sliver-nav li a:visited {
    color: #879196;
    text-decoration: none;
}
.sliver-nav li a:hover,
.sliver-nav li a:active {
    text-decoration: underline;
}

.portal-header {
    padding: 0 17px;
    background: url(../images/layout/portal_header_bg.gif) top center no-repeat;
	z-index: 1000;
}
.portal-header .vignette-disabled {
	padding-top: 10px;
	float: left;
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.portal-header .logo {
	height: 57px;
}
.portal-header .logo .logo-img {
	margin-right: 20px;
	float: left;
}
.portal-header .logo .logo-img img {
    border: none;
    text-decoration: none;
}
.portal-header .logo .vertical-divider {
	margin-top: 20px;
	margin-right: 16px;
	width: 2px;
	height: 32px;
	float: left;
	background: #ddd;
}
.portal-header .logo h1 {
	margin-top: 33px;
    display: block;
    float: left;
    color: #222c80;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
.portal-header .secondary-logo {
	margin-top: -57px;
	float: right;
}
.portal-header .secondary-logo img {
    display: block;
    border: none;
    cursor: auto;
}
.portal-header ul.utility-nav {
    margin: 0 auto;
    padding: 26px 0 0 0;
    display: block;
    text-align: right;
}
.portal-header ul.utility-nav li.main-item {
    padding: 0 0 0 20px;
    display: inline-block;
    float: right;
    position: relative;
    font-size: 1.1em;
    line-height: 1.1em;
}
.portal-header ul.utility-nav a:link, 
.portal-header ul.utility-nav a:visited {
	color: #222c80;
	display: inline;
	text-decoration: none;
}
.portal-header ul.utility-nav a:hover, 
.portal-header ul.utility-nav a:active {
	text-decoration: underline;
}
.portal-header p.welcome {
	padding: 10px 0 0 66px;
    display: block;
    width: 400px;
    color: #4e4e4e;
    font-size: 1.2em;
}
.portal-header .navigation-bar {
    margin: 16px auto 0;
    padding-top: 4px;
    width: 931px;
    height: 31px;
	background: url(../images/layout/portal_nav_bg.gif) 0px 0px no-repeat;
	z-index: 210;
}
.portal-header .navigation-bar .group-select-nav-box {
	padding-left: 10px;
	width: 200px;
	height: 31px;
	float: left;
	position: relative;
	color: #fff;
	font-size: 1.2em;
	line-height: 31px;
}
.portal-header .navigation-bar .group-select-nav-box #singleGroup {
	padding: 0 6px;
	width: 187px;
	height: 25px;
	line-height: 25px;
	background: url(../images/layout/group_select_one_bg.gif) no-repeat 0 0;
}
.portal-header ul.main-nav {
	margin-left: 220px;
    padding: 0;
    display: block;
    height: 31px;
	position: relative;
}
.portal-header ul.main-nav-no-groups {
	margin-left: 10px;
}
.portal-header ul.main-nav li.main-nav-list-item {
	padding: 0 16px;
    display: inline-block;
    height: 31px;
    float: left;
    position: relative;
    font-size: 1.1em;
    line-height: 31px;
    list-style-type: none;
}
.portal-header ul.main-nav li.main-nav-list-item a.main-nav-link:link,
.portal-header ul.main-nav li.main-nav-list-item a.main-nav-link:visited,
.portal-header ul.main-nav li.main-nav-list-item a.main-nav-link:hover,
.portal-header ul.main-nav li.main-nav-list-item a.main-nav-link:active {
	margin: 0;
	display: inline-block;
    height: 31px;
    position: relative;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}
.portal-header ul.main-nav li.active a.main-nav-link:link,
.portal-header ul.main-nav li.active a.main-nav-link:visited,
.portal-header ul.main-nav li.active a.main-nav-link:hover,
.portal-header ul.main-nav li.active a.main-nav-link:active {
    color: #222c80;
    font-size: 1em;
    background: #fff;
}
.portal-header ul.main-nav li.main-nav-list-item a img.new-window {
	display: inline;
}
.portal-header ul.main-nav li.main-nav-list-item span {
	position: absolute;
    display: block;
    width: 16px;
    height: 31px;
}
.portal-header ul.main-nav li.main-nav-list-item span.left {
    top: 0px;
    left: 0px;
}
.portal-header ul.main-nav li.main-nav-list-item span.right {
	top: 0px;
	right: 0px;
}
.portal-header ul.main-nav li.active span.left {
    background: #fff url(../images/layout/portal_nav_tab_left.gif) no-repeat;
}
.portal-header ul.main-nav li.active span.right {
    background: #fff url(../images/layout/portal_nav_tab_right.gif) right no-repeat;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box {
	width: 195px;
	height: 25px;
    position: relative;
    cursor: pointer;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box .easy-select-box-disp,
.portal-header .navigation-bar .group-select-nav-box .easy-select-box .easy-select-box-disp:link,
.portal-header .navigation-bar .group-select-nav-box .easy-select-box .easy-select-box-disp:visited {
    padding: 4px 8px;
    display: block;
    width: 179px;
    height: 17px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    text-decoration: none;
    line-height: 16px;
    background: url(../images/layout/group_select_bg.gif) no-repeat 0 0;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box .easy-select-box-disp:hover,
.portal-header .navigation-bar .group-select-nav-box .easy-select-box .easy-select-box-disp:active {
    text-decoration: none;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box ul {
    padding: 0;
    display: none;
    min-width: 190px;
    max-height: 216px;
    position: absolute;
    white-space: nowrap;
    top: 25px;
    left: 2px;
    font-size: 1.1em;
    text-align: left;
    background: #222c80;
    overflow-x: hidden;
    z-index: 99;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box ul li {
	font-size: 1em;
	line-height: 1em;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box ul li a:link,
.portal-header .navigation-bar .group-select-nav-box .easy-select-box ul li a:visited {
    padding: 8px 10px;
    display: block;
    height: auto;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
}
.portal-header .navigation-bar .group-select-nav-box .easy-select-box ul li a:hover,
.portal-header .navigation-bar .group-select-nav-box .easy-select-box ul li a:active {
    color: #fff;
    text-decoration: underline;
}

.select-scrollable-lessgroups {
	overflow-y: hidden;
}
.select-scrollable-moregroups {
	overflow-y: auto;
}
.portal-header .navigation-bar .group-select-nav-box .group-select-search {
	position: relative;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container {
	display: none;
	width: 400px;
	min-height: 300px;
	position: absolute;
	top: 31px;
	left: 10px;
	background-color: #fff; 
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	z-index: 1000;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label {
	margin: 1em 1em 0 1em;
	position: relative;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label label {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label label a:link#groupSearch-showAll,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label label a:visited#groupSearch-showAll {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label label a:hover#groupSearch-showAll,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label label a:active#groupSearch-showAll {
	text-decoration: underline;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label #groupSearch-tooltipContainer {
	padding-right: 14px; 
	height: 18px;
	position: absolute;
	top: 7px;
	right: 0px;
	line-height: 18px;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label #groupSearch-tooltipContainer img.group-search-tooltip-trigger {
	margin-left: 14px;
	display: block;
	float: right;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-Label #groupSearch-tooltipContainer #group-search-tooltip {
	width: 360px;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-inputContainerWrap {
	margin-left: 1em;
	width: 320px;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-inputContainerWrap #groupSearch-inputContainer {
	padding: 2px 4px;
	height: 16px;
	border: 1px solid #ccc;
	background: #fff;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-inputContainerWrap #groupSearch-inputContainer.input-error {
	background: #fff3f3;
	border: 1px solid #ff0000;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-input {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	border: none;
	background: none;
	outline: none;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-searchButton {
	margin-top: -2em;
	margin-right: 1em;
	float: right;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container .groupSearch-pagination {
	font-size: 1.2em;
	line-height: 1.6em;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container .groupSearch-pagination span {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container .groupSearch-pagination a:link,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container .groupSearch-pagination a:visited,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container .groupSearch-pagination a:hover,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container .groupSearch-pagination a:active {
	color: #222c80;
	font-size: 1em;
	text-decoration: none;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-resultsContainer {
	margin: 1em 1em 0 1em;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-resultsContainer select {
	width: 376px;
	font-size: 12px;
	border: 1px solid #ccc;
	overflow: auto;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-cancelLink { 
	margin: 0 2em 0 0;
	float: right;
	color: #000;
	font-size: 1.2em;
	text-decoration: underline !important;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-wildCardSearchError,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-percentSearchError,
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-quoteSearchError {
	margin: .5em 1em .5em 1em;
	display: none;
	color: #f00;
	font-size: 1.2em;
	line-height: 1.6em;
}
.portal-header .navigation-bar .group-select-nav-box #groupSearch-container #groupSearch-selectButton {
	margin: .2em 1em .7em 0;
	float: right;
}
ul.sub-menu {
	padding: 4px;
	position: absolute;
	top: 100%;
	left: 0;
	list-style-type: none;
	background: #fff;
	visibility: hidden;
	z-index: 99999;
}
ul.utility-nav li ul.sub-menu {
	width: auto;
	top: 99%;
	left: 20px;
	text-align: left;
	white-space: nowrap;
}
ul.sub-menu li {
	display: block;
}
ul.main-nav ul.sub-menu li {
	border-bottom: 1px solid #eee;
}
ul.main-nav ul.sub-menu li a img.new-window {
	display: inline;
}
ul.sub-menu li a:link,
ul.sub-menu li a:visited {
	padding: 2px;
	display: block;
	color: #222c80;
	font-size: 1.1em;
	line-height: 1em;
	text-align: left;
	text-decoration: none;
}
ul.sub-menu li a:hover,
ul.sub-menu li a:active {
	text-decoration: underline;
}
ul.utility-nav ul.sub-menu li {
	display: list-item;
	padding: 0;
	list-style-type: none;
}
ul.utility-nav ul.sub-menu li a:link,
ul.utility-nav ul.sub-menu li a:visited,
ul.utility-nav ul.sub-menu li a:hover,
ul.utility-nav ul.sub-menu li a:active {
	display: inline; 
	font-size: 11px;
	line-height: 1.6em;
}

ul.main-nav ul.sub-menu {
	padding: 2px;
	width: 168px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	z-index: 999;
}
ul.main-nav ul.sub-menu li {
	border-bottom: 1px solid #ccc;
	line-height: 1em;
}
ul.main-nav ul.sub-menu li:last-child {
	border-bottom: none;
}
ul.main-nav ul.sub-menu li a:link,
ul.main-nav ul.sub-menu li a:visited {
	padding: 8px;
	color: #222c80;
	line-height: 1.4em;
	text-decoration: none;
}
ul.main-nav ul.sub-menu li a:hover,
ul.main-nav ul.sub-menu li a:active {
	text-decoration: underline;
}

div#columns {
	margin: 10px auto 0 auto;
	width: 932px; 
	position: relative;
    min-height: 450px;
	background: url(../images/layout/columns_bg.gif) top center no-repeat;
	z-index: 1;
}

.main-content {
	margin: 10px 0 0 2px;
    min-height: 450px;
}
.content-row {
	width: 692px;
    border: solid 1px #CCC;
    float: left;
}
.top-cap, .end-cap {
	margin: 0 auto;
	width: 964px;
	height: 10px;
}
.top-cap {
	margin-top: 20px;
    background: url(../images/layout/page_top_cap.gif) no-repeat 0px 2px;
}
.end-cap {
   background: url(../images/layout/page_bottom_cap.gif) no-repeat 0px 0px;
}
.portal-footer-wrap {
    width: 100%;
}
.portal-footer-wrap .portal-footer {
	padding-top: 50px;
	padding-bottom: 20px;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap {
	margin-bottom: 20px;
	width: 100%;
	height: 35px;
	background: #222c80;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul {
    color: #fff; 
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul li {
	padding: 0 15px;
    display: inline;
    line-height: 35px;
    border-right: 1px solid #fff;
    font-size: 8pt;
    font-style: Normal;
    font-family: Verdana;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul li a:link,
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul li a:hover,
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul li a:active {
    text-decoration: underline;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar ul li.last {
    border: none;
}
.portal-footer-wrap .portal-footer .footer-bar-wrap .footer-bar .copyright {
	height: 35px;
    position: absolute;
    float: right;
    top: 0px;
    right: 15px;
    color: #FFF;
    text-align: right;
    line-height: 35px;
    font-family: Verdana;
    font-size:8pt;
}
.portal-footer-wrap .portal-footer p a:link,
.portal-footer-wrap .portal-footer p a:visited,
.portal-footer-wrap .portal-footer p a:hover,
.portal-footer-wrap .portal-footer p a:active {
	color: #222c80;
}
.portal-footer-wrap .portal-footer p {
    color: #879196;
    margin: 0 auto 14px;
    padding: 0 22px;
    width: 926px;
    font-size:8pt;
}
.portal-footer-wrap .portal-footer p small {
    font-size:1.1em;
}
.portal-footer-wrap .portal-footer p small a {
    color: #879196;
	text-decoration: underline;
}
a.arrow-link {
    font-size: 1.2em;
    cursor: pointer;
}
a.arrow-link span {
    font-size: 1.4em;
}
.tabbed-header {
	margin-top: 15px;
	height: 27px;
    border-bottom: #005293 4px solid;
}
.tabbed-header h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
}
.tabbed-header h2 span {
	padding-bottom:8px;
	padding-left:34px;
	padding-right:34px;
	padding-top:5px;
    background: #005293;
    display: table;
    float: left;
    font-size: 10.5pt;
}
.tabbed-header h2 span.left {
    background: #fff url(../images/layout/tabbed_header_left_new.gif) 0px 0px no-repeat;
    height: 27px;
    padding: 0;
    width: 3px;
}
.tabbed-header h2 span.right {
    background: #fff url(../images/layout/tabbed_header_right_new.gif) 0px 0px no-repeat;
    height: 27px;
    padding: 0;
    width: 3px;
}
.pdf,
.excel, 
.xls, 
.xlsx,
.doc, 
.docx,
.txt,
.unknown,
.csv
 {
    display: block;
    line-height: 25px;
    padding-left: 35px;
 }
.pdf {
    background: url(../images/icon/pdf.gif) no-repeat scroll left 0px;
 }
.excel, .xls, .xlsx {
	background: url(../images/icon/excel.gif) no-repeat scroll left 0px;
 }
.doc, .docx {
    background: url(../images/icon/doc.gif) no-repeat scroll left 0px;
}
.txt {
    background: url(../images/icon/txt.gif) no-repeat scroll left 0px;
   }
.unknown {
    background: url(../images/icon/unknown.gif) no-repeat scroll left 0px;
 }
 .csv {
    background: url(../images/icon/csv.gif) no-repeat scroll left 0px;
}
.url {
    background: url(../images/icon/url.gif) no-repeat scroll left 0px;
    background-position: 1.5% 3%;
    display: block;
    line-height: 21px;
    padding-left: 35px;
}
.parent-portal .main-content .section {
    width: 694px;
    margin: 0 0 30px;
    min-height:240px;
    position:relative;
}
.parent-portal .main-content .single-column {
    width: 932px;
}
.parent-portal .main-content ul.tabs {
    height: 27px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #FFF;
    padding-top:20px;
}
.parent-portal .plans-service ul.tabs {
    height:34px;
}
.parent-portal .main-content .tabs li {
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 0 12px 2px;
    color: #FFF;
    cursor: pointer;
    background:url(../images/layout/sub_tab_bg.gif);
    position: relative;
    font-size:1.3em;
	height:25px;
}
.parent-portal .main-content ul.tabs .ajax {
	margin: 4px 0 0 4px;
    display: inline;
    visibility: hidden;
}

.parent-portal .main-content .tabs li:hover {
    text-decoration:underline;
}
.parent-portal .main-content .tabs li.current {
    background: #3374a8;
    color: #FFF;
    padding-bottom: 4px;
    text-decoration:none;
}
.parent-portal .main-content .tabs li.disabled {
    cursor: default!important;
}
.parent-portal .main-content .tabs li.disabled:hover {
    text-decoration:none!important;
}
.parent-portal .main-content .box {
    display: none;
    border-top: 4px solid #3374a8;
}
.parent-portal .main-content .box.visible {
    display: block;
}
.parent-portal .overview .button-sprite {
	position:relative;
	margin-top:34px;
}
.parent-portal a.left-arrow {
    background: url(../images/icon/list_arrow.gif) no-repeat scroll left 4px;
    list-style-type: none;
    padding-left: 20px;
    font-size:1.2em;
    color: #000;
    display: block;
    line-height:1.6em;
}
.parent-portal .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.parent-portal .clearfix {
    display: inline-block;
}
.parent-portal html[xmlns] .clearfix {
    display: block;
}
.parent-portal span.required {
  font-weight: bold;
  font-size: 1.1em;
  color: #ff0000;
}
.parent-portal .input-text, 
.parent-portal .input-error {
	text-transform: none;
}
.parent-portal a.tab-link:link,
.parent-portal a.tab-link:visited,
.parent-portal a.tab-link:hover,
.parent-portal a.tab-link:active {
	color: #fff;
	text-decoration: none;
}
.parent-portal .main-content .tabs .disabled a.tab-link {
	color: #222C80!important;
	text-decoration: none!important;
	cursor: default!important;
}
.parent-portal table.data-table {
	width: 100%;
	border: none;
}
.parent-portal table.data-table tr.table-header {
	color: #005293;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #eaf7f9;
}
.parent-portal table.data-table th {
	padding: 5px;
	border: 2px solid #efefef;
}
.parent-portal table.data-table td {
	padding: 5px;
	font-size: 1.2em;
	border: 2px solid #edefef;
	cursor: pointer;
}
.parent-portal table.data-table tbody tr {
	
}
.parent-portal table.data-table tr.light-blue {
 	background-color: #eaf7f9;
}
.parent-portal table.data-table thead th.headerSortUp img.sort-up  {
	display: inline;
	padding-top: 4px;
    padding-left: 4px;
}
.parent-portal table.data-table thead th.headerSortDown img.sort-down  {
	display: inline;
    padding-top: 4px;
    padding-left: 4px;
}
.parent-portal table.data-table thead th img {
	display: none;
}
.parent-portal table.data-table .column-header {
	font-size: 12px;
	float: left;
	cursor: pointer;
}
.parent-portal table.data-table tbody tr.selected td {
	background-color: #ccc;
}
.parent-portal table.data-table tbody tr.no-results-row td {
	font-size: 12px;
	padding: 5px;
	border: none;
	cursor: auto;
	border: 2px solid #edefef;
}
/****************************************************************************************/
/*								END LAYOUT STYLES										*/
/****************************************************************************************/

/****************************************************************************************/
/*								START FONT STYLES										*/
/****************************************************************************************/

.font-subhead {
	font-family: Verdana;
	font-size: 2.2em;
	font-weight: regular;
	font-style: italic;
	color: #222c80;
}

.font-header {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.hero-area-title {
	font-family: Verdana;
	font-size: 2.7em;
	font-weight: bold;
	font-style: normal;
	color: #66a4ae;
}

.hero-area-text {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #222c80;
}

.body-copy {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: regular;
	font-style: normal;
	color: #000;
	line-height: 1.6em;
}

.content-header-tab {
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

a.blue-link:link,
a.blue-link:visited,
a.blue-link:hover,
a.blue-link:active {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: regular;
	font-style: normal;
	color: #222c80;
	text-decoration: none;
}

a.black-link:link,
a.black-link:visited,
a.black-link:hover,
a.black-link:active {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: regular;
	font-style: normal;
	color: #000;
	text-decoration: none;
}

/****************************************************************************************/
/*									END FONT STYLES										*/
/****************************************************************************************/

/****************************************************************************************/
/*							START APP ERROR SECTION STYLES								*/
/****************************************************************************************/

.app-validation-error-wrap {
	margin-top: 10px;
	padding: 1px;
	background: #ff0000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.app-validation-error-wrap .app-validation-error {
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
.app-validation-error-wrap .app-validation-error .inner-padding {
	padding: 0 46px
}
.app-validation-error-wrap .app-validation-error .inner-padding .header {
	width: 28px;
	float: left;
}
.app-validation-error-wrap .app-validation-error .inner-padding .icon img {
	margin: 0 auto;
	display: block;
}
.app-validation-error-wrap .app-validation-error .inner-padding .messages {
	margin-left: 38px;
}
.app-validation-error-wrap .app-validation-error .inner-padding .messages h2 {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.app-validation-error-wrap .app-validation-error .inner-padding .messages p {
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
}

.app-validation-logout-wrap {
	margin-top: 10px;
	padding: 1px;
	background: #53AD53;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.app-validation-logout-wrap .app-validation-error {
	padding: 10px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
.app-validation-logout-wrap .app-validation-error .inner-padding {
	padding: 0 46px
}
.app-validation-logout-wrap .app-validation-error .inner-padding .header {
	width: 28px;
	float: left;
}
.app-validation-logout-wrap .app-validation-error .inner-padding .icon img {
	margin: 0 auto;
	display: block;
}
.app-validation-logout-wrap .app-validation-error .inner-padding .messages {
	margin-left: 38px;
}
.app-validation-logout-wrap .app-validation-error .inner-padding .messages h2 {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.app-validation-logout-wrap .app-validation-error .inner-padding .messages p {
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
}

.expandable-content-divider {
 	height: 0;
 	overflow: hidden;
 	border-bottom: 1px solid #f00;
 }
 
.expandable-content-wrap {
	
}
.expandable-content-last {
	margin-bottom: 0;
	border: none;
}
.expandable-content-wrap .expandable-content {
	
}
.expandable-content-last .expandable-content {
	padding-bottom: 0;
}
.expandable-content-wrap .expandable-content .expandable-header-wrap {
	
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header {
	
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header .icon-spacer {
	width: 42px;
	float: left;
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header h2 {
	padding-top: 2px;
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.expandable-content-wrap .expandable-content .expandable-header-wrap .expandable-header img {
	margin-top: -2px;
	margin-right: 8px;
	margin-left: 6px;
	display: block;
	float: left;
}
.expandable-content-wrap .expandable-content .expandable-content-body-wrap {
	overflow: hidden;
}
.expandable-content-wrap .expandable-content .expandable-content-body-wrap .expandable-content-body {
	padding: 0px 6px;
	height: auto;
	float: left;
	font-size: 12px;
	font-weight: normal;
}
.expandable-content-wrap .expandable-content .expandable-content-body-wrap .expandable-content-body p {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

/****************************************************************************************/
/*							END APP ERROR SECTION STYLES								*/
/****************************************************************************************/

/****************************************************************************************/
/*							START TRANSACTION BUTTON STYLES								*/
/****************************************************************************************/

.transaction-buttons {
	padding-top: 10px;
	height: 24px;
	line-height: 24px;
}
.transaction-buttons .dep-life-cancel-link {
	float: left;
}
.transaction-buttons .cancel-link {
	width: 20%;
	float: left;
}
.transaction-buttons .cancel-link a:link,
.transaction-buttons .cancel-link a:visited,
.transaction-buttons .dep-life-cancel-link a:link,
.transaction-buttons .dep-life-cancel-link a:visited {
	color: #222c80;
	font-size: 12px;
	text-decoration: underline;
}
.transaction-buttons .cancel-link a:hover,
.transaction-buttons .cancel-link a:active,
.transaction-buttons .dep-life-cancel-link a:hover,
.transaction-buttons .dep-life-cancel-link a:active {
	color: #005293;
	text-decoration: underline;
}
.transaction-buttons .cancel-link a.disabled-link:link,
.transaction-buttons .cancel-link a.disabled-link:visited,
.transaction-buttons .cancel-link a.disabled-link:hover,
.transaction-buttons .cancel-link a.disabled-link:active {
	color: #bbb;
	text-decoration: none;
	cursor: default;
}
.transaction-buttons .buttons {
	width: 80%;
	float: right
}
.transaction-buttons .buttons-left {
	width: 80%;
	float: left
}

/****************************************************************************************/
/*							END TRANSACTION BUTTON STYLES								*/
/****************************************************************************************/

/****************************************************************************************/
/*							START LOADING IMAGE STYLES									*/
/****************************************************************************************/

img.preload-spinner {
	width: 0;
	height: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

img.loading {
	margin: 0 auto;
	display: block;
}
p.loading {
	padding: 12px 0 0 0;
	text-transform: uppercase;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

/****************************************************************************************/
/*							END LOADING IMAGE STYLES									*/
/****************************************************************************************/


/****************************************************************************************/
/*							START BUTTON STYLES											*/
/****************************************************************************************/

a.submit-button {
	background: none repeat scroll 0 0 #222c80;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    text-align: center;
}
a.submit-button:link,
a.submit-button:visited {
	text-decoration: none;
}
a.submit-button:hover,
a.submit-button:active {
	text-decoration: none;
	background: #005293;
	border: none;
	outline: none;
}
a.submit-button:focus {
	text-decoration: none;
	background: #005293;
}
a.disabled-submit-button:link,
a.disabled-submit-button:visited,
a.disabled-submit-button:hover,
a.disabled-submit-button:active {
	padding: 0px 12px;
	display: inline-block;
	height: 24px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	background: #005293;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: none;
	outline: none;
	cursor: default;
}
a.cancel-link
{
	font-size: 12px;
	font-family: Verdana;
	color: #222C80;
}

img.submit-button-img {
	display: block;
	padding-top: 4px;
}

a.search-submit-button {
	vertical-align: bottom;
}

/****************************************************************************************/
/*							END BUTTON STYLES											*/
/****************************************************************************************/

.transaction-status-wrap {
	margin-bottom: 10px;
	padding: 1px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.warning-transaction-status-wrap {
	background: #ffd23d;
}
.success-transaction-status-wrap {
	background: #10972d;
}
.transaction-status-wrap .transaction-status {
	padding: 10px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.transaction-status-wrap .transaction-status .id-cards {
	
}
.transaction-status-wrap .transaction-status .id-cards a:link,
.transaction-status-wrap .transaction-status .id-cards a:visited,
.transaction-status-wrap .transaction-status .id-cards a:hover,
.transaction-status-wrap .transaction-status .id-cards a:active {
	margin-top: 10px;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-bottom: 1px;
	color: #222c80;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #2e7fa5;
}
.transaction-status-wrap .transaction-status .transaction-status-icon {
	width: 28px;
	float: left;
}
.transaction-status-wrap .transaction-status .transaction-status-icon img {
	margin: 0 auto;
	display: block;
}
.transaction-status-wrap .transaction-status .transaction-status-messages {
	margin-left: 38px;
}
.transaction-status-wrap .transaction-status .transaction-status-messages h2 {
	margin-bottom: 8px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.transaction-status-wrap .transaction-status .transaction-status-messages h2.title-case{
	text-transform: capitalize;
}
.transaction-status-wrap .transaction-status .transaction-status-messages p {
	margin-bottom: 8px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	line-height: 1.2em;
}
.transaction-status-wrap .transaction-status .transaction-status-messages p.note-message {
	padding-left: 12px;
}

/****************************************************************************************/
/*							END TRANSACTION STATUS STYLES								*/
/****************************************************************************************/



/* INPUT STYLES */

.input-text {
	padding: 2px;
	font-size: 12px;
	line-height: 1.1em;
	border: 1px solid #999;
	text-transform: uppercase;
}
.input-error {
	padding: 2px;
	color: #000;
	font-size: 12px;
	line-height: 1.1em;
	text-transform: uppercase;
	background: #fff3f3;
	border: 1px solid #ff0000;
}
input[disabled] {
    background: #EDEFEF;
}
select[disabled] {
    background: #EDEFEF;       
}


select.select-options {
	/* Chrome/Firefox fix: javascript toUpper() was not working on dropdowns, so we're doing it in CSS */
	text-transform: uppercase;
	padding: 1px;
	font-size: 12px;
}
select.select-options-normal {
	 width: 180px;
}
select.select-options-wide {
	 width: 240px;
}
select.select-options-normal option,
select.select-options-wide option,
select.select-options option {
	padding: 1px;
	font-size: 12px;
	text-transform: uppercase;
}
select.select-error {
	padding: 1px;
	font-size: 12px;
	background: #fff3f3;
	border: 1px solid #ff0000;
}
select.select-error option {
	padding: 1px;
	font-size: 12px;
	text-transform: uppercase;
}

p.validation-error, span.validation-error, span.normal {
	padding-top: 2px;
	padding-left: 2px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	clear: left;
}
p.validation-error, span.validation-error {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
}
p.validation-error {
	display: block;
}


/****************************************************************************************/
/*							START TOOLTIP STYLES										*/
/****************************************************************************************/

a.tooltip-trigger,
a.tooltip-trigger:link,
a.tooltip-trigger:visited,
a.tooltip-trigger:hover,
a.tooltip-trigger:active {
	padding-bottom: 1px;
	color: #222c80;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #2e7fa5;
}
a.tooltip-trigger:hover {
	color: #005293;
}

.tooltip-temp {
	display: none;
	padding: 2px;
	width: 300px;
	text-align: left;
	color: #333;
	font-size: 12px;
	background-color: #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 999999999;
}
.tooltip-temp .tooltip-pad {
	padding: 10px;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tooltip-temp .tooltip-pad p {
	padding-bottom: 10px;
	font-size: 11px;
}
.tooltip-temp .tooltip-pad p b {
	font-weight: bold;
	font-size: 1em;
}

.tooltip-temp .tooltip-pad .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
}
.tooltip-temp .tooltip-pad .arrow-top {
	background-image: url(../images/tooltip/arrow_top.gif);
	top: -20px;
	left: 48%;
}
.tooltip-temp .tooltip-pad .arrow-left {
	background-image: url(../images/tooltip/arrow_left.gif);
	top: 50%;
	left: -20px;
}
.tooltip-temp .tooltip-pad .arrow-bottom {
	background-image: url(../images/tooltip/arrow_bottom.gif);
	bottom: -20px;
	left: 48%;
}
.tooltip-temp .tooltip-pad .arrow-right {
	background-image: url(../images/tooltip/arrow_right.gif);
	top: 50%;
	right: -20px;
}

.tooltip-container {
	padding-top: 2px;
}

.tooltip-full {
	padding-bottom: 2px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	font-size: 12px; 
	font-family: Verdana;
	text-align: center;
}

a.tooltip-trigger-no,
a.tooltip-trigger-no:link,
a.tooltip-trigger-no:visited,
a.tooltip-trigger-no:hover,
a.tooltip-trigger-no:active {
	padding-bottom:1px;
	font-size:12px;
	font-weight: 300;
	text-decoration:none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #2d6795;
	font-size: 11px;
	text-transform: none
}

/****************************************************************************************/
/*								END TOOLTIP STYLES										*/
/****************************************************************************************/


/****************************************************************************************/
/*							START PAGE SPECIFIC STYLES									*/
/****************************************************************************************/

/***************************** START PRELOGIN/STATIC ************************************/
#prelogin-Page .content-container h1,
#static-Page .content-container h1 {
    margin-right: 15px;
    padding-top: 40px;
    position: relative;
    color: #FFFFFF;
    font-size: 1.9em;
    font-weight: bold;
    text-align: right;
}
#prelogin-Page .content-container .blue-bar,
#static-Page .content-container .blue-bar,
#invoicesPopup-Page .content-container .blue-bar {
	margin: 30px 15px 3px;
    height: 40px;
    background-color: #222c80;
}
#prelogin-Page .login a.white-link:link,
#prelogin-Page .login a.white-link:visited,
#prelogin-Page .login a.white-link:hover,
#prelogin-Page .login a.white-link:active {
	text-decoration: none;
}
#prelogin-Page .content-container .login-row,
#static-Page .content-container .login-row,
#invoicesPopup-Page .content-container .login-row {
	margin: 0 15px;
}
#prelogin-Page .content-container .login-info {
    height: 302px;
}
#prelogin-Page .login-box {
    width: 237px;
    height: 100%;
    float: left;
    color: #fff;
	background-color: #005293;
}
#prelogin-Page .login-box legend {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 28px;
	color: #fff;
    font-size: 13.5pt;
    font-style: Normal;
    font-family: Verdana;
}
#prelogin-Page .login-box fieldset ul li {
    margin-bottom: 7px;
    padding-left: 30px;
    font-size: 9pt;
    font-style: Normal;
    font-family: Verdana;
}
#prelogin-Page .login-box fieldset ul li label,
#prelogin-Page .login-box fieldset ul li input {
    font-size: 1.2em;
    font-style: Normal;
    font-family: Verdana;
}
#prelogin-Page .login-box fieldset ul li input {
    padding: 2px;
    text-transform: none;
    height: auto;
}
#prelogin-Page .login-box fieldset .buttons {
    padding-left: 30px;
}
#prelogin-Page .login-box .forgot-links {
	padding-left: 30px;
}
#prelogin-Page .login-box .forgot-links a:link,
#prelogin-Page .login-box .forgot-links a:visited {
    color: #fff;
    font-size: 9pt;
    line-height: 1.6em;
    text-decoration: none;
    font-style: Normal;
    font-family: Verdana;
}
#prelogin-Page .login-box .forgot-links a:hover,
#prelogin-Page .login-box .forgot-links a:active {
    text-decoration: underline;
}
#prelogin-Page .login-box input {
    margin-top: 4px;
    width: 168px;
    height: 16px;
    font-size: 1.1em;
}
.loginPreLoginError{
	font-family:Verdana;
	font-weight:normal;
	font-size:8pt;
	color:#ff0000;
	border-width:1px;
	border-color:#ff0000;
	border-style:solid;
	margin: 0 15px;
	display : none;
}
#prelogin-Page .login-row {
	margin: 0 15px;
    display: block;
}
#prelogin-Page .tour-intro-box {
    width: 237px;
    height: 100%;
    float: left;
    color: #fff;
    background-color: #797979;
}
#prelogin-Page .tour-intro-box h2 {
	margin: 25px 20px 15px;
    font-size: 1.7em;
}
#prelogin-Page .tour-intro-box h3 {
	margin: 0 20px;
    font-size: 1.2em;
    font-weight: bold;
}
#prelogin-Page .tour-intro-box li {
 	margin: 5px 55px;
    list-style: disc;
	font-size: 1.1em;
}
#prelogin-Page .tour-intro-box p {
    margin: 5px 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#prelogin-Page .tour-intro-box .tour-link {
	padding-top: 10px;
	padding-right: 20px;
	float: right;
}
#prelogin-Page .tour-intro-box .tour-link a:link,
#prelogin-Page .tour-intro-box .tour-link a:visited {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
}
#prelogin-Page .tour-intro-box .tour-link a:hover,
#prelogin-Page .tour-intro-box .tour-link a:active {
    text-decoration: underline;
}
#prelogin-Page .tour-intro-box .tour-link span {
	font-size: 1.4em;
}

#prelogin-Page  .main-photo {
	width: 460px;
    height: 100%;
    float: left;
}
#prelogin-Page  .main-photo img {
	width: 460px;
    height: 100%;
    display: block;
}

#prelogin-Page .whats-new {
    height: 232px;
}
#prelogin-Page .header-logo {
    height: 70px;
}
#prelogin-Page .header-logo .new-block-Logo {
    margin-top: 3px;
    display: block;
    float: left;
    width: 332px;
    height: 69px;
    font-style: Normal;
    font-family: Verdana;
}
#prelogin-Page .header-logo .new-block-UeS {
    margin-top: 23px;
    display: block;
    float: right;
    width: 176px;
    height: 25px;
    font-style: Normal;
    font-family: Verdana;
}

#prelogin-Page .whats-new .new-block {
    margin-top: 3px;
    display: block;
    float: left;
    width: 223px;
    height: 150px;
    font-style: Normal;
    font-family: Verdana;
}
#prelogin-Page .whats-new .block-1,
#prelogin-Page .whats-new .block-2 {
	margin-right: 13.33px;
	font-family: Verdana;
}
#prelogin-Page .whats-new .block-3 {
	margin-right: 13.34px;
	font-family: Verdana;
}
#prelogin-Page .new-block img {
	width: 223px;
	height: 90px;
}

#prelogin-Page .new-block h3 {
	margin-top: 20px;
	margin-bottom: 8px;
    font-size: 1.8em;
    font-style: italic;
    font-family: Verdana;
}
#prelogin-Page .whats-new .new-block a.arrow-link:link,
#prelogin-Page .whats-new .new-block a.arrow-link:visited {
	color: #222c80;
    text-decoration: none;
}
#prelogin-Page .whats-new .new-block a.arrow-link:hover,
#prelogin-Page .whats-new .new-block a.arrow-link:active {
    text-decoration: underline;
}
#prelogin-Page .whats-new .new-block span {
	color: #222c80;
	font-size: 1.2em;
}
#prelogin-Page .form-section,
#static-Page .form-section {
	margin: 0 auto;
	width: 770px;
}
#prelogin-Page .form-section .form-section-title,
#static-Page .form-section .form-section-title {
	padding: 6px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #2d6795;
}
#prelogin-Page .form-section .form-section-body,
#static-Page .form-section .form-section-body {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#prelogin-Page .form-section .form-section-body .line-wrap {
	display: block;
}
#prelogin-Page .form-section .form-section-body .input-wrap {
	float: left;
}
#prelogin-Page .form-section .form-section-body .input-wrap input {
	font-size: 1.2em;
	padding: 2px;
}
#prelogin-Page .form-section .form-section-body .input-wrap label {
	font-size: 1.2em;
}
#prelogin-Page .form-section .form-section-body .question-mark-wrap {
	padding-top: 2px;
	padding-left: 4px;
	float: left;
}

#prelogin-Page .form-section .form-section-body .label-wrap {
	width: 200px;
	float: left;
	text-align: right;
}

#prelogin-Page .form-section .form-section-body .label-wrap label {
	padding-right: 20px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana;
}

#prelogin-Page .form-section .form-section-body .label-wrap-extra-wide {
	width: 220px;
	float: left;
	text-align: right;
}
#prelogin-Page .form-section .form-section-body .label-wrap-extra-wider {
	width: 240px;
	float: left;
	text-align: right;
}

#prelogin-Page .form-section .form-section-body .label-wrap-extra-wider label,
#prelogin-Page .form-section .form-section-body .label-wrap-extra-wide label {
	padding-right: 20px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana;
}

#prelogin-Page .form-section .form-section-body input.centered-radio {
	margin-top: -2px;
	vertical-align: middle;
}

#prelogin-Page .line-question{
	border-top: 2px solid #CCCCCC;
    margin: 0px 0px 10px 120px;
    width: 480px;
}
#static-Page .form-section-footer-link {
	margin: 0 auto;
	width: 90%;
}
#static-Page .form-section-footer-link .form-section-title {
	padding: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #2D6795;
}
#static-Page .form-section-footer-link .form-section-body {
	padding: 1.2em;
	border-top: none;
	font-size: 12px;
	border-right: 1px solid #2D6795;
	border-bottom: 1px solid #2D6795;
	border-left: 1px solid #2D6795;
}

#static-Page .form-section-footer-link .form-section-body p {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 15px;
}

#static-Page .form-section-footer-link .form-section-body b,
#static-Page .form-section-footer-link .form-section-body i,
#static-Page .form-section-footer-link .form-section-body strong {
	font-size: 1em;
}

#static-Page .logo,
#invoicesPopup-Page .logo {
	margin: 0 15px;
	height: 100px;
	position: relative;
}
#static-Page .logo .logo-left,
#invoicesPopup-Page .logo .logo-left {
	position: absolute;
	top: 0px;
	left: 0px;
}
#static-Page .logo .logo-right,
#invoicesPopup-Page .logo .logo-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
/******************************* END PRELOGIN/STATIC ************************************/

/*************************** START ALERTS & NOTIFICATIONS *******************************/
#notificationsAndAlerts-Page .form-section-footer-link {
	margin: 0 auto;
}
#notificationsAndAlerts-Page .form-section-footer-link .form-section-body {
	padding: 30px;
	font-size: 12px;
	border-top: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	position: relative;
}
#notificationsAndAlerts-Page .page-wrap-footer-link {
	background: #ffffff;
	border-radius: 10px;
	margin: 15px;
}
#notificationsAndAlerts-Page .form-section-footer-link .form-section-body p {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 15px;
}
#notificationsAndAlerts-Page .form-section-footer-link .form-section-body strong {
	font-family: Verdana;
	font-size: 12px;
}
#notificationsAndAlerts-Page .form-section-footer-link .form-section-title {
	padding: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #2d6795;
	position: relative;
}
#notificationsAndAlerts-Page div.alert-body-text {
	font-size: 12px;
	padding-bottom: 20px;
}
#notificationsAndAlerts-Page .alert-notification-table {
	width: 80%;
}
#notificationsAndAlerts-Page .alert-notification-table th.type-column {
	width: 8%;
}
#notificationsAndAlerts-Page .alert-notification-table th.title-column {
	width: 70%;
}
#notificationsAndAlerts-Page .alert-notification-table td.date-column {
	width: 22%;
}
#notificationsAndAlerts-Page .alert-notification-table a.current {
	font-weight: bold;
}
.alert-title,
.notification-title {
	margin-left: 34px;
	margin-bottom: 10px;
}
.alert-title .icon,
.notification-title .icon {
	width: 30px;
	height: 22px;
}
.alert-title .icon img,
.notification-title .icon img {
	margin: 0 auto;
	display: block;
}
.alert-title .title,
.notification-title .title {
	margin-top: -22px;
	margin-left: 36px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
.alert-title .title {
	color: #de6120;
}
.notification-title .title {
	color: #000;
}
.alert-sitecopy {
	font-size: 12px;
	margin-right: 70px;
	margin-left: 70px;
}
/**************************** END ALERTS & NOTIFICATIONS ********************************/

/********************************* START MY PROFILE *************************************/
#myProfile-Page #tab-content-area {
	padding: 10px;
	border-top: 4px solid #3374a8;
	border-right: 1px solid #aaa;
	border-bottom: 0;
	border-left: 1px solid #aaa;
}
#myProfile-Page #tab-content-area .line-wrap {
	display: block;
}
#myProfile-Page #tab-content-area .input-wrap {
	float: left;
	width: 440px;
}
#myProfile-Page #tab-content-area .input-wrap-phone {
	float: left;
	width: 50px;
}
#myProfile-Page #tab-content-area .input-wrap-newPassword {
	float: left;
	width: 210px;
}
#myProfile-Page #tab-content-area .input-wrap input {
	font-size: 1.2em;
	padding: 2px;
}
#myProfile-Page #tab-content-area .input-wrap select {
	font-size: 1.2em;
}
#myProfile-Page #tab-content-area .input-wrap label {
	font-size: 1.2em;
}
#myProfile-Page #tab-content-area .question-mark-wrap {
	padding-top: 2px;
	padding-left: 4px;
	float: left;
}
#myProfile-Page #tab-content-area .label-wrap {
	width: 125px;
	float: left;
	text-align: right;
	padding: 2px;
}
#myProfile-Page #tab-content-area .label-wrap label {
	padding-right: 20px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
#myProfile-Page #tab-content-area .label-wrap-wide {
	width: 170px;
	float: left;
	text-align: right;
	padding: 2px;
}
#myProfile-Page #tab-content-area .label-wrap-wide label {
	padding-right: 20px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
#myProfile-Page #tab-content-area .label-wrap-extra-wide {
	width: 180px;
	float: left;
	text-align: right;
	padding: 2px;
}
#myProfile-Page #tab-content-area .label-wrap-extra-wide label {
	padding-right: 20px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
#myProfile-Page #tab-content-area .question-mark-wrap {
	padding-top: 2px;
	padding-left: 4px;
	float: left;
}
#myProfile-Page #tab-content-area .line-question {
    margin: 0px auto 10px auto;
    width: 480px;
    border-top: 1px solid #ccc;
}
#myProfile-Page #tab-content-area .sub {
	margin-bottom: 10px;
}
#myProfile-Page #changePasswordForm .label-wrap-extra-wide {
	width: 200px;
}
#myProfile-Page #columns #column2 {
	margin-top: 20px;
}
#myProfile-Page #myProfile-Page #tab-content-area #defaultGroup-searchInput-wrap {
	width: 320px;
}
#myProfile-Page .default-group-search-button {
	margin-top: -2px;
	margin-right: 76px;
	float: right;
	position: relative;
}
#myProfile-Page .default-group-search-button .default-group-search-tooltip-trigger {
	position: absolute;
	top: -24px;
	left: 12px;
}

#myProfile-Page #defaultGroup-wildCardSearchError,
#myProfile-Page #defaultGroup-percentSearchError,
#myProfile-Page #defaultGroup-quoteSearchError {
	margin: 0 80px 0 180px;
	display: none;
	color: #f00;
	font-size: 1.2em;
	line-height: 1.6em;
}
#myProfile-Page a#defaultGroup-showAll:link,
#myProfile-Page a#defaultGroup-showAll:visited,
#myProfile-Page a#defaultGroup-showAll:hover,
#myProfile-Page a#defaultGroup-showAll:active {
	color: #222c80;
	font-size: 1.2em;
	line-height: 1em;
}
#myProfile-Page a#defaultGroup-clearButton:link,
#myProfile-Page a#defaultGroup-clearButton:visited,
#myProfile-Page a#defaultGroup-clearButton:hover,
#myProfile-Page a#defaultGroup-clearButton:active {
	color: #222c80;
	font-size: 1.2em;
	line-height: 1em;
}
#myProfile-Page #defaultGroup-useCurrentGroup {
	margin: 10px 0;
	position: relative;
	height: 20px;
}
#myProfile-Page #defaultGroup-useCurrentGroup a:link,
#myProfile-Page #defaultGroup-useCurrentGroup a:visited,
#myProfile-Page #defaultGroup-useCurrentGroup a:hover,
#myProfile-Page #defaultGroup-useCurrentGroup a:active {
	position: absolute;
	top: 4px;
	right: 22px;
	color: #222c80;
	font-size: 1.2em;
	line-height: 1em;
}
#myProfile-Page #defaultGroup-useCurrentGroup img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#myProfile-Page #defaultGroup-resultsContainer {

}
#myProfile-Page #defaultGroup-resultsContainer .groupSearch-pagination {
	font-size: 1.2em;
	line-height: 1.6em;
}
#myProfile-Page #defaultGroup-resultsContainer .groupSearch-pagination span {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
#myProfile-Page #defaultGroup-resultsContainer .groupSearch-pagination a:link,
#myProfile-Page #defaultGroup-resultsContainer .groupSearch-pagination a:visited,
#myProfile-Page #defaultGroup-resultsContainer .groupSearch-pagination a:hover,
#myProfile-Page #defaultGroup-resultsContainer .groupSearch-pagination a:active {
	color: #222c80;
	font-size: 1em;
	text-decoration: none;
}
#myProfile-Page select#groupSearch-results {
	width: 362px;
}
#myProfile-Page #myProfile-buttons {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top: 0;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
/********************************** END MY PROFILE **************************************/

/********************************* START DASHBOARD **************************************/
ul.tabs li a:link,
ul.tabs li a:visited,
ul.tabs li a:hover,
ul.tabs li a:active {
	color: #FFF;
}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Columns section */
#columns #column1 {
    width: 694px;
	height: auto !important; 
	height: 400px;
	float: left;
}

/* Columns section */
#columns #column2 {
	margin: 41px 0 0 15px;
	width: 222px;
	height: auto !important;
	height: 400px;
    float: left;
    clear: right;
}

.wellness #column2 {
    margin-top: 23px !important;
}
#columns #column1 .widget {
	margin: 10px 10px 0 25px;
}
#columns .widget {
    margin-bottom: 15px;
}
#columns .widget h3 {
	padding: 3px 15px;
    width: 192px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.8em;
    background: #66a4ae;
}
#columns .widget {
    width: 222px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
}
#columns .widget img {
	margin: 10px;
	float: right;
	border: 1px solid #fff;
}
#columns .widget ul {
    padding: 5px 0 15px 15px;
}
#columns .widget p {
    padding: 15px;
    color: #333;
    font-size: 1.2em;
	line-height: 1.4em;
}
#columns .widget p a {
    text-decoration: underline;
}
#columns .widget ul li {
	display: block;
    width: 192px;
    color: #333;
}
#columns .widget ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget ul.images li {
    display: inline;
    float: left;
}
#columns .widget ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
.widget li {
    list-style-type: none;
    margin-top:5px;
}
/* End Columns section */

.wellness-widget img {
	width: 308px;
	height: 166px;
}

.widget-links li {
    list-style-type: none;
    margin: 5px 0px 0px 0px;
    width: 160px;
}
.widget-links li a:link, 
.widget-links li a:visited {
    font-weight: normal;
    text-decoration: none;
}
.widget-links li a:hover, 
.widget-links li a:active {
    text-decoration: underline;
}

a.alert-link {
	color: #cd5812;
}

a.notification-link {
	color: black;
}

.widget-links li a.current:link, 
.widget-links li a.current:visited {
    font-weight: 700;
    text-decoration: none;
}
.widget-links li a.current:hover, 
.widget-links li a.current:active {
    text-decoration: underline;
}

.widget-link-bottom {
	font-size: 12px;
    padding-right: 10px;
    padding-top:5px;
    text-align: right;
    color: #222C80;
}

.widget-link-bottom a{
    color: #222C80;
}

#columns img.widget-right-arrow {
	margin-left: -1px;
    margin-top: 2px;
}


/************************ FEATURE SLIDER :: START **********************/

#slides {
	margin-bottom: 15px;
    width: 692px;
    height: 196px;
    position: relative;
}
#slides .slides_container {
	display: none;
    width: 692px;
    height: 196px;
    position: relative;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    overflow: hidden;
}
#slides .slide {
    width: 692px;
    height: 196px;
    display: block;
}
#slides .slide img {
	margin-top: 5px;
	margin-left: 5px;
	display: block;
	width: 346px;
	height: 186px;
	float: left;
}
#slides .slide .slider-text {
	margin-left: 351px;
	padding: 0px 12px 24px 12px;
	color: #222c80;
}
#slides .slide .slider-text h2 {
	margin-bottom: 12px;
	padding: 0px;
    color: #66A4AE;
    font-size: 2.7em;
    line-height: 1.2em;
    font-weight: bold;
}
#slides .slide .slider-text a:link,
#slides .slide .slider-text a:visited {
	color: #222c80;
}
#slides .slide .slider-text a:hover,
#slides .slide .slider-text a:active {
	text-decoration: underline;
}
#slides .slide .slider-text p {
    font-size: 1.2em;
    line-height: 1.6em;
}

#slides .slide .slider-text span.arrow {
    font-size: 1.4em;
}

#slides .slide .slider-text b {
    font-size: 1.0em;
}

.feature #slides .next {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 163px;
	left: 664px;
	z-index: 1000;
}						
.feature #slides .prev {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 163px;
	left: 540px;
	z-index: 1000;
}
.pagination {
	width: 100px;
	float: right;
	position: relative;
	right: 35px;
	bottom: 28px;
	list-style-type: none;
	z-index: 999;
}

.pagination li {
	margin-left: 8px;
	display: inline;
    float: left;
    list-style: none;
}

.pagination li a:link,
.pagination li a:visited,
.pagination li a:hover,
.pagination li a:active {
	padding-top: 12px;
	width: 12px;
	height: 0;
    display: block;
    float: left;
    background: url(/ees/EmployerPortal/images/pagination.png) 0 0 no-repeat;
    overflow: hidden;
}

.pagination li.current a:link,
.pagination li.current a:visited,
.pagination li.current a:hover,
.pagination li.current a:active {
    background-position: 0 -12px;
}

/************************ FEATURE SLIDER :: END **********************/

/*********************** SUB-SECTION :: START *******************/

.sub-section {
    margin-bottom: 15px;
    padding-top: 10px;
    width: 693px;
    min-height: 100px;
    float: left;
    border: 1px solid #ccc;
}
.sub-section2 {
	padding: 20px;
    width: 653px;
    min-height: 160px;
    float: left;
    border: 1px solid #ccc;
}

.sub-left {
	padding: 10px 20px 5px 20px;
	width: 290px;
	float: left;
	border-right: 1px solid #ccc;
}

.sub-section .managed-list {
	font-size: 12px;
}

.sub-section .managed-list ul{
	width: 300px;
}

.sub-section .managed-list ul li{
	float: left;
	width: 50%;
	font-size: 12px;
}

.sub-right {
	margin-left: -1px;
	padding: 10px 20px 5px 20px;
	width: 320px;
    float: left;
    border-left: 1px solid #ccc;
}
.sub-right img {
	padding-top: 5px;
}

.sub-wide {
	padding: 10px 20px 5px 20px;
}
.sub-wide-clear {
	width: 100%;
	height: 0;
	clear: left;
	font-size: 0;
	line-height: 0;
}

input.search-box,
input.search-box-error {
	padding: 2px;
	height: 20px;
	color: #999999;
    font-size: 12px;
    line-height: 18px;
    border: 2px solid #999;
}
.search-box-width{
	width: 144px;
}
#employee-search-box {
	color: #000;
}

.searchForEmployees-inputWrap,
.searchForEmployees-submitWrap,
.searchForEmployees-tooltipWrap {
	float: left;
}
.searchForEmployees-inputWrap input.search-box,
.searchForEmployees-inputWrap input.search-box-error {
	display: block;
	width: 188px;
}
input.search-box-error {
	border: 2px solid #ff0000;
	background: #fff3f3;
}
.sub-wide .searchForEmployees-inputWrap input {
	width: 400px;
}
.searchForEmployees-submitWrap {
	padding-top: 2px;
	padding-left: 6px;
}
.searchForEmployees-tooltipWrap {
	padding-top: 4px;
	padding-left: 8px;
}
.searchForEmployees-searchNote {
	padding-top: 3px;
	color: #aaa;
	font-size: 1.1em;
}
.searchForEmployeesNavWidget-tooltipWrap {
	
}

.sub-section h2, .sub-section2 h2 {
    color: #222C80;
    display: table-cell;
    font-family:Verdana;
    font-size: 2.2em;
    font-style: italic;
    height: 30px;
    text-align: left;
    width: 227px;
}

.sub-section2 img {
	margin-top: 0px;
	margin-right: -10px;
	float: right;
}
.sub-section2 a {
	color: #222c80;
}

.feature .sub-section p, .sub-section2 p {font-size:1.2em; color: #333;}
.feature .sub-section {padding-bottom: 10px;}
.feature .sub-section2 p {margin-bottom: 10px;}
.notifications-alerts .left-arrow.current {color: #333333; font-weight: normal;}
.feature .sub-section2 ul {margin-bottom: 10px;}
.feature .tabbed-header h2 {color: #FFFFFF; font-size: 1.4em; font-weight: bold;}
.feature .sub-section2 li {margin-bottom: 5px;}
/********************************** END DASHBOARD ***************************************/

/********************************** START SBC DOCS **************************************/
#staticContentPage-Page .content-section {
	margin: 0 1px;
}
#staticContentPage-Page .content-section .content-section-title {
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #2d6795;
}
#staticContentPage-Page .content-section .content-section-body {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#staticContentPage-Page .content-section-body a {
	color: #222C80;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
#staticContentPage-Page a:hover {
	text-decoration: underline;
}
#staticContentPage-Page .search-box-error {
	padding-left: 3px;
	height: 20px;
	color: #ff0000;
	border: 1px;
}
#staticContentPage-Page .search-results {
    margin-bottom: 20px;
    float: left;
    font-size: 12px;
}
#staticContentPage-Page .search-results-data {
	font-weight: bold;
}
#staticContentPage-Page .search-results-container {
	margin-top: 0px;
    font-size: 12px;
}
#staticContentPage-Page table#sbc-docs-table {
	width: 80%;
}
#staticContentPage-Page table#sbc-docs-table td.policy-no-column {
	width: 20%;
}
#staticContentPage-Page table#sbc-docs-table td.state-column {
	width: 15%;
}
#staticContentPage-Page table#sbc-docs-table td.activity-column {
	width: 20%;
}
#staticContentPage-Page table#sbc-docs-table td.policy-term-column {
	width: 45%;
}
/*********************************** END SBC DOCS ***************************************/

/***************************** START MANAGE EMPLOYEES ***********************************/
#manageEmployees-Page #columns #column2 {
    clear: right;
    float: left;
    height: auto !important;
    margin: 28px 0 0 15px;
    width: 222px;
}
#manageEmployees-Page #columns #ff-column2 {
    clear: right;
    float: left;
    height: auto !important;
    margin: 74px 0 0 15px;
    width: 222px;
}
#manageEmployees-Page .search-add-spacer {
	margin-top: 40px;
	padding-top: 65px;
}
#manageEmployees-Page .sub-wide {
	padding: 10px 20px 5px 20px;
}
#manageEmployees-Page .sub-section .sub-section-img {
	margin: -125px 0px 0px 28px;
	display: block;
	position: absolute;
	/*need z-index*/
}
#manageEmployees-Page .sub-section .sub-section-desc {
	padding: 0px;
}
#manageEmployees-Page .sub-section .sub-section-desc ul.manage-list {
	width: 300px;
}
#manageEmployees-Page .sub-section .sub-section-desc ul.manage-list li {
	float: left; 
	width: 50%;
	font-size: 12px;
}
#manageEmployees-Page .search-results {
    margin-bottom: 20px;
    width: 693px;
    float: left;
    border: 1px solid #ccc;
    font-size: 12px;
}
#manageEmployees-Page .search-results h3 {
	padding: 3px 5px;
    width: 683px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8em;
    background: #3375a9;
    border-bottom: 1px solid #ccc;
}
#manageEmployees-Page .search-results-inner {
	margin: 10px 10px 10px 10px;
    font-size: 12px;
}
#manageEmployees-Page .search-results-container {
	margin-top: 10px;
    border: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 12px;
}
#manageEmployees-Page .search-results-container h3 {
	padding: 3px 5px;
    width: 661px;
    font-weight: bold;
    line-height: 1.8em;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
}
#manageEmployees-Page .search-results-container h3 a {
    color: #2d6795;
}
#manageEmployees-Page .search-results-container li {
	padding: 10px 40px 0px 20px;
}
#manageEmployees-Page .search-results-container p {
	font-size: 12px;
}
#manageEmployees-Page .search-results-table {
    font-size: 11px;
    color: #2d6795;
}
#manageEmployees-Page .search-results-table tr,
#manageEmployees-Page .search-results-table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: top;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
}
#manageEmployees-Page .search-results-table .table-header th {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 0px 10px 0px;
    background: #f2f9ff;
}
#manageEmployees-Page .search-results-table li {
	padding: 0px 0px 0px 10px;
}
#manageEmployees-Page .search-results-table .alt-row{
    background: #f2f9ff;
}
#manageEmployees-Page .search-results-table .employee-result {
	text-decoration: underline;
	padding: 2px 0px 5px 4px;
    font-size: 11px;
}

#manageEmployees-Page .search-results-table .employee-results {
	padding: 2px 0px 5px 4px;
    font-size: 11px;
}

#manageEmployees-Page .search-results-table .dependent-result {
	margin-left: 20px;
	padding-bottom: 4px;
    font-size: 11px;
}
#manageEmployees-Page .search-results-table .dependent-legacy-result {
	text-decoration: underline;
	margin-left: 20px;
	padding-bottom: 4px;
    font-size: 11px;
}
#manageEmployees-Page .search-results-table .no-results {
	padding: 15px 0px 15px 5px;
    font-size: 11px;
}
#manageEmployees-Page .scrollable-table {
	overflow-x: auto;
	overflow-y: auto;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#manageEmployees-Page .navigation-links {

}
#manageEmployees-Page .navigation-links a {
	cursor: pointer;
	margin: 0 5px;
    color: #2d6795;
}
#manageEmployees-Page .navigation-links a:hover {
	color: #005293;
}
#manageEmployees-Page .navigation-links a.jp-previous {
	margin-right: 15px;
}
#manageEmployees-Page .navigation-links a.jp-next {
	margin-left: 15px;
}
#manageEmployees-Page .navigation-links a.jp-current, a.jp-current:hover {
	font-weight: bold;
	cursor: default; 
	background: none;
	text-decoration: none;
}
#manageEmployees-Page .navigation-links a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
	text-decoration: none;
	color: #bbb;
}
#manageEmployees-Page .navigation-links span {
	margin: 0 5px;
}
#manageEmployees-Page .show-data-link {
	display: block;
	float: right;
    color: #2d6795;
	text-decoration: underline;
}
#manageEmployees-Page .show-data-link a:hover {
	color: #005293;
}
#manageEmployees-Page .disabled-link {
	color: #bbb;
}
#manageEmployees-Page .flow-header-member-name {
	padding-top: 8px;
	color: #66a4ae;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

/************************ Scrollable Results Table **********************/

/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	/* position */
    margin: 0;
}

.fht-table {
	/* appearance */
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	
	/* position */
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/* appearance */
    overflow: auto;
    max-height:500px;
}

.fht-table-wrapper .fht-table .fht-cell {
	/* appearance */
	overflow: hidden;
	
	/* size */
    height: 0px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    /* position */
	top: 0;
	left: 0;
	position: absolute;
}
    
.fht-table-wrapper .fht-fixed-column {
    /* position */
	z-index: 1;
}

/* @end */

#manageEmployees-Page .sub-tab-header {
	background-color: #3374a8; 
	color: #FFF;
	height: 21px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 15px;
}
#manageEmployees-Page .add-emp-link {
	font-family:Verdana;
	font-size:1.2em;
	color: #222C80;
	display: block;
}
#manageEmployees-Page .add-emp-widget-button {
	margin: 0 !important;
	border: 0 !important;
}
#manageEmployees-Page .main-content .tabs li.disabledTab {
	cursor: default;
	text-decoration: none;
}
#manageEmployees-Page .main-content .tabs li.disabledTab a:link,
#manageEmployees-Page .main-content .tabs li.disabledTab a:visited,
#manageEmployees-Page .main-content .tabs li.disabledTab a:hover,
#manageEmployees-Page .main-content .tabs li.disabledTab a:active{
	text-decoration: none;
	cursor: default;
	color: #CCC;
}
#manageEmployees-Page #fullFamily-iframeContainer {
	min-height: 400px;
}

/* TODO: CLAIMS */

#manageEmployees-Page #tab-content-area .form-section {
	margin: 0 auto;
}
#manageEmployees-Page #tab-content-area .form-section .form-section-body {
	padding: 30px;
	font-size: 12px;
	border-top: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	position: relative;
}
#manageEmployees-Page #tab-content-area .form-section .form-section-body p {
	font-family: Verdana;
	font-size: 12px;
	margin-bottom: 15px;
}
#manageEmployees-Page #tab-content-area .form-line-wrap .form-line .form-element-wrap {
	width: 95%;
	float: left;
}
/****************************** END MANAGE EMPLOYEES ************************************/

/****************************** START MANAGE ACCESS *************************************/
#manageAccess-Page #iframe-content-area,
#manageAccess-Page #iframe-content-area,
#rulesEngine-Page #iframe-content-area,
#auditLog-Page #iframe-content-area {
	background: #ccc;
	border-top: 4px solid #3374a8;
}

#manageAccess-Page #cma-disclaimer,
#manageUsers-Page #cma-disclaimer,
#rulesEngine-Page #cma-disclaimer,
#auditLog-Page #cma-disclaimer {
	margin: 0px;
	padding: 15px;
	font-size: 11px;
	color: #333;
	background: #e0e0e0;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#manageAccess-Page #manageAccessIframe,
#manageUsers-Page #manageAccessIframe,
#rulesEngine-Page #manageAccessIframe,
#auditLog-Page #manageAccessIframe {
	width: 100%;
	overflow: auto;
}

#manageAccess-Page #tab-content-area,
#manageUsers-Page #tab-content-area, 
#rulesEngine-Page #tab-content-area,
#auditLog-Page #tab-content-area {
	border-top: 4px solid #3374a8;
}

#manageAccess-Page .content-section,
#manageUsers-Page .content-section,
#rulesEngine-Page .content-section,
#auditLog-Page .content-section {
	margin: 0;
}
#manageAccess-Page .content-section .content-section-title,
#manageUsers-Page .content-section .content-section-title,
#rulesEngine-Page .content-section .content-section-title,
#auditLog-Page .content-section .content-section-title {
	padding: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #2d6795;
}
#manageAccess-Page .content-section .content-section-body,
#manageUsers-Page .content-section .content-section-body,
#rulesEngine-Page .content-section .content-section-body,
#auditLog-Page .content-section .content-section-body {
	padding: 0px;
	height: 500px;
	border-top: none;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
#manageAccess-Page .content-section .single-tab-content-section-body,
#manageUsers-Page .content-section .single-tab-content-section-body,
#rulesEngine-Page .content-section .single-tab-content-section-body,
#auditLog-Page .content-section .single-tab-content-section-body {
	background: #ccc;
}

#manageAccess-Page a.tab-link:link,
#manageAccess-Page a.tab-link:visited,
#manageAccess-Page a.tab-link:hover,
#manageAccess-Page a.tab-link:active {
	color: #fff;
	text-decoration: none;
}
#manageUsers-Page a.tab-link:link,
#manageUsers-Page a.tab-link:visited,
#manageUsers-Page a.tab-link:hover,
#manageUsers-Page a.tab-link:active {
	color: #fff;
	text-decoration: none;
}
#rulesEngine-Page a.tab-link:link,
#rulesEngine-Page a.tab-link:visited,
#rulesEngine-Page a.tab-link:hover,
#rulesEngine-Page a.tab-link:active {
	color: #fff;
	text-decoration: none;
}
#auditLog-Page a.tab-link:link,
#auditLog-Page a.tab-link:visited,
#auditLog-Page a.tab-link:hover,
#auditLog-Page a.tab-link:active {
	color: #fff;
	text-decoration: none;
}
/******************************* END MANAGE ACCESS **************************************/


/****************************************************************************************/
/*							 END PAGE SPECIFIC STYLES									*/
/****************************************************************************************/

.unitedEServicesSuite{
	position:absolute;
	top:36px;
	left:13px;
	width:200px;
	text-align:left;
}

.unitedHealthcareLogo{
	position:absolute;
	top:36px;
	left:270px;
	width:467px;
	text-align:right;
}

.divider1{
	position:absolute;
	top:84px;
	left:13px;
}


.womanReading{
	position:absolute;
	top:95px;
	left:13px;
}

.womanReadingBlock{
	position:absolute;
	top:211px;
	left:390px;
}


.divider2{
	position:absolute;
	top:95px;
	left:390px;
}

.alreadyRegisteredText{
	position:absolute;
	top:100px;
	left:390px;
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	width:360px;
}

.loginMessageArea{
	position:absolute;
	top:140px;
	left:13px;
	width:737px;
	text-align:center;
}

.loginMessage{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:#691768;
	
}


.loginText{
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	width:360px;
}

.changePasswordArea{
	position:absolute;
	top:100px;
	left:13px;
	width:737px;
	text-align:center;
}

.changePassword{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:#691768;
	text-align:left;	
	
}

.loginError{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:#ff0000;
	
}

.loginTable{
	border-width:1px;
	border-color:#B4B4B4;
	border-style:solid;
}
.loginArea{
	position:absolute;
	top:120px;
	left:12px;
	width:750px;
}

.jumpArea{
	position:absolute;
	top:160px;
	left:430px;
	width:320px;
}

.jumpAreaText{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:#691768;
	text-align:left;
}

.loginLabels{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:#691768;
}


.forgotPasswordArea{
	font-family:Verdana;
	font-size:8pt;
	color:#691768;

}

.bottomBorder{
	position:absolute;
	top:248px;
	left:13px;
}

.notRegisteredText{
	font-family:Verdana;
	font-size:11pt;
	font-style:italic;
	text-decoration:underline;
	color:#ffffff;
	text-decoration:underline;
}

A{
	color:#222C80;
}
