@import url("teams_bar.css");

body{
  background-color:#121212;
  background-repeat:no-repeat;
  background-position: top left;
  background-attachment:fixed;
  padding:0;
  margin:0;
}
body, table, td, input, textarea, select{
  font: 12px Arial,Tahoma,Verdana,sans-serif;
  color:#000;
}
input, textarea{
  font-size: 11px;
  padding:0;
}
form{
  margin:0;
}
img{
  border:0;
}
label{
  cursor:pointer;
}
h1{
	font-size: 200%;
	padding:0;
	margin:0;
	font-weight:normal;
}
h2{
	color:#FFFFFF;
	font-size: 140%;
	padding:0;
	margin:0;
}
h2 a, h2 a:link,h2 a:visited,h2 a:active{
	color:#373F42;
	padding:0;
	margin:0;
	text-decoration:none;
}
h2 a:hover{text-decoration:underline;}

a, a:link,a:visited,a:active{color:#000;text-decoration:underline;outline:none;}
a:hover{text-decoration:none;}

a.inv, a.inv:link,a.inv:visited,a.inv:active{text-decoration:none;}
a.inv:hover{text-decoration:underline;}

a.none, a.none:link,a.none:visited,a.none:active,a.none:hover{text-decoration:none;}

img.b{border:1px solid #B2B3DB;}

.clear{clear:both;}
.to_left{float:left;}
.to_right{float:right;}
.hidden{display:none;visibility:hidden; }
.visible{display:block;visibility:visible; }

hr{border:1px solid #fff; border-width:1px 0 0 0;background:#fff;height:1px;}

.button{border:1px solid #454748;background:#42BBEE;font-weight:bold;color:#fff;cursor:pointer;padding:1px 3px;}

.red, .error{color:rgb(204,0,0)}
.green, .success{color:rgb(0,153,0)}
.pager b{font-size:125%;}

.page_width{width:992px;margin:auto;}

.header_ads{
  width:1002px;
  margin:auto;
}

.header_logo{width:123px; float:left; position:absolute;}
.header_banner{
	position:relative;
	height:108px;
	overflow:hidden;
	right:0;
	top:0;
	margin:0 0 10px 125px;
	vertical-align:middle;
	border:1px solid #181d20;
	width: 865px;
	background: url(images/box_bg.jpg) repeat-x bottom #252E33;
}
.newsticker-jcarousellite { width:280px !important; float:left; }
.newsticker-jcarousellite ul{ padding:0;margin:0;list-style:none; }
.newsticker-jcarousellite ul li{ display:block; padding-bottom:1px; margin-bottom:5px;float:left; }
.header_teaser{
	padding:14px;
	width:250px;
	height:72px;
	overflow:hidden;
	color:#FFFFFF;
	float:left;
}
.teas1{
	border:1px solid #434c50;
}
.teas2{
	border:1px solid #434c50;
	border-left:1px solid #181d20;
}
.teas3{
	border:1px solid #434c50;
	border-left:1px solid #181d20;
}
.header_teaser img{border:solid 1px #BFBFBF; margin-right:5px; float:left}
.header_teaser .title{font-weight:bold}
.header_teaser .content{font-size:11px; padding-top:11px;}
.header_teaser a, .header_teaser a:link, .header_teaser a:visited, .header_teaser a:active{text-decoration:none; cursor:pointer; color:#BFBFBF;}
.header_teaser a:hover{	color:#FFFFFF; }
.header_teaser a:hover img{border:solid 1px #FFFFFF !important;}

.banner_300x100{width:300px; margin:0 auto 10px auto;}
.banner_300x50{padding:5px 0px}

#main_border{
  background:url('/images/bg_border.png');
  width:992px !important;
  padding:10px 5px 5px 5px;
  margin:auto;
}
#main_dark{

}
#content_width{
}
#logo{
	position:relative;
	left:0;
	top:0;
}
#logo img{
	padding:10px 0 0 5px;
}
#header{
	height:167px;
}
/************** menu START ****************/
#mymenu{
	position:relative;
	height:66px;
	z-index:200;
}
#menu{
	position:relative;
	height:27px;
	border-bottom: 1px solid #fff;
}
    #menu ul{
      position:absolute;
    	list-style:none;
    	padding:0;
    	margin:0 10px;
    	z-index:100;
    }
    #menu li{
    	position:relative;
    	z-index: 100;
    	border:1px solid #121212;
    	border-width: 1px 1px 0 1px;
      background: url('/images/bg_menu_trans.png');
    	float:left;
    }
    #menu a, #menu a:link,#menu a:visited,#menu a:active{
    	color:#fff;
    	text-decoration:none;
    	font-size:120%;
    	padding:5px 20px 5px 5px;
    	margin:0 3px;
    	display:block;
    	background:url('images/menu_arrow.gif') no-repeat 96% 50%;
    }
    #menu a:hover{
    	text-decoration:none;
    }
    #menu .li_hover{
      position:relative;
      z-index:100;
    	background: url('images/menu_bg.gif') repeat-x #1b9acf;
    	border:1px solid #fff;
    	border-width: 1px 1px 0 1px;
    }
    #menu .li_hover a, #menu .li_hover a:link,#menu .li_hover a:visited,#menu .li_hover a:active,#menu .li_hover a:hover{
    	padding:5px 20px 6px 5px;
    	background:url('images/menu_arrow_over.gif') no-repeat 96% 50%;
      position:relative;
      z-index:100;
    }
    #menu .smenu{
      position:absolute;
      top:27px;
      left:-11px;
      background:#1b9acf !important;
      border:1px solid #fff;
      border-width:0 1px 1px 1px;
      display:none;
      z-index:100;
    }
    #menu .smenu li{
      background:#1b9acf !important;
      position:relative;
      z-index:100;
      display:block;
      float: none;
      border:none;
    }
    #menu .smenu a, #menu .smenu a:link,#menu .smenu a:visited,#menu .smenu a:active{
      position:relative;
      z-index:100;
    	color:#fff;
    	text-decoration:none;
    	padding:3px 5px ;
    	display:block;
    	background:none;
      font-size:100%;
      white-space: nowrap;
    }
    #menu .smenu a:hover{
    	text-decoration:underline;
    }
    #menu .static{
    	border:1px solid #fff !important;
    	border-width: 1px 1px 0 1px !important;
    	background: url('/images/staticmenu_bg.jpg') repeat-x !important;
    	margin-left:7px !important;
    }
    #menu .static a{
    	padding:5px !important;
    	background:none !important;
    }
    #menu .altele{
      right:-11px !important;
      left:auto !important;
    }
    #menu .altele .li_hover{
      background:none;
      font-weight:bold;
      position:relative;
      z-index:100;
    }
    #menu .altele a{
      text-transform: uppercase;
    }



