* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms', verdana, arial; 
	font-size: 12px;
	
	background: #ffffff url(progen_top_bg.jpg) repeat-x top;
	text-align: center;
	height:100%;
}


a { 
	color:#F95100;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color:#0099FF;
	background-color: inherit;
	text-decoration:none;
}
hr {
  border: none;
  background-color:#EEEEEE;
  color:#EEEEEE;
  height:1px;
  width:100%;
  text-align:center;
  margin: 10px 0px 10px 0px;
}

.other_page {
padding:2px;
border-bottom:1px dashed #CCCCCC;
font-weight:bold;
}

.titlu { 
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	font-size: 1.5em; color: #6297BC;
	padding: 20px  0px 5px 0px;

} 

.titlu_news { 
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.5em; color:#FF6600;
	padding: 5px  0px 5px 0px;
} 

.data {
text-align:right;
font-size:10px;
font-family:tahoma;
padding:0px 0px 5px 0px;
}

.space {
border-bottom:1px dashed  #CCCCCC;
padding:3px 0px 3px 0px;
}

.intro {
text-align:justify;
}
.file {
float:left;
}

ul, ol {

	padding-left:30px;

	list-style-position:inside;

}
ul span, ol span {
	color: #666666; 
}

.img { 
	float:left;
	padding: 7px;
	margin: 6px;
	background: #fafafa;
   border: 1px solid   #E8F3FF;	
}
.img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}



#wrap {
	background:none;
	width: 977px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}


#header {
	position: relative;
	height: 173px;	
	background: #000 url(progen_head.jpg)  no-repeat  0% 100%;
	background-color:#FFFFFF;
}


#main {
	float: left;
	margin: 0px;
	padding: 0;
	width: 700px;
	margin-left:15px;
	line-height:18px;
	margin-bottom:15px;
	}

.celula {
	float:right;
	display:block;
	background: url(progen_title.gif) no-repeat left ;
	padding:35px 0px 10px 50px;
	font-weight:bold;
	font-size:14px;
	color: #334f63;
	width:191px;
}

.titlu_prima {
	font-weight:bold;
	font-size:14px;
}

#stinga {
	float: left;
	width: 243px;
	margin: 0;	padding: 0; 
	display: inline;		
}

* html body #stinga ul.sidemenu a { height: 18px; }


#dreapta {
	float: right;
	width: 243px;
	padding: 0; margin:0;		
}


#footer { 
 	clear: both;
	color: #334f63; 
	background: #A9BAC3; 
	border-bottom: 3px solid #568EB6;
	border-top: 1px solid #C5E9FC;
	margin: 0; padding: 0; 
	height: 50px;	  
	background: url(progen_07.gif) repeat-x bottom;
	width:100%;
	font-size:11px;
	
	
}

#footer .footer-left{
	float: left;
	width: 65%;
	padding:13px;
}
#footer .footer-right{
	float: right;
	width: 30%;
	padding:13px;
}

/* tabs */
.menu ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 265px;
	bottom: 4px !important; bottom: 3px;
	font: bold 12px  'Trebuchet MS', Tahoma, verdana,  sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}
.menu li {
position: relative;
display: inline;
float: left;
   margin:0; padding:0;
}
.menu a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
.menu a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
   
}

.menu a span {float:none;}

.menu a:hover span {
	color:#000000;
}
.menu a:hover {
   background-position:0% -42px;
}
.menu a:hover span {
   background-position:100% -42px;
}
.menu #current a {
   background-position:0% -42px;
	
}
.menu #current a span {
   background-position:100% -42px;
	
}

.menu ul li ul{
display: block;
visibility: hidden;
border-top: 1px solid black;
text-transform:none;
}

.menu ul li ul li{
display: list-item;
float: none;
}

.menu ul li ul li ul{
top: 0;
}


.menu ul li ul li a{
font: normal 12px "Trebuchet MS";
width: 150px;
background: white;
color: black;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px  dotted #999999;
text-decoration:none;
}

.menu ul li ul li a:hover{ 
background:#FFEEDD;
color: black;
text-decoration:none;
}
/* end tabs */


.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; padding-left:5px; }
.align-right {	text-align: right; }


.clear { clear:left; }

.code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 11px 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0;
  color:#666;

}

