table_td_label/********************************************************************
/* PageLayout.css
/* Used for FlairCards portal
/* Author: Majdi Alian, Ismail Bajawii, Bilal Zidan
/* Date  : Feb. 24, 2007
/*
/********************************************************************/

body{
	font-family: sans-serif,verdana,Arial, Times New Roman;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;    
}

.pageContent{
    width: 695px;
}

.cardholderPageContent{
    width: 695px;
    margin-left: 72px;
    height: 420px;
}

.passwordCharBoxDisabled{
    background-color: #CCCCCC;
    width: 20px;
    disabled: true;
}

.passwordCharBoxEnabled{
    width: 20px;
}

.publicRightContent{
    width: 435px;
    margin: 0px 0px 0px 0px;
}

.publicLeftSide{
    width: 260px;
    margin: 0px 0px 0px 0px;
    margin-top: 40px;
}

.public_page{
    background: url('/FlairPortal/footer_links_r_bg.jpg');
    background-repeat: no-repeat;
    background-position: 100% 90px;
    height: 400px;
}

.ch_land_page{
    background: url('/FlairPortal/ch_left_side.jpg');
    height: 416px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

.ch_land_page_land{
    background: url('/FlairPortal/ch_left_side_land.jpg');
    height: 440px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

.merchant_land_page{
    background: url('/FlairPortal/merchant_insight_bg.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

p{
	color: #727272;
	font-weight: normal;
}

div{
	color: #727272;
	font-weight: normal;
	font-size: 12px;
    font-family: sans-serif,verdana,Arial, Times New Roman;
}



.hrefLink{
    text-decoration: none;
    font-size: 12px;
    color: #006699;
}


h1, h2, h3, h4, h5, h6 {
	font-family: tahoma,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: tahoma,sans-serif;
 font-size: 120%;
 color: #CCB11E;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

label{
 font: bold 100% tahoma,sans-serif;
 color: #334d55;
}

.hd_bg_baseLine{
    /*background-image: url(/FlairPortal/hd_baseline.gif);*/
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin: 0px 0px 0px 0px;
}

#leftContent{
    width: 555px;
    height: 400px
    text-align: left;
    vertical-align: top;
}

.input_text{
    font-size: 12px;
    width: 150px;
}

.table_td_label{
    color: #4B6582;
    font-family: sans-serif,verdana,Arial, Times New Roman;
}

.table_td_label_error{
    color: red;
}

.table_td_red_label{
    color: #990000;
    font-weight: bold;
}

.table_td_hint_label{
    color: #A8A8A8;
}

.update_profile_error{
    color: red;
}

.input_button{
    font-family:Arial,tahoma,sans-serif; 
    font-size:9pt; 
    border-color:#000000;
    border-top: #CCCCCC;
    border-left: #CCCCCC;
    height: 22px;
    color: #FFFFFF;
    border-style:solid ; 
    border-width:1px;
    width: 75px;
    background-color: #4B6582;
}


.input_button_wide{
    font-family:Arial,tahoma,sans-serif; 
    font-size:9pt; 
    border-color:#000000;
    border-top: #CCCCCC;
    border-left: #CCCCCC;
    height: 22px;
    color: #FFFFFF;
    border-style:solid ; 
    border-width:1px;
    width: 120px;
    background-color: #4B6582;
}

.input_button_small{
    font-family:Arial,tahoma,sans-serif; 
    font-size:9pt; 
    border-color:#000000;
    border-top: #CCCCCC;
    border-left: #CCCCCC;
    height: 22px;
    color: #FFFFFF;
    border-style:solid ; 
    border-width:1px;
    width: 50px;
    background-color: #4B6582;
}

.input_button_big{
    font-family:tahoma,sans-serif; 
    font-size:9pt;
    /* 
    border-color:#000000; 
    border-style:solid ; 
    border-width:1px;*/
    width: 120px;
}

#headerMenu{
    margin: -5px 0px 0px 0px;
}


hr{
    border-color: #000000;
}

select{
    font-family: tahoma,sans-serif; 
    font-size: 9pt; 
    border-color: #000000; 
    border-style: solid; 
    border-width: 1px; 
    width: 180px;
}


				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/* Use for left navigation */
#navBar-left{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Use for right navigation */
#navBar-right{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Content is on right side */
#content-right{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/* Content is on left side */
#content-left{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo p {
 padding-left:25%;
}

#divider {
	
	color:#DE9825;
	margin-left: 7%;
	margin-right: 7%;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #Controls styles ***********/

.Textbox {
	border: thin solid #000000;
	font-family:tahoma,sans-serif;
}

.Combobox {
	border: thin solid #000000;	
	font-family:tahoma,sans-serif;
}

.MainLabel {
	font-family: tahoma,sans-serif;
	color: #363e80;
	font-size: 1em;
}

/************** Footer *****************/
.footerLinks{
    color: #313A7E;
    font-family: tahoma,sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight:bold;
}

.footer_bg{
    background: url('/FlairPortal/footer_links_bg.gif');
    width: 694px;
    height: 61px;
    background-repeat: no-repeat;
    
}



/*************** menu *******************/
.btn_sel_Brown{
    background: url('/FlairPortal/btn_sel_brown.gif');
    width: 37px;
    height: 29px;
}

.btn_nsel_Brown{
    background: url('/FlairPortal/btn_nsel_brown.gif');
    width: 37px;
    height: 30px;
}

.btn_sel_Red{
    background: url('/FlairPortal/btn_sel_red.gif');
    width: 37px;
    height: 29px;
}

.btn_nsel_Red{
    background: url('/FlairPortal/btn_nsel_red.gif');
    width: 37px;
    height: 30px;
}

.btn_sel_Green{
    background: url('/FlairPortal/btn_sel_green.gif');
    width: 37px;
    height: 29px;
}

.btn_nsel_Green{
    background: url('/FlairPortal/btn_nsel_green.gif');
    width: 37px;
    height: 30px;
}

.btn_bg_Green{
    background: url('/FlairPortal/btn_bg_green.gif');
    width: 120px;
    height: 30px;
}

.btn_bg_Brown{
    background: url('/FlairPortal/btn_bg_brown.gif');
    width: 130px;
    height: 30px;
}

.btn_bg_Red{
    background: url('/FlairPortal/btn_bg_red.gif');
    width: 130px;
    height: 30px;
}

.btn_bg_sub_Green{
    background: url('/FlairPortal/btn_bg_sub_green.gif');
    width: 130px;
    height: 30px;
}

.btn_bg_sub_Brown{
    background: url('/FlairPortal/btn_bg_sub_brown.gif');
    width: 130px;
    height: 30px;
}

.btn_bg_sub_Red{
    background: url('/FlairPortal/btn_bg_sub_red.gif');
    width: 130px;
    height: 30px;
}

.btn_link_txt{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    font-family: tahoma,sans-serif;
}

.btn_right_Red{
    background: url('/FlairPortal/btn_right_red.gif');
    width: 2px;
    height: 30px;
}

.btn_right_Green{
    background: url('/FlairPortal/btn_right_green.gif');
    width: 2px;
    height: 30px;
}

.btn_right_Brown{
    background: url('/FlairPortal/btn_right_brown.gif');
    width: 2px;
    height: 30px;
}

.btn_right_sub_Red{
    background: url('/FlairPortal/btn_right_sub_red.gif');
    width: 2px;
    height: 30px;
}

.btn_right_sub_Green{
    background: url('/FlairPortal/btn_right_sub_green.gif');
    width: 2px;
    height: 30px;
}

.btn_right_sub_Brown{
    background: url('/FlairPortal/btn_right_sub_brown.gif');
    width: 2px;
    height: 30px;
}

.btn_nsel_sub_Brown{
    background: url('/FlairPortal/btn_nsel_sub_brown.gif');
    width: 37px;
    height: 30px;
}

.btn_nsel_sub_Red{
    background: url('/FlairPortal/btn_nsel_sub_red.gif');
    width: 37px;
    height: 30px;
}

.btn_nsel_sub_Green{
    background: url('/FlairPortal/btn_nsel_sub_green.gif');
    width: 37px;
    height: 30px;
}

/*************** public header *******************/
.headerLinks{
    color: #d9880f;
    font-family: tahoma,sans-serif;
    font-size: 10px;
    text-decoration: none;
}

.header_line{
    position:absolute;
    background: url('/FlairPortal/header_line.gif');
    width: 622px;
    height:2px;
    background-repeat: repeat-x;
	margin: -6px 0px 0px 73px;
    z-index: 1;
}

html>body .header_line{
    position:absolute;
    background: url('/FlairPortal/header_line.gif');
    width: 622px;
    height:2px;
    background-repeat: repeat-x;
	margin: -8px 0px 0px 73px;
}


.sub_hd_title_text{
    font-size:14px;
	font-weight: bold;
}

.in_title{
	color: black;
	font-size:12px;
	font-weight: bold;
}

.big_header_title{
	color: #363E80;
	font-size: 30px;
	font-weight: bold;
	font-family: "times new roman";
}

.big_header_title_text{
	color: #E09E31;
	font-size: 20px;
	font-family: "times new roman";
}

.header_title{
	color: #E09E31;
	font-size: 20px;
	font-weight: 400;
    font-family: Arial;
}

.error_label{
	color: red;
	font-family: tahoma,sans-serif;
}

/**************** Menu CSS ***********************/
.m0l0o {
	text-decoration: none;
	margin: 0px;
    text-align: center;
	border: 1px solid #ffffff;

}

.m0l1o {
	text-decoration: none;
    text-align: center;
	margin: 0px;
	border: 1px solid #ffffff;
    height: 2em;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
    color: #000000;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
    color: #000000;
}

/********************** Menu 2 ****************************/
.root_node_on {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	color: #000000;
	border: solid 0px;
	border-color: black;
}

.root_node_over {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	text-align: center;
	color: #E17100;
	border: solid 0px;
	border-color: #E9E9E9;
}

.level_node_on {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	color: #000000;
	border: solid 1px;
	border-color: #E9E9E9;
}

.level_node_over {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	text-decoration: none;
	text-align: left;
	color: #E17100;
	border: solid 1px;
	border-color: #E9E9E9;
}

.sub_menu{
    height: 40px;
}

.header1{
    font-size: 27px;
    font-family: Times new roman, Arial;
    color: #363E80;
    font-weight: bold;

}

.header2{
    font-size: 15px;
    font-family: Arial, Times new roman;
    color: #363E80;
    font-weight: bold;
}

.public_header_how_to_apply{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #A01FBA;
    font-weight: bold;
}

.public_header_how_it_work{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #12A61C;
    font-weight: bold;
}

.public_header_mlist{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #A0BE33;
    font-weight: bold;
}

.merchant_header{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #BE9B0E;
    font-weight: bold;
}

.public_header_faqs_def{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #21219E;
    font-weight: bold;   
}

.public_header_faqs_alt{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #A33838;
    font-weight: bold;   
}

.public_header_title{
    font-size: 13px;
    font-family: verdana,Arial, Times New Roman;
    color: #1a4b1d;
    font-weight: bold;   
}

.cardholders_title{
    font-size: 14px;
    font-family: verdana,Arial, Times New Roman;
    color: #b91d1c;
    font-weight: bold;   
}


.public_header_promotions{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #BD9D3B;
    font-weight: bold;   
}

.footer_pages_header{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #BE9B0E;
    font-weight: bold; 
}

.secure_email_availability{
    font-size: 14px;
    font-family: verdana,Arial, Times New Roman;
    color: #BE9B0E;
    font-weight: bold;
    margin: 10px 0px 0px 160px;
}

.secure_email_availability_normal{
    margin: 10px 0px 0px 160px;
}

.contact_us_header{
    font-size: 15px;
    font-family: verdana,Arial, Times New Roman;
    color: #BE9B0E;
    font-weight: bold; 
}

.contact_us_label{
    font-size: 13px;
    font-family: verdana,Arial, Times New Roman;
    color: #696565;
    width: 100px;
}

.contact_us_sub_header{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #696565;
    font-weight: bold; 
}

.contactus_sel_style{
    font-size: 12px;
    font-family: verdana,Arial, Times New Roman;
    color: #696565;
    font-weight: bold;
    border-color:#000000; 
    border-style:solid ; 
    border-width:1px; 
    width: 150px;
}


a{
    color: #3232cd;
}




.text1{
    font-size: 13px;
    font-family:   Arial,Tahoma, Verdana;
    color: #000000;
}

.label1{
    font-size: 12px;
    font-family:  Arial,Tahoma, Verdana;
    color: #000000;
}

.menu_item_font{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

.public_hd_title{
    font-size: 18px;
    font-weight: lighter;
    font-family: Times new roman, Arial;
    color: #D2B14C;
}

.footer_links_hd_title{
    font-size: 18px;
    font-weight: lighter;
    font-family: Times new roman, Arial;
    color: #363E80;
}

#copyright{
    color: #999999; 
    margin-top: 5px; 
    font-size: 10px;
}

/***************** BEA MENU **********************/

/***************** Messages **********************/

.unread_messages{
    font-weight: bold;
}

.read_messages{
    font-weight: normal;
}

.message_link{
    text-decoration: none;
    /*color: #696565;*/
    color: #000000;
}

.paging_link{
    text-decoration: none;
    font-weight: bold;
    color: #363E80;
}