@charset "utf-8";
body  {
	font: 100% Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	/*background: white;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
}

.text_central, h1, h2, h3, h4, h5, h6  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	color: #444444;
	text-align:justify;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;;
}


li {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	/*list-style-image:url(../imagini/main/tick.gif);*/
}

.twoColHybRtHdr #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FF0000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 600px;
	height:600px;
} 

.twoColHybRtHdr #header { 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 190px;
	width: 600px;
	padding: 0 0 ;
}
 
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



.twoColHybRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: 600px;
	padding: 0 0 ;
   position:absolute;
   bottom:0;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0 0 ;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/************* #footer_copyright styles **************/

#footer_copyright{
	font: 100% Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	white-space: nowrap;
	width: 100%;
	margin-top:40px;
	text-align:center;
	color: #8da5ad;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#footer_copyright img{
	border:0px;
	padding-top:0px;
}

#footer_copyright a {
	padding: 0px ; 
	color: #8da5ad;
	font-weight:normal;
	vertical-align:baseline;
	text-decoration:none;
	font-weight:bold;
}

#footer_copyright a:hover {
	color: #0088e1;
}

.twoColHybRtHdr #logo_login { 
	height: 278px;
	width: 410px;
	padding: 0 0 ;
    /*top: 83%; */
	background-image:url(../imagini/main/login-form.png);
	background-repeat: no-repeat;
	background-position:top;
	float:left;
	margin-left:95px;
}

#login_email{
	margin-top:30px;
	/*border: 1px solid #FF0000;*/
}

.eroare_login{
	margin-left:-10px;
	color:red;
	font-size:10px;
	/*border: 1px solid #FF0000;*/
}


.twoColHybRtHdr #logo{
	width:350px; 
	height:89px; 
	float:left; 
/*	border: 1px solid #FF0000;*/
	}

.twoColHybRtHdr #login{
	width:295px; 
	height:50px; 
	float:left; 	
	margin-top:107px;
	margin-left:150px;
	}

.login_cont_nou{
	color: #000;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	text-align:right;
}

.login_cont_nou:hover {
	text-decoration: none;
	color:#b6b6b6;
	color:#ec0154;
}

.login_edit{
	width:157px;
	background:  url(../imagini/main/login_rounded_box.ng) no-repeat;
	padding: 6px;
	padding-top:16px;
	color:#666666;
}

.login_buton {
	height:17px;
	width:64px;
	position:relative; 
	top: 60px; 
	margin-right:50px;
}

.search_edit{
	border: 1px solid #4190d0;
	
}







/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.adminlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.adminlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.copyright_dgauiscs4 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.copyright_dgauiscs4:hover  {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #00669B;
	text-decoration: none;
}

.ksoft {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.ksoft:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #00669B;
}

.confidentialitate {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ffb400;
	text-decoration: none;
}
.confidentialitate:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

.submeniu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #EEDDEE;
}

.submeniu:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.site_map {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}

.site_map:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #00669B;
}

.right_stiri_titlu {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #4190d0;
}

.right_stiri_titlu:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #555555;
}

.right_text {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #555555;
}

.right_text:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	color: #555555;
}
.right_stiri_more {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	padding-right: 1px;
	color: #4190d0	;
}

.right_stiri_more:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	padding-right: 1px;
	color: #555555;
}

.right_stiri_more_disabled {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	padding-right: 1px;
	color: #555555;
}

.right_cautare_avansata {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #4190d0;
}

.right_cautare_avansata:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #555555;
}

.text_central_titlu_pagina {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #333333;
}

.text_central_titlu {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #555555;
}

.text_central_gri_inchis {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	color: #333333;
}

.text_central, H4 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_central,H4:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_central,H4:link {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_central,H4:visited {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_central,H4:active {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_central_bold, H5 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_blue_titlu {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #808080;
}
.text_blue_titlu:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #333333;
}


.text_blue_header {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #4190d0	;
	margin-left:6px;
}

.text_blue_header:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #555555;
}

.text_blue {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #4190d0	;
}

.text_blue:hover {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #555555;
}

.text_central_postit {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	color: #555555;
}

.text_central_postit_blue {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	color: #4190d0;
}

.text_central_postit_blue:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #555555;
}


.exemplu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #555555;
	float:left;
	border: 1px solid #FF0000;
}       

