﻿/**********************************************
Main page styles
***********************************************/
body
{
  background-color: #222222;
  color: #eeeeee;
}
form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.cont label
{
  display:block;
  padding: 10px 0px 5px 5px;
}
h1
{
	font-weight:bold;
	font-size:18px;
	/*color: #386f4f;*/
	color:#2564c0;
	margin-bottom: 3px;
	margin-top:0px;
	line-height:20px;
}
h2
{
	/*font-weight:bold;*/
	/*color: #386f4f;*/
	color:#eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height:18px;
	font-size: 16px;
}
h2 a,h2 a:link,h2 a:visited { color: #eeeeee; }
h3
{
  color:#eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height:16px;
	font-size: 14px;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin: 0px;
	padding: 0px;
}
ol {
	list-style-image:none;
	list-style-position:outside;
	margin: 0px;
	padding: 0px;
}
a {
	color: #29adff;
	text-decoration: none;
}
a:link {
	color: #29adff;
	text-decoration: none;
}
a:visited {
	color: #29adff;
	text-decoration: none;
}
a:hover {
	color: #29adff;
	text-decoration: underline;
}
/**********************************************
Page layout styles
***********************************************/
#wrapper
{
  background: #333333 url('../images/bg.png') repeat-x 0 -382px
}

#footer
{
  color: #999999;
  background-color: #222222;
  border-top: solid 1px #5E5E5E;
  padding: 15px 0px;
}

#container
{
	width: 990px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#timezone
{
  background: #333333;
  border-bottom: solid 1px #5e5e5e;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
}

#timezone ul
{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#timezone ul li
{
  
  color: #29adff;
  padding: 0px;
  margin: 0px 10px;
  float: right;
}

#timezone ul li#gmDate
{
  float: left;
}

#timezone ul li span
{
  color: #eeeeee;
}

#header
{
	background-color: #222222;
  border-bottom: solid 1px #5E5E5E;
}
#menu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
#content
{
  background-color: #333333;
	width: 100%;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#col830
{
	width: 830px;
}
#col770
{
	width: 770px;
}
#col740
{
	width: 740px;
}
#col728
{
	width: 728px;
}
#col725
{
	width: 725px;
}
#col700
{
	width: 700px;
}
#col650
{
	width: 650px;
}
#col660
{
	width: 660px;
}
#col640
{
	width: 640px;
}
#col630
{
	width: 630px;
}
#col600
{
	width: 600px;
}
#col552
{
	width: 552px;
}
#col525
{
	width: 525px;
}
#col500
{
	width: 500px;
}
#col470
{
	width: 470px;
}
#col450
{
	width: 450px;
}
#col336
{
	width: 336px;
}
#col310
{
	width: 310px;
}
#col300
{
	width: 300px;
}
#col200
{
	width: 200px;
}
#col160
{
	width: 160px;
}
/*.right
{
	float: right;
	display:block;
	margin: 15px 0px 15px 0px;
}*/
/*.left
{
	float: left;
	display: block;
	margin: 15px 0px 15px 15px;
}*/
.right25
{
	float: right;
	display:block;
	margin: 15px 0px 15px 0px;
}
.left25
{
	float: left;
	display: block;
	margin: 15px 0px 15px 30px;
}
.center
{
	display:block;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
}
.nested
{
	margin-top: 0px;	
}
.smalllead
{
  width: 468px;
  height: 60px;
  margin: 15px auto;
}
.leaderboard
{
	width: 728px;
	margin: 10px auto;
	vertical-align: middle;
	z-index: -1;
}
.island
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	z-index: -1;	
}
/* FOREX CONTROL STYLES */
table.forex 
{
	width:100%;
  border-spacing:0px;
	border-collapse:collapse;
}
table.forex th#date
{
  /*border-bottom: 1px dotted #5E5E5E;*/
  font-size:10px;
  color:#dddddd;
  font-weight:normal;
  text-align: center;
}
table.forex th
{
	color:#eeeeee;
	padding:3px;
	text-align: center;
	/*border-bottom:1px dotted #DDDDDD;*/
}

table.forex tr
{
  border-bottom: 1px dotted #3e3e3e;
}
table.forex th.bl
{
  border-left: 1px dotted #3e3e3e;
}
table.forex tr.nbb
{
  border-bottom: none;
}
table.forex th img
{
  vertical-align:baseline;
  /*margin-top:2px;*/
  width: 16px; 
  height: 11px;
}

table.forex td
{
  padding: 0px;
	/*border-top:1px dotted #DDDDDD;*/
	border-left:1px dotted #3e3e3e;
	text-align: center;
}

table.forex td a
{
  padding: 4px 0px;
  display: block;
}

table.forex td a:hover
{
  background-color: #3e3e3e;
}

.menu
{
  background: url('../images/menu_bg2.png') repeat-x bottom center;
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;
  /*border-bottom: solid 1px #8e8e8e;
  border-left: solid 1px #5e5e5e;
  border-right: solid 1px #5e5e5e;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;*/
	/*background: transparent url('../images/navbg.png') repeat-x top left;*/
}
.menu ul
{
  width: 950px;
  margin: 0px auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.menu	li
{
  border-left: solid 1px #8e8e8e;
  border-right: solid 1px #222222;
  margin: 0px;
  padding: 0px;
  float: left;
	display: inline-block;
}
.menu	li a
{
  color: #222222;
  display: block;
	float: left;
	padding: 3px 20px;
	font-size: 16px;
	text-shadow: #8e8e8e 1px 1px 0px;
}
.menu	li a:hover, .menu	li a:active
{
  color: #efefef;
  text-decoration: none;
  padding: 3px 20px 1px 20px;
  border-bottom: solid 2px #29adff;
  text-shadow: #222222 1px 1px 0px;
  background-color: #5e5e5e;
}

.menu	li a.selected
{
  padding: 3px 15px 1px 15px;
  border-bottom: solid 2px #29adff;
}


.menu	li.first
{
  border-left: none;
}

.menu	li.last
{
  border-right: none;
}

.menu	li a span
{
}
.menu	li a:hover span
{
}

.footer
{
	height: 22px;
	line-height: 22px;
	/*background: transparent url('../images/navbg.png') repeat-x top left;
	background-position: 0px -80px;*/
}
.footer ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.footer	li
{
  color: #eeeeee;
	float: left;
	height: 22px;
	line-height: 22px;
	display: inline;
}
.footer li.sep
{
	width: 1px;
	height: 22px;
	border-left: 1px solid #eee;
	background-color: #dcdcdc;
}
.footer	li a
{
	float: left;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0px 30px;
	/*background: transparent url('../images/navbg.png') repeat-x top left;*/
}
.footerLeft
{
	float:left;
	width: 7px;
	height: 22px;
	/*background: transparent url('../images/navleftcap.png') no-repeat top left;
	background-position: 0px -40px;*/
}
.footerRight
{
	float:left;
	width: 7px;
	height: 22px;
	/*background: transparent url('../images/navrightcap.png') no-repeat top right;
	background-position: 0px -40px;*/
}
/* CTRL CONTROL STYLES */
div.ctrl
{
	position:relative;
	display: block;
	margin-bottom: 10px;
}
div.ctrltl, div.ctrltr, div.ctrltp
{
	width:100%;height: 7px;
} 
div.ctrlbl, div.ctrlbr, div.ctrlbt
{
	width:100%;height: 7px;
}
div.ctrllf, div.ctrlrg, div.ctrlmd
{
	width:100%;min-height: 50px;
}
div.ctrltl
{
	/*background: url('../images/ctrl_tl.png') no-repeat top left;*/
}
div.ctrltr
{
	/*background: url('../images/ctrl_tr.png') no-repeat top right;*/
}
div.ctrltp
{
  background-color: #222222;
  border-top: solid 1px #5E5E5E;
  border-left: solid 1px #5E5E5E;
  border-right: solid 1px #5E5E5E;
  border-radius: 5px 5px 0 0;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-radius-top-left: 5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
	/*background: url('../images/ctrl_tp.png') repeat-x top center;*/
}
div.ctrlbl
{
	/*background: url('../images/ctrl_bl.png') no-repeat top left;*/
}
div.ctrlbr
{
	/*background: url('../images/ctrl_br.png') no-repeat top right;*/
}
div.ctrlbt
{
  background-color: #222222;
  border-bottom: solid 1px #5E5E5E;
  border-left: solid 1px #5E5E5E;
  border-right: solid 1px #5E5E5E;
  border-radius: 0 0 5px 5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
	/*background: url('../images/ctrl_bt.png') repeat-x top left;*/
}
div.ctrllf
{
  border-left: solid 1px #5E5E5E;
	/*background: url('../images/ctrl_lf.png') repeat-y top left;*/
}
div.ctrlrg
{
  border-right: solid 1px #5E5E5E;
	/*background: url('../images/ctrl_rg.png') repeat-y top right;*/
}
div.ctrlmd
{
	background: #222222 url('../images/util_content_bg.png') repeat-x top left;
}
div.ctrlcontent
{
    margin: 0px 7px;
}

ul.quote
{
  /*background-color: #222222;
  /*border: solid 1px #5e5e5e;*/
  /*border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
  margin: 5px 0px;
  padding: 0px;
  list-style: none;
  height: 34px;
}

ul.quote li
{
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  color: #eeeeee; 
  float: left;
  text-align: left;
}

ul.quote li span
{
  font-size: 14px;
  line-height: 110%;
}

ul.quote li.date
{
  color: #AAAAAA;
  text-align: left;
  float:right;
}

ul.quote li.padright
{
  padding-right: 5px;
}

ul.quote li.large
{
  font-size: 33px;
  text-align:right;
  line-height: 105%;
}

ul.quote li.code div span
{
  font-size: 28px;
  text-align: right;
  cursor: pointer;
}
ul.quote li.code div img
{
  cursor: pointer;
}
ul.quote li.code div
{
  background: url('../images/arrow_dn.png') no-repeat bottom center;
  position: relative;
  float: left;
  padding: 0px 5px 4px 5px;
}
ul.quote li.code div.switch
{
  background: none;
}
ul.quote li.code div.selected
{
  background: #3e3e3e;
}
ul.quote li.left
{
  margin-left: 5px;
}
ul.quote li.right
{
  margin-right: 25px;
}
ul.quote li.black
{
  color: #dddddd;
}

ul.quote li.red
{
  color: #FF0000;
}

ul.quote li.green
{
  color: #33bb33;
}

ul.quote li ul.submenu
{
  width: 75px; 
  height: 250px;
  overflow-y:scroll;
  position: absolute; 
  top: 100%; 
  left: 0; 
  list-style:none; 
  z-index:97; 
  background: #3e3e3e; 
  padding:5px;
  
}
ul.quote li ul.submenu li
{
  font-weight: normal; 
  text-align:left; 
  float: none; 
  line-height: 180%;
  font-size: 22px;
  cursor: pointer;
}
.chartmenu
{
  margin: 0px 0px 5px 0px;
  color: #eeeeee;
  padding: 0px;
  list-style: none;
}

.chartmenu li
{
  margin: 0px;
  padding: 0px 15px;
  border-left: solid 1px #3e3e3e;
  border-right: solid 1px #0d0d0d;
  font-size: 11px;
  text-transform: uppercase;
  float: left;
  display:inline-block;
}

.chartmenu li a
{
  color: #eeeeee;
  display: block;
  cursor: pointer;
}

.chartmenu li a:hover
{
  text-decoration: none;
}

.chartmenu li.first
{
  padding: 0px 10px 0px 6px;
  border-left: none;
}

.chartmenu li.last
{
  padding: 0px 0px 0px 10px;
  border-right: none;
}

.converter
{
  /*background-color: #222222;
  border: solid 1px #5e5e5e;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*padding: 10px;*/
}

.converter div.left
{
  margin: 0px 5px;
  width: 235px;
  float: left;
}

.converter div.button
{
  padding: 0px;
  width: 90px;
  margin-top:20px;
}

.converter div div
{
  color: #dddddd;
}

.converter div select
{
  display: block;
  margin-bottom: 10px;
}

.converter div input
{
  display: block;
}

.box
{
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
  background-color: #222222;
  /*border: solid 1px #5e5e5e;*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box div.header
{
  padding: 0px 0px 0px 5px;
  font-size: 16px;
  font-weight:bold;
  color: #29adff;
  /*border-bottom: solid 1px #0d0d0d;*/
}

.box div.small
{
  /*font-weight: bold;*/
  font-size: 12px;
  color: #eeeeee;
}

.box div.cont
{
  padding-top:5px;
  border-top: solid 1px #3e3e3e;
}
.box div.chart
{
  position: relative;
}
.box div.chart img  
{
  margin: 10px 0px 0px 0px;
}

.box div.chart div.header
{
  font-weight: normal;
  font-size: 13.5px;
  position:absolute;
  border-bottom: none;
  padding-left: 5px;
}

.inverse
{
  background-color: #333333;
}

.news
{
  padding: 0px;
  color: #aaaaaa;
}

.news .story
{
  padding: 10px 5px;
  border-top: solid 1px #3e3e3e;
  border-bottom: solid 1px #0d0d0d;
  margin: 0px;
}

.news .story h2
{
  font-size: 14px;
  line-height: 16px;
}

.news div#last
{
  border-bottom: none;
}

.news .story h2 
{
  line-height: 180%;
  padding: 0px;
}

.news .story .newssubtext
{
  color: #6E6E6E;
  font-size: 10px;
}

.mapprice
{
  position: absolute;
  background: url('../images/transbg.png') no-repeat top left;
  width:80px;
  height:60px;
  line-height: 24px;
  text-align:center;
  font-weight:bold;
  font-size: 16px;
  /*padding-bottom: 2px;*/
}

.mapprice .code 
{
  line-height: 12px;
  font-size: 12px;
  color: #eeeeee;
  text-align: center;
  padding-top: 5px;
}


.mapprice span
{
  line-height: 12px;
  display: block;
  font-size: 13px;
  text-align: center;
}

.quotes
{
	border-spacing:0px;
	border-collapse:separate;
	width:100%;
	font-size:12px;
}

.quotes tr th
{
  font-size: 13.5px;
  padding: 2px;
  border-bottom: solid 1px #0d0d0d;
  background-color: #2d2d2d;
}

.quotes tr td
{
  padding: 2px;
  border-bottom: solid 1px #0d0d0d;
  border-top: solid 1px #333333;
}

.quotes tr.o td
{
  border-top: solid 1px #3e3e3e;
  background-color: #2d2d2d;
}
.letters
{
	border-spacing:0px;
	border-collapse:separate;
	width:100%;
	font-size:12px;
}

.letters tr th
{
  font-size: 13.5px;
  border-bottom: solid 1px #3e3e3e;
}

.letters tr th a
{
  display: block;
}

.letters tr th.selected
{
  border-left: solid 1px #3e3e3e;
  border-top: solid 1px #3e3e3e;
  border-right: solid 1px #0d0d0d;  
  border-bottom: none;
  background-color: #2d2d2d;
  border-radius: 5px 5px 0 0;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-radius-top-left: 5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
}

div.hr
{
  margin: 9px 0px;
  height: 1px;
  background-color: #0d0d0d;
  border-bottom: solid 1px #3e3e3e;
}

#divSymbolPopup
{
  border: solid 1px #5e5e5e;
  position:absolute;  
  left:0;  
  top:0;  
  display:none;  
  z-index: 9999;
  background-color: #222;  
  box-shadow: 5px 5px 10px #000000;
  -moz-box-shadow: 5px 5px 10px #000000;
  -webkit-box-shadow: 5px 5px 10px #000000;
}

.symbolPopupContent
{
  min-width: 310px;  
  min-height: 120px;
}

.symbolPopupContent div.right
{
  float: left;
  padding-right: 5px;
}

.symbolPopupContent div.code
{
  line-height: 18px;
  font-size: 18px;
  text-align: right; 
  padding-top: 10px;
  margin-bottom: 20px;
}

.symbolPopupContent div.code img
{
  width:16px;
  height: 11px;
  vertical-align:baseline;
  margin-right: 10px;
}

.symbolPopupContent div.price
{
  font-size: 33px;
  text-align:right;
  line-height: 105%;
}

.symbolPopupContent div.change
{
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  color: #eeeeee; 
  text-align: right;
}

.symbolPopupContent div.change span
{
  font-size: 14px;
  line-height: 110%;
}

.symbolPopupContent div.red
{
  color: #FF0000;
}

.symbolPopupContent div.green
{
  color: #33bb33;
}

.symbolPopupContent div.image
{
  width: 210px;
  height: 120px;
  float: left;
}

.notification {
	background-position:6px 6px !important;
	background-repeat:no-repeat !important;
	border:1px solid;
	font-size:13px;
	margin:0 0 15px;
	padding:0;
	position:relative;
	/*width:99.8%;*/
	border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.input-notification {
	background-color:transparent;
	background-position:left 2px;
	background-repeat:no-repeat;
	margin:0 0 0 5px;
	padding:2px 0 2px 22px;
}
.notification div {
	display:block;
	font-style:normal;
	line-height:1.5em;
	padding:4px 10px 4px 28px;
}
.hidden 
{
  visibility: hidden;
  display: none;
}
.attention {
	background:#FFFBCC url(../images/warning.png) no-repeat scroll 10px 11px;
	border-color:#E6DB55;
	color:#666452;
}
.success {
	background:#D5FFCE url(../images/check.png) no-repeat scroll 0 0;
	border-color:#9ADF8F;
	color:#556652;
}
.error {
	background:#FFCECE url(../images/error.png) no-repeat scroll 0 0;
	border-color:#DF8F8F;
	color:#665252;
}
.information {
	background:#DBE3FF url(../images/information.png) no-repeat scroll 0 0;
	border-color:#A2B4EE;
	color:#585B66;
}
.loading 
{
  margin: 20px auto;
  width:32px;
  height: 32px;
  background:#222 url(../images/ajax-loader.gif) no-repeat scroll center center;
}

.chartLoading 
{
  margin: 20px auto;
  width:690px;
  height: 377px;
  background:#222 url(../images/ajax-loader.gif) no-repeat scroll center center;
}

.ql
{
	font-size:11px;
	color:#aaa;
	vertical-align:middle;
}
.qp
{
	font-size:14px;
	vertical-align:middle;
}
.wait
{
	height:100px;
	width:180px;
	color:aaa;
	text-align:center;
}
.big
{
	background-color:#eeeeee;
	font-size: 16px;
	padding:5px;
  border: solid 1px #5e5e5e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}