body
{
margin:0; 
padding:0; 
font-family: 'Calibri';
font-size:15px; 
background-color: #ffffff;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
a:link {
	text-decoration:none;
}

.interview td{
	padding: 10px;
}
.top {
background-color:#FFFFFF;
}
.footer {
background-color: #517d36;
font-size: 15px;
vertical-align:middle;
color: #FFFFFF;
height: 47px;
}
.footlink {
font-size: 15px;
font-weight:500;
color: #303030;
text-decoration:none;
}
.footlink:hover{
font-size: 15px;
font-weight:700;
text-decoration:none;
}
.menubg {
background-color:#517d36;
}

.title {
text-align: center;
font-size:22px;	
font-weight:700;
color:#517d36;
text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}

.shaddow {
border-bottom: 0px;
border-color:#000000;
border-radius:10px;
-webkit-box-shadow: 0px 4px 1px 0px rgba(125,125,125,0.5);
-moz-box-shadow: 0px 4px 1px 0px rgba(125,125,125,0.5);
box-shadow: 0px 4px 1px 0px rgba(125,125,125,0.5);
}

.textfield {
   border:1px solid #e0e0e0;
   position:relative;
	float:center;
	left:10px;
	right:0px;
   text-indent: 15px;
   width: 550px;
   height: 70px;
   text-align: left;
}
.jobstitleproject{
	font-size:13px;	
	font-weight:700;
	color:#517d36;
}
.jobdescription {
	font-size:13px;	
	font-weight:700;
	color:#517d36;
}

.subjobdescription {
	font-size:12px;	
	font-weight:700;
	color:#517d36;	
}
a.jobdescription:hover, a.jobdescription:active {
	font-size:14px;	
	font-weight:700;
	color:#680000;
	text-decoration: none;
}
.fqsplab {
	font-size:12px;	
	font-weight:700;
	color:#517d36;
}
a.fqsplab:hover, a.fqsplab:active {
	font-size:12px;	
	font-weight:700;
	color:#680000;
	text-decoration: none;
}
.subjobdescription {
	font-size:12px;	
	font-weight:700;
	color:#517d36;	
}
.apptable {
    border-collapse: collapse;
    border-style: 1px solid #888888;
}

.apptable table td, table th {
    border: 1px solid #888888;
}
.submitok {
	font-size:15px;	
	font-weight:700;
	color: #006600;
}
.submiterror {
	font-size:15px;	
	font-weight:700;
	color: #A80000;
}
.font_titlu_diseminare{
	font-size: 16px;
	font-weight:bold;
	color:#517d36;
}

.umbrapoza{
-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 1);
}
.btn {
 -webkit-border-radius: 5;
 -moz-border-radius: 5;
 border-radius: 5px;
 color: #ffffff;
 font-size: 15px;
 font-weight: bold;
 border: 1px;
 background: #517d36;
 padding: 20px;
 text-decoration: none;
}
.btn:hover {
  background: #01568a;
  text-decoration: none;
}
.btn:active {
  background: #01568a;
  text-decoration: none;
}
.btna {
 -webkit-border-radius: 5;
 -moz-border-radius: 5;
 border-radius: 5px;
 color: #ffffff;
 font-size: 12px;
 font-weight: bold;
 border: 1px;
 background: #517d36;
 padding: 5px;
 text-decoration: none;
}
.btna:hover {
  background: #01568a;
  text-decoration: none;
}
.btna:active {
  background: #01568a;
  text-decoration: none;
}
.btn_activ {
	  background: #01568a;
  text-decoration: none;
}