/* CSS Document *//*
	Theme Name: BCC
	Theme URI: 
	Description: Site structure
	Version: 1.0
	Author: Consult Commerce Ltd.
	Author URI: http://consultcommerce.com
*/


html {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

 
#site-wrapper {
	margin: 0 auto;
	padding: 0;
	width:1000px;
	background: url(../images/middle-tile.gif) left repeat-y;
	position:relative;
}


/* >> TITLES */
h1, h2, h3, h4, h5, h6 {
 color:#000000;
 font: normal bold 1em Verdana, Arial, Helvetica, sans-serif;
 margin:10px 0 10px 0;
}
h1 {
 font-size: 1.6em;
}
h2 {
 font-size:18px;
 color:#c40000;
  margin:10px 0 10px 10px;
}
h3 {
 font-size: 1.4em;
}
h4 {
 font-size: 1.3em;
}
h5 {
 font-size: .9em;
 font-weight: bold;
}
h6 {
 font-size: .8em;
 font-weight: bold;
}


/* >> BLOCKS */
div {}


/* >> LINKS */
a {
	color: #2970a6;
	text-decoration: none;
}
a:hover {
	color: #0088cc;
	text-decoration: underline;
}


/* >> IMAGES */
img, a img {
	border: 0;
}


/* >> FORMS */

input, textarea, select { 
	border:none;
	margin:0;
	font-size:12px;
	color:#333333;
}

input.text, textarea.text, select.text { 
	border:1px solid #c8c8c8;
	margin:0;
	font-size:12px;
	color:#333333;
}

input.btn, .btn input {border:none;}

input.button {border:1px solid gray; background-color:#667489; color:#FFFFFF; cursor:pointer; }


/*--------------------------------------------------------------------------*/


/* >> CLASSES */
.align-left			{text-align: left;}
.align-right			{text-align: right;}
.align-center			{text-align: center;}
.align-justify			{text-align: justify;}


.float-left			{float: left;}
.float-right			{float: right;}


.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.empty {
	height: 1px !important;
	font-size: 1px !important;
	line-height: 1px !important;
}
.empty-clear {
	height: 0px !important;
	font-size: 0px !important;
	line-height: 0px !important;
	clear:both;
}

div.error
{
	color: #AA0000;	
	margin: 10px 0px 10px 0px;
	padding: 10px 5px 10px 50px; 
	background: #fffaff url( "../images/error.gif" ) 20px center no-repeat;
	border-top: 2px solid #AA0000;
	border-bottom: 2px solid #AA0000;
	font-weight: bold;	
	position:relative;
}

.error-message
{
	color: #AA0000;	
	margin: 10px 0px 10px 0px;
	padding: 10px 5px 10px 50px; 
	background: #fffaff url( "../images/error.gif" ) 20px center no-repeat;
	border-top: 2px solid #AA0000;
	border-bottom: 2px solid #AA0000;
	font-weight: bold;	
	position:relative;
	display:block;
	width: 40%;
}

.success-message
{
	color: #336699;	
	margin: 10px 0px 10px 0px;
	padding: 10px 5px 10px 10px; 
	background: #fafafa;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	font-weight: bold;	
	position:relative;
}


.border-black {
	border:1px solid #000;
}

.border-black-margin {
	margin:0 10px 5px 0;
	border:1px solid #000;
}

/*--ticker-->>*/

.ticker-name 
{	color:#336699;
	}

.ticker-value
{	color:#000;
	}

.ticker-change 
{
	display:block;
	position:relative;	
	}

.ticker-change .plus{
	color:#009933;
	font-size: 9px;
	position:relative;
	display:block;
	top:-3px;
	}

.ticker-change .minus {
	color:#c40000;
	font-size: 9px;
	position:relative;
	display:block;
	top:3px;
	}
	
/*<<--ticker*/

.label 
{
	color:#2970a6;
	font-size:11px;
	display:block;
	padding-left:3px;
}

.margin-top-none h5 {margin-top:0px;}
/*--------------------------------------------------------------------------*/

#top {
	font-size:0px !important; /* remove white space - fix for IE6*/
	background-color:#FFFFFF;
}

