/* 
   #AA0000 - ROSU - meniu stanga, meniu jos link, vizitatori, limbi  
   
   #3C4F8E - ALBASTRU SCRIS 
   #1B2C6A - ALBASTRU H1, H2	
   
   #999999 - GRI - meniu jos, meniu subsol, cale, H2, H4, scris subsectiuni stanga, continut caseta stanga
   
   #3A526C - GRI - fond titlu caseta dreapta
   #F2F0E1 - GRI - fond caseta dreapta
   #696969 - GRI INCHIS - scris dreapta
   
   #5A5A5A - scris titlu caseta stanga
   #E5E4D2 - GRI F. DESCHIS - corp caseta compusa stanga, scris titlu caseta stanga
      
   #330099 - VIOLET linkuri; violet spre rosu 660066; maro 660000; verde 006600; kaki 666600;  

   #FFCC66 - PORTOCALIU - separator fisiere atasate, pagini conexe
 */ 

* {
  	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	z-index: 5;
}

html {
  height: 100%;
}

body {                           
    padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	color: #3C4F8E;
	font-size: 11px;
	height: 100%;
	cursor: auto;
}

a { 
	color: #330099;
	font-weight: normal;
	text-decoration: none;
}	

a:hover { 
	color: #AA0000;
	font-weight: bold;
}

/*a:visited { 
	color: #660000;
	font-weight: normal;
}*/

h3 {                 					/*CALE*/
  margin-left: 0px;
  margin-bottom: 5px;
  color: #999999; 
  font-weight: normal;
  font-size: 10px;
}

h2 {                 					/*data actualizata*/
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #999999; 
  font-weight: normal;
  font-size: 10px;
}


h4 {								/*separator portocali*/
  background: #FFCC66 url('./../img/main_title_bg1.gif') right repeat-y;  
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-left: 5px;
  color: #1B2C6A;
  height: 22px;
}

h5 {                          /*dungulita subtire gri*/
    font-size: 1em;
    font-weight: normal;
    margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 5px;
    border-bottom: solid 1px #DDDDDD;
}


ul {
  margin-left: 30px;
  list-style-type: disc;
  list-style-image: url('./../img/ul1.png')  
}

ul ul{
  margin-left: 40px;
  list-style-type: circle;
  list-style-image: url('./../img/ul2.png')  
}

ul ul ul{
  margin-left: 50px;
  list-style-type: square;
  list-style-image: url('./../img/ul3.png')  
}

ol {
  margin-left: 30px;
}

ol ol {
  list-style-type: lower-alpha;
}

p {
margin-bottom: 10px;
}

table {
  background-color: #ffffff;
  width: 96%;
  margin-top:5px;
  margin-bottom: 5px;    
  table-layout: fixed;
}

tr {
  vertical-align: center;
}

td {
  background-color: #ffffff;
  height: 100%;
  padding: 2px 2px 2px 2px;
  color: #3C4F8E;
  border: 1px solid #dddddd;
  font-family: "Trebuchet MS";
  font-size: 11px;
}


table.table {
  background-color: #ffffff;
  width: 99%;
  height: 100%;
  margin-top:5px;
  margin-bottom: 5px;    
  table-layout: fixed;
}

tr {
  vertical-align: center;
}

td {
  background-color: #ffffff;
  height: 100%;
  padding: 2px 2px 2px 2px;
  color: #3C4F8E;
  border: 1px solid #dddddd;
  font-family: "Trebuchet MS";
  font-size: 11px;
}

/*---------------------------------------------------------------------------------*/

#ToolTip{position:absolute; width: 400px; top: 0px; left: 0px; z-index:4; visibility:hidden;}
.tooltiptitle{COLOR: #3C4F8E; TEXT-DECORATION: none; CURSOR: Default; font-family: Trebuchet MS; font-weight: bold; font-size: 11px}
.tooltipcontent{COLOR: #3C4F8E; TEXT-DECORATION: none; CURSOR: Default; font-family: Trebuchet MS; font-size: 10px}

/*-------------------------------------------------------*/

#continut-site {
  clear: right;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
  min-height: 600px;					/*lungime pagina*/
}

* html #continut-site {
  height: 600px;						/*lungime pagina*/
  padding: 5px 10px 5px 10px;						
}

#continut-site table {                            
   align: center; 
}

#continut-site td {                            
   color: #3C4F8E;
   vertical-align: center;  
   padding: 1px 2px 1px 2px; 
}

#continut-site h1 {
    color: #1B2C6A;
    font-size: 1em;
	text-decoration: bold;   
	text-transform: uppercase; 
	padding-bottom: 5px;      
}

#continut-site h2 {            
    color: #999999;
    font-size: 10px;
	text-decoration: none;   
	font-weight: normal;
}

#continut-site h4 {         
    color: #999999;
    font-size: 0.8em;
	text-decoration: none;   
	font-weight: normal;
}

#continut-site div h5 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #DDDDDD;
 }
 
 #continut-site h6 {
  	font-size: 0.9 em;
	font-weight: normal;	
	font-style: italic;
  	color: #666666;
 }


#continut-site p {
  margin-bottom: 8px;
}

 #continut-site blockquote {
  margin-left: 25px;
}			



						