* {
  font-family: Tahoma, Helvetica, sans-serif;
}

html {
  margin: 0;
  padding: 0;
}
body {
background: #453b3a url('../images/bkg_strip.gif') repeat-x top left;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 0;
background-position: -115px -115px;
}

.storage {
  display: none;
}

/* HEADER >>> */
#bkg_header {
  width: 100%;
  height: 145px;
  background-position: -115px -115px;
  /*background: url('../images/bkg_green_strip.gif') repeat-x top left;*/
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#header_container {
  width: 800px;
  height: 145px;
  background: #010c00  url('../images/bkg_header.gif') repeat-x top left;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#logo {
  width: 256px;
  height: 145px;
  float: left; 
  margin: 0;
  padding: 0;
}
#header_banner {
  width: 544px;
  height: 145px;
  background: #010c00 url('../images/header.jpg') no-repeat top left;
  text-align: right;
  float: left; 
  margin: 0;
  padding: 0;
}
#statistici {
  line-height: 20px !important;
  background: url('../images/icon_statistics.gif') no-repeat top right;
  
  text-align: right;
  float: right; 
  margin: 71px 10px 0 0;
  padding: 10px 30px 0 0;
  display: inline;
  font: 11px Tahoma, Helvetica, sans-serif;
}

#statistici a {
	font-weight: normal;
}

/* <<< HEADER */

/* BANNER & MENIU >>> */

#banersimeniu_container {
  width: 812px;
  height: 25px;
  background: #050504 url('../images/banner_bkg_strip.gif') repeat-x top left;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#banersimeniu_container2 {
  width: 812px;
  height: 187px;
  background: #050504 url('../images/banner_bkg_strip.gif') repeat-x top left;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#banner_container {
  width: 800px;
  height: 0px;
  /*background: #010c00 url('../images/banner.gif') no-repeat top left;*/
  text-align: left;
  margin: 6px auto;
  padding: 0;
overflow: hidden;
}

#banner_container2 {
  width: 800px;
  height: 150px;
  /*background: #010c00 url('../images/banner.gif') no-repeat top left;*/
  text-align: left;
  margin: 6px auto;
  padding: 0;
}

#descriptiveMenu {
  margin: 0;
  padding: 4px;
}
#descriptiveMenu a {
  display: block;
  position: relative;
}
.hoverMe {
  font: bold 18px Tahoma, Helvetica, sans-serif;
  color: #eeeeee;
}
a.hoverMe:link, a.hoverMe:visited, a.hoverMe:hover {
  width: 782px;
  height: 28px; 
  font: 18px Tahoma, Helvetica, sans-serif;
  color: #eeeeee;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10px;
  display: block;
  text-decoration: none;
}
a.hoverMe:hover {
  width: 782px;
  height: 28px; 
  background: url('../images/grid.gif') repeat top left; 
  font: 18px Tahoma, Helvetica, sans-serif;
  color: #eeeeee;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10px;
  display: block;
}

#descriptiveMenu a .bigInfo {
  display: none;
  width: 400px;
  font: 12px Tahoma, Helvetica, sans-serif;
  color: #ffffff;
  text-align: justify;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
}
#descriptiveMenu a:hover .bigInfo {
  display: block;
}
.bigInfoTitle {
  font: 18px Tahoma, Helvetica, sans-serif;
  text-align: right;
}
.bigInfoTop1 {
  position: absolute;
  top: -110px; 
}
.bigInfoTop2 {
  position: absolute;
  top: -80px; 
}

/* MENIU >>> */

#nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-menu li {
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}
#nav-menu li a {
  height: 20px;
  font: bold 12px Tahoma, Helvetica, sans-serif;
  color: #dbdbdb;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 5px 12px 0 12px;
  float: left;
  display: block;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
#nav-menu li a:hover {
  height: 20px;
  background: #5b5955 url('../images/menu_bkg_hover.gif') repeat-x top left;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin: 0;
  padding: 5px 12px 0 12px;
  float: left;
  display: block;
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
  border-top: 1px solid #B5B5B5;
}
#nav-menu-activ a:link, #nav-menu-activ a:visited, #nav-menu-activ a:hover {
  height: 20px;
  background: #5b5955 url('../images/menu_bkg_hover.gif') repeat-x top left;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 5px 12px 0 12px;
  display: block;
  border-left: 1px solid #B5B5B5;
  border-right: 1px solid #B5B5B5;
  border-top: 1px solid #B5B5B5;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a {
  float: left;
}
/* End IE5-Mac hack */
#nav-menu {
  width: 812px;
  float: left;
  margin: 0 6px;
  padding: 0;
  display: inline;
}

/* <<< BANNER & MENIU */

/* CONTINUT >>> */

#continut_container {
  width: 800px;
  background: #000000 url('../images/content_bkg_strip.gif') repeat-x top left;
  text-align: left;
  margin: 0 auto;
  padding: 6px;
  /*overflow: hidden;*/
}

#continut_stanga {
  /*width: 532px;*/
  width: 590px;
  text-align: left;
  margin: 0 10px 0 0;
  padding: 0px;
  float: left;
}
#continut_dreapta {
  width: 110px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0;
  float: left;
}

.black_box {
  width: 512px;
  background: #060505 url('../images/title_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma, Helvetica, sans-serif;
  color: #ffffff;
  margin: 10px 0;
  padding: 10px;
}