#menu2{
	background:#1b9acf;
	border-bottom:1px solid #454748;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
	height:28px;
}
.submenu{
	list-style:none;
	padding:0;
	margin:0;
}
.submenu li{
	color:#fff;
	float:left;
	padding:7px 5px;
}
.submenu a, .submenu a:link,.submenu a:visited,.submenu a:active{
	color:#fff;
	text-decoration:none;
	display:block;
}
.submenu a:hover{
	text-decoration:underline;
}
.submenu .delimiter{
	color:#fff;
	padding:7px 2px;
}
/************** menu END ****************/
#main{
  background:#fff;
	border:1px solid #fff;
	border-width:0 1px 1px 1px;
  width:990px !important;
  margin:auto;
}
#content{
	z-index:0;
	border:1px solid #dfdfdf;
	border-width:0 1px;
	overflow:hidden;
}

#search{
	position:absolute;
	top:30px;
	right:1px;
	margin:0;
	padding:0px 1px 0 0;
	/*background:url('images/search_icon.gif') no-repeat 0% 50% #42BBEE;*/
}
  #search table{
  }
  #search td{
  	color:#fff;
  	font-weight:bold;
  }
  #search .search_txt{
  	border:1px solid #0a6a90;
  	padding:1px;
  	width:111px;
  }

#left{
	width:650px;
	float:left;
	padding: 0 7px 0 10px;
	margin-top:10px;
}
#full_left{
	width:667px;
	float:left;
	margin-top:10px;
}
#right{
	width:300px;
	float:right;
	padding:10px 10px 0 10px;
	margin-top:10px;
	background:#f3f3f3;
}

#content_left, .content_left{
	float:left;
	width:314px;
	padding-right:10px;
}
#content_right, .content_right{
	border:none;
	float:right;
	width:315px;
	padding-left:10px;
	height:100%;
}

