@charset "utf-8";
/* CSS Document */

html { overflow: -moz-scrollbars-vertical; } /* FF scrollbars */
html { overflow-x: auto; }                   /* FF scrollbars */

body, p, ul, li , a , h1 , h2 , h3 , h4 , form {padding:0;margin:0;}

body {
   font-size:62.5%;
   font-family:Arial, Helvetica, sans-serif;
   background-color:#f4f4f4;
}

* html body {text-align:center;}

p , label , li , th , td {font-size:1.3em;color:#010344;}

a {color:#116EB8;}

a:hover {text-decoration:none;}

img {border:0;}

li {
    list-style:none;
    line-height: 1.3em;
}

.heading {
	font-weight: normal;
	color: #116eb8;
}

#WrapperContent h2 {
    font-size:2.2em;
	padding-bottom: 0.5em;
}

#WrapperContent p {padding-bottom: 0.6em;line-height:1.4em;font-size:1.4em;}

.textInput {
	border: 2px solid #999999;
	padding:0;
	margin:0;
	color:#3A3A3A;
}

.mainButton {
	background: #056c98;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #0180b8;
	border-right: 1px solid #015274;
	border-bottom: 1px solid #015274;
	border-left: 1px solid #0180b8;
	width:auto;
    text-align:center;
}

.clearIt {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	overflow: hidden;
}

.stockName {
	font-weight: bold;
	background: url(../img/graph_view.gif) no-repeat 0 0.1em;
	padding-left:20px;
}


/* - -   money formating   - - */

.d {color: #ff0000;}

.u {color: #0000e8;}


/* - -   main wrapper   - - */

#WrapperMain {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding:12px 10px;
}

* html #WrapperMain {text-align:left;}


/* - -   header   - - */

#Header h1 {
	display: block;
	height: 102px;
	width: 250px;
	background: url(../img/logo.png) no-repeat 5px 20px;
	float: left;
}
#Header h1 a {
    display: block;
	height: 102px;
	width: 250px;
}
#Header h1 span {display:none;}
#Header #LeaderBoard {
	float: right;
	height: 90px;
	width: 728px;
	overflow:hidden;
}

/* - -   top bar   - - */

#TopBar , #TopBarOn {
	height: 33px;
	background: #116eb8 url(../img/nav_topbar_border.gif) no-repeat left top;
	padding-left: 10px;
	margin-bottom: 12px;
}
#TopBarOn {background-image:url(../img/nav_topbar_border_on.gif);	margin-bottom:0;}
#TopBar p , #TopBarOn p {
	color:#FFF;
	float:left;
	padding-top: 9px;
}
ul.topBarList {
	float:right;
	padding-right:10px;
	background:url(../img/nav_topbar_border.gif) no-repeat bottom right;
	padding-top: 9px;
	height:24px;
}
#TopBarOn ul.topBarList {background-image:url(../img/nav_topbar_border_on.gif);}
ul.topBarList li {
	float:left;
    color:#FFF;
	padding:0 8px;
	border-right:solid 1px #FFF;
}
ul.topBarList li.last {border:none;padding-right:0;}
ul.topBarList li a {
    color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}
ul.topBarList li a:hover {text-decoration:underline;}

/* - -   status bar   - - */

.statusBar {
	background: #9FB4CC url(../img/nav_topbar_border_bottom.gif) no-repeat bottom;
	margin-bottom:15px;
	padding: 5px 10px;
}

* html .statusBar {display:inline-block;}

*:first-child+html .statusBar {display:inline-block;}

.statusBar a {color: #010344;}
.statusBar p {
	font-size: 1.2em;
	line-height:1.2em;
	padding:0;margin:0;
}


/* - -   Left Navigation   - - */

#LeftNav {
	float: left;
	width: 168px;
	background: url(../img/leftNav_shadow.png) no-repeat 178px top;
	padding-right: 25px;
	min-height:470px;
}
#LeftNav ul li {
	background: #116EB8 url(../img/nav_leftbar_border.gif) no-repeat left top;
	margin-bottom:3px;
}
#LeftNav ul li a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 1.1em;
	height: 22px;
	display:block;
	background: url(../img/nav_leftbar_border.gif) no-repeat right bottom;
	padding:6px 0 0 8px;
}
* html #LeftNav ul li ul li a {display:inline;}
#LeftNav ul li a:hover {color:#97D6FF;}
#LeftNav ul li ul li {
	background-color: #FFF;
	background-image:none;
	margin:0;
	padding: 0 0 0 0.5em;
}
#LeftNav ul li.on ul li {margin:0;}
#LeftNav ul li ul li a {
    color:#010344;
	font-size:0.75em;
	font-weight:normal;
	background: url(../img/bulleye_bubble.gif) no-repeat left;
	padding:0 0 0 1em;
	height:auto;
}
#LeftNav ul li ul li a:hover {text-decoration:underline;color:#010344;}
#LeftNav a.on {background-image: url(../img/bulleye_bubble_on.gif);}
#LeftNav ul li.off {margin-bottom:7px;}
#LeftNav ul li.off ul {display:none;}
/* #LeftNav ul id="NavMember" ul li a {color:red;padding:200px;} */


