A:hover {
	COLOR: #A01215; TEXT-DECORATION: none
}
A {
	TEXT-DECORATION: none; COLOR: #3c5871; FONT-FAMILY: Verdana; font-weight: bold; 
}
td{
	font-size: 13px; font-family: Verdana, sans-serif;
}




.boxDot {
border : 1px #464646 solid; font-family: Arial, Helvetica, sans-serif; font-size: 10 px; text-transform: none
}
.buton {
font-family: Verdana; font-size: 8pt; color: #FF7B00; font-weight: bold; border: 1px solid #FF7B00
}




hr.hr1 {
	border: 0px solid #C71B21; color: #C71B21; background-color: #C71B21; height: 1px;
}
hr.hr2 {
	border: 1px solid #C71B21; color: #C71B21; CF4F; background-color: #C71B21; height: 1px;
}
hr.hr3 {
	border: 1px solid #DCDDDF; color: #DCDDDF; background-color: #DCDDDF; height: 3px;
}
hr.hr4 {
	border: 1px solid #F4DFDF; color: #F4DFDF; background-color: #F4DFDF; height: 6px; width: 98%
}
hr.hr5 {
	border: 0px solid #DCDDDF; color: #DCDDDF; background-color: #DCDDDF; height: 1px;
}





ul.badmitere
{
list-style-type:none;
padding:0px;
margin:0px;
}
li.badmitere
{
display:inline-block;
margin-bottom:14px;
}

a:link.badmitere,a:visited.badmitere
{
font-weight:bold;
color:#FFF;
background-color:#6A8E9F;
text-align:center;
padding:6px;
border: 1px solid #D71B25;
border-radius: 0px 7px 0px 0px;
margin: 2px;
}
a:hover.badmitere,a:active.badmitere
{
color:#FFFFFF;
background-color:#D71B25;
}


.fundalAdm{
background-image:url(imagineFundal.png);
background-repeat:no-repeat;
width:295px;
height:45px;
display:block;
padding:10px;
font-weight:bold;
color:#D71825;
font-size:18px !important;
font-family: "Georgia", Georgia, Serif;
margin: 7px;
float:left;
}

.fundalAdm1{
background-image:url(imagineFundal.png);
background-repeat:no-repeat;
width:295px;
height:45px;
display:block;
padding:10px;
font-weight:bold;
color:#D71825;
font-size:15px !important;
font-family: "Georgia", Georgia, Serif;
margin: 7px;
float:left;
}


.ulli{
margin:px;	
padding:0px 0px 0px 0px;
}




a:link.meniu, a:visited.meniu {
	display:inline-block;
	font-size:16px;
    font-weight: bold;
    color: #D71825;
    background-color: white;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;

}
a:hover.meniu {
	display:inline-block;
	font-size:16px;
    font-weight: bold;
    color: white;
    background-color: #3c5871;
    padding: 12px 35px;
    text-align: center;
    text-decoration: none;
}


a:link.meniul, a:visited.meniul {
	display:block;
	list-style-type:none;
	font-size:13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6A8E9F;
    padding: 10px 24px;
    text-decoration: none;
	border-radius:0px 10px 0px 0px;
}
a:hover.meniul {
	list-style-type:none;
	font-size:13px;
    font-weight: bold;
    color: #A01215;
    background-color: gold;
    padding: 10px 24px;
    text-decoration: none;
	border-radius:0px 10px 0px 0px;
}
.pz{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 2px 0px;
}

h1{
font-family: Verdana; 
font-size: 160%; 
font-weight: bold; 
color: white;
text-align: center;
background-color: #3c5871;
padding: 10px;
margin-bottom:20px;
}

.cadru{
	background-color: #F7F7F7;
	border-bottom: 1px solid #AFAFAF;
	border-radius: 0px 0px 10px 0px;
	padding:15px;
}
.pas{
font-size: 120%;  
color: white;	
background-color: #b21c21;
margin-top: 20px;
padding: 8px 22px;
border-bottom: 1px solid #D8D8D8;
}
.balbastru{
color: white;
background-color: #1f4976;	
border-radius:5px;
padding:2px 5px;
}
.galben{
color: black;
background-color: gold;	
border-radius:0px;
border-radius:5px;
padding:2px 5px;
}
.albastrui{
color: black;
background-color: LightBlue;	
border-radius:0px;
border-radius:5px;
padding:2px 5px;
}

.verde{
color: #00AF4F;
font-weight: bold; 
}
.rosu{
color: #BF0000;
font-weight: bold; 
}
.albastru{
color: #1f4976;
font-weight: bold; 
}
.spatiu{
margin:12px 0px;
}













figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine 0.5s;
	animation: shine 0.5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}