@import url(dialog.css);

/*****************/

/*
Some icons on this site are from the silk icon lobrary: http://www.famfamfam.com/lab/icons/silk/
*/

body {
	padding:0;
	margin:0;
	font-family:arial;
	background-color:#e5dbcc;
}	
#masthead {
	background:white;
	white-space: nowrap;
	font-size:14pt;
}
#accountbar{
	position:absolute;
	top:3px;
	right:3px;
	font-size:14px;
}
#masthead img {
	vertical-align:text-bottom;
}	
#body {
	background: white;
	/*padding-left: 240px;*/ /* This should be the same as the width of the leftbar */
}

form {
	margin:0;
}

a, a:visited {
	color:#003049;
}

a:hover {
	color:#555555;
}
.frontpageleftlink {
	color:#004000;
}

.bigwarning {
	padding:.3em;
	font-size:1.3em;
	border:2px solid black;
	background:palegoldenrod;
}


div.bigerror {
	padding:.3em;
	font-size:1.3em;
	border:2px solid black;
	background:red;
	color:white;
}
div.bigerror a, div.bigerror:visited {
	color:#bbbbff;
}
div.bigerror a:hover {
	color:#8888ff;
}

caption{
	background-image:url('/images/css/caption_back.png');
	background-repeat:repeat-x;
	background-color:#003049;
	color:white;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:1px;
	padding-right:1px;
	margin-left:-1px;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
}

.caption{
	height:28px;
	background-image:url('/images/css/caption_back.png');
	background-repeat:repeat-x;
	background-color:#003049;
	color:white;
	font-size:14px;
	font-weight:bold;
}

/* Info Bubbles */
.bubble {
	width:20em;
	position:absolute;
	border:2px solid black;
	background:white;
	overflow:hidden;
}	
.bubble h1 {
	font-size: 1.3em !important;
	font-weight:bold;
	text-align:center;
}
.bubble p {
	margin:.3em;
}	

/*input[type="button"],input[type="submit"]*/
input.button, button {
	/*color:black;
	border: 1px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	background-color:#efefff;
	cursor:pointer;*/
}
input.button.hover, button.hover {
	/*background-color:#cfcfff;
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;*/
}	
.report.data input.button.hover {
	/*background-color:#efefff;
	color:red;*/
}
.report.data input.button {
	/*font-weight:bold;*/
}


/* Login form on front page */
.login {
	float:right;
	font-size: .8em;
	margin-top:1em;
	border: 1px solid #777777;
	background:#ffffff;
	padding:.5em;
	margin-right:5px;
}
.login a {
	font-size:.6em;
}	
.login label {
	float:left;
	width:7em;
}	

/* All things pertaining to the left bar */
#leftbar {
	background-color:#e5dbcc;
	background-image:url('/images/css/sidebar_back.png');
	background-repeat:repeat-x;
	float:left;
	position:absolute;
	width: 230px;  /* This should be the same as the left-padding on the body */
	overflow: hidden;
	padding:5px;
	padding-top:14px;
	display: block;
}

#showToolbarDiv {
	display:none;
	float:left;
	position:absolute;
	left:0;
	width: 24px;
	background-color: #e5dbcc;
	background-image:url(/images/showtoolbar.gif);
	background-repeat:repeat-y;
	padding-top:14px;
}

#hideToolbarDiv {
	display:block;
	width:222px;
	text-align:right;
	position:relative;
	top:-8px;
}

#leftbarbutton {
	position:fixed;
	bottom:0;
	left:0;
	width:18em;
}
.grey, .grey a {
	color:#666666;
	text-decoration:none;
}
#HistoryBox {
	padding: .5em;
}	
.HistoryItem {
	border: 1px solid black;
	padding:0 0 .2em 0;
	margin-bottom:.75em;
	overflow:hidden;
	background:white;
}
.HistoryItem h1 {
	background-color:#aaaaff;
	font-size:.8em;
	font-weight:bold;
	padding:.1em;
	text-align:center;
	margin:0;
}
.HistoryItem p, .HistoryItem ul {
	font-size:.8em;
	font-family:arial;
	margin:.2em .3em;
}
.HistoryItem ul {
	padding-left:1.5em;
}
.HistoryItem h1.Error {
	background-color:#ff1111 !important; 
}
.HistoryItem h1.Agent {
	background-color:#ffffaa !important; 
}

.HistoryItem .tinyform {
	margin: .2em;
}

