@charset "ISO-8859-1";
/* CSS Document */

html{
	height:100%;
	position:relative;
}
body{
	margin: 0;
	padding: 0;
	font-family:Myriad, Arial, Helvetica;
	min-height:100%;
	border:solid 1px transparent;
	position:relative;
	background-color:#FFFFFF;
	color:#000;
}

h2 { 
font-size: 16px;
color: black;
}
h4{
	margin: 15px 0 10px 0;
}
h5{
	margin: 7px 0;
}
ul{
	margin:10px 0;
}

a {
	text-decoration: none;
	color: #5597C9;
	font-weight:bold;
}
a.cmd {
	font-weight:normal;
}
a.follow{
	display:block;
	float:right;
	margin-right:20px;
	font-size:13px;
	font-family:Verdana;
}
.page-commands{
	position:relative;
	top:-5px;
	float:right;
	background-color:#F8F8F8;
	font-size:14px;
	padding:2px 5px;
	border:solid 1px #999;
}

SELECT,
OPTION,
INPUT[type=text],
INPUT[type=password]{
	padding:5px;
	line-height:18px !important;
	background-color: #EEE;
	color:#373737;
	font-size:14px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px solid #CCC;
}
TEXTAREA{
	font-size:14px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding:7px;
	background-color: #E5F8E8;
}
SELECT{
	line-height:38px !important;
	padding:0 0 0 7px;
}
OPTION{
	border:none;
	padding:2px 7px;
}
OPTGROUP{
	background-color:#666;
	color:#EEE;
	font-style:normal;
	padding:1px;
}
OPTGROUP OPTION{
	padding-left:15px;
	background-color:#EEE;
}
INPUT[disabled]{
	background-color: #EEE;
	color:#B99;
}
INPUT[type=text]:hover,
INPUT[type=password]:hover,
SELECT:hover,
TEXTAREA:hover{
	border: 1px solid #888;
}
INPUT[type=text]:focus,
INPUT[type=password]:focus,
SELECT:focus,
TEXTAREA:focus{
	background-color: #EDF2FF;
	outline:solid 1px #466B4D;
	border-color:transparent;
}
INPUT.mc_inactiveInputPrompt{
	color:#888;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
}
LABEL{
	padding:3px;
}
LABEL:hover{
	background-color:#F8F8F8;
	outline:solid 1px #CCC;
}

.error{
	color:red;
	margin:3px;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica;
	letter-spacing:1px;
}
.auth.error{
	background-color:#01A2D6;
	color:white;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	padding:3px 10px;
}
.success{
	color:green;
}
.success.msg,
.error.msg{
	float:right;
	font-weight:bold;
	margin-right:50px;
	border:solid 1px #EEE;
	padding: 5px 15px;
}
.warning{
	color:#B55;
	padding:3px;
	background-color:#FFD;
}
.note{
	font-weight:bold;
	color: #AD891B;
	font-size:12px !important;
}
.note em{
	font-style:normal;
	text-decoration:underline;
}
.quota_reached{
	color:red;
}
#app{
	margin-bottom:140px;
}
#app #header a:hover,
#app #body a:hover{
	text-decoration:underline;
}
#header .top {
	background-image: url(../images/sfq_header_bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
}
#header .logo{
	width: 232px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
