/* CSS Document */


/* HTML */
/* hide the scrollbar if not needed */
html {
	overflow: auto;
}

/* BODY */
/* used to set the master font-style, font-size, margin, padding, background, and to hide overflow to clip content at bottom of page */
/* note: for object inheritance, the height of the body as a percentage will determine if all other elements are scaled to the screen height when using percentages */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background: #666666;
  overflow: hidden;
}

/* used to set the centering of all content on the page and 100% height and width available area*/
div#pagesetup {
  position: fixed;
  top: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  background: #666666;
  overflow: hidden;
  z-index: 0;
}

div#pagefade {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: #ffffff;
	-moz-opacity: 0.6; 
   opacity: 0.6;
   filter: alpha(opacity=60);	
}

div#status-view-content {
	position: absolute;
	top: 200px;
	left: 196px;
	height: 150px;
	width: 400px;
	z-index: 4;
	background: url(../../images/shared/v3/warning.gif) 5px 5px no-repeat #ffffff;
	text-align: center;
	padding: 10px;
	padding-top: 45px;
	border: 5px solid #cccccc;
}

div#status-wait-content {
	position: absolute;
	top: 200px;
	left: 230px;
	height: 50px;
	width: 300px;
	z-index: 4;
	text-align: center;
	padding: 10px;
	padding-top: 45px;
	background: #ffffff;
	border: 5px solid #ffa633;
	font-size: 14px;
	font-weight: bold;
}

/* used to set the width of the working area to 800px */
div#container-inner{
  position: relative;
  margin: auto; /* required to center the container based on #pagesetup */
  padding: 0px;
	height: 100%;
	width: 792px;
	text-align: left;
	/*background-image: url(../../images/shared/v3/img-bg-diagstr.png);*/
	background-color: #eeecdb;
	overflow: hidden;
	z-index: 0;
}

/* HEADER */
/* set the master header area */
div#header{
	position: absolute;
	top: 4px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* set the master BenXpress header icon */
div#headericon{
	position: relative;
	top: 0px;
	left: 2px;
	padding: 0px;
	width: 410px;
	height: 100%;
	/*background: url(../../images/shared/v3/BenXpress.gif) 0 0 no-repeat;*/
	overflow: hidden;
	font-weight: bold; /* TII */
	font-style: italic; /* TII */
	font-size: 22px; /* TII */
	color: #FF9900; /* TII */
	z-index: 2;
}

div#header-content{
	position: absolute;
	top: 1px;
	left: 215px;
	padding: 0px;
	width: 570px;
	height: 100%;
	overflow: hidden;
	z-index: 3;
}

div#clientlogo{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 99%;
	height: 100%;
}

.hdr-tab {
	height: 17px;
	line-height: 17px;
	font-weight: 700;
	color: #333333;
	cursor: pointer;
}

.tab-gry {
	background: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.r-gry{
	background: url(../../images/shared/v3/round-gry-e.gif) 100% 0 no-repeat;
	line-height: 20px;
	height: 20px;
}

.l-gry{
	background: url(../../images/shared/v3/round-gry-w.gif) 0 0 no-repeat;
	line-height: 20px;
	height: 20px;
}

.login-section{
	width: 572px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.login-data{
	background: #666666;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	height: 20px;
	color: #ffffff;
	font-weight: 700;
	font-size: 10px;
	overflow:hidden;
}

div#headermenu{
	top: 1px;
	left: 0px;
	width: 100%;
	height: 33px;
	position: absolute;
	text-align: right;
	z-index: 4;
}

div#benxpress-small{
	top: 3px;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url(../../images/shared/v3/BenXpress_small.gif) 98% 0 no-repeat;
}

/* MENU */
/* set the master menu area */
div#menu{
	position: absolute;
	top: 62px;
	left: 0px;
	padding: 0px;
	height: 100%; /* set with js */
	width: 215px;
	text-align: left;
	overflow: hidden;
	z-index: 2;
}

/* offset the menu area 'padding' using a separate div*/
div#menu-inner{
	position: relative;
	top: 5px;
	left: 5px;
	padding: 0px;
	height: 100%;
	width: 193px;
	text-align: left;
	z-index: 2;
}

