.titlu_sectiune {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #5872AD;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #B30000;
}
a:link {
	color: #5872AD;
	text-decoration: none;
}
a:visited {
	color: #5872AD;
	text-decoration: none;
}
a:hover {
	color: #B30000;
	text-decoration: none;
}
a:active {
	color: #5872AD;
	text-decoration: none;
}
.webfx-tree-container
         {

	margin: 0px;

	padding: 0px;

	font: icon;

	white-space: nowrap;

} 
.webfx-tree-item {

	padding: 0px;

	margin: 0px;

	font: icon;

	color: black;

	white-space: nowrap;

}
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {

	margin-left: 3px;

	padding: 1px 2px 1px 2px;

}
.webfx-tree-item a {

	color: black;

	text-decoration: none;

}
.webfx-tree-item a:hover {

	color: blue;

	text-decoration: underline;

}   
.webfx-tree-item a:active {

	background: highlight;

	color: highlighttext;
	text-decoration: none;

} 
.webfx-tree-item img {

	vertical-align: middle;

	border: 0px;

}
.webfx-tree-icon {

	width: 16px;

	height: 16px;

} 
.webfx-tree-item a.selected {

	color: #5872AD;

	background: selected;

}  
.webfx-tree-item a.selected-inactive {

	color: windowtext;

	background: buttonface;

}
.buton {
        /* this style applies to most form buttons generated by
           Mambo and its components. Change its format here*/
        color: #343A58; 
        font-family: Arial, Verdana, Helvetica, sans-serif;
        margin-top: 4px;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        background: #f5f5f5;
        border: 1px solid #000066;
        height: 20px;
  cursor:  pointer;
        }

.input {
        /* Again, the name implies that this style changes the 
           way those input box looks */
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        color: #343A58;
        background: #FFFFFF;
        border: 1px solid;
        }