/* STILURI GENERALE */

* {

	margin:0;

	padding:0;

}



body {

	background:#f5f7f8 url(imagini/main.jpg) repeat-x top left;

	font-family:Verdana,Arial,sans-serif;

	font-size: 62.5%;

}



/* LAYOUT

================================================== */

#page {

	margin:20px 15px 0;

	min-width:760px;

	position:relative;

}



#left {

	position:absolute;
	left:0;
	top:163px;
	width:190px;
	padding-top:10px;


	background:#222 url("imagini/left.jpg") no-repeat top left;
}



#stema {
	position:absolute;
	height:163px;
	width:190px;
	top:0;
	left:0;
	background: url(imagini/stema.jpg) no-repeat center center;

}



#right {
	
	margin-left:190px;
	background:#fff;

}



#topmenu {

	height:36px;

	background:#222 url(imagini/topnav.jpg) no-repeat top left;

	line-height:36px;

	font-size:1.1em;

	text-align:left;

	color:#ccc;

}



#header {

	/*height:127px;*/
	height:60px;
	border-right:3px solid #ddd;
	border-left:3px solid #ddd;
	border-bottom:3px solid #ddd;

	margin-left:0px;

	background: url(imagini/header2.jpg) no-repeat top right;

}



#main {

	padding:20px;

	font-size:1.1em;
*/background: url(imagini/papers.jpg) no-repeat bottom right;*/
     border-right:3px solid #ddd;
	border-left:3px solid #ddd;

}



#content {

	line-height:1.5em;
	margin-top:-20px;
	color:#444;

}



#sidebar {

	float:right;

	width:140px;

	padding:0 10px 10px;

	border:1px solid #ddd;

	background:#f9f9f9 url(imagini/background.jpg) no-repeat top left;

	color:#777;

	margin-left:20px;
	margin-bottom:10px;

}



#footer {

	font-size:1.1em;

	padding:10px 20px;

	background:#E0F0F7 url(imagini/footer.jpg) repeat-x bottom left;

	color:#384F5F;

	border-bottom:2px solid #bde;

	border-top:1px solid #e0f0f7;

}



/* clear the floats */

.clear:after {

	content:".";

	display:block;

	clear:both;

	height:0;

	visibility:hidden;

}

.clearmain:after {

	content:".";

	display:block;

	clear:right;

	height:0;

	visibility:hidden;

}



/* URASC INTERNET EXPLORER!!

-----------------------------*/

* html .clear {

	height:1%;

}

* html #main {

	padding:0;
	width:100%;
	overflow-x:hidden;

}



* html #content {

	margin:20px;

}



* html #sidebar {

	margin-top:20px;

	margin-right:20px;

	display:inline;

}

/* Mi-o trecut... deocamdata */



/* SFARSIT LAYOUT */



/* MENIU STANGA

======================================================== */

#stema a {

	width:190px;

	height:163px;

	display:block;

	text-indent:-1000px;

	text-decoration:none;

}



#left #bottom {

	height:70px;
	width:190px;
	/* background:url(imagini/left2.jpg) no-repeat bottom left;*/

	background:url(imagini/menu_icon.gif) no-repeat 95px 15px;
	border-bottom:2px solid #bde;

}

#left #bottom p {
	color:#999;
	padding-left:12px;
	/*padding-top:45px;*/
	font-family:Arial,Verdana,sans-serif;
}

#left #bottom a {
	color:#bbb;
	text-decoration:none;
}

#left #bottom a:hover {
	color:#fff;
	text-decoration:underline;
} 

#left #bottom p.nushce {
	padding-top:20px;
}

#navig {

	margin:0 15px 5px;
	font-size:1.1em;

}

#left ul {
	width: 160px; /* Width of Menu Items */
	list-style-type:none;
	}

#left ul li {
	position: relative;
	border-bottom: 1px solid #444;
	display:block;
	}

#left ul li ul li {
	border-bottom: 1px solid #2f2f2f;
	background:#222;
}
	
#left li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:1000;
	}

#left ul li a {
	display: block;
	background: url(imagini/page_icon.gif) no-repeat 5px 8px; /* IE6 Bug */
	color: #ccc;
	padding: 6px 5px 6px 22px;
	text-decoration: none;
	}

* html #left ul li a {
	background-color:#222;
}
	
#left ul li a:hover {
	color:#fff;
	background:#444 url(imagini/page_icon.gif) no-repeat 5px 8px;
}

/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; height: 1%; }
* html #left ul li a { height: 1%; }
/* End */
		
#left li:hover ul, #left li.over ul { display: block; } /* The magic */