#footer{
	color:#fff;
}
.cf_spacer{
	background:#fff;
	height:10px;
	position:relative;
}
h1 a,h1 a:link,h1 a:visited,h1 a:active{
	color:#000;
	text-decoration:none;
	padding-bottom:4px;
	font-weight:bold;
}
h1 a:hover{
	color:#033f6e;
}
.thin a{
	font-weight:normal !important;
}
#main_news img{
	margin:2px 0 6px 0;
}
ul.highlighted_news{
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.highlighted_news li{
	padding:3px 0 10px 0;
}
.highlighted_news h1{
	font-size:14px;
}
.highlighted_news h1 a, .highlighted_news h1 a:link, .highlighted_news h1 a:visited, .highlighted_news h1 a:active{
	color:#0086c4;
	text-decoration:none;
	display:inline;
	font-weight:bold;
	font-size:120%;
	padding:0;
}
.highlighted_news h1 a:hover{
	color:#033f6e;
}
.nimage_left{
	float:left;
	margin:0 10px 5px 0;
}
a .nthumb_left, a .nthumb_left:link,a .nthumb_left:visited,a .nthumb_left:active{
	float:left;
	margin:3px 5px 0 0;
	border:1px solid #999;
	padding:1px;
}
a .nthumb_left:hover{
	border:1px solid #FF5C30;
}
a img.border, a img.border:link,a img.border:visited,a img.border:active{
	border:1px solid #999;
	padding:1px;
}
a img.border:hover{
	border:1px solid #FF5C30;
}
a img.img_border, a img.img_border:link,a img.img_border:visited,a img.img_border:active{
	border:1px solid #fff;
	border-width:0px 0px;
	padding:0px 0px;
}
a img.img_border:hover{
	border:1px solid #FF5C30;
	border-width:0px 0px;
}
h2.delimiter{
	font-size:120%;
	border:1px solid #C7C7C7;
	height:20px;
	background:#F3F3F3;
}
h2.delimiter span{
	display:block;
	padding:2px 4px;
	width:97%;
	color:#373F42;
}
h2.delimiter span a{
	color:#373F42;
}
ul.images_list{
	list-style:none;
	padding:0;
	margin:0;
}
ul.images_list li{
	float:left;
	display:block;
	width:100px;
	height:100px;
	margin:7px 0 0 7px;
}

.box_tabs{
	border:1px solid #b6bec3;
	margin-bottom:10px;
	position:relative;
	background:#fff;
}
.box_tabs ul.tabs{
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	background:url(images/tabs_bg.gif) repeat-x top;
	height:24px;
}
.box_tabs ul.tabs li{
	display:block;
	float:left;
	cursor:pointer;
	padding:4px 10px;
	font-weight:bold;
	color:#314354;
}
.box_tabs ul.tabs li.active{
	background:#fff;
	border:1px dotted #B6BEC3;
	border-width:0 1px;
}
.box_tabs .tab_contents ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.box_tabs .tab_contents ul.list{
	list-style-type:none;
	padding:10px;
	margin:0;
}
.box_tabs .tab_contents ul.bullet li{
	background:url('/images/bullet.gif') no-repeat 0 5px;
	padding:0px 2px 4px 13px !important;
}
/*.box_tabs .tab_contents ul.list li:before {
	content: "\00BB \0020";
}*/

table.list thead td{
  background:#eee;
  font-weight:bold;
  border-bottom:1px solid #ddd;
}
table.list td{
  border-bottom:1px solid #ddd;
}
  table.list tfoot td{
    background:#eee;
    font-weight:bold;
  }
.box_tabs .tab_contents li{
padding:0 10px;
}

.box_tabs .tab_contents a,.box_tabs .tab_contents a:link,.box_tabs .tab_contents a:visited,.box_tabs .tab_contents a:active{
	color:#314354;
	text-decoration:none;
	font-weight:bold;
}
.box_tabs .tab_contents a:hover{
	text-decoration:underline;
}
.box_blue{
	border:1px solid #c7c7c7;
	background:#f5f9fa;
	margin-bottom:10px;
	position:relative;
}
.box_blue h2{
	background:url(images/box_blue_bg.gif) repeat-x top;
	color:#314354;
	font-weight:bold;
	font-size:120%;
	padding:4px;
}
.box_blue h2 a,.box_blue h2 a:link,.box_blue h2 a:visited,.box_blue h2 a:active{
	color:#314354;
	text-decoration:none;
	font-weight:bold;
}
.box_blue h2 a:hover{
	text-decoration:underline;
}
a.blue,a.blue:link,a.blue:visited,a.blue:active{
	color:#0086c4;
	text-decoration:none;
	font-weight:bold;
	position:relative;
}
a.blue:hover{
	color:#ff5c30;
	text-decoration:underline;
}
.exclusiv{
	background:url('images/exclusiv.gif') no-repeat 0% 50%;
	padding-left:50px !important;
}
.newest_gallery img{
	margin:10px 0 10px 20px;
}
.news_list_delimiter{
  background:url('/images/bg_news_list_delimiter.png') repeat-y center top;
}
.news_list{
	width:315px;
	padding-bottom:10px;
}
.hr{
	background:url(images/hr_bg.gif) repeat-x center #fff;
	height:15px;
}
.small{
	font-size:10px !important;
}
.bigger{
	font-size:14px !important;
}
.gray{
	color:#588099 !important;
}
.search_box{
}
#last_forum_topics ul, #epariuri_forum_topics ul, #rezultate_live ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#last_forum_topics ul li, #epariuri_forum_topics ul li, #rezultate_live ul li{
	padding:2px 0;
}
ul.video_list{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.video_list li{
	padding:9px 5px;
}
.gallery_list{
	display:block;
	width:154px;
	float:left;
	text-align:center;
	margin:15px 30px;
}
.gallery_list a, .gallery_list a:link,.gallery_list a:visited,.gallery_list a:active,.gallery_list a:hover{
	display:block;
	text-decoration:none;
}
.black{
	display:block;
	background:#121212;
	color:#fff;
	padding:2px;
	width:150px;
	margin:auto;
}
ul.gallery_photos{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.gallery_photos li{
	position:relative;
	float:left;
	padding:2px;
	display:block;
	width:104px;
	height:104px;
}

ul.gallery_photos a .magnifier, ul.gallery_photos a:link .magnifier,ul.gallery_photos a:visited .magnifier,ul.gallery_photos a:active .magnifier{
	display:none;
}
ul.gallery_photos a:hover .magnifier{
	position:absolute;
	right:7px;
	bottom:7px;
	display:block;
}

#top_tips a {
	text-decoration:none;
}
#top_tips .a_row{
	background:#f5f9fa !important;
}
#top_tips .a_row i{
	font-style:normal;
	font-size:80%;
}
#top_tips .a_row b{
	color:#0086c4;
}
#top_tips div strong{
	color: #ff1a00;
	font-size:125%;
}

#footer{
	padding:20px 0px 20px 0px;
	text-align:center;
}
#footer .netbase, #footer .netbase a{
  	color:#aaa !important;
}
#footer ul{
	margin:auto;
	padding:0;
	list-style-type:none;
}
#footer ul li{
	display:inline;
	padding:10px;
}

#footer a, #footer a:link,#footer a:visited,#footer a:active{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover{
	text-decoration:underline;
}

.redactie a, .redactie a:link, .redactie a:visited, .redactie a:active{
	font-size:15px;
	font-weight:bold;
	font-style:italic;
}

#cs_menu{
	margin:auto;
	width:623px;
	height:184px;
	background:url(images/calendar_sportiv_2009.jpg) no-repeat top;
	padding:78px 2px 0 2px;
}
#cs_menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#cs_menu ul li{
	display:block;
	width:155px;
	height:42px;
	float:left;
	text-align:center;
	padding-top:15px;
}
#cs_menu a, #cs_menu a:link,#cs_menu a:visited,#cs_menu a:active{
	color:#fff;
  font: 125% 'Trebuchet MS',Arial,Tahoma,Verdana,sans-serif;
	text-decoration:none;
	font-weight:bold;
	padding:1px 5px;
	text-transform:uppercase;
}
#cs_menu a:hover{
	background:#0182BB;
}
#cs_menu a.active, #cs_menu a.active:link,#cs_menu a.active:visited,#cs_menu a.active:active, #cs_menu a.active:hover{
	background:#0182BB;
}
.row_odd{
	background:#EAF2F5;
}
.row_even{
	background:#fff;
}
.row_odd_orange{
	background:#FBFCDC;
}
.row_even_orange{
	background:#fff;
}

