
/*--- HTML base element styles ---*/
body {	
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	text-align: center;
	background: #ffffff url("../images/yback.gif");
}
a:link {
	color: #003F87;
}
a:active, a:hover {
	text-decoration: none; 
	color: #FF0000;
}
a img { 
	border: 0;
}
input, select, textarea {
	font-family: Verdana;
	font-size: 1.0em;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
form {
	margin: 0;
	padding: 0;
}
small {
	font-size: 0.9em;
}
/*----------------------------*/

#bodyPop, #bodyPlain {
	background: #FFFFFF;
}

/*--- Page Layout styles ---*/
#main {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#mainHeading {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background: #FFFFFF;

	border: 1px solid #000000;

}
#mainNav {
	position: relative;
	width: 100%;

	height: 31px;
	background: #BBBBBB url("../images/mainNav_bg.gif");

	text-align: right;
	/*padding: 3px 0px;*/

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}
#subNav {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;

	background: #27395B;
	color: #FFFFFF;
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;

}
#mainContent {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;	
}
#wrapper {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	background-color: #FFFFFF;
	color: #000000;
}
/*----------------------------*/

/*--- Content holder styles ---*/
.contentHeader  {
	width: auto;
	height: auto;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin: 0;
	padding: 2px 0;
	background: #003F87;
}
.contentTable {
	width: auto;
	padding: 10px;
	border: 2px solid #003F87;
	border-top: 0px;
	background: #EFEFEF;
}  
.contentRow {
	border-bottom: 1px solid #003F87;
	background: #EFEFEF;
	padding: 4px 2px;
} 
.contentArea {
	width: 100%;
	height: auto;
	text-align: left;
}
.tabTable {
	width: 760px;
	padding: 14px 10px;
	border: 2px solid #003F87;
	background: #EFEFEF;
	text-align: left;
}
/*----------------------------*/

/* --- Margin, Padding, Border styles --- */
.margin0 {
	margin: 0;
}
.margin10 {
	margin: 10px;
}
.margin10_tb {
	margin: 10px 0px;
}
.margin10_top {
	margin-top: 10px;
}
.margin10_btm {
	margin-bottom: 10px;
}
.margin14_top {
	margin-top: 14px;
}
.margin14_tb {
	margin: 14px 0px;
}
.margin20_top {
	margin-top: 20px;
}
.margin20_tb {
	margin: 20px 0px;
}
.marginTable {
	margin: 14px 0px 0px 0px;
}
.padding_tb {
	padding: 2px 0px;
}
.padding2 {
	padding: 0 2px;
}
.padding10 {
	padding: 10px;
}
.padding10_tb {
	padding: 10px 0;
}
.padTop {
	padding-top: 10px;
}
.padBottom {
	padding-bottom: 10px;
}
.padTopBottom {
	padding-top: 10px;
	padding-bottom: 10px;
}
.borderTop {
	 border-top: 2px solid #003F87;
}
.borderBottom {
	 border-bottom: 2px solid #003F87;
}
/*----------------------------*/

/*--- Alignment stlyes ---*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
  	clear: both;
	height: 0px;
	overflow: hidden;
	margin-top: -1px; 
}
.rightBox {
	width: auto;
	float: right;
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
/*----------------------------*/

/*--- Default table styles ---*/
.list  {
	font-size: 9pt; 
	width: 100%;
	background-color: #999999;
	text-align: left; 
}
.listheader, .list th  {
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 4px;
}
.listheader a, .list th a {
	background-color: #999999;
	color: #FFFFFF;
}
.listrow, .list td  {
	background-color: #F6F6F6;
	padding: 2px 4px;
}
.list td.listrowempty  {
	background-color: #F6F6F6;
	padding: 16px 0px;
	text-align: center;
}
#listrowsmall, .list td.listrowsmall {
	font-size: 7pt; 
}
#listrow_hl  {
	background-color: #CCCCCC;
}
#listrow_h2  {
	background-color: #FFC0CB;
}
/*----------------------------*/

