* {
	margin: 0;
}
html, body {
	height: 100%;}

img {
border:0;}

body {
	background:#fff;
 	text-align:center;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}


.hide { display:none;}
.show { display: block;}

.sus {
	min-width:1550px;
	text-align:left; 
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background: url(img/bg_head.jpg) repeat-x; 
}

.header {
 	height:50px;
	font-size:14px;
	}

.header h2 {
color: #000;
padding:10px 0 0 10px;
}

h2 {
font-size: 18px;	
color: #333;
margin-bottom:10px;
}

h3 {
font-size: 16px;	
color: #970000;
padding:0 0 5px  10px;
}

.header h3 {
margin:15px 0 0 40px;
padding:2px;
border:1px #FFFFFF solid;
background: #999;
color:#FFFFFF;
}

.info{
text-align:center;
margin:6px 10px 0 0;
font-size:12px;
border:1px #FFFFFF solid;
background: #999;
color:#FFFFFF;
padding:2px;
}



.left {
float:left;
}

.right {
float:right;
}
	

.content {
z-index:10 !important;
font-weight:normal;
margin:0;
padding:10px;
text-align:justify;
}

.content p {
padding:10px 5px;
text-align:left;
}

.content a{
text-decoration:none;
color:#970000;
font-weight:700;
}

.content a:hover {
color:#999;
}

.content table p{
margin:5px;
padding:0px;
text-align:left;}

.content table td{
vertical-align:top;
}

.jos, .push {
     height: 50px;
	 clear: both;
}

.jos {
 	min-width:1550px;
	background: url(img/bg_footeradmin.jpg) repeat-x;
 	text-align:right;
 	margin:0;
 	
}

.clear {
clear:both;
}

.textarea {
	float:left;
	margin-top:10px;}
	

/*pentru meniul de admin*/
#nav {
	z-index:12 !important;
	height:40px;
padding:7px 6px 0;	
margin: 0;
background: #ccc url(img/gradient.png) repeat-x 0 -110px;
line-height: 100%;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
box-shadow:0 1px 3px rgba(0,0,0, .4);
behavior: url(PIE.htc);
}
#nav li {
margin: 0 5px;
padding: 0 0 8px;
float: left;
position: relative;
list-style: none;
}
/* main level link */
#nav a {
font-weight: 700;
color: #333;
text-decoration: none;
display: block;
padding: 8px 20px;
margin: 0;
}
#nav a:hover {
background: #000;
color: #fff;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
background: #900 url(img/gradient.png) repeat-x 0 -100px;
color: #fff;
z-index:100 !important;
border-top: solid 1px #f8f8f8;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
box-shadow: 0 1px 1px rgba(0,0,0, .2);
behavior: url(PIE.htc);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
background: none;
border: none;
color: #666;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
behavior: url(PIE.htc);
}
#nav ul a:hover {
background: #900 url(img/gradient.png) repeat-x 0 -100px !important;
color: #fff !important;
}
/* dropdown */
#nav li:hover > ul {
display: block;
}
/* level 2 list */
#nav ul {
display: none;
margin: 0;
padding: 0;
width: 185px;
position: absolute;
top: 35px;
left: 0;
background:  #ddd url(img/gradient.png) repeat-x 0 0;
border: solid 1px #b4b4b4;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
box-shadow: 0 1px 3px rgba(0,0,0, .3);
behavior: url(PIE.htc);
}
#nav ul li {
float: none;
margin: 0;
padding: 0;
}
#nav ul a {
font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
left: 181px;
top: -3px;
}

/* clearfix */
#nav:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#nav {
display: inline-block;
}
html[xmlns] #nav {
display: block;
}
* html #nav {
height: 1%;
}
/*sfarsit meniul admin*/

#error {
	color:#ff0000;
	margin:5px 20px;	
	font-weight:normal;
	}

.form textarea {
border:1px #000 solid;
padding: 5px 3px;
background:#FFF;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
    border-radius:6px;
	behavior: url(PIE.htc);
} 

.form .textfield {
height:16px;
text-align:left !important;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
width:350px;
border:1px #000 solid;
padding: 5px 3px;
float:left;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;
behavior: url(PIE.htc);
}

.form input:hover, select:hover, textarea:hover,
.form input:focus, select:focus, textarea:focus {
	-webkit-box-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 1px #000;
	behavior: url(PIE.htc);
	}

.form .submit {
	margin-left:200px;
	
}

.form .submit-button {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
    color: #000;
	font-weight:700;
	font-style:italic;
    padding: 5px 10px 5px 10px;
    border: 1px solid #999;
    text-shadow: 0px 1px 1px #FFF;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ffcc66;
    background: -moz-linear-gradient(top, #ffcc66 0%, #ffe6b6 50%, #ffbc47 51%, #ffc75d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ffe6b6), color-stop(0.4, #ffe6b6), color-stop(0.5, #fff), color-stop(.5, #ffbc47), color-stop(0.9, #ffc75d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc66', endColorstr='#ffe6b6', GradientType=0 );
    cursor: pointer;
	behavior: url(PIE.htc);
	}

.form .submit input:focus, .form .submit input:hover{
	background: -moz-linear-gradient(top, #ffcc66 0%, #ffe6b6 50%, #ffe6b6 51%, #ffc75d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ffe6b6), color-stop(0.4, #ffe6b6), color-stop(0.5, #fff), color-stop(.5, #fff), color-stop(0.9, #ffc75d));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6b6', endColorstr='#ffe6b6', GradientType=0 );
	behavior: url(PIE.htc);
	}

.form p {line-height:29px;
margin-bottom:2px;}

.form p label {
line-height:29px;
float:left;
width:140px;
font-weight:700;
}

.form  {line-height:18px;}

.form select {
	border:1px #000 solid;
	padding: 5px 3px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	behavior: url(PIE.htc);
}

.form legend { 
	font-size: 16px;		
	color: #970000;
	margin-left:10px;
}

.form label {
	top:0px;
	text-align:left;
}

.color {
	background: #E1DFE0;}
	
#response {
	padding:10px;
	background-color:#9F9;
	border:2px solid #396;
	margin-bottom:10px;
}
.ui-menu .ui-menu-item a{
    color: #96f226;
    border-radius: 0px;
    border: 1px solid #454545;
}

#list li {padding:4px 8px; color:#000; font-weight:700; cursor:move; list-style:none; width:800px; background:#ddd; margin:10px 0 0 0; border:1px solid #999;}

#list1 ul {display:inline;}

#list1 li {text-align:center; float:left;padding:5px; color:#000; font-weight:700; cursor:move; list-style:none; background:#ddd; margin:10px 10px 0 0; border:1px solid #999;}