.logo {
	border-color: #000;
	border-style:solid;
	border-width:7px 0px 1px 0px;
	height:41px;
	margin-bottom:2px; 
	padding-left:40px; 
	background: url(../images/logo-symbol.gif) left no-repeat;
}
.logo a 
{
	display:block;
	margin-right:320px;
}


.logo img {
	margin:16px 0 0 3px;
}


#middle {
	
}

/*side-bar-left-->>*/

#side-bar-left {
	float:left;
	width:210px;
	background: #f0f0f0 url(../images/side-bar-left-tile.jpg) repeat-x;
	min-height:578px;
	_height:578px;
}


.login-panel {
	padding:12px;
	font-size:12px;
}

.login-panel a {
	color:#1f375b;
	font-weight:bold;
	font-size:12px;
	display:block;
	text-decoration:underline;
	margin: 0 0 12px 0;
}

.login-panel a:hover {
	color:#0088cc;
	text-decoration:none;
}

.login-panel input {
	margin:0;
}

.login-panel input.button {
	margin-top:5px;
}

.login-panel input.text {
	width:162px;
}
/*--added from Hristo-->>*/
.forget-password
{	 
	position:absolute;
	margin:10px 0 0 33px;
}

.forget-password a
{	 
	font-size:9px;
	color:#888;
}

/*<--added from Hristo--*/



span.red-title {
	color:#c40000;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

/*navigation-->>*/

.navigation ul {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
}

.navigation ul li {
	margin-top:4px;
}

.navigation ul li a {
	color:#707f96;
	background:url(../images/navigation-line-bkg.gif) 5px bottom no-repeat; 
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	min-height:24px;
	_height:24px;
	border-left:11px solid #707f96;
	display:block;
	padding:0 0 0 7px;
}

.navigation ul li a:hover {
	color:#254999;
	background:url(../images/navigation-line-h-bkg.gif) 5px bottom no-repeat; 
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	min-height:24px;
	_height:24px;
	border-left:11px solid #254999;
	display:block;
	padding:0 0 0 7px;
}

.navigation ul li a.current {
	color:#254999;
	background:url(../images/navigation-line-h-bkg.gif) 5px bottom no-repeat; 
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	min-height:24px;
	_height:24px;
	border-left:11px solid #254999;
	display:block;
	padding:0 0 0 7px;
}

/*-------------------------------*/
ul.navigation-sub {
	list-style:none;
	margin:0;
	padding:0;
}

ul.navigation-sub li {
	margin-top:4px;
}

ul.navigation-sub li a {
	color:#254999;
	background:none;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-left:none;
	border-bottom:1px dashed #254999;
	display:block;
	padding:0;
	margin:0 15px 0 20px;
	line-height:14px;
	min-height:14px;
	_height:14px;
}

ul.navigation-sub li a:hover {
	color:#c40000;
	background: none; 
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-left:none;
	border-bottom:1px solid #c40000;
	display:block;
	padding:0;
	margin:0 15px 0 20px;
	line-height:14px;
	min-height:14px;
	_height:14px;
}

ul.navigation-sub li a.current {
	color:#c40000;
	background:url(../images/bullet-sub.gif) left center no-repeat; 
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-left:none;
	border-bottom:1px solid #c40000;
	display:block;
	padding:0 0 0 8px;
	margin:0 15px 0 20px;
	line-height:14px;
	min-height:14px;
	_height:14px;
}

ul.navigation-sub li a.current:hover {
	color:#c40000;
	background:url(../images/bullet-sub.gif) left center no-repeat; 
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-left:none;
	border-bottom:1px solid #c40000;
	display:block;
	padding:0 0 0 8px;
	margin:0 15px 0 20px;
	line-height:14px;
	min-height:14px;
	_height:14px;
}
/*<<--navigation*/


/*<<--side-bar-left*/


/*content-sponsors-wrapper-->>*/

#content-sponsors-wrapper {
	float:right;
	width:789px;
	border-right:1px dashed #d6d6d6;
}


#content-holder {
	float:left;
	width:644px;
}


#content-holder .content {

}
#homepage #content-holder .content .content-holder {
	width:370px;
	float:right;
	min-height:275px;
	_height:265px;
}





#ticker {
	background:url(../images/ticker-tile.gif);
	height:60px;
	width:789px;
	border-bottom:1px solid #999;
	font-size:11px;
}

