﻿/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
    margin:0px;
    font-family:Arial, Sans-Serif;
    background-color:inherit#FFF;
	line-height:1.33em;
}

h1 {
	margin:0px 0px 15px 0px;
	color:#003777;
	font-size:24px;
	font-weight:normal;
}

h2 {
	color:#003777;
	font-size:18px;
	font-weight:normal;
}	

em {
	padding:20px 0px;
	color:#51B3CE;
	font-size:15px;
	font-style:italic;
}

p {
	margin-top:30px;
	font-size:12px;
	color:#666;
}

.leftCol strong {
	color:#FF9900;
	font-weight:bold;
}

.bannerWrapper {
    height:75px;
    background-color:#389ABD;
    background-image:url(../images/bkg/bkg_banner_x_01.png);
	background-repeat:repeat-x;
}

.bannerWrapper img {
    margin:20px;
}

.floatLeft {
    float:left;
}
    
.floatRight {
    float:right;
}

.noBorder {
	border-bottom:none;
}

.contentWrapper {
	padding:20px 10px 20px 20px;
}

.closeWindowLink {
	margin:10px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	display:block;
}

.closeWindowLink a {
	padding:2px 25px 2px 5px;
	background-color:#83C2D8;
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/ico/ico_close_window_01.gif);
	background-repeat:no-repeat;
	background-position: 97px 10px;
	display:block;
}

.closeWindowLink a:hover {
	background-color:#A3D2E2;
	display:block;
}

.leftCol {
	width:530px;
	padding-bottom:20px;
}

.leftColVideo {
	width:700px;
	padding-bottom:20px;
}

.rightCol {
	width:200px;
	text-align:right;
}

.rightCol ul {
	margin:0px;
	padding:5px 0px;
	list-style:none;
	font-size:12px;
	line-height:1em;
}

.rightCol ul li {
	padding:0px;
	background-repeat:no-repeat;
	display:block;
}

.rightCol ul li.activeMenuItem {
	padding:0px; margin:0px;
	background-repeat:no-repeat;
	background-image:url(../images/bkg/bkg_sub_menu_active_01.gif);
	font-weight:bold;
	display:block;
}


.rightCol ul li a {
	padding:10px 10px;
	color:#003777;
	text-decoration:none;
	display:block;
}

.rightCol ul li a:hover {
	color:#003777;
	text-decoration:underline;
	display:block;
}

.itemWrapper, .icoInteractGraphs, .icoLiveNews, .icoFinancialCalendar, .icoAccountArea
.watchlistSorting, .marketInfo, .predictiveSearch, .windowResize { 
	background-repeat:no-repeat;
	margin:20px 0px 0px 0px;
	padding:0px 10px 0px 60px;
	font-size:12px;
	color:#666;
}

.itemWrapper h2 { 
	padding:0px 0px 10px 0px;
}

.itemWrapper div {  
	padding-bottom:15px;
	border-bottom:1px solid #EEE;
}

/* Icons for WHats New area */
.icoInteractGraphs {
	background-image:url(../images/ico/ico_interact_graphs_01.gif);
}

.icoLiveNews {
	background-image:url(../images/ico/ico_live_news_01.gif);
}

.icoFinancialCalendar {
	background-image:url(../images/ico/ico_financial_calendar_01.gif);
}

.icoAccountArea {
	background-image:url(../images/ico/ico_dedicated_area_01.gif);
}

.watchlistSorting {
	background-image:url(../images/ico/ico_watchlist_sorting_01.gif);
}
.marketInfo {
	background-image:url(../images/ico/ico_market_info_01.gif);
}

.predictiveSearch {
	background-image:url(../images/ico/ico_predictive_search_01.gif);
}

.windowResize {
	background-image:url(../images/ico/ico_window_resize_01.gif);
}

.footer {
	clear:both;
	border-top:1px solid #EEE;
	height:10px;
	padding:15px 20px 20px 20px;
	font-size:11px;
	color:#666;
}

.footer p {
	margin:0px; padding:0px;
	font-size:11px;
}

.menuTitle {
	font-size:15px;
	color:#399ABE;
	padding:0px 7px 8px 0px;
	border-bottom:1px solid #EEE;
}

.screenShot {
	margin:30px 0px;
}