/* Jocuri >>> */

#jocuri_container {
  margin: 10px 0;
  padding: 5px;
}
#jocuri_title {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 5px;
}

#jocuri_container a {
  color: #ffffff;
  text-decoration: none;
}
#jocuri_container_1 {
  margin: 10px 0;
  padding: 5px;
}
#jocuri_title_1 {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 5px;
}

#jocuri_container_1 a {
  color: #ffffff;
  text-decoration: none;
}

.jocurilist ul {
/*  height: 100%;*/
  list-style: none;
  color: #f6f6f6;
  text-decoration: none;
  padding: 10px;
  margin: 5px 0 0 0; 
  display: block;
  overflow: hidden;
}
.jocurilist ul li {
  float: left;
  text-decoration: none;
  border-bottom: 1px dashed #3e3e3e;
  margin: 0;
  padding: 0;
  width: 165px; 
}
.jocurilist ul li a {
  display: block;
  color: #f6f6f6;
  font: bold 12px/1.8em Tahoma, sans-serif;
  text-decoration: none; 
  padding: 0 5px;
}

.jocurilist ul li a:hover {
  background-color: #771906;
  color: #f6f6f6;
  text-decoration: none;
}

/* Stiri >>> */

#stiri_container {
  margin: 10px 0;
  padding: 5px;
}
#stiri_title {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 5px;
}

#stiri_container a {
  color: #ffffff;
  text-decoration: none;
}
/*------*/
#stiri_container_1 {
  margin: 10px 0;
  padding: 5px;
}
#stiri_title_1 {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 5px;
}

#stiri_container_1 a {
  color: #ffffff;
  text-decoration: none;
}
/*------*/
#stiri_container_2 {
  margin: 10px 0;
  padding: 5px;
}
#stiri_title_2 {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 5px;
}
/*------*/
#stiri_container_2 a {
  color: #ffffff;
  text-decoration: none;
}

.stirilist ul {
/*  height: 100%;*/
  list-style: none;
  color: #f6f6f6;
  text-decoration: none;
  padding: 2px;
  margin: 5px 0 0 0; 
  display: block;
  overflow: hidden;
  
}
.stirilist ul li {
  width: 490px;
  background: url('../images/icon_silver.gif') no-repeat center left;
  float: left;
  text-decoration: none;
  border-bottom: 1px dashed #3e3e3e;
  margin: 0;
  padding: 0 0 0 17px;
}
.stirilist ul li a {
  display: block;
  color: #f6f6f6;
  font: bold 12px/1.8em Tahoma, sans-serif;
  text-decoration: none; 
  padding: 0 5px;
}

.stirilist ul li a:hover {
  background-color: #771906;
  color: #f6f6f6;
  text-decoration: none;
}

#stiri_container1 {
  margin:  0;
  padding: 0;

}
#stiri_title1 {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

#stiri_container1 a {
  color: #ffffff;
  text-decoration: none;
}

.stirilist1 ul {
/*  height: 100%;*/
  list-style: none;
  color: #f6f6f6;
  text-decoration: none;
  padding: 2px;
  margin: 5px 0 0 0; 
  display: block;
  overflow: hidden;

  
}
.stirilist1 h4 {
  /*height: 100%;*/
  list-style: none;
  color: #f6f6f6;
  text-decoration: none;
  padding: 2px;
  margin: 5px 0 0 0; 
  display: block;
  overflow: hidden;
  }
.stirilist1 ul li {
  width: 550px;
  float: left;
  text-decoration: none;
  border-bottom: 1px dashed #3e3e3e;
  margin: 0;
  padding: 0 0 0 17px;
}
.stirilist1 ul li a {
  display: block;
  color: #f6f6f6;
  font: bold 12px/1.8em Tahoma, sans-serif;
  text-decoration: none; 
  padding: 0 5px;
}

.stirilist1 ul li a:hover {
  color: #f6f6f6;
  text-decoration: none;
}

/* CONTINUT INTERIOR >>> */

#continut_stanga_interior {
  width: 200px;
  text-align: left;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  display: inline;

}
#continut_dreapta_interior {
  width: 585px;
  text-align: left;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
}

#continut_dreapta_interior ul ol li{
  padding: 2px;
  font: 11px Tahoma, Helvetica, sans-serif;
  text-indent: 10px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0;
  text-align:justify;
}
#continut_dreapta_interior a {
  font: bold 11px Tahoma, sans-serif;
  text-decoration: none; 
  padding: 0 0;
}

#continut_dreapta_interior p a:link,
#continut_dreapta_interior p a:visited,
#continut_dreapta_interior li a:link,
#continut_dreapta_interior li a:visited
{
  color: #EE8878;
}

#continut_dreapta_interior p a:hover,
#continut_dreapta_interior li a:hover
{
  color: #771906;
}

/* MENIU INTERIOR >>> */

#meniu_stanga_container {
  width: 200px;
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#meniu_stanga_container1 {
  width: 200px;
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#meniu_stanga_box {
  width: 200px;
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}
#meniu_stanga_box1 {
  width: 200px;
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}

.box_titlu {
  width: 100%;
  height: 30px;
  background: url('../images/menu_bkg_hover.gif') repeat-x top left;
  font: bold 12px Tahoma , sans-serif;
  float: left;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: block;
}
.box_titlu_icon {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}
.box_titlu_span {
  margin: 5px 0 0 10px;
  padding: 0;
  float: left;
}

