body {
  scrollbar-face-color: #284068;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #99b7cc;
  scrollbar-darkshadow-color: #99b7cc;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
}
a {
	color: #006699;
	text-decoration: underline;
	font-family : tahoma;
	font-size : 11px;
}
a.menulink {
	color: white;
	text-decoration: underline;
	font-family : tahoma;
	font-size : 11px;
}

a:hover {
	color: #dd6900;
	text-decoration: underline;
	font-family : tahoma;
	font-size : 11px;
}
a.menulink:hover {
	color: #ff0000;
	text-decoration: underline;
	font-family : tahoma;
	font-size : 11px;
}
hr {
	border-top: #666 1px solid;
	border-bottom: #eee 1px solid;
	height: 2px;
	width: 92%;
	text-align:center;
	}
.eu {
	border : 2px;
	color: blue;
	background : red;
	text-indent : 22px;
	font-family : tahoma;
	font-weight : bold;
	border-bottom-style : none;
}
.caption {
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	border-bottom: #ccc 0px solid;
	border-left: #fff 0px solid;
	border-right: #ccc 0px solid;
	border-top: #fff 1px solid;
	background-color: #e2e2e2;
	color: #000;
	font: 21px tahoma, arial, verdana, sans-serif;
	background-image : url(./img/l3.jpg);
}
.caption1 {
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	background-color: #fff;
	color: black;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	background-image : url(imagini/cap.gif);
}
.button{
	border: 1px solid #5e5d63;
	color: #000;
	font: normal 9px verdana, tahoma, arial, sans-serif;
	text-align:center;

}
.dropdown{
    border: 1px solid #5e5d63;
    color: #000000;
    font: normal 11px verdana, tahoma, arial, sans-serif;
    text-align:left;

}
.formtext{
	background-color: #000000;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	color: #cccccc;
	font-family: verdana, tahoma, sans-serif;
	font-size: 9px;
	text-align:left;
}
.normaltext{
	font-family : tahoma;
	font-size: 13px;
}
.border {
	border:#3e3e3e 1px solid;
	background-color: transparent;
	width : 167px;
}
.borderpagina{
	border: #006699 2px solid;
	background-color : transparent;
    width: 600px ;
}
.bodytable {
	background-color: #000000;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	color: #cccccc;
	font-family: verdana, tahoma, sans-serif;
	font-size: 9px;
	text-align:center;
}
.tdlink {
    vertical-align:top;
     }
td {
	font: 11px verdana,arial,sans-serif; color: black
}

#topmenu tr {
  background: #006699;
}
#topmenu td {
	 width: 16%; text-align: center;
}
#topmenu table {
	padding-right: 0px; padding-left: 0px;  background: #989898;padding-bottom: 0px; width: 100%; padding-top: 0px
}
#topmenu a:link {
	display: block; background: #006699; font: bold 10px verdana,arial,sans-serif; width: 100%; color: #fff; text-decoration: none
}
#topmenu a:visited {
	display: block; background: #006699; font: bold 10px verdana,arial,sans-serif; width: 100%; color: #fff; text-decoration: none
}
#topmenu a:hover {
	display: block; background: #f9f9f9; font: bold 10px verdana,arial,sans-serif; width: 100%; color: #989898; text-decoration: none
}
#topmenu a:link span {
	display: none
}
#topmenu a:visited span {
	display: none
}
#topmenu a:hover span {
	padding-right: 2px; display: block; padding-left: 2px; left: 400px; padding-bottom: 2px; font: 10px verdana,arial,sans-serif; width: 400px; color: #989898; padding-top: 2px; position: absolute; top: 10px; text-align: left
}

.blue_margins {
    border:1px solid #006699;
}

/*             styles for the star rater                */
    .star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 135px;
		height: 27px;
		position: relative;
		background: url(./img/star_rating.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:27px;
		height: 27px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(./img/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:27px;
	}
	.star-rating a.two-stars{
		left:37px;
	}
	.star-rating a.two-stars:hover{
		width: 54px;
	}
	.star-rating a.three-stars{
		left: 54px;
	}
	.star-rating a.three-stars:hover{
		width: 81px;
	}
	.star-rating a.four-stars{
		left: 81px;
	}
	.star-rating a.four-stars:hover{
		width: 108px;
	}
	.star-rating a.five-stars{
		left: 108px;
	}
	.star-rating a.five-stars:hover{
		width: 135px;
	}
	.star-rating li.current-rating{
		background: url(./img/star_rating.gif) left bottom;
		position: absolute;
		height: 27px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