.slider{

	overflow:hidden;

}

.poll_image_list{
	display:block;
	width:213px;
	float:left;
	text-align:center;
	margin:10px 0;
}
.poll_image_list a, .poll_image_list a:link,.poll_image_list a:visited,.poll_image_list a:active,.poll_image_list a:hover{
	display:block;
	width:154px;
	text-decoration:none;
	margin:auto;
}
.right_novoted_poll{
	padding:0 0 0 20px;
	margin:0;
	list-style:none;
}
.right_novoted_poll li{
	padding:2px 0;
}
.right_voted_poll{
}
.right_voted_poll li{
	padding:3px 0;
}

.poll_list{
	display:block;
	width:275px;
	margin:9px;
	padding:15px;
	float:left;
}
.poll_list .img{
	float:left;
	text-align:center;
	font-weight:bold;
	font-style:normal;
	color:#0087C5;
	margin-right:10px;
}
.poll_list h3{
	font-size:120%;
	padding:0 0 3px 0;
	margin:0;
}
a.poll_open, a.poll_open:link,a.poll_open:visited,a.poll_open:active{
	background:#FBFCDC;
	border:1px solid #E8C1A2;
	border-width:1px 0;

}
a.poll_open:hover{
	background:#FEFFEF;
	border:1px solid #DFB899;
	border-width:1px 0;
}
.poll_open img{
	border:3px solid #EFB98B;
}
.poll_open h3{
	color:#0086C3;
}
a.poll_closed, a.poll_closed:link,a.poll_closed:visited,a.poll_closed:active{
	background:#EFEFEF;
	border:1px solid #C2CDD3;
	border-width:1px 0;

}
a.poll_closed:hover{
	background:#f6f6f6;
	border:1px solid #B3BBBF;
	border-width:1px 0;
}
.poll_closed img{
	border:3px solid #AFAFAF;
}
.poll_closed h3{
	color:#606060;
}
.poll_closed b{
	color:#0087C5;
	font-size:90%;
	display:block;
	padding-bottom:3px;
}
.poll_closed b strong{
	color:#FF5C31 !important;
}
#nrelevant ul{
	list-style-type:circle;
	margin:3px 0;
	padding: 0 0 0 25px;
}
#nrelevant ul li{
	padding:2px 0;
}

.tv_list{
	list-style:circle;
	margin:0;
	padding-left: 25px;
}
.tv_list li{
	padding:3px 0;
	font-size:110%;
}
#latv{
  position:absolute;
  top:10px;
	right:5px;
	width:190px;
}
#latv a, #latv a:link,#latv a:visited,#latv a:active, #latv a:hover{
	text-decoration:none;
	display:block;
	background:url(/images/latv.png) no-repeat top right;
	padding:9px 40px 12px 20px;
	color:#fff;
	font-weight:bold;
}
#latv span{
  display:none;
}
#blog_label{
  position:absolute;
  top:10px;
	right:198px;
}
#top_ticker{
  margin: 0 0 10px 0;
	background:url(/images/acum.jpg) no-repeat #494f51;
	padding:8px 3px 8px 37px;
}
#top_ticker .newsticker{
	list-style:none;
	padding:0px 0;
	margin:0;
	width:260px;
	height:14px;
	overflow:hidden;
}
#top_ticker .newsticker li{
	width:260px;
	height:16px;
	overflow:hidden;
}
#top_ticker a, #top_ticker a:link,#top_ticker a:visited,#top_ticker a:active{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
	width:260px;
}
#top_ticker a:hover{
	text-decoration:underline;
}
#head_ticker .head_ticker{
	list-style:none;
	padding:0;
	margin:0;
	width:300px;
	height:68px;
	overflow:hidden;
}
#head_ticker .head_ticker li{
	width:300px;
	height:68px;
	overflow:hidden;
}
#head_ticker a, #head_ticker a:link,#head_ticker a:visited,#head_ticker a:active{
	text-decoration:none;
}
#head_ticker a:hover{
}
/*****************************/
#tv_ticker{
	top:0px;
	right:0px;
}
#tv_ticker .tv_ticker{
	list-style:none;
	padding:0;
	margin:0;
	width:300px;
	height:35px;
	overflow:hidden;
}
#tv_ticker .tv_ticker li{
}
#tv_ticker a.tick, #tv_ticker a.tick:link,#tv_ticker a.tick:visited,#tv_ticker a.tick:active{
	text-decoration:none;
	width:100%;
	height:16px;
	display:block;
	overflow:hidden;
	font-weight:normal;
}
#tv_ticker a.tick:hover{
	text-decoration:underline;
}

#tv_right .channels{
	background:#FF5929;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	float:right;
	position:absolute;
	right:17px;
	padding:1px 3px;
}
.channel_logo{
	padding-right:5px;
	height:30px;
	text-align:center;
}
.channel_logo img{
	max-width:50px;
	max-height:30px;
}

.channel_list{
	border-top:1px solid #eee;
}

.channel_list td{
	border-bottom:1px solid #eee;
	padding:7px 0;
}

.channel_list .chlogo{
}

.home_text_link{
	background:url('/images/bullet.gif') no-repeat 0 5px;
	padding:0px 2px 4px 13px !important;
}
.home_text_link a, .home_text_link a:link, .home_text_link a:visited, .home_text_link a:active{
	text-decoration:none;
	font-weight:normal;
	color:#314354;
}
.home_text_link a:hover{
	text-decoration:underline;
}