input.tools {
	padding-left:22px;
	background:#efefff 2px 1px no-repeat;
	margin:.3em 0 0 .2em;
	width:16em;
}
input.tools.noimage {
	padding:0;
}	
input.printer {
	background-image:url(/images/printer.png);
}
input.help {
	background-image:url(/images/help.png);
}
input.excel {
	background-image:url(/images/excel.png);
}
input.enterclaim {
	background-image:url(/images/enterclaim.png);
}
input.reimburseall {
	background-image:url(/images/reimburseall.png);
}	
input.tools.noimage {
	padding-left:0;
}	

/* Inline help bubbles */
a.help {
	float:left;
	margin-right:3px;
}

a.help img {
	border:0;
}

#nav {
	background-color:#003049;
	background-image:url('/images/css/nav_back.png');
	font-size:14px;
	font-weight:600;
}
#nav a {
	color: white;
	text-decoration:none;
	padding-left:13px;
	padding-right:13px;
	line-height:34px;
	background-image:url('/images/css/nav_divider.png');
	background-repeat:no-repeat;
	background-position:top right;
}


#nav .currentpage {
	color: black;
	text-decoration:none;
	margin:0;
}

#nav a:hover {
	color: #003049;
	text-decoration: underline;
	background-color:#dcdcdc;
	background-image:url('/images/css/nav_highlighted_back.png');
	background-repeat:repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	background-color:#dcdcdc;

}
#nav a {
	display: block;
}

#nav li {
	float: left;
	display:inline;
	height:34px;
	background-color:#003049;
	background-image:url('/images/css/nav_back.png');
}

#nav li ul {
	line-height:1.5em;
	position: absolute;
	left: -999em;
	border: 1px solid #777777;
	z-index: 1;
	background-image:url('/images/css/subnav_back.png');
}
#nav li li {
	clear:left;
	height:28px;
	background-image:none;
	background-color:transparent;
}
#nav li li a {
	line-height:1.5em;
	color:#003049;
	background-image:none;
	padding-top:3px;
}
#nav li li a:hover {
	background-image:none;
	background-color:transparent;
	padding-top:3px;
}
#nav li.sfhover ul {
	left: auto;
}
#nav li:hover ul {
	left:auto;
	margin:0; /*DO NOT CHANGE!  Shouldn't do anything, but for some reason, fixed an obscure bug in IE7*/
}

#nav li.disabled a {
	color: #cccccc;
}
#nav li.disabled a:hover {
	color: #777777;
	text-decoration:none;
}
#nav li.selected a {
	background-color:#dcdcdc;
	background-image:url('/images/css/nav_highlighted_back.png');
	background-repeat:repeat-x;
	color:#003049;
}

/* Styles for Footer */
#footer {
	padding-top:.5em;
	padding-bottom:.5em;
	font-size: .8em;
	background-color:#003049;
	color:white;
	text-align:center;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color:white;
	text-decoration: underline;
}
#footer a:hover {
	color: #cccccc;
	text-decoration: none;
}
/* General items */
.clear {
	clear:both;
}
/* The default container governs the primary look and feel of the site, 
	especially content surrounding forms */
.container {
	padding: 10px 15px;	
	font-size:12px;
	background-color:#ffffff;
	background-image:url('/images/css/container_back.png');
	background-repeat:repeat-x;
	border-left:240px solid #e5dbcc;
	
}
.container h1 {
	margin-top: .5em;
	margin-bottom:.5em;
	font-size: 1.8em;
	font-weight:bold;
	color:#003049;
	background-image:url('/images/css/h1_underline.png');
	background-repeat:repeat-x;
	background-position:bottom left;
}
.container h2 {
	margin-top: .5em;
	margin-bottom:.5em;
	font-size: 1.4em;
	font-weight:bold;
}
.container h3 {
	margin-top: 0;
	margin-bottom:.5em;
	font-size: 1.1em;
	font-weight:bold;
/*	font-style:italic; removed because it looks terrible on Firefox*/
}
.container hr{
	background-image:url('/images/css/h1_underline.png');
	background-repeat:repeat-x;
	border:0;
	height:3px;
}
.container label, .dialog label {
	width:25em;
	float:left;
	display:block;
	clear:left;
}
.container label.radio, .dialog label.radio {
	float:none;
	width:auto;
	clear:none;
	display:inline;
}	
.label5 label {
	width:5em;
}
.label8 label {
	width:8em;
}
.label10 label {
	width:10em;
}
.label12 label {
	width:12em;
}
.label15 label {
	width:15em;
}
.label17 label {
	width:17em;
}
.label18 label {
	width:18em;
}
.label19 label {
	width:18em;
}
.label20 label {
	width:20em;
}
	
