﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:12pt;
}

table tr td { font-size:12px; }

/* STRUCTURE */
#logo {
	height:36px;
	width:900px;
	display:block;
	margin:11px 10px 0 0;
}

#topNav {
	width:900px;
	margin:0 0 0 0;
	padding:1px 0 5px 0;
	color:#999999;
	font-size:12px;
}

a:link {text-decoration: none; color: #005c87;}
a:visited {text-decoration: none; color: #005c87;}
a:hover {text-decoration: none; color: #666666;}

a.newButton,
a.newButton:link,
a.newButton:visited {
	background-image:url(/standardchartered/styles/images/sc/dark_arrow.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	color:#003366;
	display:block;
	float:left;
	font-weight:bold;
	padding:1px 5px 1px 8px;
	text-decoration:none;
}

a.newButton:hover {
	background-image:url(/standardchartered/styles/images/sc/white_arrow.gif);
	color:#29AB47;
}

.DAE0E6 {
	background-color:#DAE0E6 !important;
}

a.quicklink {
	font-size:10px;
	margin-left:1px !important;
}

table tr td.bodyContainer {
	padding:5px;
}

table tr td.breadcrumbs,
a.breadcrumbs {
	color:#666666;
	font-size:10px;
}

a.breadcrumbs:hover { text-decoration:none; color:#0072AA; }


/* LEFT HAND NAVIGATION */
table tr td.side_nav_bg {
	width:184px;
	background:#E5E9EE url(/standardchartered/styles/images/sc/side_nav_bg.gif) no-repeat scroll 50% bottom;
}

#leftNav {
	margin:15px 0 0 12px;
	width:125px;
	font-size:11px;
}

#leftNav ul { 
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#leftNav li { 
	/*background:url(/standardchartered/styles/images/sc/side_nav_divider.gif) no-repeat 0px 0px;*/
	list-style:none;
	padding:0 0 0 0;
	margin:0;
}

#leftNav ul.submenu {
	padding:0 0 0 6px;
}

#leftNav ul.submenu li {
	padding:4px;
}

#leftNav a {
	padding:2px 0 2px 10px;
	color:#1F5A75;
	display:block;
	text-decoration:none;
}

#leftNav a:hover {
	color:#29AB47;
}

#leftNav a.selected {
	color:#29AB47;
}



/* MAIN */

div.searchForm {
	padding:10px; 
	background-color:#dae0e6;
	margin-bottom:1em; 
}

div.searchForm div.formElement { float:left; margin:0 0 0 0; }
div.searchForm div.formElement label { float:left; padding:3px 10px 0 0; }
div.searchForm div.formElement input.text { 
	font-size:0.9em; 
	width:116px; 
	margin:0 30px 0 0; 
	padding:1px; 
}

div.searchForm div.formElement select {
	font-size:0.9em;
	padding:1px;
	margin:0 2px 0 0;
}

div.searchForm input.searchSubmit { 
	width:20px;
	height:18px;
	background:url(/standardchartered/styles/images/sc/go.gif) no-repeat;
	border:1px;
}

/* FOOTER */

div.footer {
	width:900px;
	margin:5px 0 0 0;
	border-top:solid 1px #dddddd;
	padding:5px 0 0 0;
	color:#7B7A7A;
	font-size:9px;
	text-align:justify;
}

div.footer p {
	margin:0 0 1.5em 0;
}

div.footer a {
	color:#0072AA;
	text-decoration:none;
}

div.footer a:hover {
	text-decoration:underline;
}

/* GENERAL STYLING */
p { margin:1em 0 1em 0; }

span.content p{ margin:0 0 1em 0; }

/* popup styling */

.heading {
	font-weight:bold;
	color:#002A5C;
	font-size:12px;
}

.popupHeader {
	background:url(/standardchartered/styles/images/sc/popup_header.jpg) repeat-x;
	height:65px;
	color:#002A5C;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 0 25px;
}

#sitemap a.levelOne {
	font-size:12px;
	font-weight:bold;
}

div.answerBox{ border:solid 1px #ff33dd; padding:8px; }
div.correct{ background-color:#add2f6; }
div.incorrect{ background-color:#fcfcd2; }