/* Standard BlueAccess css id's and classes */

/*
	Hint:  Highlight blocks when you need to debug.  Normally 
	commented out:
	table {border: 2px solid red; margin: 3px; }
	td { border: 1px dotted purple; padding: 2px; } 
*/

/* 
	Apply these styles to the whole page 
*/
body {
	background-color:#fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

form {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
	select & input do not seem to inherit fonts specified in the body tag in ie 6 
*/
select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* 
	General label
*/
label {
    font-weight: bold;
}

#container {
	background-color: #dfebf8 !important;
	background-image: url("../images/background.gif");
	border-right: 1px solid #000;
	border-collapse: collapse;
	width: 780px;
	height: 100%;
}

#containerLarge {
	background-color: #dfebf8 !important;
	background-image: url("../images/background.gif");
	border-right: 1px solid #000;
	border-collapse: collapse;
	width: 930px;
	height: 100%;
}

/* 
	Link styles - caution: the order here is importent
*/
a:link       { color: #03c; text-decoration:none; background-color: transparent; }
a:visited    { color: #03c; text-decoration:none; background-color: transparent; }
a:hover      { color: #06c; text-decoration:underline; background-color: transparent; }
a:active     { color: #03c; text-decoration:none; background-color: transparent; }

.more {text-align: right;}

.more a:link,
.more a:visited,
.more a:hover,
.more a:active
			{ color: #03c; text-decoration:underline; background-color: transparent; }

.decorate {
	background-color: #dfebf8 !important;
	border: 1px solid #69c;
	padding: 1px;
}

.decorate a:link, 
.decorate a:active, 
.decorate a:visited { color: #000 !important; text-decoration:none !important; }
.decorate a:hover	{ color: #03c !important; text-decoration:none !important; }


/* 
	Links on top of dark backgrounds 
*/
.lonelylink a:link, 
.lonelylink a:visited, 
.lonelylink a:active { font-size: 11px; color: #fff; text-decoration:none; background-color: transparent; }
.lonelylink a:hover { font-size: 11px; color: #f00; text-decoration:none; background-color: transparent; }

.rowhighlight {
	background-color: #f5f5f5;
}
.colhighlight {
	background-color: #DFEBF8;
}
.highlight { background-color: #E9E9FF}
.highlight2 { background-color: #FFDDD5}
.highlight3{ background-color: #FFFFCC}

.total {
	background-color: #E9E9FF;
}
.total2 {
	background-color: #FFDDD5;
}
/* 
	Set positioning context, width, etc. for the three main sections of the page 
*/
#header {
	background-color: #ffffff !important;
	background-image: url("../images/bkgd_ghost.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
}

#main, #footer {
	margin: 0px 10px 0px 10px;
	padding: 0;
	width: 760px;
}

/* Fix the margin due to ie bug */
body>#main, body>#footer, #footer {
	width: 760px;
}

#mainLarge, #footerLarge {
	margin: 0px 10px 0px 10px;
	padding: 0;
	width: 910px;
}

/* Fix the margin due to ie bug */
body>#mainLarge, body>#footerLarge, #footerLarge {
	width: 910px;
}


#mainpopup {
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

#header td{
	padding-left: 0;
	padding-right: 0;
}

/* 
	Bottom of page - legal 
*/
#footer, #footerLarge {
	text-align:center;
	font-size: 9px;
	padding-bottom: 5px;
}

table.logo {
	background-color: #f2f2f2;
	border-collapse: collapse;
	padding: 0;
}

table.logo td.logoleft {
	border-top: 1px solid #000;
	border-right: none;
	border-bottom: 1px solid #000;
	border-left:  none;
}

table.logo td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0;
}

table.logo td.logoright {
	text-align: right;
	width: 100%;
}

td.sublogo {
	border: none !important;
}

.lonelylink {
	background-color: #669;
	height: 18px;
	font-size: 11px;
	margin: 0;
	padding-top: 2px;
}

.lonelylink a {
	padding: 0px 6px 0px 6px;
	font-size: 11px;
}

#header label {
	padding-right: 5px;
}

#header input {
	font-size: x-small;
	padding: 0 5px 0 5px;
}

.link2 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.link2 a {
	padding-right: 10px;
}

.link2 a:link,
.link2 a:visited,
.link2 a:active { font-weight: bold; font-size: 11px; color: #000; text-decoration:none; background-color: transparent; }
.link2 a:hover { font-weight: bold; font-size: 11px; color: #f00; text-decoration:none; background-color: transparent; }


.link a:link,
.link a:visited,
.link a:active { font-weight: bold; font-size: 11px; color: #000; text-decoration:none; background-color: transparent; }
.link a:hover      { font-weight: bold; font-size: 11px; color: #f00; text-decoration:none; background-color: transparent; }


a.nav2:link,
a.nav2:visited {COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none} 
a.nav2:hover {COLOR: #FF0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none} 

#flagColor { color: #008200} 
#disableColor { color: #999999}

/* 
	General class to right-justify 
*/
.right {
	text-align: right;
}

/* 
	General class to left-justify 
*/
.left {
	text-align: left;
}

/* 
	General class to center
*/
.center {
	text-align: center !important;
}

/* 
	General class to vertically align
*/
.middle {
	vertical-align: middle !important;
}
.top, .top td {
	vertical-align: top !important;
}
.bottom, .bottom td {
	vertical-align: bottom !important;
}

/* 
	General class to hide 
*/
.hide {
	display: none;
}

/* 
	General class to make invisible 
*/
.invisible {
	visibility: hidden;
}

#headernav{
	font-size: 13px;
	margin: 0;
	padding: 5px 8px 5px 0;
	background-color: transparent;
	text-align: left;
}
#headernav ul, #headernav li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#headernav li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#headernav li a:link, #headernav li a:visited {
	font-weight: bold;
}
#headernav li a, #headernav li a:hover, #headernav li a:active {
	display: inline;
	text-decoration: none; 
	color: #fff;
	background-color : #052079;
	margin: 0 -5px 0 0;
	padding: 5px 9px 5px 9px;
	border: none;
	text-align: center;
	font-weight: normal;
}
#headernav li a:hover, #headernav li a:active { 
	font-weight: bold;
	color: #fff;
	background-color : #06c;
	margin: 0 -5px 0 0;
}

#headernav li.currentmenu {
	border-bottom: 1px solid #06c;	
}

#headernav li.currentmenu a:link, #headernav li.currentmenu a:visited {
	font-weight: bold;
	background-color : #06c;
	margin: 0 -5px 0 0;
	padding: 5px 14px 5px 14px;
}

#welcome {
	font-size: 12px;
	padding: 0 10px;
}

#welcome td {
	padding: 3px 10px;
}