/* NEON */

.box_neon_narrow,
.box_neon {
  width: 585px;
  height: 28px;
  background: url('../images/style_neon_top.jpg') no-repeat top left;
  font: bold 12px Tahoma , sans-serif;
  text-decoration: none;
  margin: 0px;
  padding: 8px 0 0 36px;
  display: block;
}

.box_neon_narrow {
  background: url('../images/style_neon_narrow_top.jpg') no-repeat top left;
  width: 250px;
}


div.frame_neon_narrow_left,
div.frame_neon_narrow_right,
div.frame_neon {
  background: url('../images/style_neon_mid.jpg') repeat-y top left;
  width: 585px;
  margin: 10px 0px 20px 0px;
  padding: 0;
}

div.frame_neon_narrow_left,
div.frame_neon_narrow_right {
  float: left;
  margin: 0px 10px 20px 0px;
  background: url('../images/style_neon_narrow_mid.jpg') repeat-y top left;
  width: 280px;
}

div.frame_neon_narrow_right {
  float: right;
  margin: 0px 0px 20px 10px;
}

div.frame_neon_narrow_left p,
div.frame_neon_narrow_right p,
div.frame_neon p {
  margin-left: 10px;
  margin-right: 10px;
  text-indent: 0px;
  font-size: 11px;
}

div.frame_neon ol,
div.frame_neon ul {
	margin-right: 10px;
}


div.frame_neon_narrow_left p,
div.frame_neon_narrow_right p {
  margin-left: 0px;
  margin-right: 0px;
}

div.frame_neon_narrow_left div.frame_neon_narrow_bot,
div.frame_neon_narrow_right div.frame_neon_narrow_bot,
div.frame_neon div.frame_neon_bot {
  background: url('../images/style_neon_bot.jpg') no-repeat top left;
  width: 585px;
  height: 10px;
  margin: 0;
  padding: 0;
}

div.frame_neon_narrow_left div.frame_neon_narrow_bot,
div.frame_neon_narrow_right div.frame_neon_narrow_bot {
  background: url('../images/style_neon_narrow_bot.jpg') no-repeat top left;
  width: 280px;
}

div.frame_neon_narrow_left h3,
div.frame_neon_narrow_right h3,
div.frame_neon h3 {
  font-size: 11px;
  border-bottom: 1px dashed white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin: 3px 0px;
  padding: 3px 10px;
}

div.frame_neon_narrow_left td,
div.frame_neon_narrow_right td,
div.frame_neon td {
  border: 0;
  vertical-align: top;
}

table.tabs div.frame_neon {
	margin-top: 0px;
}

/* END NEON */


#links {
  background-color: #000000;
  font: normal 12px Tahoma , sans-serif;
  color: #ffffff;
}
#links .block {
  margin: 0px; 
  padding: 0px;
}
.block .title-active,
.block .title {
  background: #000000 url('../images/icon_silver.gif') no-repeat center left;
  background-position: 5px center;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 25px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #2f2c27;
}
.block .title-active {
  background: #781907 url('../images/icon_silver.gif') no-repeat center left;
  background-position: 5px center;
}
#slashboxes .title {
  background-color: #ff0000;
}
#slashboxes #login-title {
  display: none;
}
.block .title:hover {
  background-color: #000000;
}
.block .title-active:hover {
  background-color: #781907;
}
.block .title-active a,
.block .title a {
  font: bold 12px Tahoma , sans-serif;
  color: #ffffff; 
  cursor: pointer; 
  text-decoration: none;  
  margin: 0; 
  padding: 0;
  display: block;
}
.block .title-active h4,
.block .title h4 {
  font: bold 11px Tahoma , sans-serif;
  color: #c1c1c1; 
  /*cursor: pointer; */
  text-decoration: none; 
  margin: 1px 0;
  padding: 4px 0 4px 0;
  display: block;
}

.block .title-active a,
.block .title a {
  margin: 0;
  padding: 0;
  font: bold 11px Tahoma , sans-serif;
  color: #c1c1c1; 
  cursor: pointer; 
  text-decoration: none; 
  display: block;
  width: 150px;
}



.block .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 180px;
  float: left;
}
.block .content ul li {
  margin: 0;
  padding: 0;
  display: block;
  width: 180px;
  float: left;
}
.block .content h2 {
  margin: 0;
  padding: 0;
  width: 180px;
  float: left;
}
.block .content ul li a {
  background: #000000 url('../images/icon_arrow.gif') no-repeat center left;
  background-position: 5px center;
  background-color: #2f2c27;
  text-decoration: none;  
  font: normal 11px Tahoma , sans-serif;
  color: #ffffff; 
  cursor: pointer; 
  display: block;
  margin: 1px 0;
  padding: 4px 2px 4px 20px;
  width: 180px;
  float: left;
}

.block .content ul li.leftnav_active_2 a {
  /*
  background: #000000 url('../images/icon_arrow_active.gif') no-repeat center left;
  background-position: 5px center;
  background-color: #2f2c27;
  */

  background: #781907 url('../images/icon_arrow_red.gif') no-repeat center left;
  background-position: 5px center;
}

.block .content ul li a:hover {
  background: #771906 url('../images/icon_arrow_red.gif') no-repeat center left;
  background-position: 5px center;
  color: #ffffff;
  margin: 1px 0;
  padding: 4px 2px 4px 20px;
  display: block;
  width: 180px;
  float: left;
}