.container label.required, .dialog label.required {
	background:url(/images/required.png) top right no-repeat;
}
.container select, .dialog select {
	width:15em;
}
.container a {
	text-decoration:underline;
}
.container legend {
	font-size:1.2em;
	color:#003049;
	font-weight:bold;
}
.container fieldset {
	padding:1em .5em;
	border:1px solid #003049;
	margin: 1em 0 0 0;
}

.container .error, .dialog .error {
	font-weight:bold;
	color:red;
	margin-left:1em;
	margin-right:1em;
}	
.container p, .container ol, .container ul {
	max-width:40em;
	margin-top:10px;
	margin-bottom:10px;
}

.container input.gray {
	background:#cccccc;
}

/*	Next 2 rules to fix SERIOUSLY F****D-UP IE7 list-rendering 
	issues when li's, ol's, and ul's have a width or max-width set. */
.container ol, .container ul {
	margin-left:0;
	padding-left:0;
	padding-bottom:1em;
}	
.container li {
	margin-left:3em;
	padding-top:1em;
}
.container ol ol, .container ol ul, .container ul ol, .container ul ul {
	margin-left:3em;
}

.container div.maxwidth {
	max-width:40em;
}	
.container .warning {
	border:2px solid #dd4444;
	background:#ffdddd;
	padding:3px;
	font-weight:bold;
}
.container .stepcomplete {
	border:2px solid #003049;
	background:#e5dbcc;
	padding:10px;
	font-weight:bold;
	width:340px;
}
* html fieldset{ position: relative; } 
* html legend{ position:absolute; top: -.5em; left: .5em; } 
* html fieldset{ position: relative; margin-top:1em; padding-top:.75em; }


.report .bubble td {
	background-color:white !important;
}
	
.report.float {
	float:left;
	margin:0;
}	

.report a.action {
	padding-right:16px;
	background-image:url(/images/icons/bullet_go.png);
	background-repeat:no-repeat;
	background-position:right;
	white-space: nowrap;
}

/*
Cell alignment in tables by data type
*/
.center {
	text-align: center !important;
}	
.text, .date {
	text-align:left !important;
}
.text.note {
	width:30em;
}	
.number, .money {
	text-align:right !important;
}

.report .nowrap {
	white-space:nowrap;
}
/*
Reports
*/

.centerer table, .centerer caption {
	margin: 0 auto;
	margin-left:-1px;
}	
.centerer .bubble table, .centerer .bubble caption {
	margin: 0;
}
.centerer caption.small {
	font-size:.85em;
}
.report {
	margin-top:1em;
}
table.report, .report table {
	background-color:white;
	border: 1px solid #777777;
	border-collapse:collapse;
	empty-cells: show;
}

.centerer caption span.small {
	font-size:.85em;
}
tr.highlight td {
	background-color:#E0EFF8;
}
.report tr.group td, .report tr.highlight.group td {
	background-color:#003049 !important;
	color:white;
}

.report.data tr:hover td {
	background-color:#D0DFE8;
}
.report td, .report th {
	/* white-space:nowrap; */
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding: 3px 5px;
}	
.report select {
	width:auto;
	margin: .2em 1em .2em 0;
	vertical-align:middle;
}
.report ul, .report li {
	list-style-position: inside;
	padding:0;
}

.report .emptyreport {
	text-align: center !important;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em;
}

tr.ReportHeader {
	background-color:#dcdcdc;
	background-image:url('/images/css/report_title_back.jpg');
}

.report th a {
	color:#003049;
	text-decoration:none;
	
}	
.report th.sortable {
	/*background: transparent 4px 50% no-repeat;*/
	background-image:url('/images/css/report_title_back.jpg');
	padding:0;
}
.report th {
}

caption a{
	color:#cccccc;
}
caption a:visited{
	color:#cccccc;
}
caption a:hover{
	color:#ffffff;
}

.report th.sortable a {
	display:block;
	margin:0;
	padding: .1em .3em .1em 24px;
}
.report th.asc a{
	background-image: url(/images/uparrow_gray.png);
	background-repeat:no-repeat;
	background-position:center left;
}
.report th.desc a{
	background-image: url(/images/downarrow_gray.png);
	background-repeat:no-repeat;
	background-position:center left;
}
.report th.asc.current a{
	background-image: url(/images/uparrow.png);
	background-repeat:no-repeat;
	background-position:center left;
}
.report th.desc.current a{
	background-image: url(/images/downarrow.png);
	background-repeat:no-repeat;
	background-position:center left;
}