/* - -   content wrapper   - - */

#WrapperContent {
	float: left;
	width: 650px;
	margin-left: 2px;
}

/* - -   footer   - - */

#Footer {margin-top:15px;}
#Footer p {
	font-size: 1.1em;
	float: left;
}
#Footer ul.bottomLinks {float: right;}
#Footer ul.bottomLinks li {
	float: left;
	border-left:solid 1px #000;
	padding:0 0.8em;
	font-size:1.1em;
}
#Footer ul.bottomLinks li a {
	text-decoration:none;
	color: #010344;
}
#Footer ul.bottomLinks li a:hover {text-decoration:underline;}

#GuideLinks {
	background:#e4e4e4 url(../img/guidelinks_border_top.gif) no-repeat top;
	width:980px;
	margin-bottom: 15px;
}
#GuideLinks .bottomBorder {
	background: url(../img/guidelinks_border_bottom.gif) no-repeat bottom;
	padding:5px 17px 8px;
}
#GuideLinks ul {float:left;}
#GuideLinks ul li {
    font:bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#1f495a;
	background: url(../img/pix_darkblue.gif) repeat-x 0 1.7em;
	line-height:1.8em;
}
#GuideLinks .bottomBorder ul li ul {
	float:none;
	margin-top: 2px;
}
#GuideLinks .bottomBorder ul li ul li {
    font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	float:left;
	width:135px;
	display:block;
	background-image:none;
}
#GuideLinks .bottomBorder ul li ul li a {
	font-size:0.7em;
	font-weight: normal;
	color: #1f495a;
	text-decoration: none;
	background: url(../img/bulleye_guide_bubble.gif) no-repeat left;
	padding-left: 10px;
}
#GuideLinks .bottomBorder ul li ul li a:hover {text-decoration:underline;}
#GuideLinks ul.bbfxLink li {background-image:url(../img/pix_ocre.gif)}
#GuideLinks ul.bbfxLink li , #GuideLinks .bottomBorder ul.bbfxLink li ul li a {color:#997B05;}
#GuideLinks .bottomBorder ul.bbfxLink li ul li a {background-image: url(../img/bulleye_guide_bubble_ocre.gif);}

.msgError , .msgAnnounce , .msgConfirm {
    border: 1px solid;
	margin-top: 5px;
	padding: 5px;
}

/* - -   tabs   - - */

.ui-tabs-hide { display: none; }

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active {
    cursor: pointer;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    cursor: text;
    background-position: right -25px;
	color:#FFF;
}
.ui-tabs-nav .ui-tabs-selected, .ui-tabs-nav .ui-tabs-disabled {
	background-position: left 0px;
}

.tabs li , .tabStatic li {
	float:left;
	list-style:none;
	background: url(../img/tabs.png) repeat left -50px;
	margin-right: 6px;
}

* html .tabs li a {display:inline-block;}
* html .tabStatic li a {display:inline-block;}