.block .content ul li.leftnav_active_2 a:hover {
  /*
  background: #771906 url('../images/icon_arrow_red_active.gif') no-repeat center left;
  background-position: 5px center;
  */
  background: #781907 url('../images/icon_arrow_red.gif') no-repeat center left;
  background-position: 5px center;
}

/* TABEL >>> */

#tabel_container {
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#tabel_container1 {
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#tabel_container2 {
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#tabel_container3 {
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#tabel_container4 {
  height: 28px;
  background: #2f2c27 url('../images/menu_bkg_strip.gif') repeat-x top left;
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}
#continut_dreapta_interior table {
  font: 12px Tahoma , sans-serif;
  margin: 0;
  padding: 2px;
}

#tabel_box {
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}

#tabel_box li a:hover {
  /*background: #000000 url('../images/menu_bkg_hover.gif') repeat-x top left;*/
  /*color: #ffffff;*/
  text-decoration: none;
  text-align: center;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  float: left;
  display: block;
}
#tabel_box a:link, #tabel_box a:visited, #tabel_box a:hover {
  /*background: #000000 url('../images/icon_silver.gif') no-repeat center left;*/
  /*background-position: 5px center;*/
  /*color: #ffffff;*/
  font-weight: normal;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  display: block;
  text-decoration: none;
}
/**/
#tabel_box1 {
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}

#tabel_box1 li a:hover {
  /*background: #000000 url('../images/menu_bkg_hover.gif') repeat-x top left;*/
  /*color: #ffffff;*/
  text-decoration: none;
  text-align: center;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  float: left;
  display: block;
}
#tabel_box1 a:link, #tabel_box1 a:visited, #tabel_box a:hover {
  /*background: #000000 url('../images/icon_silver.gif') no-repeat center left;*/
  /*background-position: 5px center;*/
  /*color: #ffffff;*/
  font-weight: normal;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  display: block;
  text-decoration: none;
}
/**/
#tabel_box2 {
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}

#tabel_box2 li a:hover {
  /*background: #000000 url('../images/menu_bkg_hover.gif') repeat-x top left;*/
  /*color: #ffffff;*/
  text-decoration: none;
  text-align: center;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  float: left;
  display: block;
}
#tabel_box2 a:link, #tabel_box2 a:visited, #tabel_box a:hover {
  /*background: #000000 url('../images/icon_silver.gif') no-repeat center left;*/
  /*background-position: 5px center;*/
  /*color: #ffffff;*/
  font-weight: normal;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  display: block;
  text-decoration: none;
}
/**/
/**/
#tabel_box3 {
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}

#tabel_box3 li a:hover {
  /*background: #000000 url('../images/menu_bkg_hover.gif') repeat-x top left;*/
  /*color: #ffffff;*/
  text-decoration: none;
  text-align: center;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  float: left;
  display: block;
}
#tabel_box3 a:link, #tabel_box3 a:visited, #tabel_box a:hover {
  /*background: #000000 url('../images/icon_silver.gif') no-repeat center left;*/
  /*background-position: 5px center;*/
  /*color: #ffffff;*/
  font-weight: normal;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  display: block;
  text-decoration: none;
}
/**/
/**/
#tabel_box4 {
  background-color: #2f2c27;
  font: 12px Tahoma , sans-serif;
  margin: 0 0 10px 0;
  padding: 2px;
}

#tabel_box4 li a:hover {
  /*background: #000000 url('../images/menu_bkg_hover.gif') repeat-x top left;*/
  /*color: #ffffff;*/
  text-decoration: none;
  text-align: center;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  float: left;
  display: block;
}
#tabel_box4 a:link, #tabel_box4 a:visited, #tabel_box a:hover {
  /*background: #000000 url('../images/icon_silver.gif') no-repeat center left;*/
  /*background-position: 5px center;*/
  /*color: #ffffff;*/
  font-weight: normal;
  margin: 1px 0;
  /*padding: 5px 14px 5px 20px;*/
  display: block;
  text-decoration: none;
}
/**/
th {
  height: 20px;
  background-color: #000000;
  text-align: left;
  vertical-align: middle;
}

td {
  font: 11px Tahoma, Helvetica, sans-serif;
  line-height: 1.3em;
  border-bottom: 1px solid #44423d;
  text-align:justify;
}
.td1 {
  font: 11px Tahoma, Helvetica, sans-serif;
  text-align:justify;
}

/* Articole >>> */

.red_title_band {
  background-color: #771906;
  font: bold 14px Tahoma , sans-serif;
  text-indent: 10px;
  color: #ffffff;
}

.grey_title_band {
  background-color: #42423d;
  font: bold 14px Tahoma , sans-serif;
  text-indent: 10px;
  color: #ffffff;
}
.img1 {
  border: 2px solid #383838;
  float: right;
  margin: 10px 0 10px 10px;
}


/* <<< CONTINUT */

/* FOOTER >>> */