.tipboxwrapper {
	width:20em;
	border: 1px solid black;
	margin: .4em 0 .5em .5em;
	padding:4px;
	background-color:#003049;
	float:right;
	clear:right;
}
.tipbox {
	margin:auto;
	padding: .2em;
	border: 1px solid black;
	background-color:#e5dbcc;
	color:#000000;
	text-align:left;
	font-family:arial;
	font-size:small;
}

.tipbox h1 {
	font-size: 1.3em;
	font-weight:bold;
	text-align:center;
	margin: .1em 0;
	background-image:none;
}
.tipheading {
	font-weight:bold;
	font-size:large;
}
.smalltipheading {
	font-size: medium;
}	
.clear {
	clear:both;
}

.allowance td, .report .bubble .allowance td {
	background-color:#ffffff !important;
}
th.allowance{
	background-color:transparent;
}
.reimbursement td, .report .bubble .reimbursement td {
	background-color:#ddeeff !important;
}
th.reimbursement{
	background-color:transparent;
}
.voidreimbursement td, th.voidreimbursement, .report .bubble .voidreimbursement td {
	background-color:#dddddd !important;
}
.claimamount td, .report .bubble .claimamount td {
	background-color:#ffffcc !important;
}
th.claimamount{
	background-color:transparent;
}
.policy td, .report .bubble .policy td {
	background-color:#ccff66 !important;
}
th.policy{
	background-color:transparent;
}
.claimpending td, th.claimpending, .report .bubble .claimpending td {
	background-color:#dddddd !important;
}
.claimrejected td, th.claimrejected, .report .bubble .claimrejected td {
	background-color:#ff9999 !important;
}
.terminated td, th.terminated, .report .bubble .terminated td {
	background-color:red !important;
}
.left td {
	text-align:left;
}

.poweredby {
	font-size:.5em;
	font-weight:bold;
}

/*
Health insurance info boxes
*/
div.insurance {
	background:#eeeeee;
	border:2px solid #bbbbbb;
	padding: .5em;
	font-family:arial;
}


div.insurance h1 {
	font: bold 1.2em Arial;
	/*margin: -.5em -.5em 0 -.5em !important;*/
	padding:.3em;
	border: 2px solid #bbbbbb;
	background:#f3f3f3;
}

/*
Email text in web site
*/
div.email {
	background:#eeeeee;
	border:2px solid #bbbbbb;
	font-size:1.25em;
	padding: .5em;
	font-family:arial;
}


div.email h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 .5em 0 !important;
}

div.email h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .5em 0 !important;
}

div.email h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0 .5em 0 !important;
}

div.email p, div.email table td {
	font-family: arial;
	font-size: .8em;
	margin: .8em !important;
	padding:0;
}
div.email ol, div.email ul {
	font-family: arial;
	font-size: .8em;
	margin-left: 1em !important;
	margin-top:.8em !important;
	margin-right:.8em !important;
	margin-bottom:.8em !important;
	padding:0;
}
div.email ol ol, div.email ol ul, div.email ul ol, div.email ul ul {
	font-size:1em;
}

div.email li {
	margin:0 0 0 2em !important;
}	

div.email table {
	border-collapse: collapse;
	border: 1px solid black;
}
div.email table td {
	padding: .1em .3em;
	border: 1px solid gray;
}

div.email table caption {
	font-size: 1em;
	font-weight: bold;
	white-space:nowrap;
}

.leftTab{
	background-image:url(/images/css/tab_left.png);
	width: 15px;
	height: 30px;
	cursor:pointer;
}
.rightTab{
	background-image:url(/images/css/tab_right.png);
	width: 15px;
	height: 30px;
	cursor:pointer;
}
.mainTab{
	background-image:url(/images/css/tab_main.png);
	height: 30px;
	cursor:pointer;	
}

.mainTab a{
	color:white;
	text-decoration:none;
}

.leftSelected{
	background-image:url(/images/css/tab_left_selected.png);
	width: 18px;
	height: 30px;
	cursor:pointer;
}
.rightSelected{
	background-image:url(/images/css/tab_right_selected.png);
	width: 18px;
	height: 30px;
	cursor:pointer;
}
.mainSelected{
	background-image:url(/images/css/tab_main_selected.png);
	height: 30px;
	font-weight:bold;
	color:white;
	cursor:pointer;
}

.mainSelected a{
	color:white;
	text-decoration:none;
}

.tabTextTab{
	position:relative;
	top:5px;
}

.tabBox{
	border-left:1px solid #777777;
	border-right:1px solid #777777;
	border-bottom:1px solid #777777;
	background-image:url('/images/css/tab_box_back.png');
	background-repeat:repeat-x;
	padding-top:5px;
}

