html,
body {
    background : #115c00 url(../imgs/siteBg.png) repeat-x;
    font : 12px  Verdana, 'Dejavu Sans', 'Bitstream Vera Sans';
  	margin: 0;
  	padding: 0;
	height:100%;
	width: 100%;
 }

.pager,
.default{
	font-size: 10px;
}

.message{
	background:  #aa0000; 
	color: white;
	font-weight: bold;
	text-align: center;
	border: 1px solid #440000;
	padding: 2px;
}

.mainDiv{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	height: 10px;
	overflow:visible;
}

.mainTable{
	width: 854px;
	height: 100%;
	border-left: 1px solid #c3c3c3;
	background-color: #ffffff;
}

.tableMarginRight{
	border-left: 1px solid #c3c3c3;
}

.tableMarginLeftPre{
	width: 1px;
}

/* Coloana din stinga - informatiile suplimentare cerute de Gigi (curs, etc) */
.tblLeft{
	width: 149px;
	height: 20px;
	display: table;
	position: absolute;
	margin-left: -150px;
	margin-top: 20px;
}
.tblLeftTop,
.tblLeftBottom,
.tblLeftContent{
	height: 5px;
	width:149px;
}
.tblLeftTop{
	background: url(../imgs/bannerLeftTop.png) no-repeat bottom;
}
.tblLeftBottom{
	background: url(../imgs/bannerLeftBottom.png) no-repeat bottom;
}
.tblLeftContent{
	display: table;
	background: white url(../imgs/bannerLeftContent.png) right repeat-y;
	font-size: 7pt;
}
.tblLeftSeparator{
	display: block;
	height: 6px;
	background: url(../imgs/bannerLeftSeparator.png ) right no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* DE AICI SCHIMBI LATIMEA COLOANEI DIN STINGA - LOGIN & ZONES*/
.tableTopLeft{
	width: 213px;
	background: url(../imgs/topLeft.png) no-repeat;
	height: 165px;
	border: 0px;
	text-align: left;
}

.tableTopRight{
	background: url(../imgs/topRight.png) no-repeat;
	width: 639px;
	height: 165px;
	border-width: 0px;
}


.tableListBg{
/*	height: 90%;*/
	background: url(../imgs/listBg.png) repeat-y; 
}

.tableMainBgTop{
	background: white url(../imgs/mainBgTop.png) repeat-x;
}

.tableListContainer{
	background: url(../imgs/listTopBg.png) top left no-repeat; 
	width: 100%; 
	overflow: hidden;
	display: table;
}


.tableListBottom{
	height: 26px;
/*	width: 203px; */
	background: url(../imgs/listBottomBg.png) top left no-repeat;
}

.tableMainBottom{
	background: white;
	padding-bottom: 3px;
}

.searchContainer{
	position: absolute;
	top:0;
	width: 640px;
}

.searchBg{
	background: url(../imgs/searchBgForm.gif) repeat-x;
	height: 30px;
}

.searchBg input{
 border: 1px solid #900000;
 background: url(../imgs/inputBg.gif) top left no-repeat;
 padding-left: 3px;
 padding-right: 3px;
}

.button{
  background: url(../imgs/buttonBg.gif) top left repeat-x;
  color: #757575;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
}

label{
	color: white;
	font-weight: bold;
	margin-right: 5px;
}

.siteLabelContainer{
	position: absolute;
	margin-top: 25px;
}

.bannerBg{
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	color: #791311;
	text-align: center;
	width:22px;
	background: url(../imgs/bannerBg.png) repeat-y;
	height: 100px;
	line-height: 15px;
}

.templatetexttable{
	width: 610px;
	background: white;
	margin-top: 10px;
	padding: 8px;
	text-align: left;
}



/*---------------------------------------------------------------------------------[ ACCORDION ]*/
#zones {
	margin:0px;
	padding:0px;
	text-indent:0px;
	margin-right: 5px;
	/*display: table; */
	margin-bottom: 10px;
	margin-left: 5px;
}