.footer_container {
  width: 800px;
  text-align: left;
  font: 11px Tahoma, Helvetica, sans-serif;
  color: #f6f2e9;
  text-align: left;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
.footer_container a:link {
  text-decoration: none;
}
.footer_container a:visited {
  text-decoration: none;
}
.footer_container a:active {
  text-decoration: none;
}
.footer_container a:hover {
  text-decoration: underline; 
  color: #771906;
}

/* <<< FOOTER */

/* GENERAL >>> */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { 
  height: 1%;
}
/* End hide from IE-mac */
h5 {
  font: bold 18px Tahoma, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #383737;
}
h3 {
  font: bold 14px Tahoma, Helvetica, sans-serif;
  margin: 10px 0 10px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #665f5e;
}
h4 {
  font: bold 12px Tahoma, Helvetica, sans-serif;
}
p {
  font: 11px Tahoma, Helvetica, sans-serif;
  text-indent: 10px;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 0;
  text-align:justify;
}

/*input{
  height: 30px; 
  width: 190px; 
  border-color:#2f2c27; 
  font: 12px Tahoma, Helvetica, sans-serif;
  color:#ffffff;
  background-color:#2f2c27;
}*/

li {
  font: 11px Tahoma, Helvetica, sans-serif;
  margin: 10px 0;
  text-align:justify;
}

img { 
  border: 0;
}

a:link {

  /* color: #ffffff; */
  color: #EE8878;
  text-decoration: none;
  /*text-decoration: underline;*/
  /*font-weight: bold;*/
}
a:visited {
  /* color: #ffffff; */
  color: #EE8878;
  /*font-weight: bold;*/
  text-decoration: none;
  /*text-decoration: underline;*/
}
a:hover {
    color: #771906;
  /*font-weight: bold;*/
  text-decoration: none;
  /*text-decoration: underline;*/
}
a:active{
    color: #771906;
  text-decoration: none;
  /*text-decoration: underline;*/
}
.icon {
  float: left;
  margin: 6px 10px 0 0;
}
.ads_space {
  margin: 0 2px;
}
.img_spatiu_dreapta { 
  margin: 0 10px 0 0;
}



div.jucatori_menu,
div.articole_menu {
  margin:0 0 10px;
  padding: 4px 2px;
  background-color:#2F2C27;
  overflow: auto;
}

div.jucatori_menu ul,
div.articole_menu ul
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

div.jucatori_menu li,
div.articole_menu li
{
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  width: 280px;
  float: left;
  line-height:1.3em;
  border-bottom:1px solid #44423D;
  margin: 2px 3px 2px 5px;
}

div.jucatori_menu li {
  margin: 1px 3px 0px 5px;
}


div.jucatori_menu li a,
div.articole_menu li a
{
  font-weight: normal ! important;
  display:block;
  font-weight:normal;
  margin:1px 0px;
  color: white;
}

div.articole_menu li a {
  padding: 2px 0px 0px 3px ! important;
  height: 17px;
}

div.jucatori_menu li a {
  display: block;
  float: left;
  padding: 0px 3px ! important;
}

div.jucatori_menu li a:link,
div.jucatori_menu li a:visited
{
  color: white !important;
}

div.articole_menu li a:hover,
div.articole_menu li a.active
{
  background: #781905;
  color: white;
}

div.jucatori_menu li a:hover,
div.jucatori_menu li a:active
{
  color: #771906 !important;
}

div.sitemap_item
{
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
  width: 280px;
  float: left;
  line-height:1.3em;
  margin: 2px 3px 2px 5px;
}

div.sitemap_item ul.level1
{
  margin-bottom: 30px;
}

div.sitemap_item ul li
{
  text-align: left;
}

li.stiri_m a {
  text-transform: capitalize;
}

li.news-amenu-item-year {
  display: none ! important;
}

#stiri_container1 div.stirilist1 p {
  text-indent: 0px;
  margin: 0px;
}



div.csc-frame-frame1 {
  background: #2F2C27;
/*  overflow: auto;*/
  padding-bottom: 7px;
}

div.csc-frame-frame1 dl {
  margin: 0px;
}

div.csc-frame-frame1 div.csc-textpic img {
  border: 1px solid #B5B5B5;
}

div.csc-frame-frame1 div.csc-textpic-text {
  vertical-align: middle;
}

div.csc-frame-frame1 p {
  margin: 0px 10px;
  padding-top: 5px;
  text-indent: 0px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

div.csc-frame-frame1 div.csc-textpic-imagewrap dl.csc-textpic-image {
  float: none ! important;
  margin-bottom: 0px ! important;
}




a.highslide img {
  padding: 0px;
}

a.highslide img:hover {
  border: 0px ! important;
}

table.contenttable {

}

table.contenttable th,
table.contenttable td {
  background: none;
  height: auto;
  border: 0px;
  vertical-align: top;
}

table.contenttable th p {
  font-weight: bold;
  margin: 0px;
  white-space:nowrap;
  text-indent: 0px;
}

table.contenttable td p {
  margin: 0px 0px 0px 5px;
  text-indent: 0px;
}

table.contenttable td ul {
  margin: 0px;
  padding: 0px;
  text-indent: 0px;
}

table.contenttable td li {
  list-style: none;
  margin: 0px;
  margin-left: 5px;
  padding: 0px;
  text-indent: 0px;
}

table.contenttable td {
  height: auto;
}

/* TABS */
.tab_content {
  /*padding-bottom: 15px;*/
}
 
.tabContainer,
#tabContainer {
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: block;
}
 
.tabContainer div,
#tabContainer div {
  padding-bottom: 4px;
  padding-right: 7px;
  padding-left: 7px;
  font-weight: bold;
