@CHARSET "UTF-8";
body{
font-family:Arial,Helvetica,sans-serif;
font-size: 13px;
background-color:#F1F1F1;
}
#wrap{ padding:50px; width:1220px; background-color:#FFF; margin:20px auto; border:1px dashed #AAA; position:relative; }
.titlu{
font-weight:bold;
font-size: 13px;
}

.meniu {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #434480), color-stop(1, #434480) );
	background:-moz-linear-gradient( center top, #434480 5%, #434480 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#434480', endColorstr='#434480');
	background-color:#434480;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #434480;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:230px;
	text-decoration:none;
	text-align:center;
}
.meniu:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #686999), color-stop(1, #686999) );
	background:-moz-linear-gradient( center top, #686999 5%, #686999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#686999', endColorstr='#686999');
	background-color:#686999;
}.meniu:active {
	position:relative;
	top:1px;
}

/* Tooltips helpers */
.item .tooltip{ float:right; top:2px; left:7px; position:relative; z-index:2; } 
   .item .tooltip > span{ display:inline-block; width:16px; height:16px; line-height:16px; font-size:0.9em; font-weight:bold; text-align:center; color:#FFF; cursor:help; background-color:#434480; position:relative; border-radius:10px; }
   .intrebare { display:inline-block; width:16px; height:16px; line-height:16px; font-size:0.9em; font-weight:bold; text-align:center; color:#FFF; cursor:help; background-color:#434480; position:relative; border-radius:10px; }
    .item .tooltip .content{visibility:hidden;opacity:0; width:400px; background-color:#333; color:#FFF; font-size:0.9em; position:absolute; top:0; left:20px; padding:8px; border-radius:6px; pointer-events:none; transition:0.2s cubic-bezier(0.1, 0.1, 0.25, 2); -webkit-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); -moz-transition:0.3s cubic-bezier(0.1, 0.2, 0.5, 2.2); }
     .item .tooltip p{padding:0;}     
   .item .tooltip.down .content{ left:auto; right:0; top:30px; }
 .item .tooltip:hover .content{ visibility:visible; opacity:1; left:36px;}
      .item .tooltip .content b{ height:0; width:0; border-color:#333 #333 transparent transparent; border-style:solid; border-width:9px 7px; position:absolute; left:-14px; top:8px; }
        .item .tooltip.down .content b{ left:auto; right:6px; top:-10px; border-width:5px; border-color:transparent #333 #333 transparent; }
