@charset "utf-8";
@import "reset.css";
@import "base.css";
html{
	font-size:100.01%;
	}

body{
	color:#333333;
	font-size:10px;
	font-family:Tahoma;
	background:#ffffff;
	}
.yellow{background:#eaab0d;}
.green{background:#84b92c;}
.gray{background:#4d4d4d;}
.blue{background:#0766a6 url(/images/quotes/backgrounds/blue.jpg) no-repeat 0 100%;}
.no-marker{margin:0;}
.no-marker li{list-style: none;}

.bone{
	font-size:10px !important;
	font-family:Tahoma !important;
	border:1px solid #333333;
}
.signx{
	min-height:180px;
	padding:2px 4px;
	background: no-repeat 0 20px;
}
.box{margin-bottom:2px;}
.b-top, .b-bottom{
	height:2px;
	margin:0 2px;
	position: relative;
	background:url(/images/quotes/backgrounds/box.png);
}
.b-top div, .b-bottom div{
	position: absolute;
	top:0;
	width:2px;
	height:2px;
	overflow: hidden;
	background-image: url(/images/quotes/backgrounds/corner.png);
	background-repeat:no-repeat;
}
.bt-l{
	left: -2px;
	background-position: 0 0;
}
.bt-r{
	right: -2px;
	background-position: -2px 0;
}
.bb-l{
	left: -2px;
	background-position: 0 -2px;
}
.bb-r{
	right: -2px;
	background-position: -2px -2px;
}
.b-content{background:url(/images/quotes/backgrounds/box.png);}
.date .b-content{
	color: #fff;
	line-height:0.9;
	text-align: center;
}
.info{margin-bottom:2px;}
.info table{
	width:100%;
	margin:0;
}
.info th, .info td{
	border: none;
	padding:0;
	text-align: center;
}
.info th div{
	color: #fff;
	height:12px;
	width:100%;
	font-weight: normal;
	padding:0 0 1px;
	margin:0 0 2px;
	background:url(/images/quotes/backgrounds/box.png);
}
.info th.f-th div{
	background:url(/images/quotes/backgrounds/table-th.png) no-repeat 0 0;
}
.info th.l-th div{
	background:url(/images/quotes/backgrounds/table-th.png) no-repeat 100% 100%;
}
.f-th{width:18%;}
.l-th{width:24%;}
.sym-th{width:38%;}
.bid-th{width:20%;}
.info td div{
	height:12px;
	padding-top:1px;
	background:url(/images/quotes/backgrounds/info-td.png);
}
.info td.tl-td div{background:url(/images/quotes/backgrounds/corner-l.png) no-repeat;}
.info td.tr-td div{background:url(/images/quotes/backgrounds/corner-l.png) no-repeat 100% 0;}
.info td.bl-td div{background:url(/images/quotes/backgrounds/corner-l.png) no-repeat 100% 0;}
.info td.br-td div{background:url(/images/quotes/backgrounds/corner-l.png) no-repeat 100% 100%;}
.tarr{
	width:14px;
	height:11px;
	display: inline-block;
	background:url(/images/quotes/icons/icons.png) no-repeat 0 0;
}
.barr{
	width:13px;
	height:11px;
	display: inline-block;
	background:url(/images/quotes/icons/icons.png) no-repeat 0 -11px;
}
.tabs{
	position: relative;
	padding:2px 50px 0 0;
}
.choice{
	position: absolute;
	top:8px;
	right:0;
}
.choice select{
	font-size:9px;
	width:48px;
}
.tabs-ul li{
	float: left;
	width:32px;
	padding-top:2px;
	margin-right: 2px;
	text-align: center;
}
.tabs-ul li.active{background:url(/images/quotes/backgrounds/tabs-li.gif) no-repeat;}
.tabs-ul li a{
	font-size:9px !important;
	color: #fff;
	text-decoration: none;
}
.tabs-ul li.active a{color: #333;}
.schedule img{border:1px solid #333;}
.footer{
	padding:10px 0 2px;
}
.logo{
	float: left;
	width:69px;
	height:22px;
	background:url(/images/quotes/icons/icons.png) no-repeat -14px 0;
}
.logo span{display: none;}
.footer a{color: #fff;}
.footer p{
	color: #fff;
	float: right;
	margin:0;
	padding-top:4px;
}
/* UTIL */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