.erotik{
	position:relative;
	background:#fff9f0 !important;
}
.erotik .tab_contents{
	background:#fff9f0 !important;
}
.erotik .box_tabs{
	border:1px solid #efc9b0;
}
.erotik  ul.tabs{
	background:url('/images/tabs_bg_erotik.gif') repeat-x top !important;
}
.erotik .tabs li.active{
	background:#fff9f0 !important;
}
.erotik .tab_contents ul li{
  padding:2px 0 0 1px !important;
  margin:0 !important;
}
.erotik .newest_gallery img{
  margin:0 !important;
}
.erotik-jcarousellite{
  height:225px;
  overflow: hidden;
  width:313px !important;
}
.erotik-jcarousellite li{
  width:155px;
  text-align:center;
}
.erotik-jcarousellite li a{
  text-decoration:none !important;
}
.erotik-jcarousellite li .dark_bg{
  display:block;
  background:#121212 !important;
  color:#fff;
  padding:2px;
}

.box_white{
	border:1px solid #c7c7c7;
	background:#fff;
	margin-bottom:10px;
}
.box_white h2{
	background:url(images/box_blue_bg.gif) repeat-x top;
	color:#314354;
	font-weight:bold;
	font-size:120%;
	padding:4px;
}
.box_white h2 a,.box_white h2 a:link,.box_white h2 a:visited,.box_white h2 a:active{
	color:#314354;
	text-decoration:none;
	font-weight:bold;
}
.box_white h2 a:hover{
	text-decoration:underline;
}
#last_joke_topics{
	padding:10px;
	position:relative;
}
.latest_news_list{
	padding:10px;
}
.latest_news_list ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#etapa_bar{
  padding:10px 0 0 0;
  margin:0;
  list-style:none;
  height:20px;
  width:100%;
}
#etapa_bar li{
  display:block;
  float:left;
}

#etapa_bar span{
  display:block;
  width:17px;
  height:16px;
  padding:2px 1px;
  text-align:center;
}
#etapa_bar li.past span{
  background:#BBFFAF;
}
#etapa_bar li.current span{
  background:red;
  color:#fff;
  font-weight:bold;
}
#etapa_bar li.future span{
  background:#dfdfdf;
}
#clasament_oficial{
  width:313px;
  float:left;
  margin-right:17px;
}
#clasament_curat{
  width:313px;
  float:left;
}
.events_list{
  width:303px;
  border:1px solid #ddd;
  padding:5px;
  margin:10px 5px 0 5px;
  float:left;
}
.events_list a{
  display:block;
  text-align:center;
}
strike.rezultat_oficial{
  color:red;
  text-decoration: line-through;
  font-size:90%;
}
strong.rezultat_curat{
  color:green;
  font-size:150%;
}
.moments_list fieldset{
  border:1px solid #dfdfdf;
  padding:10px;
}
.moments_list fieldset legend{
  font-size:125%;
  font-weight:bold;
  color:#000;
  margin:0 0 0 5px;
  padding:2px 6px;
}
.moments_list fieldset legend i{
  font-size:12px;
}
#moments_random ul{
  padding:0;
  margin:0;
  list-style:none;
}
#moments_random ul li{
  padding:5px;
  border-bottom:1px solid #c7c7c7;
}
.vote_moment img{
  cursor:pointer;
}
.white{
  color:#fff !important;
}
.new{
  padding-left:30px !important;
  background:url(/images/nou.gif) no-repeat 0px 50%;
}
.vote_box{
  margin:10px 0;
}
.vote_box table{
  border:1px solid #ddd;
  padding:7px;
}
.vote_box table.yes{
  background:#BBFFAF;
}
.vote_box table.no{
  background:#FFBFC2;
}
.votes_percent{
  padding:5px 0;
}
.moment_comments{
  padding:5px 0;
}
.moment_comments ul{
  margin:0;
  padding:0;
  list-style:none;
}
.moment_comments ul li{
  border-top:1px solid #ddd;
  padding:3px;
}
.moment_comments ul li.odd{
  background:#fff;
}
.moment_comments ul li.even{
}
.moment_comments ul li img{
  vertical-align:middle;
}


.clasament{
}
.clasament td{
  font-size:11px;
  text-align:center;
}
.clasament thead td{
  background:#eee;
  font-weight:bold;
}
.clasament tbody td{
  border-bottom:1px solid #eee;
}
.clasament tbody td.echipa{
  text-align:left;
  font-weight:bold;
}
.clasament tbody td.meciuri{width:6%;white-space:nowrap;}
.clasament tbody td.victorie{width:6%;white-space:nowrap;}
.clasament tbody td.egalitate{width:6%;white-space:nowrap;}
.clasament tbody td.infringere{width:6%;white-space:nowrap;}
.clasament tbody td.goluri{width:6%;white-space:nowrap;}
.clasament tbody td.golaveraj{width:6%;white-space:nowrap;}
.clasament tbody td.puncte{width:6%;background:#FBFCDC;white-space:nowrap;}

#filter_by_letter{
  padding:10px 0;;
  margin:0;
  list-style:none;
}
#filter_by_letter li{
  display:inline;
}
#filter_by_letter a{
  padding:1px 4px;
}
#filter_by_letter a.active{
  font-weight:bold;
  background:red;
  color:white;
}

.sports_live{
  padding:0;
  margin:0;
  list-style:none;
}
.sports_live li{
 float:left;
 padding:0 15px 5px 0;
}
.sports_live a, .sports_live a:link, .sports_live a:visited, .sports_live a:active{
	opacity:0.7;
	filter: alpha(opacity = 70);
	display:block;
	width:90px;
	height:80px;
}
.sports_live a:hover{
	opacity:1;
	filter: alpha(opacity = 100);
}
.sports_live a.active, .sports_live a.active:link, .sports_live a.active:visited, .sports_live a.active:active, .sports_live a.active:hover{
	opacity:1 !important;
	filter: alpha(opacity = 100) !important;
}
#community_logos {
	position:absolute;
	padding:1px;
}
#community_logos span{
	padding:1px;
}

