

/*-------------------------------------------------
Top Nav
-------------------------------------------------*/
div#tn-head {
	background-color:#fff;
	border-top:1px solid #fff; /* important!! */
	margin:0;
	min-width:750px;
	padding:0 0 0 0;
}
div#tn-head div#logo-bar {
	margin:2px 0 0 0;
	padding:0 0 0 px; /* distance between TopTabs and Logo Bar */
	position:relative;
	vertical-align:middle;
}
div#tn-head div#logo-bar img#logo {
	border-width:0;
	margin-top:0;
	vertical-align:middle;
}
/*-------------------------------------------------
Leaderboards - US
-------------------------------------------------*/
div#leaderboard {
	background-color:#ccc;
	background-color:#476685;
	height:100px;
	margin:0 auto 6px auto;
	padding:4px 0 0 0;
	text-align:center;
	-moz-box-sizing:border-box;
}
/* Kill leaderboard on boards message */
body#fcMessage #leaderboard {
	display:none;
}

/*-------------------------------------------------
Banner - US
-------------------------------------------------*/
div#tn-head div#logo-bar div#banner-ad {
	margin:0;
	padding:0 5px 0 0;
	position:absolute;
		top:1px;
		right:0;
	text-align:right;
}
div#tn-head div#logo-bar div#banner-ad iframe {
	height:60px;
	margin:0;
	padding:0;
	width:468px;
}
div#tn-head div#logo-bar div#banner-ad iframe img,
div#tn-head div#logo-bar div#banner-ad img {
	margin:0;
	padding:0;
}

/*-------------------------------------------------
Top Tabs
-------------------------------------------------*/
div#tn-head ul#tn-top {
	background:#369 url(images/nav/bg_tab_ul.jpg) repeat-x;
	/* background:#369 url(http://www.fool.com/Art/TopNav/Dotnet/bg_tab_ul.jpg) repeat-x; */
	border-bottom:1px solid #036;
	border-top:1px solid #036;
	font:bold 11px tahoma,arial,geneva,sans-serif;
	list-style:none;
	margin:6px 0 0 0;
	padding:7px 0px; /* Apparent h of UL bg */
	text-align:left;/* Tabs changed from center*/
}
#tn-head #tn-top li {
	display:inline;
	margin:0;
	padding:0px;
}
#tn-head #tn-top li a:link,
#tn-head #tn-top li a:visited {
	background-color:transparent;
	border:1px #036 solid;
	border-left-color:#69c;
	border-top-color:#69c;
	color:#FECE08;
	margin:0;
	padding:6px 8px 7px 8px; /* apparent h + w of unselected tabs (was 9 L + R */
	text-decoration:none;
}
#tn-head #tn-top li a:hover {
	background: #47a url(images/nav/bg_tab_hover.jpg) repeat-x;
	border-bottom:1px solid #ffc;
	border-top:0px solid #69c;
	color:#ffc;
	padding-bottom:8px;
	padding-top:10px;
	text-decoration:underline;
}
#tn-head #tn-top li.top-on a:link,
#tn-head #tn-top li.top-on a:visited {
	background: #CED6DE ;   /* #ffc url(images/nav/bg_tab_on.jpg) repeat-x; */
	border:1px #036 solid;
	border-bottom-width:0;
	border-left-color:#cc9; /* #cc9 4B90C5 */
	border-top-color:#cc9; /* #cc9 */
	color:#000;
	margin:0;
	padding:10px 8px 9px 8px; /* apparent h + w of selected tab */
}

/*-------------------------------------------------
Subnav
-------------------------------------------------*/
#tn-head ul#tn-sub,
#tn-head div#tn-sub-empty {
	background: #CED6DE ; /* FED101   #FFE680 url(images/nav/bg_subnav.jpg) repeat #D8E5F6 ; */
	border-bottom:1px #ccc solid;
	border-top:1px #996 solid;
	font:10px tahoma,arial,geneva,sans-serif;
	margin:0;
	padding:4px 0 4px 0;
	text-align:left;
}
#tn-head div#tn-sub-empty {
	font-size:2px;
	padding:0;
}
#tn-head #tn-sub li {
	color:#666; /* pipes */
	display:inline;
	margin:0;
}
#tn-head #tn-sub li a:link,
#tn-head #tn-sub li a:visited {
	color:#333;
	font-weight:bold;
	margin:0;
	padding:0px 8px 0px 12px;
	text-decoration:none;
	/* border-right:1px solid #999; */
}
#tn-head #tn-sub li a.last {
	border-right-width:0;
}
#tn-head #tn-sub li a:hover {
	color:#c30;
	text-decoration:underline;
}
#tn-head #tn-sub li.sub-on a:link,
#tn-head #tn-sub li.sub-on a:visited {
	color:#c30;
	/* border-right:1px solid #999; */
}