#ticker strong {
	margin:10px 0 0 10px;
	display:block;
	color:#000;
}
div.ticker-1-content,
div.ticker-2-content {
	background:#FFFFFF;
	margin:10px 10px 0 5px;
}

div.ticker-1-content table tr td,
div.ticker-2-content table tr td {

	height:16px;
	line-height:16px;
}




.search-nav {
	background:#616e82 url(../images/search-nav-tile.gif) repeat-x;
	color:#FFFFFF;
	margin:0 3px;
	height:26px;
	width:636px;
	border-left:1px solid #adc3e2;
	border-right:1px solid #adc3e2;
}

.search-nav a {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


.search-nav a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

.search-links {
	float:left;
	padding:4px 0 0 10px; 
}

.search-links ul {
	list-style:none;
	margin:0;
	padding:0;
}

.search-links ul li {
	margin:0;
	padding:0;
	float:left;
	padding:0 2px 0 2px;
	line-height:18px;
	_line-height:15px;
}

.search {
	float:right;
	padding:2px 4px 0 5px;
}

.search input {
	margin:0;
	display:block;
	float:left;
}

.search input.text {
	margin:1px 3px 0 0;
}

.content {
	padding:10px;
}

/*added from CMS-->>*/
.sub-title-info 
{
	font-size:12px;
	color:#333;
	margin:0;
}
.img-holder 
{
	margin-right:5px;
}
.img-holder img, .img-holder input 
{
	border:1px solid gray !important;
}

.img-holder-clear img, .img-holder input 
{
	border:1px solid gray !important;
	clear:both;
}
.img-without-border img, .img-without-border input 
{
	border:none !important;
}
/*<<--added from CMS*/








/*special-fm-->>*/

#ctl00_pHomeItems {
}

.special-fm-news {
	background:url(../images/news-tile.jpg) repeat-y;
	width:244px;
	float:left;
	font-size:12px;

/*	position: absolute;
	top:370px;
	left:215px;
	background:url(../images/special-news-bkg.jpg) no-repeat;
	width:245px;
	height:527px;
	z-index:600;*/
	
/*	_position:relative;
	_top:-370px;
	_left:0px;
	_margin-bottom:-600px;*/
}


.special-fm-news .wrapper-1 {
	background:url(../images/news-top.jpg) left top no-repeat;
	padding:1px 0px;
}

.special-fm-news .wrapper-2 {
	background:url(../images/news-bot.jpg) left 100% no-repeat;
	min-height:527px;
	_height:527px;
	padding:1px 0px;
}

.special-fm-news span {
	background:#707f96;
	display:block;
	height:23px;
	line-height:23px;
	color:#dbe9ff;
	padding-left:10px;
	font-size:14px;
	margin: 20px 15px 0 5px;
}


.special-fm-news p {
	padding:0 10px 0 15px;
	margin:12px 0 20px 0;
}

.special-fm-news div.p {
	padding:0 10px 0 15px;
	margin:12px 0 20px 0;
}

.special-fm-news strong, .special-fm-news strong a {
	color:#c40000;
}

.special-fm-news ul {
	list-style-image:url(../images/bullet.gif);
}

.special-fm-news ul li {
	line-height:20px;
	height:20px;
	padding-bottom:6px;
}

.special-fm-news .left-wrapper ul li a {
	font-size:14px;
	color:#000000;
}















.special-fm-calendar {
	width:380px;
	height:252px;
	background:url(../images/special-calendar-bkg.jpg) left top no-repeat;
	margin-bottom:5px;
	overflow:hidden;
	float:right;
	
}




.special-fm {
	width:624px;
	height:251px;
	background:url(../images/special-fm-bkg.jpg) left top no-repeat;
	margin-bottom:5px;
	
}


.left-wrapper {
	margin:14px 14px 0 4px;
	_margin:14px 14px 0 2px;
	width:230px;
	float:left;
	font-size:12px;
}

.left-wrapper span {
	background:#707f96;
	display:block;
	height:23px;
	line-height:23px;
	color:#dbe9ff;
	padding-left:10px;
	font-size:14px;
}


.left-wrapper p {
	padding:0 10px 0 15px;
	margin:12px 0 20px 0;
}

