body {
    background-color : white;
    font-family : verdana ;
    font-size : 12px;
    color : black;
    padding : 0px;
}

/* tabelul in care se afla toate informatiile */
.mainTable {
    padding : 0px;
    border : none;
}

/* MENIUL PRINCIPAL */
.mainMenuBack {
    background-color : #F0F0F0 ;
    border-top : 1px solid #999999;
    border-bottom : 1px solid #999999;
    border-left : none;
    border-right : none;
    padding : 0px;
}
.mainMenuMouseOver {
    border : 1px solid #999999;
    background-color : #CCCCCC;
    font-size : 11px;
    font-family : verdana ;
    color : black;
    text-align : center;
    width : 80px;
    padding-top : 2px;
    padding-bottom : 2px;

}
.mainMenuMouseUp {
    border : 1px solid #F0F0F0;
    background-color : #F0F0F0;
    font-size : 11px;
    font-family : verdana ;
    color : black;
    text-align : center;
    width : 80px;
    padding-top : 2px;
    padding-bottom : 2px;

}
/*  MENIUL CONSTRUCTII */
.cMenuBack {
    background-color : #F0F0F0 ;
    border-right : 1px solid #999999;
    border-left : 1px solid #999999;
    border-top : none;
    border-bottom : none;
    padding : 2px;
}
.cMenuMouseOver {
    border : 1px solid #999999;
    background-color : #CCCCCC;
    font-size : 11px;
    font-family : verdana ;
    color : black;
    text-align : left;
    padding : 8px;
    padding-top : 3px;
    padding-bottom : 3px;
}
.cMenuMouseUp {
    border : 1px solid #F0F0F0;
    background-color : #F0F0F0;
    font-size : 11px;
    font-family : verdana ;
    color : black;
    text-align : left;
    padding : 8px;
    padding-top : 3px;
    padding-bottom : 3px;
}

/* partea unde se afla SEP */
.sepMenu {
    border-top : none;
    border-bottom : none;
    border-left : 1px solid #CCCCCC;
    border-right : 1px solid #CCCCCC;
}

/* casuta unde e sepTitle */
.sepTitle {
    background-color : #F9F9F9 ;
    border-top : 1px solid #DDDDDD;
    border-bottom : 1px solid #DDDDDD;
    border-left : none;
    border-right : none;
    font-family : verdana;
    font-size : 13px;
    color : #AAAAAA;
    padding-top : 0px;
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 0px;
    font-weight : bold;
}
/* casuta unde se afla sepItem */
.sepItem {
    border : none;
    background-color : white;
    padding-top : 0px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 0px;
    horizontal-align : left;
    text-align : left;
}


/* celula sep cu linie */
.sep_cell_withborder {
	padding : 10px;
	vertical-align: top;
	border-top : none;
	border-left : none;
	border-bottom : 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
}
/* celule sep fara linie */
.sep_cell_withoutborder {
	padding : 10px;
	vertical-align: top;
	border-top: none;
    border-bottom : 1px solid #EEEEEE;
    border-left : none;
    border-right : none;
 
}
/* tiltul NEO-ului */
.sep_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
    padding-bottom : 5px;
}
/* scurta descriere a NEO */
.sep_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	text-align: justify;
}
/* imaginea din neo */
.sep_image {
	border: none;
	text-align: left;
	margin: 0px 5px 5px 0px;
}

/* linkul de la SEP */
a.sepItemLink:link { font-family : verdana ; font-size : 10px ; color : #888888 ; text-decoration : none ; }
a.sepItemLink:active { font-family : verdana ; font-size : 10px ; color : #888888 ; text-decoration : none ; }
a.sepItemLink:visited { font-family : verdana ; font-size : 10px ; color : #888888 ; text-decoration : none ; }
a.sepItemLink:hover { font-family : verdana ; font-size : 10px ; color : #333333 ; text-decoration : none ; }

/* CASUTA UNDE SE AFLA INFORMATIA HTML */
.infoStyle {
    padding : 5px;
    background-color : white;
    font-family : verdana ;
    font-size : 11px;
    color : #666666;
}

/* COPYRIGHT */
.copyright {
    border-top : 1px solid #CCCCCC;
    border-bottom : none;
    border-left : none;
    border-right : none;
    font-family : verdana;
    font-size : 9px;
    color : #999999 ;
}
