html
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-family: arial;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;  
}

body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-family: arial;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;  
  background: url(/img/site/bg_site.jpg) repeat-x top #414042;  
}


table.all 
{
  height : 100%;
  width  : 100%;
}

div:focus { outline-width:0; }
object:focus { outline-width:0; }

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

.nonstop:hover {color: #ffffff;}

img {border:0px;}
form { margin: 0px; padding: 0px; border: 0px; }
.ov_auto { overflow:auto; }
.pointer {cursor: pointer;}
.underline {text-decoration: underline;}

/* ---- Margin  */
.tmargin2 {margin-top: 2px;}

/* --- Padding ---- */
.padd1  {padding: 1px;}

.padd2  {padding: 2px;}
.tpadd2 {padding-top   : 2px;}
.bpadd2 {padding-bottom: 2px;}
.lpadd2 {padding-left  : 2px;}
.rpadd2 {padding-right : 2px;}


.padd5  {padding: 5px;}
.tpadd5 {padding-top   : 5px;}
.bpadd5 {padding-bottom: 5px;}
.lpadd5 {padding-left  : 5px;}
.rpadd5 {padding-right : 5px;}

.padd3  {padding: 3px;}

.padd10  {padding: 10px;}
.tpadd10 {padding-top   : 10px;}
.bpadd10 {padding-bottom: 10px;}
.lpadd10 {padding-left  : 10px;}
.rpadd10 {padding-right : 10px;}

.lpadd15 {padding-left  : 15px;}
.rpadd15 {padding-right : 15px;}

.tpadd20 {padding-top   : 20px;}
.bpadd20 {padding-bottom: 20px;}

.tpadd25 {padding-top   : 25px;}

/* --- Border ---- */
.borrder1_white {border: 1px solid #FFFFFF;}

.tborrder1_red {border-top: 1px solid #FF0000;}

.tborrder1_blue {border-top: 1px solid #0056A6;}

.bborder1_2E { border-bottom: 1px solid #2E2E2F; }

.tborder1_4F {border-top: 1px solid #00294F;}

/* --- Background ---- */
.bg_black {background-color: #000000;}
.bg_white {background-color: #ffffff;}
.bg_41    {background-color: #414042;}
.bg_A7    {background-color: #0056A7;}
.bg_80    {background-color: #808285;}
.bg_AC    {background-color: #A7A9AC;}
.bg_F2    {background-color: #f2f2f2;}
.bg_1C    {background-color: #1C2129;}


.bg_bottom {background: url(/img/site/bg_bottom.jpg) repeat-x top #000000;}

.bg_middle_all {background: url(/img/site/bg_middle_all.jpg) repeat-x bottom right #000000;}

.bg_tab_left  {background: url(/img/site/bg_tab_line.jpg) no-repeat top left;}
.bg_tab_right {background: url(/img/site/bg_tab_line.jpg) no-repeat top right;}
.bg_live_top {background: url(/img/site/bg_live_top.jpg) no-repeat bottom right;}
.bg_live_bottom {background: url(/img/site/bg_live_bottom.jpg) no-repeat top right;}

.bg_middle_right 
{
	/* background: url(/img/site/bg_middle_right.jpg) no-repeat bottom right #000000; */		
}
.bg_middle_left  {background: url(/img/site/bg_middle_left.jpg) no-repeat top left #001324;} 
.bg_news { /* background: url(/img/site/bg_news.jpg) no-repeat bottom right #000000; */}
.bg_last_news { /* background: url(/img/site/bg_last_news.jpg) no-repeat top right #000000; */}
.breaking_top {background: url(/img/site/breaking_top_right.jpg) no-repeat right #FF0000;}
.hot_top {background: url(/img/site/hot_top_right.jpg) no-repeat right #F97B00;}
.flash_top {background: url(/img/site/flash_top_right.jpg) no-repeat right #0056A7;}


/* -- Height ---- */
.h385 {height: 385px;}
.h300 {height: 300px;}

/* --- Color ----- */
.black {color: #000000;}
.white {color: #ffffff;}
.tc7   {color: #C7C9CA;}
.t56   {color: #0056A7;}
.t2c   {color: #2C99FF;}
.tb5   {color: #B0B1B5;}
.t45   {color: #576884;}
.ta1   {color: #A1ADC0;}

/* --- Text width --- */
.bold { font-weight: bold; }
.bolder { font-weight: bolder; }

/* --- Font size ---- */
.size8  { font-size: 8px;  }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }

/* --- Font Family ---- */
.farial  { font-family: arial; }
.ftahoma { font-family: tahoma;} 

/* --- Text transform ---- */
.upper {text-transform: uppercase; }

/* --- Menu --- */
a.share 
{
	color : #000000;	
	text-decoration: none;
}
a.share:hover 
{
	color : #0056A7;	
	text-decoration: none;
}

a.menu_top 
{
	color : #C7C9CA;
	font-weight:bold;
	text-decoration: none;
}
a.menu_top:hover 
{
	color : #ff0000;
	font-weight:bold;
	text-decoration: none;
}
a.menu_top_sel
{
	color : #ffffff;
	font-weight:bold;
	text-decoration: underline;
}

a.menu_bottom 
{
	color : #ffffff;	
	text-decoration: none;
}
a.menu_bottom:hover 
{
	color : #ff0000;	
	text-decoration: none;
}
a.menu_bottom_sel
{
	color : #ffffff;	
	text-decoration: none;
}

/* --- Taburi ---- */
.bg_line1 {background: url(/img/site/line1.gif) repeat-x bottom left;}
.bg_day {background: url(/img/site/bg_day.gif) no-repeat center;}

.programsItem
{
	width: 19px;
	height: 19px;
}
.activeDay {background: url(/img/site/bg_day_sel.gif) no-repeat center;}

  /* Taburile din dreapta mijloc Live / Program etc */
.tabItem  
{	
	cursor: pointer;
	color: #4F4F4F;
	font-size: 14px;	
	font-family: arial;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.tabNewsItem 
{
	cursor: pointer;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
}

.active
{
  color: #ffffff;	
  background: url(/img/site/bg1_tab.gif) repeat-x top left; 
  border-left: 1px solid #0056A7;  	
  border-right: 1px solid #0056A7;  
  border-top: 1px solid #0056A7;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;  
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

.activeCategory
{
  color: #ffffff;	
  background: #0056A7; 	
}

.overCategory
{
  color: #ffffff;	
  background: #0056A7; 	
}

.lvl2 {color: #75BBFD;}
.lvl2_active {color: #ffffff;}
.lvl2_over {color: #ffffff; text-decoration: underline;}


/* --- Scroll Animat ---- */
.scroll-newsInfo
{	
	height: 272px; 
	width: 380px;
	overflow: auto;	
	float: left;
}

.scroll-newsNonstop
{
    height: 358px; 
	width: 300px;
	overflow: auto;	
	float: left;
}

.scroll-programs
{
    height: 330px; 
	width: 300px;
	overflow: auto;	
	float: left;
}

.orange-bar .jScrollPaneTrack
{
	background: url(/img/site/bg_scroll_track.gif) repeat-y top center;
}
.orange-bar .jScrollPaneDrag 
{
	background:  url(/img/site/bg_scroll_drag.gif) no-repeat center;	 	
}
/* --- end - Scroll Animat ---- */

/* ------------ JTV Portal ----------- */
.jtvp_arial   { font-family: arial; }
.jtvp_size14  { font-size: 14px;}
.jtvp_georgia { font-family: georgia; }
.jtvp_mov     { color: #6F4BAF; }
.jtvp_red     { color: #DF0073; }
.jtvp_black   { color: #000000;}
.jtvp_border_gray { border:1px solid #E2E7EA;}
.jtvp_bg_FAFBFD { background-color: #F7F9FB; }
.jtvp_bg_white  { background-color: #ffffff; }
a.jtvp_a {text-decoration: none;}
a.jtvp_a:hover {text-decoration: underline; color: #DF0073; }
/* ---end--------- JTV Portal ----------- */

/* Scroll */
div.scroll_news
{	
	position:fixed; 
	height:59px; 
	width:100%; 
	bottom: 0px;
}

#extern 
{
 height:59px;
 overflow:hidden;
 width:auto;
}
#intern 
{
 height:auto;
 left:0;
 position:relative;
 top:0;
 width:auto;
 white-space:nowrap;
}
#intern2
{
 height:auto;
 left:0;
 position:relative;
 top:0;
 width:auto;
 white-space:nowrap;
}

.tborder_5D    { border-top-color: #5D6975; }
.tborder1_solid { border-top: 1px solid; }
.bborder1_solid { border-bottom: 1px solid; }
.tborder_FE    { border-top-color: #FE5FB1; }
.tborder_7E    { border-top-color: #7E8E9D; }
.bborder_9B    { border-bottom-color: #9B004E}
.bg_E0     { background-color: #E00073; }
.bg_5C     { background-color: #5C6876; }
.padd5  { padding: 5px;}
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.upper {text-transform: uppercase; }
/* end - Scroll */

iframe {width: 100%; }

#jtvGoogleSearch1 
{
	width: 581px;
	height: 500px;
}

/* google analytics counter styles */
.ga_background
{
    width: 201px; 
    height: 41px;
    background: url(/img/site/bg_contor.png) no-repeat center center;
}
	
.ga_text 
{
	font-family: tahoma;
	font-size: 9px;
	color: #3E4852;
	padding-left: 5px;
    padding-right: 5px;
}

.ga_counts
{
    font-family: tahoma;
    font-size: 9px;
    color: #3E4852;
    padding-left: 5px;
    padding-right: 5px;
}

.ga_by
{
    font-family: verdana;
    font-size: 8px;
    color: #3E4852;
    padding-left: 5px;
    padding-right: 5px;
}

/* ------------------------------- */