/* 
	We'd use the class .right for this but need top set to zero so it lined up - don't know why 
*/
.fastpath {
    background-color: #d8e8f8;
}

.fastpath select {
    width: 160px;
	margin: 6px;
}

td.maincontentleft {
	table-layout: fixed;
	width: 170px;
	padding: 0;
}

td.maincontent {
	table-layout: fixed;
	width: 100%;
	padding: 0;
}

td.maincontentright {
	table-layout: fixed;
	width: 170px;
	padding: 10px 0;
}

td.wideright {
	table-layout: fixed;
	width: 580px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
}

.sectionheader {
	font-size: large;
	font-weight: bold;
	color: #06c;
}


td.maincontentcenter {
	table-layout: fixed;
	width: 100%;
	padding: 10px 180px;
}


/* 
   Generic box
*/
.mainbox {
	margin: 10px 0px 10px 0px;
	border: 1px solid #669;
	background-color: #fff;
	font-size: 11px;
	width: auto;
}

.mainbox .form {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainbox td {
	padding: 2px;
}

/*
	Style links one per line
*/
.mainbox .links a {
	display: block;
	padding: 3px 6px;
}

/* create a colored background bordered region */
.mainbox .caption {
	background-color: #9C9;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #69c;
    margin: 0px 0px 8px 0px;
    padding: 3px 2px;
    vertical-align: middle;
}

.mainbox .caption td {
	padding: 0;
}

/* create a colored background bordered region */

.subcaption {
	background-color: #ccc;
	color: #000;
	font-size: 11px;
	font-weight: bold;
    margin: 10px 0 0 0;
    padding: 2px;
    vertical-align: middle;
}



.mainbox .subcaption td {
	padding: 0;
}

.mainbox td.subcaption {
	margin: 0;
}

.subcaption input {
	vertical-align: middle;
}


.subsubcaption {
	background-color: #F5F5F5;
	text-align: left !important;
	border: 1px solid #ccc !important;
}

.mainbox p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.mainbox label {
	font-weight: normal;
}
.mainbox td span {
	margin-left: 6px;
}

.mainbox .alert {
	color: #c00;
}

.mainbox ul, .mainbox li{
	font-size: 12px;
	margin-top: 5px;
	margin-left: 13px;
	margin-right: 3px;
	/* added for Mozilla */
	padding-left: 0;
}

.mainbox table {
	border-collapse: collapse;
}

.mainbox table.positional td {
	border: none;
	padding: 2px;
	vertical-align: middle;
}

.mainbox table.list {
	width: 100%;
	font-size: 11px;
	margin-bottom: 12px;
}

.mainbox table.list td {
	border: 1px solid #ccc;
	padding: 4px 2px;
}

.mainbox table.list thead {
	background-color: #ccc;
	font-weight: bold;
}

.mainbox table.list thead th {
	background-color: #669;
	color: #fff;
	padding: 4px 2px;
}

.mainbox .lineseperator, td.lineseperator {
	border-bottom: 1px solid #ccc;
}


/* 
   Side box
*/
.box {

	margin: 10px 0 10px 0;
	border: 1px solid #669;
	background-color: #fff;
	font-size: 11px;
	width: auto;


}

.box .scroll {
	background-color:#FFFFFF; 
	position:absolute; 
	width:167px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box .form {
	font-size: 11px;
	margin-top: 10px;
}

.box td {
	padding: 2px;
}

/*
	Style links one per line
*/
.box .links a {
	display: block;
	padding: 0 3px;
}

/* create a colored background bordered region */
.box .caption {
	background-color: #669;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #669;
    margin: 0 0 2px 0;
    padding: 3px 2px;
    vertical-align: middle;
}

.box .caption td {
	padding: 0;
}

/* create a colored background bordered region */
.box .subcaption {
	background-color: #f5f5f5;
	color: #000;
	font-size: 11px;
	font-weight: bold;
    margin: 0;
    padding: 3px;
    vertical-align: middle;
}

.box .subcaption td {
	padding: 0;
}

.box p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.box label {
	font-weight: normal;
}
.box td span {
	margin-left: 6px;
}

.box .alert {
	color: #c00;
}

.box ul, .box li{
	list-style: none;
	margin-top: 6px;
	margin-left: 4px;
	/* added for Mozilla */
	padding-left: 0;
}
.box li{
	margin-right: 3px;
}

.box table {
	border-collapse: collapse;
}

.box table.list {
	width: 100%;
	font-size: 11px;
	margin-bottom: 12px;
}

.box table.list td {
	border: 1px solid #ccc;
	padding: 2px;
}

.box table.list thead {
	background-color: #ccc;
	font-weight: bold;
}

.box table.list thead th {
	background-color: #669;
	color: #fff;
}

.box .lineseperator {
	border-bottom: 1px solid #000;
}


/* 
   Minimalistic box
*/
.barebox {

	margin: 0 0 6px 0;
	background-color: #fff;
	font-size: 11px;
	border: 1px #cccccc solid;
}

.barebox td {
	padding: 0 3px 0 3px;
}

.barebox strong {
	color: #669;
}

/* create a colored background bordered region */
.barebox .caption {
	background-color: #EDF5EB;
	font-weight: normal;
    margin-bottom: 0;
    padding: 1px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px #cccccc solid;
}

.barebox .caption td {
	padding: 0;
}

/* create a colored background bordered region */
.barebox .caption.wide {
	width: 580px;
}

/* create a colored background bordered region */
.barebox .subcaption {
	background-color: #d8e8f8;
	color: #036;
	font-weight: bold;
    margin: 6px 0;
    padding: 1px;
    vertical-align: top;
    text-align: left;
}

.barebox .subcaption td {
	padding: 0;
}

.barebox p {
	padding: 10px;
	margin: 0;
}

.barebox label {
	font-weight: normal;
}

.barebox td span {
	margin-left: 6px;
}

frame {
	border: 0 solid;
}

.formalert {
	color: #f00;
    font-weight: bold;
}

.requiredtext {
	color: #f00;
    font-weight: normal;
}

/*
	For data entry areas
*/
.form {
	font-size: 11px;
}
.form td {
	padding: 2px 1px 2px 1px;
}
.form th {
	font-size: 11px;
}

img {
	border-style: none;
}

em {
	color: #669;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
}

.breadcrumb {
line-height:20px;
}

.note {
	font-size: 9px;
}

.normal {
	font-weight: normal !important;
}

.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.scroll {
	overflow:auto;
	/*overflow-x:hidden;*/
}

.nowrap {
	white-space: nowrap;
}

.inner {
	margin: 10px;
}

.errmsg {
	font-size: 12px;
}

.errmsg p {
	font-size: 11px;
}

.disable {
	background-color: #dadada;
} 

#half {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

/* shift line */
.shift {
	padding-left: 2em;
}

/* This (+) does not work in IE 6 */
.subcaption + p {
	margin-top: .5em;
}

.popup {
	background-color: #dfebf8 !important;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	width: 100% !important;
	border: none;
}

.popup table.data {
	border-collapse: collapse;
	border-color: #669;
}

.popup table.data thead {
	font-weight: normal;
	background-color: #EDF5EB;
}

.popup table.data td label, .popup table.data td strong {
	font-weight: bold;
	color: #669;
}

/* Remove borders from embedded positional tables*/
table.positional {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.data {
	width: 100%;
	font-size: 11px;
}

.data td, .data th {
	border: 1px solid #ccc;
	padding: 2px;
}

table.data thead th {
	background-color: #ccc;
	border: 1px solid #ccc !important;
}

table.data thead {
	background-color: #EDF5EB;
	border: 1px solid #ccc !important;
	text-align: center;
}

.subhead {
	background-color: #EDF5EB;
	border: 1px solid #ccc !important;
	text-align: center !important;
}

table.data tbody {
	border: 1px solid #ccc !important;
}

table.data tbody td .positional td{
	border: none !important;
}

td.hr hr {
	margin: 0;
	padding: 0;
}

td.hr {
	padding: 0;
}

.positional table {
	padding: 0;
	width: 100%;
}


/* to subdivide a section with margins into two */
.subleft, .box+.subleft {
	margin-right: 5px;
	margin-left: 0;
	padding-left: 0;
}

.subright, .box.subright {
	margin-left: 5px;
}

.questionbox {
	background-color: #F5F5F5;
	text-align: center;
    margin: 6px 0;
    padding: 1px;
}

.tab01 { float: left; margin: 0 5px 0 0; padding:3px; position:relative; top:11px; height:28px; background-color: #9C9; border: 1px solid #669; border-bottom-width: 0px; text-align:center; COLOR: #000000; FONT-WEIGHT: bold; z-index:99;}
.tab02 { float: left; margin: 0 5px 0 0; padding:3px; position:relative; top:20px; height:18px; background-color: #D0E8D0; border: 1px solid #669; border-bottom-width: 0px; text-align:center; COLOR: #000000; FONT-WEIGHT: bold; z-index:99;}
.tabB01 { float: left; margin: 0 5px 0 0; padding:3px; position:relative; top:11px; height:28px; background-color: #669; border: 1px solid #669; border-bottom-width: 0px; text-align:center; COLOR: #FFF; FONT-WEIGHT: bold; z-index:99;}
.tabB02 { float: left; margin: 0 5px 0 0; padding:3px; position:relative; top:20px; height:18px; background-color: #D1D1E8; border: 1px solid #669; border-bottom-width: 0px; text-align:center; COLOR: #000000; FONT-WEIGHT: bold; z-index:99;}

.popHelp{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*word-wrap: normal;*/
	background: #E4E4FF;
	border: 1px solid #000;
	padding: 2px;
	position:absolute;
 	visibility:hidden;
	z-index:99;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.popOut{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*word-wrap: normal;*/
	background: #E4E4FF;
	border: 1px solid #000;
	padding: 2px;
	position:absolute;
 	visibility:hidden;
	z-index:99;
	white-space: nowrap;
}


.pagenavtitle {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.pagenav {
	COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
A.pagenav:hover {
	COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.pagenavsel {
	COLOR: #0000cc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.pagenavgray {
	COLOR: #708090; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}

.subtitle02 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #99cc99
}
.bg {
	BACKGROUND-COLOR: #FFFFFF
}
.head {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #cccccc
}


dl.reportList
{
margin: 0;
padding: 0;
}

.reportList dt
{
margin: 0;
padding: 0;
}

.reportList dd
{
margin: 0;
padding: 0 0 0 20px;
}

.noBullet ul, .noBullet li{
	list-style: none;
}

.noBulletSmall ul, .noBulletSmall li{
	margin: 0px 0px 6px -3px;
	list-style: none;
	font-size: 11px;
}


.fileList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.fileList td {
	padding: 2;
	border-bottom: 1px solid #ccc;
	height: 25;
	}
.fileList em {
	color: #669;
	font-weight: bold;
	font-style: normal;
}
.loadFloat {
	background-color:#dfebf8; 
	/*text-align: center;*/
	vertical-align:middle;
	border: 1px solid #69c;
	position:absolute; 
	left:50%;
	top:50%;
	width:200px;
	margin-left:-100px;
	line-height:5px;
	height: 50px;
	margin-top:-25px;
	padding: 2px;
	visibility:hidden;
}
.iconImage {
	float:left;
	padding-top: 2px;
	padding-right: 10px;
}
.closeImage {
	margin: -3px;
	padding: 0px;
	vertical-align:top;
	float:right;
	border: 1px solid #69c;
}




/* styles for dhtml expand,collapse  */

#divCont {position:absolute; z-index:1; visibility:hidden;}
.clTop   {position:absolute; z-index:1; line-height:17px;}
.clSub   {position:absolute; z-index:1; left:0px; top:21px; line-height:14px;}


/** Quoting Bar **/

#quote_nav {
border: 1px solid #666699;
width: 100%;
padding: 0px;
margin: 0px;
}

IMG {
border: none;
padding: 0px;
margin: 0px;
}

.menu_opt {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
border-right: 1px solid #666699;
}

.menu_opt_end {
font: 11px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
border-right: none;
}

.menu_bar {
background-image: url(../images/meter_back1.gif);
font-size: 5px;
}

.menu_bar_end {
background-image: url(../images/meter_back1.gif);
text-align: right;
font-size: 5px;
}

.menu_bar_start {
background-image: url(../images/meter_back1.gif);
text-align: left;
font-size: 5px;
}

.menu_bar2 {
background-image: url(../images/meter_back2.gif);
font-size: 5px;
}

.menu_bar2_end {
background-image: url(../images/meter_back2.gif);
text-align: right;
font-size: 5px;
}

.menu_bar2_start {
background-image: url(../images/meter_back2.gif);
text-align: left;
font-size: 5px;
}

#titlebar {
	width: 100%;
	color: #FFFFFF; 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666699;
	padding: 0px;
}

#titlebar .hdr {
padding: 3px;
}

.menu2 {
      width: 100%;
      margin: 0px;
      padding: 0px;
      background: #fff none;
	  font: 11px Verdana, Arial, Helvetica, sans-serif;	  
    }
	
.menu_opt a, menu_opt a:visited, menu_opt a:active {
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#0000FF;
text-decoration: none;
}

.standout { font-weight: bold; color: #666699; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}

.menu_opt_active {
color: #666699; 
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:center;
border-right: 1px solid #666699;
}

/** End of Quoting Bar **/


 
div.hideMe {display: none;}
div.showMe {display: block;}
sup {font-size:9px;}

