/* .css file - Gepetto - www.gp2.ro*/

a:link{color: rgb(25,25,255);
     /*background-color: rgb(255,255,255);*/
     font-weight: normal;
     font-style: normal;
     text-decoration: normal}
a:visited{color: rgb(100,0,100);
    /* background-color: rgb(255,255,255);*/
     font-weight: normal;
     font-style: normal;
     text-decoration: normal}
a:hover{color: rgb(255,255,50);
     /*background-color: rgb(255,255,255);*/
     font-weight: normal;
     font-style: normal;
     text-decoration: none}
a:active{color:rgb(0,255,0);
     /*background-color: rgb(255,255,255);*/
     font-weight: normal;
     font-style: normal;
     text-decoration: none}
a:focus{color:rgb(0,0,255);
     /*background-color: rgb(255,255,255);*/
     font-weight: normal;
     font-style: normal;
     text-decoration: none}

body
{
position:static;
bgProperties=fixed;
top:0px;
left:0px;
bottom:0px;
right:0px;
font-family:Verdana,Arial;
font-size:11;
font-weight:normal;
font-style:normal;
text-decoration:none;
color:#335577;
text-transform:none;
text-indent:0mm;
word-align:justify;
cursor:auto;
border:thin;
border-style:solid;
border-color:#808080;
/*background-color:rgb(255,255,195);*/
background-image: url(./images/axibkgnd.gif);
scrollbar-face-color: rgb(192,192,225);
scrollbar-arrow-color: rgb(0,0,255);
scrollbar-highlight-color: rgb(244,128,128);
scrollbar-3dlight-color: rgb(235,15,5);
scrollbar-shadow-color: rgb(128,244,128);
scrollbar-darkshadow-color: rgb(0,170,0);
scrollbar-track-color: rgb(0,0,128)
}

h1{
font-family:Courier-new,Times-new-roman;
font-size:12;
font-weight:bold;
font-style:normal;
text-decoration:none;
color:#335599;
text-transform:none;
text-indent:10mm;
word-align:center;
}

/*meniu*/
a.vertical:link { 
 font-size:11px; 
 text-decoration:none; 
 color:rgb(25,25,255); 
 /*background:#FFFF00;*/ 
 font-weight:normal; 
 width:100px; 
} 
  
a.vertical:active { 
 font-size:11px; 
 text-decoration:none; 
 color:color:rgb(0,255,0); 
 /*background:white;*/
 font-weight:normal; 
 word-align:justify;
 width:100px; 
} 
  
a.vertical:visited { 
 font-size:11px; 
 text-decoration:none; 
 color:rgb(100,0,100); 
 /*background:#FFFF00;*/
 font-weight:normal; 
 word-align:justify;
 width:100px; 
} 

a.vertical:hover { 
 font-size:11px; 
 text-decoration:none; 
 color:rgb(255,255,0);
/*original: rgb(255,15,5)*/
 background:rgb(100,100,127); 
 font-weight:normal; 
 word-align:justify;
 width:100px; 
} 
 
a.vertical:focus { 
 font-size:11px; 
 text-decoration:none; 
 color:rgb(0,0,255); 
 /*background:#9966CC;*/ 
 font-weight:normal; 
 word-align:justify;
 width:100px; 
} 

.verticalBorder { 
 background:#FFFF00; 
 border-style:solid; 
 border-color:#9966CC; 
 border-width:5px; 
 width:100px;
}



.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