/*



#navig .navhead {

	color:#888;

	text-transform:uppercase;

	letter-spacing: 0.2em;

	font-family:Arial,Verdana,sans-serif;

	padding:15px 5px 3px 2px;

	border-top:0;

	border-bottom: 1px solid #444;

} 



#navig .navhead a {

	color: #888;

	padding:0;

	display:block;

}



#navig .navhead a:hover {

	color:#ccc;

	background:none; 

}*/



/* MENIU SUS

=========================================================*/

#topmenu ul {

	list-style-type:none;

	padding-left:20px;

	padding-right:20px;

	background:url(imagini/topnav2.jpg) no-repeat top right;

}



#topmenu ul li {

	display:inline;

	margin-right:8px;

	padding-right:10px;

	border-right:1px solid #777;

}



#topmenu ul li.last {

	margin-right:0;
	margin-left:100px;

	border-right:none;

}



#topmenu ul li a {

	text-decoration:none;

	color:/*#444*/#ddd;

}



#topmenu ul li a:hover {

	text-decoration:underline;

	color:#fff;

}



/* CAUTARE */

#search {

	float:right;

	padding-right:5px;

	/*padding:8px 6px;*/

}





#search input {

	margin-right:5px;

	vertical-align:middle;

}



* html #search input {

	margin-top:6px;

}



/* HEADER

=============================================*/

#header h1 {

	font-family:"Arial Narrow", Arial, Verdana,sans;

	color:#000000;

	font-size:3em;

	font-weight:normal;

	padding-left:20px;

	padding-top:15px;

	margin-right:210px;

}



#header #breadcrumb {

	font-size:1.1em;

	padding-left:10px;

	color:#777;

}



#breadcrumb a {

	color:#abc;

}



/* CONTINUT

=============================================*/

#content h1 {
	font-family:"Arial Narrow",Arial, Verdana,sans-serif;
	font-size:2.4em;
	font-weight:normal;
	padding-bottom:0.2em;
	border-bottom:1px solid #eee;
}

#content h2 {

	font-family:"Times New Roman",Arial,Verdana,sans;
	font-size:2em;
	line-height:1em;
	font-weight:normal;
}


#content h3 {

	font-family:"Times New Roman",Arial,Verdana,sans;
	font-size:1.4em;
}

#content h4 {
}

#content h5 {
	font-weight:normal;
	font-size:1em;
	font-style:italic;	
}

#content h6 {
	font-size:10px;
	font-variant:small-caps;
	font-weight:normal;
}

#content h1, #content h2, #content h3, #content h4, 
#content h5, #content h6, #content ul, #content ol {
	
	margin:1.2em 0 0.4em;
}

#content h2, #content h1 {
	margin: 1.2em 0 0.8em;
}

#content p {
	margin:1em 0;
}

#content ul, #content ol {
	
	padding-left:3em;

}

#content ul ul, #content ol ol {
	
	padding-left:2em;
	margin:0.6em 0;

}



#content blockquote {

	margin:16px 35px 25px;

	background:#f7f7f7;

	border:1px solid #ddd;

	border-top-width:2px;

	padding:15px 20px;

}

#content pre {
	border:1px solid #ccc;
	background:#f9f9f9;
	font-size:11px;
	display:table-cell;
	padding:10px;
}


#content a {

	color:#09d;

}



/* SIDEBAR DREAPTA

======================================================== */

#sidebar h3 {

	font-family:"Times New Roman",Arial,Verdana,sans;

	font-size:1.4em;

	margin:15px 0 5px;

	color:#444;

}



#sidebar ul {

	list-style-type:none;

	line-height:16px;

}



#sidebar ul#unelte a {

	color:#09d;

	text-decoration:none;

}



#sidebar ul#unelte a:hover {

	text-decoration:underline;

}



#sidebar li {

	padding:2px 0;

}



#sidebar li.sideprint {

	padding-left:20px;

	background:url(imagini/printer.png) no-repeat center left;

}



#sidebar li.sidesend {

	padding-left:20px;

	background:url(imagini/page_white_go.png) no-repeat center left;

}



#subcat li {

	border-top:1px solid #dfdfdf;

	padding:0;

	display:block;

}



#subcat a {

	display:block;

	text-decoration:none;

	color:#445;

	padding:2px 0 2px 20px;

	background:url(imagini/arrow.gif) no-repeat 4px 50%;

}



#subcat a:hover {

	background:#dfdfdf url(imagini/arrow.gif) no-repeat 4px 50%;

	color:#000;

}



* html #subcat li a {

	height:1%;

}

/* FOOTER

====================================================*/

#footer .copyright {

	float:right;

	width:180px;

	margin-left:20px;

	color:#526A83;

	text-align:right;

}