/*  margin-left: 5px;*/
  padding-top: 5px;
  color: #000000;
  float: left;
  font-size: 13px;
}
 
.tabContainer .tabs_on, .tabContainer .tabs_off, .tabContainer .tabs_over,
#tabContainer .tabs_on, #tabContainer .tabs_off, #tabContainer .tabs_over {
  border: none;
  cursor: pointer;
  color: white;
  font-family: Tahoma;
  font-size: 13px;
}

.tabContainer .tabs_on,
#tabContainer .tabs_on {
  border-color: #B5B5B3;
  border-style: solid;
  border-bottom-width: 0px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  /*background: url(/fileadmin/mw-opr/images/menu_bkg_hover.gif) repeat-x;*/
  background: url(/fileadmin/mw-opr/images/bg_red_header.gif) repeat-x;
}

.tabContainer .tabs_over,
#tabContainer .tabs_over {
  border: 0px;
  margin-top: 1px;
  /*background: url(/fileadmin/mw-opr/images/menu_bkg_hover.gif) repeat-x bottom;*/
  background: url(/fileadmin/mw-opr/images/bg_red_header.gif) repeat-x bottom;
}

.tabContainer .tabs_off,
#tabContainer .tabs_off {
  margin-top: 1px;
}

table.tabs td {
  border: 0px;
  padding: 0px 2px;
}

/* TABLE */

table.single_tab {
  border-collapse: collapse;
  width: 100%;
}

table.single_tab th {
  background: #B5B5B5;
  font-weight: normal;
  vertical-align: bottom;
  color: black;
  padding: 2px;
  border: 1px solid #AAAAAA;
}

table.single_tab td {
  color: black;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #AAAAAA;
  text-align: center;
}

table.single_tab td a:visited,
table.single_tab td a {
  font-weight: normal !important;
  color: black;
}

table.single_tab td a:hover {
  color: #771906;
}

table.single_tab td img {
  vertical-align: middle;
}

table.single_tab tr.even {
  background: #C9C9C9;
}

table.single_tab tr.odd {
  background: #D2D2D2;
}

table.single_tab .hl {
  font-weight: bold;
  color: #C2280C;
}

table.single_tab th.hl {
   text-align: center;
}

table.single_tab .l {
  text-align: left;
  white-space:nowrap;
}


.box_titlu_span a {
  text-decoration: none;
  color: white;
}


div.blog-date {
	text-align: right;
	color: #635D5A;
	font: 11px Tahoma, Helvetica, sans-serif;
}

h4.blog-latest {
	border-bottom: 1px solid #635D5A;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top:10px;
}

div.news-single-item p {
	text-indent: 0px;
}

div.news-single-item li,
div.news-single-item p {
	font-size: 11px;
}

div.blog-subheader p {
	font-weight: bold;
	margin-bottom: 20px;
}

div.blog-list-litem {
	border-bottom: 1px #635D5A dashed; 
	vertical-align: bottom;
	height: 19px;
}

div.blog-list-litem img {
	margin-bottom: 2px;
	vertical-align: bottom;
}

div.blog-list-litem-date {
	width: 100px;
	float: right;
	text-align: right;
	color: #635D5A;
	font: 11px Tahoma, Helvetica, sans-serif;
	vertical-align: bottom;
	margin-top: 4px;
	padding-bottom: 3px;
}

div.blog-list-litem-details {
	border-bottom: 1px #635D5A dashed; 
	padding: 10px 20px 20px 20px;
}

div.blog-list-litem-details p {
	text-indent: 0px;
}

div.blog-list-litem a:visited,
div.blog-list-litem a:link {
	color: white;
}

div.blog-list-litem a:hover {
	color: #771906;
}

table.jucatori {
	width: 266px;	
	height: 50px;
}

table.jucatori td {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px;
}

table.jucatori td img{
	vertical-align: middle;
}

table.jucatori td div {
	vertical-align: middle;
}



table.jucatori td img{
}

div#articleheader table.jucatori td.jucatori-button {
	background: url(/fileadmin/mw-opr/images/bg_button.jpg) no-repeat center center;
}

div#articlefooter table.jucatori {
	margin: 20px;
}

div#articlefooter table.jucatori td.jucatori-button {
	background: url(/fileadmin/mw-opr/images/bg_button_black.jpg) no-repeat center center;
}

div.blog-list-litem-subheader * {
	font-weight: bold;
}



/* Special tables */
table.list-narrow {
  border-collapse: collapse;
  margin: 10px !important;
  width: 270px;
}

table.list-narrow tr.header_red td {
  height: 30px;
  background: url("/fileadmin/mw-opr/images/bg_table_header_red.gif") no-repeat top left;
  font: bold 12px Tahoma , sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0px 10px 0px 38px;
  text-align: left;
  border-bottom: 0px solid black;}
  
 table.list-narrow tr.header_green td {
  height: 30px;
  background: url("/fileadmin/mw-opr/images/bg_table_header_green.gif") no-repeat top left;
  font: bold 12px Tahoma , sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0px 10px 0px 38px;
  text-align: left;
  border-bottom: 0px solid black;}
  
table.list-narrow tr.header_blue td {
  height: 30px;
  background: url("/fileadmin/mw-opr/images/bg_table_header_blue.gif") no-repeat top left;
  font: bold 12px Tahoma , sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0px 10px 0px 38px;
  text-align: left;
  border-bottom: 0px solid black;}