#articol_menu{
  padding:0;
  margin:10px 0;
  list-style:none;
}
#articol_menu li{
}
#articol_menu a, #articol_menu a:link, #articol_menu a:visited, #articol_menu a:active{
  text-decoration: none;
  display: block;
  padding:10px 10px 10px 40px;
  float:left;
  text-align:center;
  font-size:150%;
  background-repeat: no-repeat;
  border:1px solid #ddd;
  background-color: #eee;
  background-position: 7px 50%;
  margin-right: 20px;
}
#articol_menu a:hover{
  background-color: #FEFCE5;
  border:1px solid #F5ECCF;
}
#articol_menu a.regulament_articole{
  background-image:url('/images/regulament_articole.png');
}
#articol_menu a.scrie_articol{
  background-image:url('/images/scrie_articol.png');
}
#articol_menu a.articolele_mele{
  background-image:url('/images/articolele_mele.png');
}
#articol_menu a.active, #articol_menu a.active:link, #articol_menu a.active:visited, #articol_menu a.active:active, #articol_menu a.active:hover{
  background-color: #FEFCE5;
  border:1px solid #F5ECCF;
}
.art_reg li{
  padding:5px 0;
}
#google_referer td{
  background:#000;
  color:#fff;
}
#google_referer .links td{
  color:#ffdb16;
}
#google_referer .links a{
  font-size:120%;
  color:#ffdb16;
  text-decoration: none;
}
#google_referer .links a:hover{
  text-decoration: underline;
}
#newsletter{
  background:#F3F3F3;
  padding:5px;
}
#newsletter label{
	position: absolute;
	z-index:1;
	left:4px;
	top:2px;
}
#newsletter .input{
	z-index:0;
	width:151px !important;
	padding:1px;
}
#news_content, #news_teaser{
  line-height:150%;
  font-size:110%;
  text-align:justify;
}
#news_teaser {
	line-height:135%;
	font-size:120%;
}
#content .news_img{
  margin-top:3px;
}
.listing{
  border:1px solid #A9B8BF;
}
.listing .odd td{
  background:#E5E9EC;
}
.listing .even td{
  background:#FFFFFF;
}

table.forum_list{
  border:1px solid #ddd;
}
    table.forum_list thead th{
      background:#ddd;
    }
    table.forum_list tbody tr.odd td{
      background:#fff;
    }
    table.forum_list tr.even td{
      background:#eee;
    }
    table.forum_list a strong{
      font-size:110%;
    }
    table.forum_list tr.highlighted{
      background:#DFF6FF;
    }

.search_del{
  float:left;
  padding:5px 7px 2px 0;
}

    #comentarii .cite{
      background:#fafafa;
      padding:10px;
      width:90%;
      margin:10px auto;
      border:1px solid #eee;
    }
ul.comments_list{
	margin:0;
	padding:0;
	list-style-type:none;
}
    ul.comments_list li{
    	padding:5px 5px 5px 5px;
    	border-bottom:1px solid #DFDFDF;
    }
    ul.comments_list li.comment_body{
      border:1px solid #eee;
      padding:0 !important;
      margin:7px 0 !important;
    }
    ul.comments_list li.admin_comment{
      border:1px solid #F7EFE6 !important;
      background: #F7EFE6;
    }
    ul.comments_list .comment_header{
      background:#eee;
      padding:4px;
    }
    ul.comments_list li.admin_comment .comment_header{
      background: #F7EFE6 !important;
    }
    ul.comments_list .comment_content{
      padding:4px;
    }
    ul.comments_list li.admin_comment .comment_content{
      background: #fff !important;
    }
    ul.comments_list ul{
      margin:0;
      padding:0 0 0 25px;
      list-style-type: disc;
    }
    ul.comments_list ul li{
      padding:0 !important;
      margin:0 !important;
      border:0 !important;
    }
.clsmnt_menu{
  padding:0;
  margin:0;
  list-style:none;
}
.clsmnt_menu li{
}
.clsmnt_menu a, .clsmnt_menu a:link, .clsmnt_menu a:visited, .clsmnt_menu a:active{
  text-decoration: none;
  display: block;
  padding:5px 10px;
  float:left;
  text-align:center;
  font-size:130%;
  background-repeat: no-repeat;
  border:1px solid #ddd;
  background: #eee;
  margin-right: 19px;
}
.clsmnt_menu a:hover{
  background-color: #FEFCE5;
  border:1px solid #F5ECCF;
}
.clsmnt_menu a.active, .clsmnt_menu a.active:link, .clsmnt_menu a.active:visited, .clsmnt_menu a.active:active, .clsmnt_menu a.active:hover{
  background-color: #FEFCE5;
  border:1px solid #F5ECCF;
  font-weight:bold;
}
#clasamente table{
  width:100%;
  border:1px solid #EEEEEE;
}
  #clasamente table thead th{
    text-align:center;
    border-bottom:1px solid #EEEEEE;
    background:#EEE;
    padding:3px;
  }
  #clasamente table td, #clasamente table th{
    text-align:center;
    border-bottom: 1px solid #EEEEEE;
    padding:3px;
    font-size:12px;
  }
.clasamente table{
  width:100%;
  border:1px solid #EEEEEE;
}
  .clasamente table thead th{
    text-align:center;
    border-bottom:1px solid #EEEEEE;
    background:#EEE;
    padding:2px;
  }
  .clasamente table td, .clasamente table th{
    text-align:center;
    border-bottom: 1px solid #EEEEEE;
    padding:2px;
    font-size:11px;
  }