#admin a {

	font-size:1.8em;

	font-family:arial,verdana,sans-serif;

	color:#ccc;

	text-decoration:none;

	display:block;

	padding:10px;

	background:#eee;

	border:1px solid #ddd;

}



#admin a:hover {

	border:1px solid #ccc;

	color:#777;

}



/* STILURI PENTRU TABELE

========================================*/

table {
	border:none;
	border-top:1px solid #2595CA;
	border-right:1px solid #ccc;
	background:#fff;
	empty-cells:show;
	border-collapse:collapse;
}



td,th {

	padding:5px;

	border:1px solid #ccc;

	border-top:none;

	border-right:none;

}



th {

	background:/*#64A6C0*/ #2695CA url(imagini/th.jpg) repeat-x top left;

	border-bottom:1px solid #2595CA;

	color:#fff;

	text-align:left;

}



#content th a {

	color:#fff;

	text-decoration:none;

}



table.orizontal {

	border:none;

}



table.orizontal th {

	padding:5px 15px;

	border:none;

	border-left:1px solid #fff;

}



table.orizontal td {

	padding:8px 15px;

	border:none;

	border-bottom:1px solid #ccc;

}



/* ALINIERI IMAGINI

==============================================*/

.stanga {

	float:left;

	margin-right:15px;

	margin-bottom:10px;

}



.dreapta {

	float:right;

	margin-left:15px;

	margin-bottom:10px;

}



.centru {

	text-align:center;

}









/*===============================================

	STILURI PANOU DE ADMINISTRARE 

================================================= */

table#adauga {

	border:none;

	text-align:center;

	color:#fff;

	width:600px;

	margin: 0 auto;



}



table#adauga td {

	border:none;

	background:#64A6C0;

	vertical-align:top;

	padding:10px;

	width:260px;

}



table#adauga td#adaugastanga {

	border-right:5px solid #fff;

}



#editlinks a {

	display:block;

	text-decoration:none;

	line-height:20px;

	padding-left:20px;

}





#editlinks a:hover {

	text-decoration:underline;

}



#editlinks a.addimg {

	background: url(imagini/image_add.png) no-repeat left center;

}





#editlinks a.addlnk {

	background: url(imagini/link_add.png) no-repeat center left;

}



#editform {

	float:left;
	width:520px;

}



#editform label {

	display:block;

	padding:10px 0 3px;

	font-weight:bold;

}



#editform input, #editform textarea {

	background:#fafafa;

	border:1px solid #aaa;

	padding:5px;

}



#editform #editSubmit {

	display:block;

	margin-top:10px;

}



#rightinfo {

	margin-left:850px;

}



#addstuff {

	background:#dfdfdf;

	border:1px solid #ccc;

	padding:15px;

	width:200px;
	margin-top:20px;

}



#addstuff h3 {

	color:#789;
	font-family:Arial,Verdana,sans-serif;
	font-size:16px;
	margin-top:5px;

}



#addstuff h4 {

	font-family:"times new roman",serif;

	font-size:14px;

	line-height:32px;

}



#addstuff ul {

	list-style-type:none;

	margin:0px 0px 0px 0px;
	padding:0;

}



#addstuff li {

	display:block;
	margin:0;

}



#addstuff li a {

	display:block;

	padding:3px 5px;

	background:#fff;

	color:#777;

	border:1px solid #ccc;
	border-bottom:none;
	text-decoration:none;

}



* html #addstuff {

	display:inline;

	width:300px;

}



#addstuff li.last a {

	border-bottom:1px solid #ccc;

}



.chestie {

	margin-top:10px;

}

#addstuff a#stylelink {
	padding-left:25px;
	background: #fff url(imagini/link_add.png) no-repeat 4px 3px;
}

.chestie#divlink li a {
	padding-left:25px;
	background: #fff url(imagini/link.png) no-repeat 4px 3px;
}

#addstuff a#styleimg {
	padding-left:25px;
	background: #fff url(imagini/image_add.png) no-repeat 4px 3px;
}

.chestie#divimg li a {
	padding-left:25px;
	background: #fff url(imagini/image.png) no-repeat 4px 3px;
} 

#addstuff a#styletab {
	padding-left:25px;
	background: #fff url(imagini/table_add.png) no-repeat 4px 3px;

}

.chestie#divtab li a {
	padding-left:25px;
	background: #fff url(imagini/table.png) no-repeat 4px 3px;
}

#rightinfo #hide {
	display:none;
}


#rightinfo dl {
	font-size:10px;
	line-height:1.3em;
	display:none;
}

#rightinfo dt {
	font-weight:bold;
}

#rightinfo dd {
	margin-bottom: 10px;
}

/* SFARSIT STILURI PANOU ADMINISTRARE */

.rama {
	padding:3px;
	border:1px solid #ccc;
}