table.list-narrow tr.header td {
  height: 30px;
  background: url("/fileadmin/mw-opr/images/bg_table_header.gif") no-repeat top left;
  font: bold 12px Tahoma , sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0px 10px 0px 38px;
  text-align: left;
  border-bottom: 0px solid black;
}

table.list-narrow tr.names td {
  background: #B5B5B5;
  font-weight: normal;
  color: black;
  padding: 2px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0px 4px;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}

table.list-narrow tr.even {
  background: #C9C9C9;
  color:#000000;
}

table.list-narrow td.even_1 {
 text-align: left; 
 text-decoration: underline;
  }

table.list-narrow td.even_2 {
 text-align: center; 
 color: #ff6600; 
 font-weight: bold;
  }
  
table.list-narrow td.even_3_4 {
 text-align: center; 
  }
  
  
table.list-narrow tr.odd {
  background: #D2D2D2;
  color:#000000;
}

table.list-narrow td.odd_1 {
 text-align: left; 
 text-decoration: underline;
  }

table.list-narrow td.odd_2 {
 text-align: center; 
 color: #ff6600; 
 font-weight: bold;
  }
  
table.list-narrow td.odd_3_4 {
 text-align: center; 
  }
  

table.list-narrow tr.even td,
table.list-narrow tr.odd td {
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  line-height: 26px;
  vertical-align: middle;
  padding: 0px 4px;
}

table.list-narrow tr.even td p,
table.list-narrow tr.odd td p {
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
}

/* TO DELETE
table.list-narrow {
  border-collapse: collapse;
  margin: 10px !important;
  width: 270px;
}

table.list-narrow tr.header td {
  height: 30px;
  background: url('../images/bg_table_header.gif') no-repeat top left;
  font: bold 12px Tahoma , sans-serif;
  text-decoration: none;
  margin: 0;
  padding: 0px 10px 0px ;
  text-align: left;
  border-bottom: 0px solid black;
}

table.list-narrow tr.names td {
  background: #B5B5B5;
  font-weight: normal;
  color: black;
  padding: 2px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0px 4px;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}

table.list-narrow tr.even {
  background: #C9C9C9;
}

table.list-narrow tr.odd {
  background: #D2D2D2;
}

table.list-narrow tr.even td,
table.list-narrow tr.odd td {
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  line-height: 26px;
  vertical-align: middle;
  padding: 0px 4px;
}

table.list-narrow tr.even td p,
table.list-narrow tr.odd td p {
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
}
*/



/*
 *   Freeroll tool
 */

div#freeroll_tool {
 
}

div#freeroll_tool * {
	font-family: Tahoma;
	font-size: 8pt;
}

div#freeroll_tool a {
	font-weight: normal;
}

div#freeroll_tool table.rooms_list td {
	border: 0px;
}

div#freeroll_tool div.poker_freeroll_legend div,
div#freeroll_tool div.poker_freeroll_legend div img {
	vertical-align: middle;
	line-height: 18px;
	font-weight: bold;
}

div#freeroll_tool table.single_tab th a {
	color: black;
	text-decoration: underline;
}

div#freeroll_tool table.single_tab th {
	white-space: nowrap;
}

div#freeroll_tool table.single_tab th a:hover {
	color: #771906;
}



/*
 * Marquee news
 */

td.marquee {
	padding-top: 7px !important;
}


td.marquee,
td.marquee * {
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 11px !important;
}

td.marquee a {
	text-decoration: underline !important;
	font-weight: bold;
	color: black;
}

td.marquee a:hover {
	color: #771C15;
}


/*
 *  Links style
 */

div.news-single-item p a:link,
div.news-single-item li a:link,
div.news-single-item div a:link,
div.news-single-item p a:visited,
div.news-single-item li a:visited,
div.news-single-item div a:visited
{
	font-size: 11px !important;
	color: #EE8878 !important;
	text-decoration: none !important;
}

div.news-single-item p a:hover,
div.news-single-item li a:hover,
div.news-single-item div a:hover
{
	font-size: 11px !important;
	color: #771906 !important;
	text-decoration: none !important;
}


a.white:link,
a.white:visited {
	color: white;
}


div#bottom_menu {
	text-align: center;
	margin: 10px;
	font-size: 12px;
}

div#bottom_menu a {
	color: white;
	font-weight: bold;
}

div#bottom_menu a:hover {
	text-decoration: underline;
}




div.glossary-item {
	padding-left: 20px;
}

div.glossary-item p {
	font-size: 11px !important;
	text-indent: 0;
}

div.articole_menu li a,
li.glossary-items-link a {
	color: white !important;
}




table.tabs_2 {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	border-collapse: collapse;
	width: 562px;
}

table.tabs_2 td {
	border: 1px solid white;
	text-align: left;
	vertical-align: middle;
	color: black;
	height: 20px;
}

table.tabs_2 td.date {
	white-space: nowrap;
}

table.tabs_2 td.news_subheader,
table.tabs_2 td.news_subheader *{
	font-size: 10px;
	margin: 0px;
	text-indent: 0px;
    vertical-align:middle; 
    height:34; 
}

table.tabs_2 td a:link,
table.tabs_2 td a:visited {
	color: black !important;
}

table.tabs_2 td a {
	text-decoration: underline !important;
}