.menu-header{
	background: #ffffff;
	font-weight: 700;
	color: #85b000;
	padding-left: 10px;
	height: 18px;
	font-size: 12px;
}

.clearer{clear: both; display: block; margin: 0; padding: 0; height: 1px; line-height: 1px; font-size: 1px;}

.menu-option{
	display: inline-block;
	background: #ffffff;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	cursor: pointer;
	width: 188px;
	font-size: 11px;
	font-weight: 700;
}

.smaller{
	height: 16px;
	line-height: 16px;
	font-size: 11px;
}

.menu-details{
	display: inline-block;
	background: #ffffff;
	width: 100%;
	height: 16px;
	padding-left: 38px;
	font-size: 10px;
	cursor: pointer;
}

.menu-details a{
	color: #333333;
	text-decoration: none;
}

.menu-details a:hover{
	color: #6699ff;
	text-decoration: underline;
}

.reg a{
	color: #333333;
	text-decoration: none;
}

.reg a:hover{
	color: #6699ff;
	text-decoration: underline;
}

div#info {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 10px;
	margin-bottom: 1px;
}

.l-wht{
	background: url(../../images/shared/v3/round-e.gif) 100% 0 no-repeat;
	line-height: 20px;
	height: 20px;
}

.r-wht{
	background: url(../../images/shared/v3/round-w.gif) 0 0 no-repeat;
	line-height: 20px;
	height: 20px;
}

.info-content{
	background: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
	text-align: center;
}
	

/* CONTENT */
/* set the master content area */
div#pagecontent{
	position: absolute;
	top: 67px; 
	left: 215px;
	width: 572px;;
	height: 100%;
	padding: 0px;
	text-align: left;
	z-index: 2;
}

div#pagecontent-inner{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 6px;
	height: 70%;
	width: 560px;
	text-align: left;
	background: #ffffff;
	z-index: 2;
}

div#pageheader{
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 569px;
	background-color: #c3dfe7; /*c3dfe7, eed990*/
	padding-left: 3px;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #666666;
	line-height: 20px;
	overflow:hidden;
	z-index: 99;
}

.pageheaderImg {
	position: absolute;
	top: 0px;
	left: 500px;
	width: 65px;
	text-align: right;
	display: block;
}

.shadow-item{
	position: absolute; 
	top: 75px; 
	left: 210px; 
	width: 100%; 
	height: 100%; 
	padding: 0px; 
	margin: 0px;
}

/* FOOTER */
/* set master footer content */
/* note: total height is 20px */
div#footer {
  position: absolute;
  bottom: -1px;
  left: 0px;
  font-size: 9px;
  width: 100%;
  height: 14px;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 4;
}

.powered-by{
	position: absolute;
	top: 0px;
	left: 120px;
}

.std-header img{
	padding-top: 3px;
}

.std-header div{
	position: absolute;
	top: 32px;
	left: 150px;
}

.footer-img{
	position: absolute;
	top: 1px;
	right: 3px;
}


/* STATUS ELEMENTS */
div#status {
	position: absolute;
	left: 5px;
	width: 195px;
	bottom: 20px;
	z-index: 100;
}

div#status-img{
	position: relative;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 12px;
	line-height: 12px;
	background: url(../../images/shared/v3/status-green.gif) 0 0 no-repeat #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	z-index: 7;
}

div#status-img-warn{
	position: relative;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 12px;
	line-height: 12px;
	background: url(../../images/shared/v3/status-yellow.gif) 0 0 no-repeat #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	z-index: 7;
}

div#status-img-error{
	position: relative;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 12px;
	line-height: 12px;
	background: url(../../images/shared/v3/status-red.gif) 0 0 no-repeat #ffffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	z-index: 7;
}

div#status-content {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 184px;
	padding: 5px;
	border: 1px solid #999999;
	background: #ffffff;
	overflow: auto;
	font-size: 11px;
	z-index: 7;
}

/* PAGE ELEMENT STYLES */
form {
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
}

span{
	border: 0px;
	margin: 0px;
	display: inline-block;
}