#header .navbar {
	background-image: url(../images/bgNavbar.png);
	background-repeat: repeat-x;
	background-color: #8A8A8A;
	height: 42px;
	padding-left: 30px;
}
#header .navbar > div,
#header .userbar > div{
	width:900px;
	margin:0 auto;
}
#header .navbar ul{
	margin:0;
	padding:0;
}
#header .navbar ul li{
	display:inline;
	padding:0 2px 0 8px;
	margin:0;
}
#header .navbar ul li+li{
	border-left:solid 2px #FFFFFF;
}
#header .navbar,
#header .navbar a
{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 42px;
	font-weight: normal;
}
#addthis{
	float:right;
	margin-right:5px;
	width:15px;
	overflow:hidden;
}
#addthis:hover{
	width:auto;
}
#header .userbar {
	background-image: url(../images/bgUserbar.png);
	background-repeat: repeat-x;
	height: 23px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: right;
	padding-right: 10px;
}
#header .userbar a,
dl.form dd a
{
	margin: 0 7px;
}
#header .userbar .username {
	font-weight: bold;
}
#body {
	width: 960px;
	margin: 20px auto;
}
img.iicon{
	vertical-align: middle;
	border:none;
}
#sidemenu {
	float: left;
	width: 160px;
	z-index:10;
	position:relative;
	padding-bottom:40px;
}
#body .content {
	border: solid 1px #DDDDDD;
	font-size: 16px;
	color: #585858;
	position:relative;
}
#body > .content {
	margin-left: 170px;
}
#body .content.info {
	margin:0;
	font-weight:bold;
}
#sidemenu .title,
#body .content .title,
#body .content h1 {
	margin:0;
	font-size: 18px;
	color: white;
	line-height: 30px;
	background-color: #01a2d6;
	padding-left: 10px;
}
#body .content h1 {
	padding-left: 20px;
}
#body .content.info h1 {
	background-color: #EB351D;
}
#body .content.info .item {
	color:#EB351D;
}
#sidemenu .title {
	background-color: #eb351d;
	padding-left: 15px;
}
#body .content .contentbox {
	padding: 15px;
	overflow: hidden;
}
#charts .chartbox .contentbox {
	padding:0 !important;
}
#sidemenu .list {
	padding: 20px 5px;
}
.home #sidemenu .list,
.data #sidemenu .list {
	visibility:hidden;
}
#sidemenu .list a {
	font-size: 17px;
	margin-bottom: 4px;
	display: block;
	padding-left:3px;
}
#sidemenu .list > a.active {
	padding-left:10px;
	background-image:url(../images/link_arrow.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
}
#sidemenu .list a:hover{
	background-color:#EEEEEE;
	text-decoration:none !important;
}
#footer {
	color:#777;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EBF6F7;
	width:100%;
	height:50px;
	border-top:solid 5px #C2D1D2;
	position:absolute;
	bottom:0;
}
#footer .content{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align:center;
}
#footer A{
	border-left:solid 1px #777;
	padding-left:6px;
	margin-left:2px;
}
dl.form,dl.stats,dl.alert{
	clear:both;
	margin: 0px;
	padding: 0px;
}
dl.alert dt{
	font-weight:bold;
	margin: 5px;
}
dl.alert dt.short,dl.alert dt.short+dd{
	display:inline;
}
dl.alert dd{
	margin:0;
	margin-left: 25px;
}
.alert_type{
	font-weight:bold;
	font-size:13px;
	font-family:Arial,Tahoma;
	border:solid 1px #EEE;
}
dl.stats dt{
	clear: both;
	float: left;
	width: 170px;
	line-height: 24px;
	height: 24px;
	text-align: right;
	margin-right: 15px;
}
dl.root > dt{
	font-weight:bold;
}
dl.root.trackers > dt{
	margin-top:15px;
}
dl.root.trackers dd h4 A{
	color: #442277;
}
dl.stats dd {
	line-height: 24px;
	height: 24px;
	font-weight: bold;
}
dl.stats em{
	font-weight: normal;
}
dl.form label{
	color:#737373;
}
dl.form dt {
	clear: both;
	float: left;
	width: 180px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	line-height: 50px;
	height: 50px;
	font-family: Arial, Tahoma, sans-serif;
}
dl.form dt.extended {
	width: 220px;
}
dl.form dd {
	margin-left:180px;
	line-height: 50px;
	font-size: 16px;
}
dl.form INPUT[type=text],
dl.form INPUT[type=password] {
	width: 180px;
}
dl.form dd .error {
	display: inline;
	font-size: 14px;
}
#sidemenu .submenu{
	padding-left:15px;
}
#sidemenu .submenu a{
	font-family:Tahoma,Arial;
	font-size:14px;
	font-weight:normal;
}
#sidemenu .submenu a.active{
	color: #B47F16;
}
#sidemenu .server_time{
	font-size:13px;
}
.chart_loading{
	margin:5px 10px;
}