.left-wrapper div.p {
	padding:0 10px 0 15px;
	margin:12px 0 20px 0;
}

.left-wrapper strong, .left-wrapper strong a {
	color:#c40000;
}

.left-wrapper ul {
	list-style-image:url(../images/bullet.gif);
}

.left-wrapper ul li {
	line-height:20px;
	height:20px;
	padding-bottom:6px;
}

.left-wrapper ul li a {
	font-size:14px;
	color:#000000;
}
/*--------------------------------*/


/*-----calendar---->>*/

.calendar-right-wrapper {
	margin:14px 3px 0 0;
	_margin:14px 1px 0 0;
	width:374px;
	float:right;
	font-size:12px;
}

.calendar-right-wrapper h3, .right-wrapper h3 a {
	font-size:12px;
	color:#c40000;
	margin-top:0;
}


.calendar-right-wrapper .span-holder {
	background:#6e88b3;
	display:block;
	height:23px;
	line-height:23px;
	color:#dbe9ff;
	margin-left:2px;
}

.calendar-right-wrapper .span-holder span {
	width:153px;
	display:block;
	float:left;
	padding-left:10px;
	font-size:14px;
}

.calendar-right-wrapper .span-holder span.border-left {
	border-left:2px solid #f3f7fa;
	margin-left:25px;
}

.calendar-right-wrapper .event-content {
	padding:20px 10px 0 20px;
}

.calendar-right-wrapper .event-content span strong {
	color:#36419a;
}

.calendar-right-wrapper .event-content strong {
	color:#c40000;
}

.calendar-right-wrapper .event-content p {
	margin:0;
}

.calendar-right-wrapper ul {
	list-style:none;
	margin:15px 0 0 5px;
	padding:0;
	width:350px;
}

.calendar-right-wrapper ul li {
	float:left;
	margin:0 8px 5px 0;
}

.calendar-right-wrapper div.align-right {
	padding-right:20px;
}

.calendar-right-wrapper div.align-right a {
	color:#707f96;
	font-weight:bold;
	text-decoration:underline;
}

.calendar-right-wrapper div.calendar-holder {margin-top:20px; padding-left:10px;}

.calendar-right-wrapper div.float-left {margin:0 4px 2px 0;}


/*<<---calendar--*/

.right-wrapper {
	margin:14px 3px 0 0;
	_margin:14px 1px 0 0;
	width:372px;
	float:right;
	font-size:12px;
}

.right-wrapper h3, .right-wrapper h3 a {
	font-size:12px;
	color:#c40000;
	margin-top:0;
}


.right-wrapper .span-holder {
	background:#6e88b3;
	display:block;
	height:23px;
	line-height:23px;
	color:#dbe9ff;
}

.right-wrapper .span-holder span {
	width:153px;
	display:block;
	float:left;
	padding-left:10px;
	font-size:14px;
}

.right-wrapper .span-holder span.border-left {
	border-left:2px solid #f3f7fa;
}

.right-wrapper .event-content {
	padding:10px 10px 0 20px;
}

.right-wrapper .event-content span strong {
	color:#36419a;
}

.right-wrapper .event-content strong {
	color:#c40000;
}

.right-wrapper .event-content p {
	margin:0;
}

.right-wrapper ul {
	list-style:none;
	margin:15px 0 0 5px;
	padding:0;
	width:350px;
}

.right-wrapper ul li {
	float:left;
	margin:0 8px 5px 0;
}

.right-wrapper div.align-right {
	padding-right:20px;
}

.right-wrapper div.align-right a {
	color:#707f96;
	font-weight:bold;
	text-decoration:underline;
}

.right-wrapper div.calendar-holder {margin-top:10px;}

.right-wrapper div.float-left {margin:0 4px 2px 0;}

/*<<--special-fm*/







.gallery ul {
	list-style:none;
	margin:15px 0 0 0px;
	padding:0;
	width: 370px;	
}

.gallery li {
	float:left;		
}

.gallery ul li .img-size {
	width:105px;
	height:74px;
	text-align:center;	
	margin: 3px;		
}

.gallery img {
	border: 1px solid gray !important;
}


/*sponsors-bar-->>*/

#sponsors {
	float:right;
	width:144px;
	border-left:1px dashed #d6d6d6;
	padding-bottom:10px;
	margin-bottom:4px;
	
}

