@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#placeholder-top {
	background-image:url(images/top_bg_spectron.jpg);
	background-position:right top;
}

.geomenu .vertical-menu .tile-top {
	background-image: url(images/tabmenu-top.png);
}



/********************************************/
/* SPECTRON XML-GRID						*/
/********************************************/

#xmlgridunik {
	width: 520px;
	display: block;
	float: left;
	margin-bottom: 0px;
}

#xmlgridunik.single-table {
	margin-bottom: 20px;
}

.xml-table {
	font-size: 9px;
	width: 520px;
	clear: both;
	border-top: 1px solid #fff;	
}

#xmlgridunik table {
	border: none;
	width: 520px;
	border-collapse: collapse;
}


#xmlgridunik td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #6f6961;
}

#xmlgridunik td.first {
	border-left: none;
}

#xmlgridunik .headerRow td {
	color: #002e6b;
}

#xmlgridunik ul.xmltabs {
	width: 100%;
	height: 20px;
	font-size: 9px;
	float: left;
	padding: 0;
	margin: 0;
	border-bottom: 6px solid #35b3e4;
	/*border-left: 1px solid white;*/
}

#xmlgridunik ul.xmltabs li {
	display: inline;
	float: left;
	height: 20px;
	background-image: url(images/ticker_tab_left_inactive.png);
	background-repeat: no-repeat;
	background-color: #6f6961;
	background-position: left;
	padding-left: 5px;
	margin-right: 2px;
}
#xmlgridunik ul.xmltabs li .link {
	cursor: pointer;
	display: block;
	float: left;
	height: 19px;
	background-image: url(images/ticker_tab_right_inactive.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	color: #fff;
	padding-right: 5px;
	padding-top: 0px;
}

#xmlgridunik ul.xmltabs li.active {
	background-image: url(images/ticker_tab_left_active.png);
	background-repeat: no-repeat;
}

#xmlgridunik ul.xmltabs li.active .link {
	background-image: url(images/ticker_tab_right_active.png);
	color: #18171a;
}

#xmlgridunik td {
	padding: 0;
	padding-right: 3px;
	padding-left: 3px;
}

#xmlgridunik td.index {/*width: 139px;*/ color: #000000;}
#xmlgridunik td.contract {/*width: 100px;*/ }
#xmlgridunik td.dealDate {/*width: 60px;*/}
#xmlgridunik td.totalVolume {/*width: 70px;*/ text-align: right;}
#xmlgridunik td.high  {/*width: 30px*/;text-align: right;}
#xmlgridunik td.low {/*width: 30px;*/text-align: right;}
#xmlgridunik td.average {/*width: 30px;*/text-align: right; color: #000000; font-weight: bold;}

tr.headerRow  {}

.headerRow td {text-align: center;}

.headerRow td.index-header {/*width: 139px;*/ text-align: left;}
/*
.headerRow td.contract-header { width: 100px;}
.headerRow td.dealDate-header { width: 60px;}
.headerRow td.totalVolume-header { width: 70px;}
.headerRow td.high-header { width: 30px;}
.headerRow td.low-header { width: 30px;}
.headerRow td.average-header { width: 30px;}
*/