/* CSS document */

/* border color needs to be changed based on company */
.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 12px; 
 	background-color: #FFFFFF;   
 	margin-right: 6px;
	clear: both;
    color: #000;
	border: 2px #fea814 outset

}
/*border colors need to be changed based on company */
/** used for most of the fieldsets **/
fieldset
{			
	/*border: #003366  solid 2px;
	width: 58em;
	height: 70ex*/
	border: #fea814  solid 2px;
}
/*** FOR PAYMENT SUMMARY PAGE - CONFIRMATION **/
.fieldsetpayment
{			
	border: #fea814  solid 2px;
	width: 53em;
	height: 66ex
}
/*** FOR LOGON PAGE **/
.fieldsetlog
{
	border: #fea814 solid 2px;
	/*width: 53em;
	height: 29em*/
}
/* border color and background color need to be changed based on company */
legend
{

	background:#fea814;
	color:#000000;
	font:bold;
	border: #fea814 solid 1px;
	padding: 1px 10px

}

/* Regions & Zones */

.zonetop {
	position:absolute;
	width:900px;
	top:0px;
	left:50px;
	right:0px;
	padding:0px;
	margin: 0px;
	height: 50px;
	z-index: 4;
	}
	
	
.zonenav {
		
	position:absolute;
	width:150px;
	top:200px;
	left:0px;
	padding:0px;
	margin: 0px;
	z-index: 1;
	}
	
.zonecenter {
	position:absolute;
	width:600px;
	left:110px;
	right:0px;
	top: 130px;
	padding:0px;
	margin: 0px;
	z-index: 4;
	}

.zonecenterpro {
	position:absolute;
	width:600px;
	left:10px;
	right:0px;
	top: -5px;
	padding:2px;
	margin: 0px;
        margin-bottom: 3px;
	z-index: 4;
	}

.zonecontentwide {
   width:500px;
	left: 200px;
	right: 200;
	top: 200px;
	padding:4px;
	margin: 0px;
	z-index: 2;
	}

.zonecontentlegal {
	position:relative;
	left:120;
	top:900px;
	height:30;
	padding: 0px;	
	margin: 0px;
	z-index: 2;	
	}
/** FOR MENU BAR LINKS **/
A.customlinks {
	font-size: 13px;
	font-weight:bolder;
	color: #071271;
	
	}

A:HOVER.customlinks { 
	font-size: 13px; 
	font-weight:bolder;
	color: #071271;
	text-decoration: underline; 
	}

A:VISITED.customlinks { 
	font-size: 13px;
	font-weight:bolder; 
	color: #071271; 
	}

.header4 {
	font-size: 18px;
	font-weight: bolder;
	text-decoration:underline;
	color: #990000;
}
/*bgcolors need to be changed */ 
/** REGISTRATION PAGE TEXT AREA **/
textarea#bgcolor{
  color: navy;
  background: #ffdfa7
}
/** ERROR MESSAGE TABLE **/
table#bgcolor{
  color: black;
  background: #fea814
}  
.extra { 
	font-size: 12px; 
	color: #d27022; 
	font-weight: bold; 
	}
 
.maccmenu {
	position: absolute;
	width:1000;
	top:110px;
	left:0px;
	right:0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-indent: 0px;
	height: 40;
	padding-left: 0px;
	}

/*** Logon Form - inside form ***/
/* background color and border need to be changed */
.d1pp_coloredForm
{
	color:#000000;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#ffffce;
	border-width:1px;
	border-style:solid;
	border-color:#fea814;
	margin-left:10em;
	margin-right:10em;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.d1pp_buttons
{
	color:#050663;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#ffffce;
	border-width:1px;
	border-style:solid;
	border-color:#fea814;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:110px;
	height:20px;
	cursor:pointer;
}

.d1pp_buttons1
{
	color:#050663;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#ffffce;
	border-width:1px;
	border-style:solid;
	border-color:#fea814;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:200px;
	height:20px;
	cursor: pointer;
}
.d1pp_buttons1:Hover{
	color: #050663;
	}
.d1pp_buttons:Hover{
	color: #050663;
	}	
	
.d1pp_buttons2
{
	color:#050663;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#ffffce;
	border-width:1px;
	border-style:outset;
	border-color:#fea814;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:40px;
	height:17px;
	cursor:pointer;
}
.link_buttons
{
	color:#050663;
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background-color:#ffffce;
	border-width:1px;
	border-style:solid;
	border-color:#fea814;
	margin: 0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:110px;
	height:20px;
	cursor:pointer;
}
.link_buttons:HOVER
{
	color:#050663;
	
}
/** TABLE HEADERS **/
/* make the TH elements pretty */ 
/* background color and border color need to be changed based on company*/
thead.fixedHeader th {
	background: #fea814;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #ffffce;
	border-bottom: 1px solid #ffffce;
	font-weight: normal;
	padding: 4px 3px;
	text-align: center
}

/** MENU BAR **/
/* background color and border color need to be changed */
thead.fixedHeaderMenu th {	
	background: #ffffce;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #fea814;
	border-bottom: 1px solid #fea814;
	height:1em;
	font-weight: normal;
	padding: 4px 3px;
	text-align: center
}

/** MANAGE PAYMENT ACCOUNTS TABLE TOP HEADER **/
thead.fixedHeader1 th {
	background: #ffffce;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #fea814;
	border-bottom: 1px solid #ffffce;
	font-weight: bolder !important ;
	padding: 4px 3px;
	text-align: center;
	color: #21467b
}

thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited, thead.fixedHeader1 a{
	color: #000;
	display: block;
	text-decoration: none;
	font-weight:bold;
	width: 100%
}
thead.fixedHeader1 a{
	color: #000;
	display: block;
	text-decoration: none;
	font-weight:bold;
	width: 100%
} 