.weather {
	font-size:12px;
	margin:2px 2px 20px 2px;
	padding:5px;
	background:#ebeff2;
	border:1px solid #d6d6d6;
}

.sponsors-images {
	text-align:center;
}

.sponsors-images img {
	margin:10px 0 0 0;
}
/*<<--sponsors-bar*/

#footer {
	background:#f0f0f0;
	border-top:1px solid #969696;
	height:48px;
	margin:0 4px 0 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
}

#footer .copyright {
	float:left;
	padding:4px;
}

#footer .footer-links {
	float:right;
	padding:4px;
}

#footer .footer-links ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

#footer .footer-links ul li
{
	margin:0;
	padding:0;
	float:left;
	padding:0 3px 0 3px;
}

.captcha input
{	
	border:1px solid #c8c8c8;
	margin:0;
	font-size:12px;
	color:#333333;
}

.edit-form th {	
	text-align: right;
	vertical-align:top;
}

/*<<--content-sponsors-wrapper*/

/*-poll------------->*/

.poll {
	/*background:url(../images/poll-tile.jpg) repeat-y; */
	font-size:12px;
	margin:2px 2px 20px 2px;
	padding:5px;
	width:150px;
	display:block;
}


.poll a {
	color:#1F375B;
	font-size:12px;
	font-weight:bold;
	margin:0pt 0pt 12px;
	text-decoration:underline;
}

.poll a:hover {
	color:#0088CC;
	text-decoration:none;
}

.poll-body {
	/*background:url(../images/poll-bkg-top.jpg) top no-repeat; */
	width:200px;
	min-height:201px;
	_height:201px;
}
.poll-content {
	/*background:url(../images/poll-bkg-bot.jpg) bottom no-repeat;*/
	width:150px;
	min-height:190px;
	_height:190px;
	padding:0 19px 14px 19px;
	color:#FFFFFF;
}
.poll-content a 
{
	 color:#FFFFFF;
	text-decoration:underline;
}
.poll-content a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
.poll-content strong.title {
	text-align:center;
	display:block;
	color:#336699;
	font-size:14px;
	margin:0 56px 20px 45px;
	padding-top:10px;
	/*background:#FF0000;*/
}

.graph { 
    border: 1px solid #336699; 
    padding: 1px; 
}
.graph .bar { 
    display: block;
    background: #FFFFFF; 
    text-align: right; 
    color: #FFFFFF;
    height: 10px;            
}
.graph .bar span 
{
	left: 1em; 
}

.graph-results { 
    border: 1px solid #336699; 
    padding: 1px; 
}

.graph-results .bar { 
    display: block;
    background: #336699; 
    text-align: right; 
    color: #336699;
    height: 10px;            
}
.graph-results .bar span 
{
	left: 1em; 
}

 .poll-panel 
 {
	padding:5px;
	background:#ebeff2;
	border:1px solid #d6d6d6;
}
/*<-------------poll-*/


/*-search_tabs------------->*/
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: black;
background: #EBEFF2;
border-color: navy;
}

#tablist li a.current{
border-bottom: 1px solid white ;
background: white;
}

.search-results
{
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
}



/*<-------------search_tabs-*/

/*<-------------poll-*/


/*-company_list------------->*/
.company-list{
border: solid 1px #0088CC;
padding:10px 5px 10px 5px;
margin-bottom:20px;
}

.company-list h3 {
float:left;
color:#707F96;
font-weight:bold;
font-size:18px;
margin:0px;
clear:right;
vertical-align:top;
}

.company-list  a{
color:#707F96;
}

.company-list  img{
float:left;
clear:both;
padding:10px 5px 10px 5px;
}

.company-list .description{
clear:both;
}
.company-list .categories{

clear:both;
}



.company-list  a:hover{
color: #254999;
}


.company-logo
{
	border:1px solid #707F96;
	float:left;
}

/*<-------------company_list-*/

#category_panel {
	clear: left; 
	border: #cccccc 1px solid; 
	padding: 3px;
	overflow: auto;
	width: 200px; 	
	height: 110px; 
	background-color: #fafafa;
	text-align: left;
}





#flashcontent {
	/*height:216px;*/
}