.tabs li a , .tabStatic li a {
	display: block;
	height: 20px;
	background: url(../img/tabs.png) no-repeat right bottom;
	padding: 5px 12px 0px;
	font-weight: bold;
	text-decoration: none;
}
.tabs li a:hover , .tabStatic li a:hover {color:#0C497C;}
.tabStatic .tabOn {background-position: left top;}
.tabStatic .tabOn a {background-position: right -25px;color:#FFF;}
.tabStatic .tabOn a:hover {color:#FFF;cursor:default;}


/* - -   Tables   - - */

.tableData {font-size:0.9em;}
.tableData th {color: #626262;background-color:#CCC;border-right:solid 1px #FFF;}
.tableData td.up {color:#339900;}
.tableData td.down {color:#CC0000;}

.portfolioTable {
	margin:0 0 15px;
	border-bottom:solid 1px #B0B0B0;
}

.portfolioTable th {
	background: url(../img/bg_th.gif) repeat-x;
	height: 15px;
	font-size: 1.1em;
	padding-top: 2px;
	border-right: 1px solid #FFF;
	color: #757575;
    text-align:center;
}
.portfolioTable td {padding:5px 3px;text-align:right;font-size:1.2em;}
.portfolioTable td a {font-weight:bold;}
.portfolioTable a , .portfolioTable strong {
	color: #010344;
	font-size:1.1em;
}
.portfolioTable caption {
	margin: 0px;
	padding: 2px 0px;
	font-size: 1.2em;
	font-weight: bold;
	background: #666666;
	color: #FFFFFF;
}
.tableSummary th {
	text-align: left;
	font-weight: normal;
	border-bottom:1px solid #010344;
	padding:7px 5px 3px;
}
.tableSummary td {
	text-align: right;
	font-size: 1.2em;
	border-bottom:solid 1px #010344;
	padding:7px 5px 3px;
}
.tableSummary .total th , .tableSummary .total td {font-weight:bold;border-bottom:none;}


/* - -   List links   - - */

ul.linkList li {
	padding-left: 1.2em;
	background: url(../img/bulleye_graph.gif) no-repeat left 0.3em;
	margin-bottom: 0.3em;
}

ul.bubbleList li {
	padding-left: 1.1em;
	background: url(../img/bulleye_bubble.gif) no-repeat left 0.4em;
	margin-bottom: 0.2em;
	line-height:1.4em;
}


/* - -   module boxes   - - */

.modBox {
	width: 265px;
	float:left;
	background: url(../img/box_shadow_left.png) no-repeat left top;
	padding-left: 4px;
	margin-right: 5px;
}
#WrapperContent .modBox {float:none;width:auto;}
.modBox .shadow {
	padding-right: 4px;
	background: url(../img/box_shadow_right.png) no-repeat right top;
}
.modBox .boxContent {
	border: 1px solid #b0b0b0;
	border-top:none;
	padding: 11px 13px 0;
	background: url(../img/box_bg.png) repeat-x bottom;
}
.modBox .colorBand {
	height:3px;
	background-color:#116EB8;
	overflow:hidden;
}
.boxContent h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #116EB8;
	padding-bottom:0.3em;
}

/* - -   modBox bottom links  - - */

.boxContent .bottomLinks {text-align:center;}
.boxContent .bottomLinks li {
	display:inline;
	padding-right:6px;
	padding-left:6px;
	border-right:1px solid #010344;
	font-size:1.2em;
	line-height:1.8em;
}
.boxContent .bottomLinks li.noBorder {border:none;}

/* - -   MPU (Interior)  - - */

.mpuInternal {
	height: 250px;
	width: 300px;
	float:left;
	overflow:hidden;
}
.skyscraper-home {width:120px;height:600px;float:right;overflow:hidden}
.skyscraper {width:120px;height:auto;float:right;overflow:hidden;padding:0}

/* - -   system messages   - - */

.msgError {background:#FFBBBB;border-color:#FF6464;}
.msgAnnounce {background-color:#FFFFD7;border-color:#979700;}
.msgConfirm {
	background-color:#AADDFF;
	border-color:#2599EF;
}
#WrapperContent .msgError p , #WrapperContent .msgAnnounce p , #WrapperContent .msgConfirm p { font-size:1.3em;color:#010344;padding-bottom: 0; }


/* - -   buttons   - - */

.tradeButton {
	background: url(../img/btn_trade_small.gif) no-repeat top;
	height:13px;
	width:46px;
	display:block;
}
.buyButton {
	background: url(../img/btn_buy.gif) no-repeat top;
	height:13px;
	width:36px;
	display:block;
}
.sellButton {
	background: url(../img/btn_sell.gif) no-repeat top;
	height:13px;
	width:36px;
	display:block;
}
.betButton {
	background: url(../img/btn_bet.gif) no-repeat top;
	height:13px;
	width:36px;
	display:block;
}
.closeButton {
	background: url(../img/btn_close.gif) no-repeat top;
	height:13px;
	width:36px;
	display:block;
}
.deleteButton {
	background: url(../img/btn_delete.gif) no-repeat top;
	height:13px;
	width:46px;
	display:block;
}
.manageButton {
	background: url(../img/btn_manage.gif) no-repeat top;
	height:13px;
	width:62px;
	display:block;
}
.viewButton {
	background: url(../img/btn_view.gif) no-repeat top;
	height:13px;
	width:62px;
	display:block;
}
.viewTargetButton {
	background: url(../img/btn_view_targets.gif) no-repeat top;
	height:13px;
	width:82px;
	display:block;
}
.withdrawButton {
	background: url(../img/btn_withdraw.gif) no-repeat top;
	height:13px;
	width:62px;
	display:block;
}
.joinButton {
	background: url(../img/btn_join.gif) no-repeat top;
	height:13px;
	width:46px;
	display:block;
}
.removeFromFilterButton {
	background: url(../img/btn_remove_from_filter.gif) no-repeat top;
	height:13px;
	width:120px;
	display:block;
}
.tradeButton span , .buyButton span , .sellButton span , .betButton span , .closeButton span , .deleteButton span , .manageButton span , .viewButton span , .viewTargetButton span , .withdrawButton span , .joinButton span , .removeFromFilterButton span {display:none;}
.tradeButton:hover , .buyButton:hover , .sellButton:hover , .betButton:hover , .closeButton:hover , .deleteButton:hover , .manageButton:hover , .viewButton:hover , .viewTargetButton:hover , .withdrawButton:hover , .joinButton:hover , .removeFromFilterButton:hover {background-position:bottom;}

.btnReports {
    background: transparent url(../img/btn_reports.png) no-repeat center bottom;
    height: 19px;
    width: 166px;
    display: block;
    float: right;
    margin-right: 5px;
}
.btnReports:hover {background-position: center top;}
.btnReports span{display:none;}

