* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(images/admin_pan.jpg) repeat-x;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}
h1,h2,h3,h4,h5,h6 {
	color: green;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 0 auto;
width: 930px;
}

#header {
height: 100px
}
#header h1 { 
font-size: 50px;
letter-spacing: -5px;
padding: 27px 0 0 0;
color: #fff;
}
#header h1 a { 
color: #BDBDBD;
text-decoration: none;
font-weight: 600;
letter-spacing: -5px;
}
#header h1 a:hover {
color: #848484;
border-bottom: 1px dotted #fff;
}

.right {
float: right;
width: 700px;
text-align: justify;
padding-top: 5px;
}
.menos {
width: 150px;
}
.pocasie {

background: #fff url(images/admin_pan.jpg) repeat-x;
}
.pocasie a { color:blue;}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 200px;
padding-top: 10px;
font-size: 11px;
}

.left ul {
padding: 10px 0 15px 0;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.left ul li a:hover {

}
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}

.code {
	font: 12px;
	line-height: 1.5;
        background: white;
        color: silver;
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}
label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: lavender;}

input
{background: #FCFCFC;
border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 2px 2px}
input:focus, select:focus {background: lavender;}
input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url("../images/menu_pan.jpg") repeat-x;}

.menu li{padding:0; margin:0; list-style:none; display:inline;}

.menu li a{float:left; padding-left:13px; display:block; color:rgb(255,255,255); text-decoration:none; font:13px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url("../images/menu_pan.jpg") 0px -30px no-repeat; outline:none;}

.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url("../images/menu_pan.jpg") 100% -30px no-repeat; color:blue;}

.menu li a:hover{background:url("../images/menu_pan.jpg") no-repeat; color:red;}

.menu li a:hover span{background:url("../images/menu_pan.jpg") no-repeat; color:green;}

.menu li a.active, .menu li a.active:hover{line-height:30px; font:13px Verdana, Arial, Helvetica, sans-serif; background:url("../images/menu_pan.jpg") 0px -90px no-repeat; color:blue;}

.menu li a.active span, .menu li a.active:hover span{background:url("../images/menu_pan.jpg") 100% -90px no-repeat;}



#footer {
text-align: center;
font-size: 11px;
color: #000;
margin-top: 40px;
background: #fff url(images/admin_pan.jpg) repeat-x;
height: 30px;
padding-top: 30px;
}
#footer a { color: #000; }
#footer a:hover { color: #aaa; }