table.list{
	clear:right;
	background-color:#FBF8F8;
	border-spacing:1px 3px;
}
table.list th{
	padding:3px 8px;
	font-size:12px;
	background-color:#FBF8F8;
}
table.list th:hover{
	background-color:#F0F0F0;
}
table.list td{
	padding:1px 4px;
	background-color: #FFFFFF;
	border-top:solid 1px #DDD;
}
table.list .time {
	font-size:11px;
	font-family:Arial;
}
table.list .item_content{
	font-size:14px;
	background-color:#EEF;
}
table.list .item_content > DIV{
	height:20px;
	overflow:hidden;
}
table.list .item_content H3{
	margin:0;
}
table.list tr.edited .item_content,
table.list tr.selected TD,
table.list tr.selected +TR TD{
	background-color: #4C4CC0;
	color:#FFFFFF;
}
table.list tr.highlighted TD,
table.list tr.highlighted +TR TD{
	background-color: #FFF3BB;
}
table.list tr.selected.highlighted TD,
table.list tr.selected.highlighted + TR TD
{
	background-color: #4C4CC0;
	color: #FFF344;
}
table.list tr.tracker_failure TD{
	color: #F88;
}
table.list tr.tracker_resumption TD{
	color: #6C6;
}
table.list tr.tracker_suspension TD{
	background-color: #F10000;
	color: #FFFFFF;
}
table.list .subject {
	font-size:13px;
	font-weight:bold;
}
div.email{
	float:right;
	font-weight:bold;
}
div.email A{
	font-size:0.75em;
	font-weight:normal;
	color:#559988;
}
.rss_feed{
	background-image:url(../images/icon-rss.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-18px;
	left:0;
	padding-left:20px;
	font-size:13px;
}
.rss_feed A{
	visibility:hidden;
}
.rss_feed:hover A{
	visibility:visible;
}

.news_entry{
	margin:20px 5px;
	padding:2px;
	background-color:#EEF;
	border:solid 1px #CCE;
}
.news_entry.unread{
	margin:20px 5px;
	background-color:#FDD;
	border-color:red;
}
.news_entry.unread .news_title IMG{
	cursor:pointer;
	margin-right:5px;
}
.news_heading{
	margin:5px;
}
.news_date{
	float:right;
	padding:1px 3px;
	font-size:0.8em;
	color:#999;
	background-color: #FFFEFC;
	border:solid 1px #EBD5B0;
}
.news_title{
	font-size:1.0em;
	font-weight:bold;
	color: #1B59A3;
}
.news_content{
	padding:5px;
	background-color:#F8FFF8;
	font-size:14px;
}
#counterUnreadNews{
	color:red;
}
body.account li{
	margin-top:15px;
}

/*About*/

.strategyListingImg { 
float: left;
}

.strategyListingText { 
float: right;
width: 550px;
text-align: left;
margin-left: 20px;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #01a2d6;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFFFFF; }
ul.tabbernav li a:visited { color: #FFFFFF; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #dedede;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 color: #000000;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.upgradeInfo { border : 1px solid #575757; width: 600px; margin-bottom: 10px; text-align:center; margin-left: auto; margin-right: auto;}
.accInfo h2 { line-height: 32px; background-color: #eb351d; font-size: 18px; padding-left: 20px; color: #fff;}
.upgradeInfo .innerBox { padding:10px 20px 20px 20px; color: #727272;}
.upgradeInfo .innerBox p { line-height: 22px; font-size: 14px; letter-spacing: -0.3px; font-weight: bold; margin-bottom: 10px; text-align: left;}
.upgradeInfo .innerBox ul li { font-size: 14px; line-height: 22px; font-weight: normal; margin-top: 10px; text-align: left;}
.upgradeInfo .innerBox ul li span { color: #eb351d;}

/* slider */



#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
    border: 1px solid #d3d3d3;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
    background-color: #f6f6f6;
}

ul.navigation a:hover {
    background-color: #f0efef;
}

ul.navigation a.selected {
    background-color: #ded4d4;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
/* front page images */

.bottomright { 
position: absolute;
right: 10px;
bottom: 10px;
z-index: -100;
}