#zones a.head {
	cursor: default;
	background:#115C00 url(../imgs/collapsed.gif) no-repeat scroll 3px 4px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	border-bottom: 1px solid #FFEEAA;
	display: block;
	width: 195px;
}
/*
#zones a.head:hover {
	color:#FFFF99;
}
*/
#zones a.selected {
	background-image: url(../imgs/expanded.gif);
}
#zones a.current {
	background: #447821 url(../imgs/zselected.gif) no-repeat;
	background-position:  0 50%;
	font-weight: bold;
	color: white;
}
#zones ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	display: table;
}
#zones li {
	list-style:none outside none; 
	/*display:inline;*/
}
#zones li li a {
	color:#000000;
	text-indent:10px;
	text-decoration: none;
	display: block;
	width: 195px;
}
#zones li li a:hover {
	background-color: #AA0000;
	color: white;
}


/*-------------------------------------------------------------------------------------------[ FORM TABLE ]*/
table.formHeader, .formHeader,.internalErr, caption.formHeader {
    font: bold 12px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
    color : white;
    font-weight : bold;
    padding: 1px 4px 1px 4px;
    margin: 1px 4px 1px 4px;
    background-color: #115C00;
    cursor: default;
    /* #BEB871;
    #441900*/;
  }

caption{
	width: 100%;
	margin-left:0px;
}

table.formInput,.formInput {
    font : 12px Verdana,'DejaVu Sans','Bitstream Vera Sans';
    padding: 1px 4px;
  }

.formInput input,
.formInput textarea,
.input{
 border: 1px solid #888888;
 background: url(../imgs/inputBg.gif) top left no-repeat;
 padding-left: 3px;
 padding-right: 3px;
}

.formInput textarea{
 padding: 3px;
}

.formInput label{
 color: black;
 font: 10px Verdana,'DejaVu Sans','Bitstream Vera Sans';
 font-weight: normal;
 margin-bottom: 3px;
 margin-left: 5px;
}

.loginLabel{
	font: 10px Verdana,'DejaVu Sans','Bitstream Vera Sans';
	text-align: right;
	font-weight: bold;
	color: white;
}



table.formLabel,.formLabel {
    font: bold 12px Verdana,'DejaVu Sans',  'Bitstream Vera Sans';
    padding:  1px 4px 1px 4px;
    color : #001000;
    width: 180px;
  }


table.formTable {
    font: 12px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
    margin: 2px;
	color: #000000;
  }


.internalErr {
    color: #530000;
    background-color: #D2D6AB;
    border : #900000 1px solid;
  }

/*-----------------------------------------------------------------------------------[ USER MENU ]*/


#loginBox{
	width: 195px;
	margin-left: 5px;
	margin-top:60px;
}


#loginBox a,
#loginBox a:link,
#loginBox a:visited,
#loginBox a:active{
	text-decoration: none;
	display: block;
	width: 188px;
	color: white;
	text-align: left;
	padding-left: 5px;
}

#loginBox a:hover{
	background-color: white;
	color: black;
}


.loginBoxTitle{
	background: url(../imgs/collapsed.gif) no-repeat scroll 3px 4px;
	color: white;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
	border-bottom: 1px solid silver;
}
  


/*---------------------------------------------------------------[ LOGIN ERROR MESSAGE ]*/
.loginError{
  font: 11px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
  position: absolute;
  margin-left: 160px;
  margin-top: -15px;
}

.loginError #container{
  border: 1px solid black;
  width: 200px;
  background: #FFEEAA;
  margin-left: 15px;
  cursor: pointer;
}

.loginError #title{
  background: #AA0000;
  color: white;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}

.loginError #message{
  text-align: left;
  padding: 0 3px 3px 3px;
  color: black;
}

.loginError #left{
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  margin-left: -9px;
}


.unitDescr{
	font: 11px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
	padding: 2px;
	border-bottom: 1px solid silver;
	padding-bottom: 7px;
	padding-top: 5px;
}

.unitDescr div{
	background: #efefef;
	padding: 4px;
	font-size: 12px;
	cursor: default;
}

.unitSpecL{
	font: 11px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
	font-weight: bold;
	background: #ffeeaa;
	width: 145px;
	text-align: right;
	cursor: default;
}