/*-------------------------------------------------
Search Bar - US
-------------------------------------------------*/
#tn-head p.agate {
	margin:0;
	text-align:center;
}
#tn-head p#agate-left {
	border-right-width:0;
	float:left;
	margin:0 0 0 3px;
	padding:2px 0 2px 0;
	width:160px;
}
#tn-head p#agate-right {
	float:right;
	margin:0 3px 0 0;
	padding:2px 0 2px 0;
	width:160px;
}
#tn-head p#agate-right img {
	border-width:0;
	margin-top:-1px;
}
#tn-head p.agate a:link,
#tn-head p.agate a:visited {
	color:#c30;
	font:10px arial,geneva,sans-serif;
}
#tn-head p.agate a:hover,
#tn-head-b p.agate a:hover {
	text-decoration:none;
}
#tn-head #search {
	background:#ccc url(images/nav/bg_search.jpg) repeat-x;
	border-bottom:1px solid #999;
	font:bold 11px tahoma,arial,geneva,sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding:2px 0px 2px 0px;
	text-align:center;
}
#tn-head #search label {
	color:#333;
	margin-right:2px;
	vertical-align:middle;
}
#tn-head #search input {
	background-color:#fefefe;
	border:1px solid #999;
	border-right-color:#eee;
	border-bottom-color:#eee; 
	font:11px verdana, arial, sans-serif; 
	padding-left:2px;
	vertical-align:middle;
}
/* input boxes*/
#tn-head #search input#Symbols {
	width:60px;
}
#tn-head #search input#qt {
	width:80px;
}
#tn-head #search input.tn-btn {
	background: #ffc url(images/nav/bg_subnav.jpg) repeat;
	color:#333;
	border:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin-left:2px;
	padding:0;
}
#tn-head #search form { 
	display:inline;
	margin:0;
	padding:0 3px 0 3px;
}


/*-------------------------------------------------
Bottom Nav - US
-------------------------------------------------*/

div.bnavtop {
	background-color:#e5e5e5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#efefef;
	font:9px verdana,sans-serif;
	height:15px;
	padding:2px;
}
div.bnav {
	background-color:#fff;
	font:10px verdana,sans-serif;
	padding:2px;
	text-align:center;
}
/* Mainpage Only */
#tbl-techp {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#e5e5e5;
	width:100%;
}
#tbl-techp td {
	padding:0;
	text-align:center;
}
#tbl-techp td#01,
#tbl-techp td#01 {
	height:40px;
	width:32%;
}
#tbl-techp td#02 {
	padding-bottom:4px;
	width:36%;
}

/*-------------------------------------------------
Head - UK

#tn-head table#logo-tbl {
	background-color:#fff;
	border-width:0;
	width:100%;
}
#tn-head table#logo-tbl td#logo-td {
	padding:3px 0 0 4px;
}
#tn-head table#logo-tbl td#banner-ad {
	padding:3px 2px 0 4px;
	text-align:right;
}
#tn-head table#logo-tbl td img#logo {
	border-width:0;
	margin-top:0;
}
-------------------------------------------------*/

/*-------------------------------------------------
Banner - UK

#tn-head table#logo-tbl td#banner-ad iframe {
	margin:0;
	padding:0;
}
-------------------------------------------------*/
/*-------------------------------------------------
Search Bar - UK


#tn-head #search-uk #form-l,
#tn-head #search-uk #form-ctr,
#tn-head #search-uk #form-r {
	border:0px #c30 solid;
	color:#333;
	font:bold 12px arial, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding:2px 4px 2px 4px;
}
#tn-head #search-uk #form-r select,
#tn-head #search-uk #form-l input,
#tn-head #search-uk #form-ctr input,
#tn-head #search-uk #form-r input {
	background-color:#fff;
	border:1px solid #999;
	border-bottom-color:#eee;
	border-right-color:#eee;
	font:11px verdana, arial, sans-serif; 
	margin-left:3px;
}
#tn-head #search-uk #form-r select {
	margin-top: -1px;
}
#tn-head #search-uk #form-l input.tn-btn,
#tn-head #search-uk #form-ctr input.tn-btn,
#tn-head #search-uk #form-r input.tn-btn {
	border:1px solid #7f7f7f;
	border-top-color:#e0e0e0;
	border-left-color:#e0e0e0;
	background-color:#c0c0c0;
	font: 11px verdana, arial, sans-serif;
	padding:0;
}
#tn-head #search-uk #form-l form,
#tn-head #search-uk #form-ctr form,
#tn-head #search-uk #form-r form { 
	display:inline;
	margin:0;
	padding:0;
}
#tn-head #search-uk div#form-l {
	border:0px #fc3 solid;
	float:left;
	text-align:right;
	width:28%;
}
#tn-head #search-uk div#form-l input#qt {
	width:80px;
}
#tn-head #search-uk input#Symbols {
	width:60px;
}
#tn-head #search-uk div#form-r {
	border:0px #fc3 solid;
	float:right;
	margin-top:0px;
	text-align:left;
	width:28%;
}
#tn-head #search-uk #form-l form label,
#tn-head #search-uk #form-ctr form#tn-quote label { 
	margin-right:1px;
}

p.adinfo {
	background-color:#FFB94F;
	border:1px solid #999;
	border-right-color:#000;
	border-bottom-color:#000;
	color:#000;
	font:10px arial,verdana,sans-serif;
	margin:5px 2px 5px 2px;
	padding:4px;
	text-align:left;
}
-------------------------------------------------*/
