body {
	background-color: #000;
	color: #fff;
}

#header {
	margin-bottom: 20px;
}

#tr, #vl {
	float: left;
	margin-top: 47px;
}

#logo {
	float: right;
	margin-top: 20px;
}

#nav {}

#section {}

#footer {
	margin: 10px 0;
	text-align: center;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	border-right: 1px solid #3386bf;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#footer ul li.last {
	border: none;
	padding-left: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #0099cc;
}

ul.tabs { 
	list-style:none; 
	margin: 0 !important; 
	padding: 0;	
	border-bottom: 1px solid #5c5c5c;	
	height: 40px;
}

ul.tabs li { 
	float: left;	 
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
}

ul.tabs a { 
	/* background: url(/static/images/bf-media-tabs.png) no-repeat 0 0; */
        background: #494949;
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #494949), color-stop(0.5, #000000));
	background: -moz-linear-gradient(top, #494949 0%, #000000 50%);
	background: linear-gradient(top, #494949 0%, #000000 50%);
	border: 1px solid #5c5c5c;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;	
	display: block;
	height: 39px;  
	line-height: 39px;
	margin: 0 5px 0 0;	
	padding: 0 30px;
	position: relative;
	text-align: center;	
	text-decoration: none;
	/* width: 180px; */
}

ul.tabs a:active {
	outline:none;
}

ul.tabs a:hover {
	/* background-position: 0 -39px; */	
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	/* background-position: 0 -78px; */
	background: none;
        background: #212121;
        border-bottom: 1px solid #212121;
}

div.panes {
	background-color: #212121;
	border-bottom: 1px solid #5c5c5c;
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
}

#list {
	margin: 40px 10px 0 0;
	min-height: 520px;
}

dl.item {
	float: left;
	width: 25%;
}

dl.item dt {}

dl.item dt img {
	display: block;
	height: 72px;
	margin: 0 auto;
	width: 128px;
}

dl.item dd {
	font-weight: bold;
	height: 26px;
	margin: 5px auto;
	text-align: center;
	width: 150px;
	word-wrap: break-word;
}

div.overlay {
	background-image:url(/static/images/bf-media-overlay.png); 
     display: none;
	height: 521px; 
	width: 698px;
}

div.overlay a.close {
	background-image:url(/static/images/bf-media-close.png); 
    cursor: pointer;
	height: 28px;
	left: 42px;
	position: absolute; 
	top: 35px; 
    width: 28px;
}

div.show {
	margin: 55px 109px 55px 109px;
}

div.show dl {}

div.show dt {
	font-weight: bold;
}
div.show dd {
	padding-top: 10px;
}

div.show a {
	display: block;
	height: 300px;
	width: 480px;
}

#pagination {}

ul.pages {
		float: right;
		list-style: none;
		margin-right: 20px;
}

ul.pages li {
		float: left;
        margin: 0 10px 0 0;
}

ul.pages a {
	background-color: #000;
	border: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	padding: 3px 9px 3px 9px;
	text-decoration: none;
}

ul.pages a:hover {
	background-color: #222;
}

ul.pages a.current {
	background-color: #2676a9;
	border: 1px solid #3385bd;
}

ul.pages a.previous, ul.pages a.next, ul.pages a.first, ul.pages a.last {
	background: url(/static/images/bf-media-pagination-indicators.png) no-repeat 0 0;
	height: 25px;
	padding: 0;
	width: 25px;
}

ul.pages a.previous:hover {
	background-position: -25px -50px;
}

ul.pages a.previous {
	background-position: 0 -50px;
}

ul.pages a.next:hover {
	background-position: -25px -75px;
}

ul.pages a.next {
	background-position: 0 -75px;
}

ul.pages a.first:hover {
	background-position: -25px 0;
}

ul.pages a.first {
	background-position: 0 0;
}

ul.pages a.last:hover {
	background-position: -25px -25px;
}

ul.pages a.last {
	background-position: 0 -25px;
}