.unitSpecR{
	font: 11px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
	padding-left: 3px;
	font-weight: bold;
	cursor: default;
}

.unitSpecTbl{
	padding-bottom: 10px;
}

.unitSeparator{
	height: 5px;
}

.unitImg{
	border: 1px solid #cfcfcf;
	width: 150px;
	height: 100px; 
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

.unitDelBtn,
.unitDelBtnOver{
	text-align: center;
	font-weight: bold;
	background: #cfcfcf;
	cursor: pointer;
}

.unitDelBtnOver{
	color: white;
	background: #aa0000;
}

.unitSpecsSubT{
	background: #aa0000;
	color: white;
	font-weight: bold;
	padding: 2px;
	cursor: default;
}


.unitSpecsSubC{
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	cursor: default;
}

.unitSpecsSubC td{
	padding-left: 10px;
}

.unitSpecsSubHover{
	background: #EFEFEF;
}

.topButton{
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.suw{
	font-size: 10px;
	margin-left: 25px;
}

.suw a{
	color: silver;
}

/*-------------------------------------------------------------------[  SEARCH RESULTS ]*/
.searchRes{
	width: 165px;
	height: 200px;
	border: 1px solid #c4c4c4;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: black;
	margin-left: 5px;
	overflow: hidden;
}

.searchRes:hover{
	border: 1px solid #aa0000;
	background: #fcffd5;
}


.searchTitle{
    font: bold 10px  Verdana,'DejaVu Sans', 'Bitstream Vera Sans';
    color : white;
    background-color: #aa0000;
    cursor: default;
	padding-left: 2px;
	overflow: hidden;
}

.searchSpecs{
	font-size: 9px;
	color: black;
	cursor: pointer;
}

.searchSpecs li{
	clear: both;
}

.searchSpecs li span{
	text-align: left;
	float: left;
	display: block;
}

.searchSpecs ul{
	list-style:none outside none;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	display: table;
}

.specLBL{
	width: 42px;
	background: #ffeeaa;
	text-align: right;
	display: block;
	float: left;
	margin-right: 2px;
	font-weight:bold;
}

/*-------------------------------------------------------------------[  FILTER ]*/
.filterTitle{
	border-bottom: 1px solid silver;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
	color: #aa0000;
	cursor: pointer;
}

.filter,
.filterON{
	font-size: 10px;
	cursor: default;
	text-align:left;
	height: 16px;
}

.filter input,
.filterON input{
	cursor: pointer;
	vertical-align: middle;
	margin-right: 4px;
}

.filterON{
	background: #aa0000;
	color: white;
}

.filterBtnBar{
	margin-top: 4px;
	padding-top: 2px;
	border-top: 1px solid silver;
	text-align: right;
}

.filterBtnBar input{
	margin-right: 15px;	
}

/*-------------------------------------------------------[ PAGER ]*/
.pagerTMenu{
	font-size: 10px;
	border-bottom: 1px solid #aa0000;
	padding: 3px;
}

.pagerSpecTop{
	font-size: 10px;
	padding-top: 4px;
	border-top: 1px solid #cfcfcf;
}

.pagerSpecBottom{
	font-size: 10px;
	padding-top: 4px;
	border-bottom: 1px solid #cfcfcf;
}

/*-------------------------------------------------------[ PAGER NAVBAR ]*/
.pagerNavBar{
	text-align: right;
	padding: 1px;
	cursor: default;
}

.pagerNavBar a,
.pagerNavBar a:link,
.pagerNavBar a:visited,
.pagerNavBar a:active{
	color: black;
	font-size: 9px;
	padding: 1px;
	cursor: pointer;
}

.pagerNavBar a:hover{
	color: white;
	background: #aa0000;
}

.pagerNavBar span{
	font-size: 9px;
	cursor: default;
}

.pagerNavBarSelected{
	padding: 1px 2px 1px 2px;
	color: white;
	background: #aa0000;
	font-weight: bold;
}

/*----------------------------------------------------[ Search Link Fix ]*/
.searchTitle a,
.searchTitle a:link,
.searchTitle a:visited,
.searchTitle a:active{
	color: white;
}

.searchSpecs a,
.searchSpecs a:link,
.searchSpecs a:visited,
.searchSpecs a:active{
	color: black;
	font-size: 9px;
}

/*---------------------------------------------------[ Banner List ]*/
.bannerList{
	text-align: left;
	width: 195px;
	padding: 15px 2px 2px 7px;
	border-top: 1px solid #aa0000;
}

.bannerList div{
	float: left;
	margin-top: 3px;
	margin: 4px;
	width: 88px;
	height: 31px;
	display: block;
	overflow: hidden;
}

/*----------------------------------------------------[ Reset FILTER Button ]*/
.resetFilterBTN{
	padding: 2px 5px 2px 5px;
	background: #115c00;
}

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

.resetFilterBTN:hover{
	background: #aa0000;
}

.cursValutar {
	font-size: 9pt;
}


.cursData,
.divRow,
.meteo,
.meteoBar,
.textLinks{
	display: block;
	clear: both;
	width: 140px;
	padding-left: 5px;
}


.divRow{
	padding: 0;
	margin: 0 0 1px 0;
	height: 9pt;
	cursor: default;
}

.divRow div{
	float: left;
}

.flag{
	width: 25px;
	padding-left: 5px;
}

.cursHdr{
	text-align: right;
	padding-right: 5px;
	float: left;
	font-weight:bold;
	width: 30px;
}

.cursLbl{
	float: left;
	width: 50px;
}

.cursData{
	text-align: right;	
	font-weight: bold;
	font-size: 6pt;
	cursor: default;
}

.meteo{
	height: 110px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../imgs/suw-loading.gif) no-repeat center;
	text-align: center;
}

.meteoBar{
	text-align: center;
	overflow: hidden;
	height: 19pt;
}

.textLinks a{
	font-size: 9pt;
}

.keywords{
	margin-top:10px;
	padding: 10px 2px 10px 2px;
	text-align: center;
	color: silver;
	border: 1px solid #a3a3a3;
}

.keywords a{
	color: #808080;
	text-decoration: none;
	font-size: 8pt;
}

/*--------------------------------[ PROMOTII ]*/
.promoTextTtl{
	font-size: 9pt;
	border-bottom: 1px solid #AA0000;
	width:200px;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 2px;
	font-weight: bold;
}

.promoTextMsg{
	font-size: 8pt;
}


#suwPromoTxt ul,
#suwPromoTxt li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#suwPromoTxt{
	height: 112px;
	width: 200px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 9pt;
}


