/* === selectori directi === */

BODY{
    background-color: #c0c0c0;
    font-family: verdana;
	font-size: 12px;
	line-height: 18px;
    margin: 0px;
}

FORM{
    margin: 0px;
    padding: 0px;
}

IMG{
    border: 0px;
}

INPUT{
    border: 1px solid #494949;
}

SELECT{
    border: 1px solid #494949;
}

UL{
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

LI{
    margin-left:  30px;
}
/* end selectori directi */



/* LINKURI */

.redLink:link{
    color: #9d272e;
    font-weight: bold;    
    text-decoration: none;
}

.redLink:visited{
    color: #9d272e;
    font-weight: bold;
    text-decoration: none;
}

.redLink:hover{
    text-decoration: underline;
}

.redLink:active{
    color: #0f478e;
}



.blueLink:link{
    color: #0f478e;
    text-decoration: none;
}

.blueLink:visited{
    color: #0f478e;
    text-decoration: none;
}

.blueLink:hover{
    text-decoration: underline;
}

.blueLink:active{
    color: #9d272e;
}



.linkStire:link{
    color: #0f478e;
    font-weight: bold;    
    text-decoration: none;
}

.linkStire:visited{
    color: #0f478e;
    font-weight: bold;
    text-decoration: none;
}

.linkStire:hover{
    text-decoration: underline;
}

.linkStire:active{
    color: #9d272e;
}



/* END LIKURI */



/* OTHER LAYOUT STYLES */

#mainTable{
    background-color: #ffffff;
    margin: auto;
    width: 960px;
}

.shadowLeft{
    width: 12px;
    background-image:  url(../img3/layout/shadow_left.jpg);
}

.shadowRight{
    width: 12px;
    background-image:  url(../img3/layout/shadow_right.jpg);
    
}

.bottomBorderRed{
    border-bottom: 1px solid #921a21;
}

/* END OTHER LAYOUT STYLES */



/* BANNER AREA */

#bannerCell{
    background-color: #2f2f2f;
    border-bottom: 1px solid #6b6b6b;
    padding: 5px;
    text-align: center;
}

/* END BANNER AREA */



/* HEADER */

#header{
    background-color: #2f2f2f;
}

#logo{
    padding-left: 5px;
    width: 180px;
}

#equalizers IMG{
    margin-left: 10px;
}

/* END HEADER */



/* TOP MENU */

#topMenuCell{
    background-image:   url(../img3/top_menu/background_rosu.jpg);
    cursor: pointer;
}

#topMenuCell UL {
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#topMenuCell UL>LI {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
}



/* END TOP MENU */



/* SEARCH BAR */

#searchBar{
    background-color: #6b6b6b;
    color: #ffffff;
    padding: 0px 0px 0px 6px;
}

/* END SEARCH BAR */



/* SIDEBAR */

#sidebar{
    background-color: #dfdede;
    border-right: 1px solid #921a21;
    width: 172px;
}

.titleSidebar{
    margin-top: 5px;
}

.sidebarList A:link{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.sidebarList A:visited{
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

.sidebarList A:hover{
    color: #ffffff;
    background-color: #921a21;
    border: 0px solid #dfdede;
    padding: 2px;
}

.sidebarList A:active{
    color: #ffffff;
    background-color: #921a21;
    padding: 2px;
}

.banner-left {
    margin-top: 75px;
}    
.banner-left-menu {
    margin-bottom: 2px;
    text-align: center;
}
.banner-left-menu .item {
    border: 1px #000 solid;
    display: table-cell;
}
        
/* END SIDEBAR */



/* NEWSFLASH STYLES */

#newsflashDiv{
    border: 1px solid #dcdcdc;
    cursor: pointer;
    height: 130px;
    overflow: hidden;
    position: relative;
    width: 700px;
}
	
#newsflashDiv TABLE{
	font-family: verdana;
	font-size: 14px;
	top: 0px;
}
		
#newsflashDiv TABLE TD{
	padding: 5px;
}

#newsflashTitles{
    font-weight: bold;
}

#showCounterObjects IMG{
    margin: 5px 0px 5px 2px;
}

.arrowButton{
	background-color: #dfdede;
    padding: 0px 2px 0px 2px;
}
		
.arrowButton IMG{
	cursor: pointer;
}

/* END NEWSFLASH STYLES */



/* CATEGORII CENTRALE */

.categTable{
    margin-bottom: 10px;
    width: 100%;
}

#categTable TD{
    width: 50%;
}

.categTitle{
    position: relative;
    left: -13px;
    margin-bottom: 5px;
    top: 0px;
}

.subcategTitle{
    background-color: #dfdede;
    border-bottom: 1px solid #c3c3c3;
    font-weight: bold;
    margin-top: 3px;
    padding-left: 8px;
}
.subcategTitle A {
    text-decoration: none;
    color: inherit;
}   
.subcategTitle A:hover {
    text-decoration: underline;
    color: inherit;
}   


.infoTable{
    border-bottom: 1px solid #dcdcdc;
}

.infoTable TD{
    padding: 0px 5px 0px 5px;
}

.infoTitle{
    font-weight: bold;
    padding: 0px 5px 5px 8px;
}

.infoImg{
    border: 1px solid #dfdede;
    margin: 5px;
    padding: 2px;
}

#fullInfoImg{
    margin-left: 5px;
}

#fullInfoImg TH{
    border: 1px solid #dcdcdc;
    padding: 2px;
}

.infoSummary{
    text-align: justify;
    padding: 2px 5px 0px 8px;
}
.infoDate {
    font-size: 80%;
    font-weight: bold;
}    

.infoBlue {
  color: #0f478e; 
  font-family: verdana; 
  font-size: 14px; 
  text-align: justify; 
  padding: 2px 5px 0px 8px;
}

.categListaTitluri{
    border-left: 1px solid #921a21;
    padding: 5px 0px 5px 0px;
}

/* END CATEGORII CENTRALE */



/* LAYOUT BOTTOM */

#trafficCounter{
    background-color: #dfdede;
    height: 80px;
}

#footer{
    border-top: 1px solid #921a21;
    background-color: #dfdede;
    font-size: 10px;
}

#footerTitle{
	border-bottom: 1px solid #6b6b6b;
	color: #921a21;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}

#footer A:link{
	color: #000000;
    font-size: 11px;
    text-decoration: none;
    padding: 2px;
}

#footer A:visited{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    padding: 2px;
}

#footer A:hover{
    color: #ffffff;
    background-color: #921a21;
    padding: 2px;
}

#copyright{
    background-color: #2f2f2f;
    color: #dcdcdc;
}

/* END LAYOUT BOTTOM */