/* CSS Document */
body {
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #E3E3FF;
}

a:link { color: #3399FF; text-decoration: underline }
a:active { color: #3399ff; text-decoration: underline }
a:visited { color: #333366; text-decoration: underline }
a:hover { color: #3399ff; text-decoration: none}

.title{
	font-size: medium;
	color: #000099;
	font-weight: bold;
}

.subtitle{
	font-size: medium;
	color: #CC0033;
	font-weight: bold;
}
.title_menu{
	font-size: small;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 5px;
}
.bigger{
	font-size: medium;
	font-weight: bold;
}

.smaller{
	font-size: x-small;
	font-weight: bold;
}

.lista{
	font-size: small;
}

.lista_titlu{
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #344554;	
}

.lista_impar{
	font-size: small;
	background-color: #F5F5F5;
}

.lista_par{
	font-size: small;
	background-color: #DDDDDD;
}

.footer{
	color: #999999;
	font-size: x-small;
}

.footer a:link { color: #3399FF; text-decoration: underline }
.footer a:visited { color: #3399FF; text-decoration: underline }

.nav_link {
	font-size: small;
	color: #FFFFFF;
	background-image: url(images/filler.gif);
	background-repeat: repeat-y;
 }

.nav_link a {
	padding-left: 10px;	
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.nav_link a:hover {
	text-decoration: none;
}

.nav_link_right {
	font-size: small;
	color: #FFFFFF;
	background-image: url(images/filler_right.gif);
	background-repeat: repeat-y;
 }

.nav_link_right a {
	padding-left: 10px;	
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.nav_link_right a:hover {
	text-decoration: none;
}

label {
	font-weight: bold;
	color: #666666;
}
.red_font {
	color: #FF0000;
}
.biger_blue {
	font-size: 1.3em;
	font-weight: bold;
	color: #0000FF;
}

.errormess {
	font-weight: bold;
	color: #0000FF;
}

.show {
display:block;
}

.show_always {
display:block;
}

.hide {
display:none;
}

.hide_always {
display:none;
}

.red{
	background-color: #990000;
	font-weight: bold;
	color: #FFFFFF;
}
.green{
	background-color: #33CC33;
	font-weight: bold;
	color: #FFFFFF;
}
.blue{
	background-color: #344554;
	/*background-color: #000066;*/
	font-weight: bold;
	color: #FFFFFF;
}

.opt_layer{
	border:5px solid #848C71;
	/*layer-background-color: #C9D0AD;*/
	position:absolute;
	z-index:1;
	left: 200px;
	top: 100px;
	visibility: hidden;
	width: 300px;
}

font.high {
	color: #000099;
}

.menu {
	background-image: url(images/6_bkg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding-bottom: 5px;
	padding-top: 15px;
}

.menu a {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #009999;
	background-image: url(images/buton_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-right: 5px;
	margin-left: 5px;
	border: thin inset #009999;
	margin-top: 2px;
	margin-bottom: 4px;
}

.menu a:hover {
	background-color: #990066;
	background-image: url(images/buton_on.gif);
	border: thin outset #990066;
}

#menu_curent {
	background-image: url(images/buton_on.gif);
	border: thin inset #009999;
}

