	body { background: #fff url('../images/body.gif') top repeat-x; font-family: Arial, Helvetica, sans-serif;  }
	a:hover { text-decoration: none; }
	#container { min-width: 1060px; max-width: 1200px; margin: 0 auto; _width: expression(document.body.clientWidth < 742? "700px" : document.body.clientWidth > 1000? "1200px" : "auto");  }

/* =Header
----------------------------------------------- */
	#header { background: url('../images/header.gif') no-repeat; width: 100%; height: 176px; position: relative; overflow: hidden; }
	#header h1 a { display: block; width: 100px; height: 100px; text-indent: -5000px; padding: 20px 0 0 80px;  }
	#header #quote { width: 450px; height: 82px; position: relative; font-size: 14px; font-style: italic; color: #f63; padding: 0 55px;  float: right; margin: -90px 0 0 0; }
	#header #quote p { margin-bottom: 15px; }
	#header #quote p.author { float: right; color: #000; font-size: 12px; font-style: normal; }
	#header #quote ul.arrows li.left-arrow { position: absolute; bottom: 0; left: 0;  }
	#header #quote ul.arrows li.right-arrow { position: absolute; bottom: 0; right: 12px; }
	
	#header-bottom {height: 34px; width: 100%; position: absolute; bottom: 0; padding: 8px 0 0 8px;}
	#header-bottom li { display: inline; }
	#header-bottom li.item-1 a { font-size: 11px; color: #f6b980; text-decoration: underline; text-transform: uppercase; background: url('../images/arrow_eng.gif') left no-repeat; padding-left: 17px;  }
	#header-bottom li.item-2   { width:600px; position: absolute; left: 26%; top: 14px; color:#f6b980; font-size:11px; }
    #header-bottom li.item-2 a { color:#f6b980; }
	#header-bottom li.item-2 img { vertical-align:middle;  }
	#header-bottom li.item-3 a { display: block; width: 13px; height: 9px; position: absolute; right: 125px; top: 10px; }
	#header-bottom li.item-4 a { display: block; width: 11px; height: 11px; position: absolute; right: 75px; top: 10px; }
	#header-bottom li.item-5 a { display: block; width: 8px; height: 10px; position: absolute; right: 25px; top: 10px; }

/* =Content
----------------------------------------------- */
	#content { width: 100%; padding: 30px 0 30px 0; position: relative; overflow-x: hidden;}
/* =Content > Sidebar
----------------------------------------------- */
	#sidebar { width: 22%; float: left; margin-right: 1%; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;}
	#sidebar #main-nav a:hover {color:#000; text-decoration:underline;}
	#sidebar #main-nav a.active {color:#000; text-decoration:underline;}
	#sidebar #main-nav 			{padding: 0px; font-weight:bold;}
	#sidebar #main-nav li 			{list-style: none; }
	#sidebar #main-nav ul 			{color:#000; font-size: 14px; margin: 0; line-height:22px;}
	#sidebar #main-nav ul li a		{color: #cc0000; font-weight:normal;}

	#sidebar #main-nav ul ul 		{padding-left: 15px; color:#000; margin-bottom: 7px; }
	#sidebar #main-nav ul li ul li a 	{color: #ff6600; font-weight:normal;}
	#sidebar #main-nav ul li ul li	{font-size: 12px; line-height:14px; margin-bottom:6px;}

	#sidebar #main-nav ul ul ul		{padding-left: 15px; color:#000; margin-bottom: 7px;}
	#sidebar #main-nav ul ul ul li	{line-height:16px; margin-bottom: 0; font-size: 11px; line-height:16px; font-weight:bold}
	#sidebar #main-nav ul ul ul li a 	{color: #f60; font-weight:normal;}


	#sidebar fieldset { background: #e7e6e5; width: 100%; height: 63px; position: relative; margin-top: 20px; }
	#sidebar fieldset .input-text { background: url('../images/input_text.gif') no-repeat; width: 174px; height: 18px; border: none; position: absolute; left: 20px; top: 21px; padding: 4px 10px 0 10px; font: 11px Tahoma, Arial, Helvetica, sans-serif; color: #666;}
	#sidebar fieldset .input-button { background: url('../images/input_button.gif') no-repeat; width: 21px; height: 21px; border: none; cursor: pointer; position: absolute; right: 20px; top: 21px; }
	
	#sidebar #baner {width: 100%; margin-top: 20px}

/* =Content > Main Content
----------------------------------------------- */
	#main-content { width: 74%; float: right;}
	#main-content #search { width: 100%; float: left; font-size: 12px; color: #666; line-height: 1.2;}
	#main-content #search h2 { margin-bottom: 30px; font-family: "Palatino Linotype", Georgia, Times; font-size: 25px; color: #000;}
	
	#color { background-color:#efefef;}	
	#main-content #left-col2 { width: 84%; float: left; font-size: 13px; color: #333; line-height: 1.5;}
	#main-content h2 { margin-bottom: 20px; font-family: "Palatino Linotype", Georgia, Times; font-size: 25px; color: #000;}
	#main-content h4 { font-family: "Palatino Linotype", Georgia, Times; font-size: 17px; color: #cc0000;}
	#main-content h5, #main-content h5 a { font-family: "Palatino Linotype", Georgia, Times; font-size: 15px; color: #cc0000;}

	#main-content #left-col2 p { margin-bottom: 12px; }
	#main-content #left-col2 p a { color:#000;}
	#main-content #left-col2 #aviz .link { color:#888;}
	#main-content #left-col2 .list li { list-style-type: disc; margin-left: 15px; }
	
	#main-content #left-col { width: 65%; float: left; font-size: 13px; color: #333; line-height: 1.5; margin-bottom:20px;}
	#main-content #left-col p { margin-bottom: 12px; }
	#main-content #left-col p a { color:#333;}
	#main-content #left-col .list li { list-style-type: disc; margin-left: 15px; }
	
	#left-col strong,#left-col2 strong { font-weight:bold}
	#left-col ul,#left-col2 ul { list-style: disc; padding:5px; margin:10px} 
	#left-col ol,#left-col2 ol { margin:5px; list-style-type: decimal;}
	#left-col2 th{ border-bottom:solid 2px #aaa; background-color:#ededed; font-weight:bold; padding:5px; border-right:solid 1px #fff;}
	#left-col2 td { vertical-align:top; border-bottom:dotted 1px #aaa; padding:5px}
		
	#main-content #right-col { width: 28%; float: right; margin-left:20px;}
	#main-content #right-col2 {width: 12%; float: right; margin-left:20px;}
	#banner { margin-bottom: 25px;  font-size: 11px; color: #4fa4db; text-align:center; }
	#banner a{color: #4fa4db; }
	#banner .push{ padding-top:10px;}

	#main-content #right-col h3 { background: url('../images/right_col_h3.gif') no-repeat; width:  263px; height: 38px; margin-left: -16px; font: 18px "Palatino Linotype", Georgia, Times; color: #f63; padding: 5px 0 0 16px; margin-bottom: 15px; position: relative; }
	#main-content #right-col p.date { font-size: 11px; color: #ccc; display:block; margin: 0px;}
	#main-content #right-col h4 { font: 14px "Palatino Linotype", Georgia, Times; margin-bottom: 6px; }
	#main-content #right-col h5 { font: 12px "Palatino Linotype", Georgia, Times; margin-bottom: 6px; }
	#main-content #right-col h5 a { color: #000; font-size:12px; }
	#main-content #right-col p { font-size: 11px; color: #666; margin-bottom:12px; }
	#main-content #right-col p a { color: #666; }
	#main-content #right-col p img.audio { vertical-align: middle; margin-left: 10px; }
	#main-content #right-col li { background: url('../images/right_col_li_border.gif') bottom repeat-x; padding: 12px 0; }
	#main-content #right-col li.first-item { margin-top: -12px; }
	#main-content #right-col li.last-item { background: none; }
	#main-content #right-col ul li p.comment-author { text-align: right; padding: 0; margin: 0;  color: #000;}
	
	#main-content #bottom-links { clear: both; width: 100%; }
	#main-content #bottom-links li {display: block; float: left; background: #dfe6f4 url('../images/bottom_links.gif') top repeat-x; width: 30%; height: 5em; margin-right: 5%; padding: 6px 0;   }
	#main-content #bottom-links li a { margin-top: 25px; display: block; float: left; font-size: 13px; color: #4fa4db; }
	#main-content #bottom-links li  img { float: left; display: block; padding: 10px 25px 0 25px; }
	#main-content #bottom-links li.item-3 { margin-right: 0; }

/* =Footer
----------------------------------------------- */
	#footer { clear: both; background: #e7e6e6; width: 100%; }
	#footer-inner { min-width: 1060px; max-width: 1200px; margin: 0 auto; _width: expression(document.body.clientWidth < 742? "700px" : document.body.clientWidth > 1000? "1200px" : "auto"); padding: 30px 0 40px 0; position: relative; }
	#footer-inner ul li { font-size: 11px; color: #989898; }
	#footer-inner ul li a { color: #989898; }
	#footer-inner ul li.last-item { margin-top: 12px; }
	#footer-inner #stats-counter { position: absolute; top: 40px; right: 20px; }
	#top {font-family: Tahoma; text-align:right; color: #666666; clear:both; padding-top:15px;}
	#top a{font-family: Tahoma; text-align:right; color: #666666;}


/* =De pe situl vechi
----------------------------------------------- */
	.datanew {font-style: italic; font-size:11px; font-family:"Palatino Linotype", Georgia, Times; color:#888;}
	.comment {font-size: 11px; color: #999999;}
	.page { padding:10px; color:#ff6633; font-size:11px; text-align:center;}
	.page a:link, .page a:visited { color: #CC0000;}
	.page .active {color: #FFFFFF;background-color: #C00F02;padding-bottom: 1px;padding-right: 3px;padding-left: 3px;padding-top: 1px;font-weight: bold;text-transform: uppercase;}
	.answer {font-size: 12px;font-weight: bold;color: #CC0000;}
	#aviz { margin-bottom:8px; padding-bottom:8px; background:url(right_col_li_border.gif) repeat-x bottom;}
	#avizHead { font-family:Arial; background-color:#ededed; padding:10px; color:#777; font-size:10px; line-height:14px; border-bottom:solid 2px #dedede; margin-bottom:15px;}
	.gray { margin-top:10px; padding:10px; background-color:#efefef;}
	
	.search form { padding-bottom:20px;}
	.search .keyword{ width: 87%; font: 16px  Arial, Helvetica, sans-serif; color: #333; padding:2px;}
	.search .press{ background: url('../images/search.png') no-repeat; width: 80px; height: 40px; border: none; cursor: pointer; position: absolute; right: 0px;}
	.search .press2{ background: url('../images/search2.png') no-repeat; width: 80px; height: 40px; border: none; cursor: pointer; position: absolute; right: 0px;}

	.searchResult p {margin-bottom:20px;font-size:12px; color:#666666; line-height:1.5}
	.searchResult .pagina {color:#FF6600}
	.searchResult a{ color:#333; font-size:14px;}
	
	.question { font-family: "Palatino Linotype", Georgia, Times; color:#FF6600; font-size:15px;}
	.disclosure-content {display:none; padding:15px; border: dashed 1px #bbb;}
	.toggle { text-decoration:none; border-bottom:thin dashed #333333;}
	.toggle a:link{color:#FF6600;}
	.toggle.active{ color:#ccc; border:none;}

/* =Rapoarte din sistem
----------------------------------------------- */	

	#raportappend h1{font-weight:bold;  font-size:18px;color:#cc0000}
	#raportappend h2 {font-weight:bold; font-size:17px;color:#ff6600; text-align:center;}
	#raportappend h3{font-weight:bold; font-size:16px;}
	#raportappend .h3{font-weight:bold;}
	#raportappend br{display:none;}
	#raportappend table br {
	display:block;
}
