/*
---------------------------------------------------------------------------------------------------------------
                            !!!CSS elements common to ALL SR parts!!!
BE and LP have their specific common CSS if you are adding common elements to a specific part of SR
---------------------------------------------------------------------------------------------------------------
*/


BODY {
/*background:url(/images/deco/2008/bg.gif) repeat-y center;*/
background:url("/images/deco/2010/bckgd-sr.jpg") no-repeat scroll center top #D0D0D0;
color:navy;
font-family:Arial, tahoma;
background-color:#FFF;
font-family: 'trebuchet ms',Arial, tahoma, Sans-Serif;
}


#srtopbar{
background-color: #EBEBEB; /*white;*/
clear:both;
}
#srtop1{background-color: #efefef;color:black;font-size:90%;clear:both;padding:0px;}
#srtop2{background: white url(/images/topbar/2007/topbar-bg.gif) repeat-x bottom left;width:100%;clear:both;}
#srtop1 div.heading{float:left;padding:0px;padding-top:3px;}
#srtop1 div.flags{float:right;padding:0px;width:40%;text-align:right}
#srtop1 div.flags A IMG{float:right;padding:0px;width:22px;height:21px}
#sr_BE_logo{float:left;}
#srtop2_panel {float:right;padding-right:5px;}

#doc {background-color:White;padding:0px;border-left:3px solid #eaeaea; border-right:3px solid #eaeaea}

.yui-b{overflow:hidden;}

A:hover {color:#6c6c6c;}
A:link {color:DarkBlue;}
A:visited {color:navy;}
A:active {color:#5a5a5a;}
TH {text-align:left;}

H3 {
	border-bottom:1px solid;
	margin:0px;
	margin-top:0px;
	font-size:17px;
	background-color:#eaeaea;
	padding-left:3px;
}
H4 {
	margin:0px;
	font-size:15px;
	background-color:#d8d8d8;
	border:1px solid silver;
	padding:2px;
}


IMG.sr_flag {
	border:1px solid silver;
	margin-left:10px;
}


/***************
    Footer
/***************/
DIV#sr_footer {
	text-align:center;
	font-size:90%;
	border-top:3px solid #eaeaea;
	margin-top:10px;
	/*padding:10px;*/
	background-color: #EFEFEF;
}

#sr_BE_footer_sub1 {
	background: url("/images/deco/2010/footer1.png") repeat-x scroll left top transparent;
    padding: 25px 15px 15px;
	color:#ffffff;
}
#sr_BE_footer_sub1 A:link, #sr_BE_footer_sub1 A:visited, #sr_BE_footer_sub1 A:active {
	color:#ffffff;
}
#sr_BE_footer_sub1 A:hover {
	color:#BCCDEF;
}

#sr_BE_footer_securepayment {
background:url("/images/deco/2010/footer2.png") repeat-x scroll left top transparent;
}