#sitemap li{
	list-style:none;
	text-decoration:none;
	padding:1px;
}
#sitemap div{
	background-color:#CCCCCC;
	padding:4px;
	border:solid 1px #666666;
	border-left:none;
	border-right:none;
}

  .f1_title{
    height:28px;
    background:url('/images/bg_f1_header.png') no-repeat top right #F4F4F4;
    padding:5px;
  }
  h1.blue{
    color:#365fa1;
  }
  .pilots_list{
    list-style:none;
    padding:0;
    margin:0;
  }
  .pilots_list li{
    float: left;
    display: block;
    background: url('/images/bg_pilots_list.png') no-repeat right top;
    width: 162px;
    height: 242px;
  }
  .pilots_list img{
    max-width:140px;
    max-height:187px;
    border:1px solid #fff;
  }
  .pilots_list b{
    display:block;
    width: 162px;
    padding-top:10px;
    text-align:center;
    height:190px;
  }
  .pilots_list span{
    display:block;
    color:#dc1616;
    width:29px;
    height:25px;
    padding:0 3px 0 0;
    float:left;
    text-align:right;
    font: 28px Impact, Arial, sans-serif;
    position:relative;
    top:-4px;
    letter-spacing:-2px;
  }
  .pilots_list strong{
    display:block;
  }
  .pilots_list em{
    display: block;
    padding: 0px;
    font-size: 10px;
    font-style: normal;
    height:13px;
    overflow:hidden;
  }
  .team_pilots{
    max-width: 148px;
    border:1px solid white;
    border-top:2px solid white;
  }
  .teams_list{
    padding:0;
    margin:0;
    list-style:none;
  }
  .teams_list li{
    width:320px;
    height:225px;
    background:url('/images/bg_teams_list.png') no-repeat;
    float:left;
    margin:0 0 5px 5px;
  }
  .teams_list li a{
    display:block;
    width:320px;
    height:225px;
  }
  .teams_list li b{
    display:block;
    text-align:center;
    padding:10px 4px 10px 0;
  }
  .teams_list li b img{
    border:1px solid #fff;
  }
  .teams_list li strong{
    font-size:16px;
    display: block;
    padding:0 10px;
  }
  .teams_list li span{
    display: block;
    padding: 5px 0 0 10px;
    width: 148px;
    float: left;
  }
  .teams_list li span em{
    color: #fe0000;
    font-weight:bold;
    font-style:normal;
  }

  .circuits_list{
    padding:0;
    margin:0;
    list-style:none;
  }
  .circuits_list li{
    width:320px;
    height:225px;
    background:url('/images/bg_teams_list.png') no-repeat;
    float:left;
    margin:0 0 5px 5px;
  }
  .circuits_list li a{
    display:block;
    width:320px;
    height:225px;
  }
  .circuits_list li b{
    display:block;
    text-align:center;
    padding:20px 4px 10px 0;
  }
  .circuits_list li b img{
    border:1px solid #fff;
  }
  .circuits_list li strong{
    font-size:16px;
    display: block;
    padding:0 10px;
    text-align:center;
  }

#right fieldset{
  padding:10px;
  margin:0 0 10px 0;
  border:1px solid #B6BEC3;
}
  #right fieldset legend{
    font-size:11px;
    color:#333333;
    padding:0 3px;
  }

#right_cd{
}
  #right_cd legend{
  }
  #right_cd .countdown{
    height:36px;
    padding:3px;
    margin:5px 0;
    background:#fff !important;
  }
  #right_cd .cevent_name{
    text-align:center;
    font-size:13px;
  }
  #right_cd .cevent_name a{
    font-size:13px;
  }
  #right_cd .cevent_live{
    text-align:center;
  }

#recommended_agency_box{
	border:solid 2px #FFCC00;
	padding:0px;
	margin-top:10px;
	background:url(/images/bgBwinHeader.gif) repeat-x;
	height:69px;
}
#recommended_agency_box img{
	border:none;
	float:left;
	padding-right:20px
}
#recommended_agency_box a, #recommended_agency_box a:link, #recommended_agency_box a:active, #recommended_agency_box a:visited{
	text-decoration:none;
	color:#FFCC00;
	text-align:inherit;
}
#recommended_agency_box div{
	padding:5px 100px 5px 5px;
	background:url(/images/bwin-bonus.gif) right top no-repeat;
}

#act_fresh{
  position:relative;
  z-index:0;
}
#act_fresh #act_logo{
  position:absolute;
  right:5px;
  top:-5px;
  z-index:11;
  border:1px solid #c9002e;
  padding:1px;
  background:#fff;
}
#act_fresh .box_tabs{
	border:1px solid #b6bec3;
	margin-bottom:10px;
	position:relative;
	background:#fff;
}
#act_fresh .box_tabs ul.tabs{
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	background:url('http://www.actualitate.ro/images/tabs_bg.gif') repeat-x top;
	height:24px;
}
#act_fresh .box_tabs ul.tabs li{
	display:block;
	float:left;
	cursor:pointer;
	padding:4px 10px;
	font-weight:bold;
	color:#FFFFFF;
}
#act_fresh .box_tabs ul.tabs li.active{
	background:#fff;
	border:1px dotted #B6BEC3;
	border-width:0 1px;
	color:#ac0025;
}
#act_fresh .box_tabs .tab_contents ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#act_fresh .box_tabs .tab_contents ul.list{
	list-style-type:none;
	padding:10px;
	margin:0;
}
#act_fresh .box_tabs .tab_contents ul.bullet li{
	background:url('http://www.actualitate.ro/images/bullet.gif') no-repeat 0 5px;
	padding:0px 2px 4px 13px !important;
}
#highlighted_content{
  background:#fff;
  padding: 0 0 10px 0;
  position:relative;
  z-index:0;
}
#highlighted_cborder{
  border:1px solid #121212;
  border-width:1px 0 1px 1px;
  overflow:hidden;
  height:407px;
  width:649px;
  position:relative;
  z-index:0;
}
#bonus_code{
	color:#FFFFFF;
	border:dashed 1px #FFFFFF;
	background-color:#CC0000;
	padding:2px;
	font-weight:bold;
}
#bonus_code2{
	color:#FFFFFF;
	border:dashed 1px #FFFFFF;
	background-color:#CC0000;
	padding:6px;
	font-weight:bold;
}



