BTG.css 3.36 KB
/* dkblue:214796 midblue:00aeef litblue:b9e5fb */

/* bolierplate stuff */

/* Clear For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}

@font-face {
    font-family: 'TradeGot';
    src: url('../fonts/TradeGot.eot');
    src: url('../fonts/TradeGot.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TradeGot.woff') format('woff'),
         url('../fonts/TradeGot.ttf') format('truetype'),
         url('../fonts/TradeGot.svg#TradeGot') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGotBol';
    src: url('../fonts/TradeGotBol.eot');
    src: url('../fonts/TradeGotBol.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TradeGotBol.woff') format('woff'),
         url('../fonts/TradeGotBol.ttf') format('truetype'),
         url('../fonts/TradeGotBol.svg#TradeGotBol') format('svg');
    font-weight: normal;
    font-style: normal;

}

#BTG{
	position: fixed;
	left:0;
	top:143px;
	width:298px;
	font-family: TradeGot, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 12px;
	color:#214796;
}
#BTG #BTG_header{
	background:url('../images/btg-back.png') no-repeat top left;
	padding:13px 0px 8px 33px;
	float:left;
	width:100%;
}

#BTG h2{
	font-size:15px;
    font-weight: normal;
	font-style:normal;
	line-height: 17px;
	font-family: TradeGotBol, Arial, sans-serif;
	text-transform:uppercase;
	padding:0; margin:1px 0 0 0;
}
#BTG #BTG_header h2{
	width: 130px;
	padding:0; margin:1px 0 0 0;
	float:left;

}
#BTG #BTG_header #BTG_instruct {
    float: left;
    clear: both;
    width: 205px;
    font-size: 11px;
    margin: 4px 0;
}
#BTG #BTG_header #BTG_help{
	display:block;
	height:41px;
	width:64px;
	background:url('../images/btg-sprites.png') no-repeat -18px -76px;
	padding:0; margin:0;
	float:left;

}
#BTG #BTG_header #BTG_help:hover{background:url('../images/btg-sprites.png') no-repeat -18px -117px;}
#BTG #BTG_header #BTG_help:active{background:url('../images/btg-sprites.png') no-repeat -18px -115px;}
#BTG #BTG_header #BTG_skype{
	display:block;
	height:38px;
	width:38px;
	background:url('../images/btg-sprites.png') no-repeat -18px 0px;
	padding:0; margin:1px 0 0 21px;
	float:left;
}
#BTG #BTG_header #BTG_skype:hover{background:url('../images/btg-sprites.png') no-repeat -18px -38px;}
#BTG #BTG_header #BTG_skype:active{background:url('../images/btg-sprites.png') no-repeat -18px -36px;}


#BTG #BTG_content{
	background:url('../images/btg-back.png') no-repeat bottom left;
	padding:0 0 5px 33px;
	min-height:155px;
	width:265px;
	float:left;
}
#BTG #BTG_footer{
	width:188px;
	padding:5px 0 5px 0;

}

#BTG #BTG_content ul{
	padding:0;
	margin:0 77px 0 0px;
	border-top: solid 1px white;
	list-style-type: none;
}
#BTG #BTG_content ul li{
	margin:0; padding:0;
	border-bottom: solid 1px white;
}
#BTG #BTG_content ul li a.BTG_user{
	display:block;
	padding: 8px 0 8px 8px;
	text-decoration:none;
	color:#214796;
}
#BTG #BTG_content ul li a.BTG_user:hover{
	text-decoration:underline;
}
#BTG #BTG_content ul li a.BTG_user:active{
	color:#FFF;
}
#BTG #BTG_content ul li a.BTG_user img{
	border:none;
	margin:-2px 5px -3px 0;
	float:right;
}
#BTG #BTG_content #BTG_rightcol{
	width:18px;
	height:139px;
	float:right;
	background: url('../images/btg-sprites.png') no-repeat 0px 0px;
	margin:0 23px 0 0;
}