table.tabs_2 td.news_item a {
	font-weight: normal !important;
	text-decoration: underline !important;
}

table.tabs_2 td.spacer {
	background: #9D9D9D;
	height: 1px;
	border: 0px;
}



div.tx-indexedsearch-res {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #625E5B;
}

div.tx-indexedsearch-res-single * {
	line-height: 1.5em;
}

div.tx-indexedsearch-res-single div.tx-indexedsearch-desc {
	font-size: 11px;
	padding: 0px 20px !important;

}

div.tx-indexedsearch-res-single div.tx-indexedsearch-desc strong.tx-indexedsearch-redMarkup {
	text-decoration:underline;
	font-weight: normal;
}

div.tx-indexedsearch-res-single div.tx-indexedsearch-header {
	border-top: 1px dashed #625E5B;
	margin: 30px 0px 10px 0px;
}

div.tx-indexedsearch-res-single div.tx-indexedsearch-header a {
	display: block;
	color: white !important;
	font-size: 12px;
	vertical-align: middle;
	padding: 4px 10px !important;
}

div.tx-indexedsearch-res-single div.tx-indexedsearch-header a:hover {
	background: #781907;
}

div.tx-indexedsearch-res-single div.tx-indexedsearch-link a {
	padding: 0px 20px !important;
}

div.tx-indexedsearch-res-single div.tx-indexedsearch-link a {
	font-weight: normal !important;
}


div.tx-indexedsearch div.tx-indexedsearch-whatis {
  font: bold 14px Tahoma, Helvetica, sans-serif !important;
  margin: 0px 0 10px 0 !important;
  padding: 20px 0 3px 45px	 !important;
  border-bottom: 1px solid #665f5e !important;
  background: url(/fileadmin/mw-opr/images/icon_crown.gif) left center no-repeat;
  font-weight: bold !important;
}

div.tx-indexedsearch div.tx-indexedsearch-whatis * {
  font: bold 14px Tahoma, Helvetica, sans-serif !important;
  font-weight: bold !important;
}

div.tx-indexedsearch div.tx-indexedsearch-browsebox p {
  background: url(/fileadmin/mw-opr/images/bg_head_search.jpg) left center no-repeat !important;
  width: 100% !important;
  height: 30px !important;
  font: bold 12px Tahoma , sans-serif !important;
  text-decoration: none !important;
  margin: 10px 0px !important;
  padding: 15px 0 0 25px !important;
}

div.tx-indexedsearch ul.browsebox {
  text-align: center !important;
  text-indent: 0px !important;
  padding: 0px !important;
}

div.tx-indexedsearch ul.browsebox li a {
  padding: 5px 7px !important;
  width: 24px !important;
  color: white !important;
}

div.tx-indexedsearch ul.browsebox li a:hover {
  color: white !important;
  background: url(/fileadmin/mw-opr/images/bg_red_header.gif) repeat-x !important;
}

div.tx-indexedsearch ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: url(/fileadmin/mw-opr/images/bg_red_header.gif) repeat-x !important;
  border: 1px solid white !important;
}

div.tx_indexedsearch_container {
	padding: 10px !important;
}


input.searchbox-sword {
	border: 1px solid #453B3A;
	height: 13px;
	font-size: 11px;
	vertical-align: top;
	margin-left: 10px;
}

input.searchbox-button {
	background: transparent;
	color: white;
	text-decoration: underline !important;
	cursor: pointer;
	border: 0px;
	padding: 1px;
	font-size: 11px;
	height: 13px;
	vertical-align: top;
}


div#footer_meta {
  background: white !important;
  width: 800px !important;
  text-align: left !important;
  margin: 0px auto !important;
}

div#footer_meta table {
  width: 100% !important;
}

div#footer_meta table td {
  border: 0px !important;
}

div#footer_meta table td a{
  text-decoration: underline !important;
}

div#footer_meta table td a:link,
div#footer_meta table td a:visited {
  color: black !important;
}


h3 a {
  font: bold 14px Tahoma, Helvetica, sans-serif !important;
}

/*
 *  Frotpage freeroll tab by Artem
 */

table.tabs_f2 {
margin : 0;
padding : 0;
border-left : 1px solid #9d9d9d;
border-right : 1px solid #9d9d9d;
border-collapse : collapse;
width : 562px;
}
table.tabs_f2 td {
border : 1px solid white;
text-align : left;
vertical-align : middle;
color : black;
height: 34px; 
}
table.tabs_f2 th {
border : 1px solid white;
color : black;
height : 30px;
background: #B5B5B5;
font-size: 10px;
text-align: center;
font-weight : normal !important;
vertical-align : bottom;
}
table.tabs_f2 td.date {
white-space : nowrap;
}
table.tabs_f2 td.news_subheader, table.tabs_f2 td.news_subheader * {
font-size : 10px;
margin : 0;
text-indent : 0;
}
table.tabs_f2 td a:link, table.tabs_f2 td a:visited {
color : black !important ;
}
table.tabs_f2 td a {
text-decoration : none !important ;
}
table.tabs_f2 td.news_item a {
font-weight : normal !important ;
text-decoration : underline !important ;
float : left;
vertical-align : middle;
margin-left: 2px;
margin-top: 2px;
}
table.tabs_f2 td.spacer {
background : #9d9d9d;
height : 1px;
border : 0;
}