#news_content table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
}

#news_content table th
{
  padding: 0.3em;
  background:#CCCCCC;
  color: #000;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  text-align:center;
}
#news_content table td{
  padding: 0.3em;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
}


.white_links a, .white_links a:link, .white_links a:active, .white_links a:visited, .white_links a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.news_hr{
	background-color:#E8E6E7;
	clear:both;
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	float:left;
	width:100%;
}

ul.team_menu{
  display:block;
  list-style: none;
  padding:0;
  margin:0 0 20px 0;
  border: 1px solid #2B2B2B;
  border-width: 1px 0;
  height:27px;
}
  ul.team_menu li{
    width:20%;
    display:inline-block;
    padding:0;
    margin:0;
    float:left;
  }
  ul.team_menu li a, ul.team_menu li a:link, ul.team_menu li a:visited, ul.team_menu li a:active{
    color:#000;
    text-decoration:none;
    font-weight:bold;
    display:block;
    padding:6px 0;
    text-align:center;
    margin:0;
  }
  ul.team_menu li a:hover{
    background:#2B2B2B;
    color:#fff;
  }
  ul.team_menu li a.active, ul.team_menu li a.active:link, ul.team_menu li a.active:visited, ul.team_menu li a.active:active, ul.team_menu li a.active:hover{
    background:#2B2B2B;
    color:#fff;
  }

.live_players_list{
  width:365px;
  padding:10px 0;
}
  .live_players_list #rezerve{
    display: none;
  }
  ul.live_players_menu{
    margin:0 !important;
  }
  ul.live_players_menu li{
    width:50% !important;
  }

ul.none{
  list-style: none !important;
  padding:0 !important;
  margin:0 !important;
}
  ul.none li{
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:none !important;
  }

#soccer-field{
  background:url('/images/soccer-field.jpg');
  width:276px;
  height:400px;
  position:relative;
}
#soccer-field .home_team_name{
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  color:#000;
  padding:0 2px;
  font-size:11px;
  margin:1px;
}
#soccer-field .home_team_name a{
  color:#000;
  text-decoration:none;
}
#soccer-field .away_team_name{
  position:absolute;
  bottom:0;
  right:0;
  background:#000;
  color:#fff;
  padding:0 2px;
  font-size:11px;
  margin:1px;
}
#soccer-field .away_team_name a{
  color:#fff;
  text-decoration:none;
}
#soccer-field b{
  position:absolute;
  display:block;
  width:19px;
  height:19px;
}
#soccer-field b.home{
  top:0;
}
#soccer-field b.away{
  top:209px;
}
#soccer-field b a, #soccer-field b a:link, #soccer-field b a:visited, #soccer-field b a:active, #soccer-field b a:hover{
  position:relative;
  display:block;
  min-width:19px;
  min-height:15px;
  text-align:center;
  padding:2px 0;
}
#soccer-field b.home a{
  background:#fff;
  color:#000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#soccer-field b.away a{
  background:#000000;
  color:#fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#soccer-field b a span, #soccer-field b a:link span, #soccer-field b a:visited span, #soccer-field b a:active span{
  display:none;
  position:absolute;
  top:0;
  left:0;
  z-index:55;
}
#soccer-field b a:hover span{
  display:block;
}
#soccer-field b.home a span img{
  border:1px solid #fff;
}
#soccer-field b.away a span img{
  border:1px solid #000;
}
#soccer-field b.home a span{
  background:#fff;
  color:#000;
}
#soccer-field b.away a span{
  background:#000000;
  color:#fff !important;
}
#soccer-field .actions{
  position:absolute;
  top:-6px;
  left:-9px;
  width:15px;
}
#soccer-field .actions .act_images{
  float:left;
  width:13px;
}

.finished_match_list{
  padding:10px 0;
}
  .finished_match_list, .finished_match_lists{
    padding:10px 0;
  }
  .finished_match_list #statistici{
    display: none;
  }
  ul.finished_match_menu{
    margin:0 !important;
  }
  ul.finished_match_menu li{
    width:50% !important;
  }

table.summary_list{
  border:1px solid #ddd;
  border-width:0 1px 1px 1px;
}
  table.summary_list td{
    border-top:1px solid #ddd;
  }
  table.summary_list tr.odd_row td{
    background:#fff;
  }
  table.summary_list tr.even_row td{
    background:#f7f7f7;
  }
  table.summary_list table td{
    border:0 !important;
    background: transparent;
  }
  table.summary_list .summary_part{
    background: #ddd;
  }

.play_video_icon a img.play_icon, .play_video_icon a:link img.play_icon, .play_video_icon a:visited img.play_icon, .play_video_icon a:active img.play_icon{
	opacity:0.7;
	filter: alpha(opacity = 70);
}
.play_video_icon a:hover img.play_icon{
	opacity:1;
	filter:alpha(opacity = 100);
}