.smaller img{
	margin-right: 10px;
}


.r-gry img{
	padding-top: 2px;
	padding-right: 5px;
	float: left;
	clear: left;
}

.img-btn-ptr {
	cursor: pointer;
}

.panel1HeaderTitle{
	font-weight: 700;
	font-size: 15px;
	text-decoration: underline;
	color: #61abc0;
}

div#navigation{
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 6px;
}

div#panel1ContentContainer{		/* TII 09/18/2007 */
	position: relative;
	top: 0px;
	left: 0px;
	height: 90%;
	border: 1px dashed #999999;
	padding: 7px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 10px;				/* TII 02/20/2007 */
	overflow: auto;
}

/* TII 09/18/2007 */
.headerNav a{
	color: #666666;
	font-weight: 700;
	text-decoration: none;
}

.login{
	font-weight: 700;
	font-size: 10px;
}

.loginHeader{
	background: #ffffff;
	height: 25px;
	color: #85b000;
	font-size: 13px;
	padding-left: 10px;
}

.btn {
	padding: 1px;
	line-height: 30px;
	font-weight: bold;
}

.btn a {
	padding: 3px 5px 3px 5px;
   background: url(../../images/shared/v3/shade.gif) 0 0 repeat-x;
	color: #ffffff;
}

.error{
	color: #990000;
	font-weight: bold;
}

.selectedSubmenu{
	color: #990000;
}

.labelDIV{
	color: #297e7e;
	width: 110px;
	font-size: 11px;
	display: inline-block;
	margin-right: 8px;
	font-weight: 600;
	float: left;
}

.label{
	color: #297e7e;
	width: 120px;
	font-size: 11px;
	margin-right: 8px;
	font-weight: 600;	
}

input{
	font-size: 11px;
}

select{
	font-size: 11px;
}

.fieldParent{
	height: 23px;
	line-height: 23px;
	font-size: 11px;
}

.valDisplay{
	color: #666666;
	font-weight: 700;
}

.fieldData{
	font-size: 11px;
}

.bBlu{
	color: #006699;
	font-weight: 700;
	font-size: 11px;
}

.bOrange{
	color: #FF9900;
	font-weight: 700;
	font-size: 11px;
}

.bGray{
	color: #999999;
	font-weight: 700;
	font-size: 11px;
}

.bGreen{
	color: #669966;
	font-weight: 700;
	font-size: 11px;
}


.bGrn{
	color: #669966;
	font-size: 11px;
}

.bBluH1{
	color: #006699;
	font-weight: bold;
	font-size: 13px;
}

.tableView{
	border: 1px solid #999999;
	text-align: left;
}

.tableView .header{
	background: #999999;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
}

.tableView .subheader{
	background: #333333;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
}

/* Was Missing... Added on 12/6/2006 by TII - Below */
.tableView .details{
	/*background-image: url(../../images/shared/v3/tab-bg-diagstr.png);*/
	background-color: #f5faf8;
}

.tableViewDeleted{
	border: 1px solid #999999;
	text-align: left;
}

.tableViewDeleted .header{
	background: #999999;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
}

.tableViewDeleted .subheader{
	background: #333333;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
}

.tableViewDeleted .details{
   text-decoration: line-through;
	/*background-image: url(../../images/shared/v3/img-bg-diagstr.png);*/
	background-color: #eeecdb;
}

/* Was Missing... Added on 12/6/2006 by TII - Above */