/*--- Miscellaneous styles ---*/
#title  {
	font-size: 13pt;
	font-weight: bold;		
}
#header  {
	font-size: 11pt;
	font-weight: bold;	
}
.bgheader {
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
}
.bghome {
	background-color: #ffffff;
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
}
.qstepon {
	font-size: 9pt;
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}
.qstepactive {
	font-size: 9pt;
	background: red;
	color: white;
	font-weight: bold;
}
.qstepoff {
	font-size: 9pt;
	color: #808080;
	font-weight: bold;
}
.headerUL {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
#subheader  {
	font-weight: bold;
}
#liveIcon {
	float: left;

	margin: 5px 0 5px 20px;

}
#clientDisplay {
	float: right;

	margin-right: 20px; 
	line-height: 30px;

}
#clientImage {
	float: right;
	margin: 10px 10px 10px 0;
}
.message {
	color: #FF0000;
	margin: 0;
	padding: 0;
}
img.msp {
	margin: 3px 0 0 10px;
}
img.client {
	margin-right: 10px;
}
ul.news {
	width: auto;
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-type: none;
}
ul.news li {
	margin-top: 10px;
}
ul.news li.alert {
	list-style-image: url(../images/attention.gif);
}
ul.arrow {
	list-style-type: none;
	padding: 0;
	margin: 1.5em 0 0 1.5em;
}
ul.arrow li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0;
	margin: 1em 0;
	padding-left: 2.5em;
	font-size: 1.2em;
	font-weight: bold;
}
.newsDate {
	font-size: 0.9em;
	color: #808080;
}
#bold, .bold  {
	font-weight: bold;
}
.link {
	font-weight: bold;
	text-decoration: underline;
	color: #0000FF;
}
.red  {
	color: #FF0000; 
}
#redbold  {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000; 
}
.redBold  {
	font-weight: bold;
	color: #FF0000; 
}
.green  {
	color: #009900; 
}
.greenBold {
	font-weight: bold;
	color: #009900;
}
.blue  {
	color: #0000FF; 
}
#instructions  {
	padding: 8px 0px;
}
#smallinstructions, .smallinstructions  {
	font-size: 0.9em;
	color: #3366CC;
	margin: 5px 0 0 20px;
}
#smallforminstructions, .smallforminstructions  {
	font-size : 8pt;
	font-weight: normal;
	font-family : Arial,Verdana,Helvetica; color:#3366CC;
   margin-left: 0px;	
}
#checklistinstructions, .checklistinstructions  {
	font-size: 0.9em;
	color:#3366CC;
}
#small, .small  {
	font-size: 0.9em;
}
.small td {
	font-size: 0.9em;
}
td.headersmall {
	font-size: 8pt;
}
#smallbold, .smallbold  {
	font-size: 0.9em;
	font-weight: bold;
}
#smallitalic  {
	font-size: 0.9em;
	font-style: italic;
	margin-left: 20px;	
}
#small_blue, .smallBlue  {
	font-size: 0.9em;
	color: #3366CC;
}
#redsmall  {
	font-size: 0.9em;
	color: #FF0000;
}
#redsmallbold, .redsmallbold  {
	font-size: 0.9em;
	font-weight: bold;
	color: #FF0000;
}
#viewtext  { 
	margin: 0; 
} 
#text, .text  { 
	margin: 0 0 0 20px;
} 
#textbold  { 
	font-weight: bold;
	margin: 0 0 0 20px;
} 
#editorial  {
	font-size: 13px;
	line-height: 18px;
}
#bigtext  {
	font-size: 24px;
	font-weight: bold;
}
#label, .label {
	font-weight: bold;
	margin: 10px 0 2px 0;	 
}
#button  {
	width: 70px;
	height: 30px;
	font-size: 8pt;
	color: #000000;	
	margin: 2px; 	
}
#labelPrompt { 
  	width: auto; 
  	text-align: left;
	font-weight: bold;
}
.basePrompt {
	color: #000000;
}
.procPrompt {
	color: #333399;
}
.okPrompt {
	color: #009900;
}
.errPrompt {
  	color: #FF0000;
}
.eip_mouseover {
	color: #000;
	background-color: #FFFFCE;
}
.saving {
	width: 16px;
	height: 16px;
	background: url("../images/spinner.gif") no-repeat;
}
#quicktools  {
	padding: 0 2px;
	font-size: 0.9em;
	text-align: center;
}
#sublistheader  {
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 2px 4px;	
}
#tabNav {
	height: 46px;
	overflow: hidden;
	width: 100%;
}
#bodyPop #tabNav {
	height: auto;
	overflow: hidden;
	width: 100%;
}
#QuickNavMenu {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}
#bodyPop #QuickNavMenu {
	margin-top: 0px;
	float: right;
}
.hide {
	display: none;
}
/*----------------------------*/

