﻿
/********************************** Page Body */

body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: White;
	font-size: 10pt;
	font-family: Verdana;
	color: #2C2C2D;
	padding-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align: center;
	background-image:url(images/bg_white.jpg);
	background-repeat:repeat-x;
}
a {
	text-decoration: none;
	color:black;
}

a:visited {/* If the link has been clicked and visited, a different color appear (Optionl)*/

}

a:hover { /*When mouse over uunder line appear*/
	text-decoration: underline;
}
 
a:active
{
	/* Active Hyperlink*/
	color: #C19B28;
}

/* End of Body */


/*************************************************************************/
/*Login History*/
/*************************************************************************/
.FooterUpBG
{
	background-image:url('img/repeat_up.jpg');
	text-align:left;
}
.FooterDownBG
{
	background-image:url('img/repeat_dn.jpg');
}

.HeaderCurvesWidth
{
	width:8px;
}
.GoLeft
{
	text-align:left;
}
.GoRight
{
	text-align:right;
}
.YellowColor
{
	color:#2D526F;
	font-weight:bold;
}
.OrangeColor
{
	color:#80A3BB;
	font-weight:bold;
}
.PinkColor
{
	color:#616E76;
	font-weight:bold;
}
/*************************************************************************/
/*End Login History*/
/*************************************************************************/

.One
{
	background-image:url(images/white/en/cfsa_01.jpg);
	width: 140px;
	height:62px;
	
}
.Two
{
	background-image:url(images/white/en/cfsa_02.jpg);
	width: 18px;
	height:62px;
}
.Three
{
	background-image:url(images/white/en/cfsa_03.jpg);
	width: 474px;
	height:62px;
}
.Four
{
	background-image:url(images/white/en/cfsa_04.jpg);
	width: 19px;
	height:62px;

	
}
.Five
{
	background-image:url(images/white/en/cfsa_04.jpg);
	width: 175px;
	height:62px;	
}
.Six
{
	background-image:url(images/white/en/cfsa_06.jpg);
	width: 15px;
	height:62px;
	padding:0;
	border-spacing:0;	
}
.Seven
{
	background-image:url(images/white/en/cfsa_07.jpg);
	width: 10px;
	height:62px;
}
.WebArMenu
{
	height:20px;
	background-image:url(images/white/cf_45_.gif);
	font-family:Tahoma;
	font-size:10pt;
	border-right: none;
	border-top: #c3ced2 1px solid;
	border-left: none;
	border-bottom: #c3ced2 1px solid;
	text-align:center;
	color:black;
	
}
.ImageLink
{
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
}
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; padding: 5px 20px 5px 20px}
#navmenu a {text-decoration:none; color: blue; }
#navmenu a:hover {color: purple; }

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 20px; color: blue;
	background: pink;}
#navmenu ul li a:hover {color: purple;
	background: yellow; }
	
	
	
.MainPaymentTable
{

	border-right: #c3ced2 1px solid;
	border-top: #c3ced2 1px solid;
	border-left: #c3ced2 1px solid;
	border-bottom: #c3ced2 1px solid;
	BACKGROUND-COLOR: #ffffff;
	height:238px;

}

.DivAdv
{
	 position: absolute; width: 99.9%; height: 100%; z-index: 1; left: 1px; top: 2px; visibility: hidden; clip: rect(0 99 100 0); background-image: url('transparency_BG_black.png'); background-repeat: repeat-x
}


.animationContainer{
	height: 220px;
}

.demoDiv{
	height: 200px; 
	overflow: hidden;
	color:white;
	position:absolute;
	width:98%;
	background-image: url('transparency_BG_black.png');
}

.hideInitially{
	visibility: hidden;
}

/*This is the CSS Menu File.*/
/*===========================================================================================*/
/*===========================================================================================*/
/*===========================================================================================*/
/*===========================================================================================*/

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:8pt;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-image: url(images/cf_45_.gif);
font-size:8pt;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 85px; Width of top level menu link items*/
padding: 1px 5px;
/*border: 1px solid black;*/
border-left-width: 0;
text-decoration: none;
color: black;
font-size:8pt;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
font-size:8pt;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
font-size:8pt;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
font-size:8pt;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
font-size:8pt;
text-align:left;
}

.suckertreemenu ul li a:hover{
background-color: #F3F3F3;
color: black;
font-size:8pt;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-image: url(images/cf_45_.gif);
font-size:8pt;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(images/cf_45_.gif) no-repeat center right;
z-index:1;
font-size:8pt;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
font-size:8pt;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; font-size:8pt;}
* html .suckertreemenu ul li a { height: 1%; font-size:8pt;}
/* End */

.MenuBG
{
	background-image: 	url(images/cf_45_.gif);
}