#suwPromoTxt li,
.promotext {
	height: 112px;
	width: 200px;
	display: block;
	overflow: hidden;  
}

.promotext{
	float: left;
	margin-right: 5px;
}

.promocontainer{
	height: 112px;
	width: 378px;
	display: block;
	overflow:hidden;
	float: right;
}

#suwScr{
	height: 115px;
	display: block;
	margin: 0;
	padding: 0;
}

#suwScr ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}


#suwScr li,
.promo,
.promo span{
	width: 126px;
	display: block;
	overflow: hidden;
}

#suwScr li{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.promo{
	height: 115px;
	float: left;
}

.promo span{
	height: 20px;
	font-size: 7pt;
	background: #115C00;
	color: white;
	padding-top: 2px;
}

.promo img{
	width: 126px;
	height: 94px;
	display: block;
	border: 0;
}

/*--------------------[ Baner Publicitar ]*/
.banerP1{
	display: block;
	margin-left: 4px;
	width: 140px;
	height: 300px;
	overflow: hidden;
}
.banerP2{
	display:block;
	height:70px;
	margin-left:4px;
	overflow:hidden;
	width:140px;
	text-align: center;
	margin-top: 4px;
}

.ui-tabs-nav{
	font-size: 9pt;
}

/*--------------------[ SEO LI ]*/
.silverFrame{
	border: 1px solid #c3c3c3;
	width: 600px;
}

.seoLI{
	width: 444px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	height: 165px;
}

.seoLI ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.seoLI ul li{
	list-style: none;
	padding: 1px;
	width: 220px;
	height: 14px;
	display: block;
	float: left;
}