/*--- Tool Tip Pop Up styles ---*/
div.ttPopUp {
	width: 29px;
	position: relative;
}
div.ttPopUp span {
	display: none;
}
div.ttPopUp:hover {
	background: none; /* IE hack */
	z-index: 100;
}
div.ttPopUp:hover span {
	display:block!important;
	display:inline-block;
	position: absolute;
	top: 24px;
	background: #FFFFFF;
	border: 2px solid #003F87;
	text-align: center;
	color:#000;
	padding: 0;
	overflow: hidden;
}
div.ttPopUp:hover span.right {
	right: 1px;
}
div.ttPopUp:hover span.left {
	left: 2px;
}
div.ttPopUp:hover span .ttHeader {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 2px 0 4px 0;
	background: #003F87;
	font-weight: bold;
	color: #FFFFFF;
}
p.ttHeader a {
	color: #FFFFFF;
}
div.ttPopUp:hover span .ttBody {
	height: auto;
	min-height: 16px;
	margin: 0;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
}
div.ttPopUp:hover span .ttBody label {
	display: block;
	float: left;
	font-weight: bold;
	width: 90px;
}
div.ttPopUp:hover span .ttLink {
	width: 100%;
	margin-top: 6px;
	font-size: 0.9em;
}
/*----------------------------*/

/*--- Tab Navigation and Action Link styles ---*/
#dashboard {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	line-height: normal;	
}
#dashboard ul {
	margin: 0;
	padding: 0;
	list-style: none;

	margin-top: 20px;

}
#dashboard li {
	float: left;

	padding-right: 15px;
	background: #C0C0C0 url("../images/tab_right.gif") no-repeat right top;

	line-height: 1.3em;
}
#dashboard a {
	display: block;

	background: url("../images/tab_left.gif") no-repeat left top;
	padding: 5px 15px;

	font-weight: bold;
	text-decoration: none;
	color: #003F87;
}

#dashboard .active {
	background: #003F87 url("../images/tab_right_on.gif") no-repeat right top;
}
#dashboard .active a {
	background: url("../images/tab_left_on.gif") no-repeat left top;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}

#bodyPop #dashboard ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.actionLink {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background: transparent;
	line-height: 1em;
	list-style: none;
}
ul.actionLink li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
ul.actionLink a {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 4px 4px 6px 4px;
	width: 70px;
	min-height: 30px;	
	height:auto !important;
	height:30px;
	border: 1px solid #666;
	border-right-color: #CCC;
	border-bottom-color: #AAA;
	background: transparent;
	text-align: center;
	color: #000000;
}
ul.actionLink a:hover {
	background: #bed3ea;
}
/*----------------------------*/

/*--- Form Button styles ---*/
.buttonPrimary  {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003F87;
	border: 1px solid #CCC;
	border-top-color: #EEE;
	border-right-color: #404040;
	border-bottom-color: #404040;
}
.buttonSecondary  {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #CCC;
	border-top-color: #EEE;
	border-right-color: #404040;
	border-bottom-color: #404040;	
}
/*----------------------------*/

input.field {
	text-align: right; 
	border: none; 
	background-color: #F6F6F6;
}