.summaryHeader{
	border:1px solid black;
	background-color:#7777ff;
	color:#ffffff;
	font-weight:bold;
	
}
.summaryDescription{
	background-color:#ffffff;
	border-right:1px solid black;
	border-left:1px solid black;
}
.summaryData{
	background-color:#e5dbcc;
	border-right:1px solid black;
	text-align:right;
}

.InfoBox{
	display:none;
	position:absolute;
	background-color:#e5dbcc;
	padding:5px;
	padding-top:15px;
	border: 2px solid black;
	z-index:99;
}

.InlineInfoBox{
	position:relative;
	display:none;
	background-color:#eeeeee;
	padding:5px;
	padding-top:15px;
	width:40em;
}

.InlineExplanation{
	position:relative;
	background-color:#eeeeee;
	padding:5px;
	padding-top:15px;
	width:40em;
}

.Cursor{
	cursor:pointer;
}

.BalanceEstimateTable{
	border: 1px solid black;
	background-color: rgb(238, 238, 255);
	width:600px;
}

.SidebarContainerTopWrapper {
	height:4px;
	font-size:2px; /*IE6 Hack*/
}

.SidebarContainerTopLeft{
	float:left;
	width:5px;
	height:4px;
	background-image:url(/images/css/container_toprow_left.png);
	background-repeat:no-repeat;
}

.SidebarContainerTopMiddle{
	float:left;
	height:4px;
	background-image:url(/images/css/container_toprow_middle.png);
	background-repeat:repeat-x;
}
.SidebarContainerTopRight{
	float:left;
	width:5px;
	height:4px;
	background-image:url(/images/css/container_toprow_right.png);
	background-repeat:no-repeat;
}
.SidebarContainerTopBar{
	color:white;
	font-size:12px;
	font-weight:bold;
	background-image:url('/images/css/container_top_bar.png');
	background-repeat:repeat-x;
	background-color:#003049;
	line-height:18px;
}

.SidebarContainerTopLeftRed{
	float:left;
	width:5px;
	height:4px;
	background-image:url('/images/css/container_toprow_left_red.png');
	background-repeat:no-repeat;
}
.SidebarContainerTopMiddleRed{
	float:left;
	height:4px;
	background-image:url('/images/css/container_toprow_middle_red.png');
	background-repeat:repeat-x;
}
.SidebarContainerTopRightRed{
	float:left;
	width:5px;
	height:4px;
	background-image:url('/images/css/container_toprow_right_red.png');
	background-repeat:no-repeat;
}
.SidebarContainerTopBarRed{
	color:white;
	font-size:12px;
	font-weight:bold;
	background-image:url('/images/css/container_top_bar_red.png');
	background-repeat:repeat-x;
	background-color:#ff0000;
}

.SidebarContainerMiddleMiddle{
	float:left;
	background-color:white;
	font-size:12px;
	background-image:url(/images/css/container_middle_left.png);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-right:solid 1px #777777;
}

.SidebarContainerBottomWrapper{
	clear:both;
	height:4px;
	font-size:2px;
}
.SidebarContainerBottomLeft{
	float:left; 
	width:5px;
	height:3px;
	background-image:url('/images/css/container_bottom_left.png');
	background-repeat:no-repeat;
}
.SidebarContainerBottomMiddle{
	float:left;
	background-color:#777777;
	height:3px;
	background-image:url(/images/css/container_bottom_middle.png);
	background-repeat:repeat-x;
}
.SidebarContainerBottomRight{
	float:left;
	width:5px;
	height:3px;
	background-image:url('/images/css/container_bottom_right.png');
	background-repeat:no-repeat;
}

.SidebarStep{
	padding:3px;
}
.SidebarStepSelected{
	padding:3px;
	background-color:#F4F0EA;
	background-image:url(/content/img/question_item_back.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-left:1px;
}

.ToolsLink{
	padding:5px;
}

div.exception {
	border-left:2px solid #444444;
	padding:0;
	margin:4px 4px 4px 2em;
}
div.exception * {
	padding:0 4px;
}

span.incomplete {
	color:#dd4444;
}

/* Client-side graphs */

.clientgraph .pielabel {
	color:#666666;
}

.clientgraph .title {
	color:#444444;
	font-size:1.2em;
}

.clientgraph .piepercentcallout.dark {
	color:#333333;
}
.clientgraph .piepercentcallout.light {
	color:#dddddd;
}

.SelectedReseller{
	background-color:#003049;
	color:white;
}