/* rounded corder box settings */
/* WHITE*/
.bl-wht {background: url(../../images/shared/v3/corner-sw-wht.gif) 0 100% no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.br-wht {background: url(../../images/shared/v3/corner-se-wht.gif) 100% 100% no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.m-wht {background: url(../../images/shared/v3/margin-wht.gif) 0 100% repeat-x; margin-left: 5px; margin-right: 5px; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tl-wht {background: url(../../images/shared/v3/corner-nw-wht.gif) 0 0 no-repeat; margin-top: 3px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tr-wht {background: url(../../images/shared/v3/corner-ne-wht.gif) 100% 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tla-wht {background: url(../../images/shared/v3/cornera-nw-wht.gif) 0 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tra-wht {background: url(../../images/shared/v3/cornera-ne-wht.gif) 100% 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}

/* BLUE */
.m-bl {background: url(../../images/shared/v3/margin-bl.gif) 0 100% repeat-x; margin-left: 5px; margin-right: 5px; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tl-bl {background: url(../../images/shared/v3/corner-nw-bl.gif) 0 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tr-bl {background: url(../../images/shared/v3/corner-ne-bl.gif) 100% 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}


/* TAN */
.m-tan {background: url(../../images/shared/v3/margin-tan.gif) 0 100% repeat-x; margin-left: 5px; margin-right: 5px; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tl-tan {background: url(../../images/shared/v3/corner-nw-tan.gif) 0 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}
.tr-tan {background: url(../../images/shared/v3/corner-ne-tan.gif) 100% 0 no-repeat; margin-top: 0px; height: 5px; padding: 0px;  line-height: 5px; font-size: 5px;}

/* Links & Document */
.documentParent {
	margin: 0px;
	padding: 5px;
	border: 0px;
	margin-left: 5px;
	width:95%;
}

.documentItem {
   list-style-image: url(../../images/shared/v3/general_doc.gif);
   margin: 15px;
   padding-left: 5px;
}

.documentItem a{
	color: #6699ff;
	text-decoration: underline;
}

.documentItem a:hover{
	color: #6699ff;
	text-decoration: none;
}

.linkItem {
   list-style-image: url(../../images/shared/v3/world.gif);
   margin: 15px;
   padding-left: 5px;
}

.linkItem a{
	color: #6699ff;
	text-decoration: underline;
}

.linkItem a:hover{
	color: #6699ff;
	text-decoration: none;
}

.hintItem {
   list-style-image: url(../../images/shared/v3/pointer-r.gif);
   margin: 15px;
   padding-left: 5px;
}

.bundleItem {
   list-style-image: url(../../images/shared/v3/folder_page.gif);
   margin: 15px;
   padding-left: 5px;
}

.bundleItem a{
	color: #6699ff;
	text-decoration: underline;
}

.bundleItem a:hover{
	color: #6699ff;
	text-decoration: none;
}

.alt{
	background-color: #ece9d8;
}

.sup{
	background-color: #C9C299;
}

.sup2{
	background-color: #efefd2;
}

.tableViewAlt{
	border: 1px solid #999999;
	text-align: left;
}

.tableViewAlt .header{
	background: #999999; /*e0ebea*/
	border-bottom: 1px solid #999999;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
}

.border{
	border: 1px solid #000000;
}

.wht{
	background-color: #ffffff;
}

.alth{
	background-color: #999999;
	font-weight: 700;
	color: #e0ebea;
}

/* Popup Details */
.popupArea {
	display: block;
	position: absolute;
	left: -86px;
	width: 150px;
	text-align: left;
	border: 1px solid #000000;
	text-decoration: none;
	z-index: 99;
	
}

.popupLink span{
	cursor: pointer;
}

.popupArea span{
	cursor: pointer;
}

.nav_small{
	font-size: 9px;
}

ul {
	width: 100%;
}

/* Pseudo round labels */
/* Pseudo Round Labels Classes */
.label_bg{
	background-color: rgb(255, 255, 255);
}

.label_l5{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 5px; 
	margin-right: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px;
}

.label_l3{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 3px; 
	margin-right: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px;
}

.label_l2{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-left: 2px; 
	margin-right: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px;
}

.label_l1{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 2px; 
	font-size: 1px; 
	margin-left: 1px; 
	margin-right: 0px; 
	border-left-width: 0px; 
	border-right-width: 0px;
}

.label_r1{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 2px; 
	font-size: 1px; 
	margin-right: 1px; 
	margin-left: 0px; 
	border-right-width: 0px; 
	border-left-width: 0px;
}

.label_r2{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-right: 2px; 
	margin-left: 0px; 
	border-right-width: 0px; 
	border-left-width: 0px;
}

.label_r3{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-right: 3px; 
	margin-left: 0px; 
	border-right-width: 0px; 
	border-left-width: 0px;
}

.label_r5{
	overflow: hidden; 
	background-color: rgb(178, 178, 178); 
	display: block; 
	height: 1px; 
	font-size: 1px; 
	margin-right: 5px; 
	margin-left: 0px; 
	border-right-width: 0px; 
	border-left-width: 0px;
}

input{
	display: inline;
}

table.tableView input {
   display: block;
   float: left;
}

table.tableView input.standardPos {
   display: inline;
   float: none;
}
.disabledOption {
	background-color: #e8e8e8;
	color: #999999;
}

.stepmain{
	font-weight: 700;
}

.errorSect{
	width: 95%;
	color: #990000;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* put the left rounded edge on the track */
.track-left {
	position: absolute;
	width: 5px;
	height: 9px;
	background: transparent url(../../images/shared/v3/slider-images-track-left.png) no-repeat top left;
}

/* put the track and the right rounded edge on the track */
.track {
	background: transparent url(../../images/shared/v3/slider-images-track-right.png) no-repeat top right;
	cursor: move;
}

.panel1Subheader {
	font-size: 9px;
	color: #61abc0;
}

.totals{
	font-weight: 700;
}

/* no float small label */
.labelSNF{
	background: #b2b2b2;
	color: #ffffff;
	width: 70px;
	height: 15px;
	line-height: 10px;
	font-size: 9px;
	/*display: inline-block;*/
	display: inline-table;  /* TII */
	margin-right: 2px;
	font-weight: 600;
	text-align: center;
	/* for pseudo round labels */
	padding-top: 0pt; 
	padding-bottom: 0pt;
}

.previewMsg{
	color: #339966;
	font-weight: 700;
}

.checkMarkParent {
	margin: 0px;
	padding-left: 20px;
	border: 0px;
	margin-left: 30px;
}

.checkMarkItem {
 	list-style-image: url(../../images/shared/v3/accept.gif); 
   margin: 5px;
   padding-left: 5px;
}


/*replacement styles for inline declarations*/
.mrg-top15{
	margin-top: 15px;
}

.mrg-btm9{
	margin-bottom: 9px;
}

.mrg15{
	margin: 15px;
}

.trackSize{
	width: 300px;
	height: 9px;
}

.trackHandle{
	width: 19px; 
	height: 20px; 
	left: 0px; 
	position: relative;
}

.summaryHR{
	margin: 0px;
	border: none;
	border-top: dotted 1px black;
}

.ht21{
	height: 21px;
}

.w80{
	width: 80%;
}

.w95{
	width: 95%;
}

.w80px{
	width: 80px;
}

.regTxt{
	color: black;
	font-size: 11px;
}

.txt-center{
	text-align: center;
}

.rowCountStyle{
	margin-bottom: 3px;
	font-size: 12px;
}

.viewPortStyle{
	height: 215px; 
	overflow: hidden;
}

.brd-l{
	border-left: 1px solid #ababab;
}

.levelUL{
	margin: 1px;
	padding-left: 15px;
	width: 80%;
	border: 2px;
}

.subColor{
	color: #006699;
}

.breakHR{
	border-top: 1px solid #999999;
}

/* Central Popup */
div#central-popup {
	position: absolute;
	top: 200px;
	left: 250px;
	width: 450px;
	padding: 10px;
	border: 1px solid #000000;
	background: #ffffff;
	overflow: auto;
	z-index: 7;
}

.listItems{
	list-style-type: square;
	width: 85%;
}

.listItems li {
  margin:3px;
  padding:3px;
}

.messageBox {
	border:1px solid #94c994;
	padding:5px;
	color:#000000;
	background-color:#d6ebd6;
}

.messageBox2{
	border:1px solid #cccccc;
	padding:5px;
	color:#000000;
	background-color: #ffffdd;
}
.historyDivCss{
	display:none;position: absolute; bottom: 50px; left: 50px; width: 500px; background-color: #ffffff; z-index: 999;
}
.star {
	font-size: 9px;
	color: #fd8180;
	font-weight: bold;
	vertical-align: super;
}

/** Multiuploader **/
   .multiupload_control_container {
      width: 100%;
   }
   
   .multiupload_control_container ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
   }
   
   .multiupload_content {
      padding: 10px;
   }
   
   .multiupload_header_container {
      background-color: #e6e6e6;
      border-bottom: 1px solid #f0f0f0;
   }
   
   .multiupload_files_container {
      background: #bbbbbb; /* Old browsers */
      background: -moz-linear-gradient(top,  #bbbbbb 0%, #c2c2c2 12%, #c2c2c2 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(12%,#c2c2c2), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #bbbbbb 0%,#c2c2c2 12%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #bbbbbb 0%,#c2c2c2 12%,#c2c2c2 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #bbbbbb 0%,#c2c2c2 12%,#c2c2c2 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #bbbbbb 0%,#c2c2c2 12%,#c2c2c2 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
   }
   
   .select_files_btn {
      color: #1f78d3;
      font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
   }
   
   .multiupload_file_item {
      border: 1px solid #ffffff;
      border-radius: 3px;
      padding: 10px;
      
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 85%, #eeeeee 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(85%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 85%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 85%,#eeeeee 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 85%,#eeeeee 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 85%,#eeeeee 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
   }
   
   .progressBar {
      border-top: 1px solid lightgray;
      border-bottom: 1px solid white;
      
      background-color: darkgray;
      width: 100%;
      height: 15px;
   }
   
   .progressBarFill {
      height: 100%;
      width: 25%;
      background: #b7deed; /* Old browsers */
      background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#71ceef',GradientType=0 ); /* IE6-9 */
   }
   
   /** Upload results **/
   .uploaded_files_container { background-color: white; border: 1px dotted lightgray; padding: 10px; }
   .uploaded_files_header { text-align: left; margin-top: 0; font-size: 14px; font-weight: bold; color: #61ABC0; text-decoration: underline; }
   .uploaded_files_list { list-style-type: none; margin: 0; padding: 0; }
   .uploaded_item { 
      padding: 5px;
      text-align: left;
      border: 1px solid lightgray;
      margin: 2px 0 2px 0;
      background: #ffffff; /* Old browsers */
      background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
      background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
   }
   
/** Sample Beneficiary Notes Table **/
   .notes_table {
      width: 100%;
      font-size: 11px;
   }

   .notes_table td {
      padding: 3px;
      border-bottom: 1px dotted lightgray;
      border-right: 1px dotted lightgray;
      vertical-align: top;
      text-align: center;
   }

   .table_main_header td {
      background-color: #006699;
      color: white;
      padding: 3px;
      border: none;
   }

   .table_main_header {
      font-weight: bold;
   }

   .table_main_description td {
      border-bottom: 1px solid #006699;
   }

   .table_cell_header {
      font-weight: bold;
      padding: 3px;
      border-left: 1px dotted lightgray;
      border-right: none;
   }

   .table_row_divider {
      background-color: lightgray;
      border-left: 1px dotted lightgray;
   }
   
/** Contact Information **/
.contact_info_table { border: 1px solid #555555; width: 100%; }
.contact_info_table th { background-color: #555555; color: white; font-weight: bold; text-align: center; }
.contact_info_table td { padding: 5px 2px; }
.contact_info_table tr.odd td { background-color: #FAFAFA; }
.contact_info_table td.provider, .contact_info_table td.benefit { border-right: 1px solid #DDDDDD; border-top: 1px solid #DDDDDD; }
.contact_info_table td.contact { border-top: 1px solid #DDDDDD; }
.contact_info_table td.contact_description { border-right: 1px solid #DDDDDD; border-top: 1px solid #DDDDDD; }
.contact_info_table td.contact_info { border-top: 1px solid #DDDDDD; }

/** Benefit Comparisons **/
.ben_option_comp_row_alt { background-color: #ece9d8; }
.optionComparisonTable td { border-left: 1px solid #555555; border-right: 1px solid #555555; }
.optionComparisonTable td:first-of-type { border-left: none; border-right: 1px solid #555555; }
.optionComparisonTable td:last-of-type { border-left: 1px solid #555555; border-right: none; }
