@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	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: #000000;
}
dt {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:overline;
	margin-left: 5px;
	padding: 2px;

}
dd {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 15px;
	padding: 2px;

}
#container {
	width: 770px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	font-size:12px;
	line-height: 18px;
	background-color: #F7FBF9;
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
} 
#header {
	padding: 0 10px;
	background-image: url(fisie.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 59px;
} 
#header h1 {
	margin: 0;
	padding: 10px 0;
	color:#656B5F;
	font-size:24px;
}
#sidebarLeft {
	float: left;
	width: 150px;
	padding: 15px 0;
	background-color: #F7FBF9;
	background-image: url(fisie-meniu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
}
#sidebarRight {
	float: right;
	width: 236px;
	background-color: #FFFFFF;
	margin-top: 0;
}
#mainContent { 
	background-color: #F7FBF9;
	background-image: url(fisie-content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 236px 0 150px;
	padding-left:10px;
	padding-right: 10px;
}
#sidebarLeftTop {
	float: left;
	width: 333px;
	height: 107px;
	margin-top: 25px;
	background-image: url(fisie-titlu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menuTop { 
	margin: 25px 236px 0 333px;
	padding-left:30px;
	padding-right: 30px;
	font-size: 10pt;
}
#sidebarRightTop {	
	float: right;
	width: 236px;
	height: 109px;
	margin-top: 25px;
}
#sidebarRightTop p, #sidebarRightTop h3 {
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 9px;
} 
#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 */
}

.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#containerIndex {
	width: 770px;
	border: 1px solid #000000;
	text-align: left;
	font-size:12px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(index-img.gif);
	background-repeat: no-repeat;
	background-position: center 140px;
	height: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebarLeftTopIndex {
	float: left;
	width: 333px;
	height: 107px;
	margin-top: 25px;
}
#containerDefault {
	width: 770px;
	border: 1px solid #000000;
	text-align: left;
	font-size:12px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(ioan-grecu.jpg);
	background-repeat: no-repeat;
	background-position: left 180px;
	height: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.doc {
	background-image: url(doc.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.pdf {
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
img{ border:0;}
img.2{}
#imgholder{
width:100%;
text-align:center;
}

#imgtxt{
text-align:left;
margin:auto;
padding-bottom: 10px; 
padding-top: 10px;
}
.defaultstyle{color: #003333;}
.aboutseries {
	color:#808000;
	width:210px;
	text-align:left;
	margin-bottom:2px;
	margin-top:7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
}
.aboutseries p {
	font-size:9px; 
	line-height: 14px;
}
#imgholder1{opacity:0.9}