/* -------------------------------------------
project:	Max
date:		2009
------------------------------------------- */

/* reset css */
* {font-size:100.01%}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
img {display:block;}

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

body { color:#444; background:#F7F4E3; font-family:Arial,Helvetica,sans-serif; line-height:1.5em; }
a {color:#3399cc; text-decoration:underline;}
a:hover {color:#0066ff; text-decoration:underline;}
hr {display:none;}
textarea, input, select, option, button{ font: 1em Arial,Helvetica,sans-serif; }

h2{color:#087EAC; font-size:24px; padding-bottom:10px;}


.wrap {width:960px; margin:0 auto;} 

#header{background:url(../img/top.jpg) no-repeat top center; width:960px; height:326px;}


#content {background:url(../img/bg.gif) repeat-y top center;}

#content p{ padding-bottom:20px;}
#footer{padding:20px; font-size:12px;}
#footer span{float:right;}
#logo{width:300px; height:250px; display:block; }
#logo span{ display:none;}

#nav{}
#nav li{clear:both; display:block; }
#nav li a{display:block; color:#444; clear:both; background:url(../img/bg_menu.jpg) repeat-x top center; font-size:12px; padding-left:20px; width:234px; height:30px; line-height:30px; text-decoration:none;}

#left{width:255px; float:left;}
#right{width:655px; padding-left:30px; padding-right:20px; float:right;}

#buttons{clear:both; background:url(../img/buttons.jpg) no-repeat top center; width:254px; height:364px;}

/* pm - panele */
.input_out, .input_blur { background-color: #ffffff; border: 1px solid #D5DCE3; color: #335679; 
display: inline;  height: 20px; margin: 0px 0px 0px 0px; padding: 1px 2px 0px 2px; }
.input_hover { background-color: #F9F9F9; height: 20px; border: 1px solid #AAAAAA; margin: 0px 0px 0px 0px;
padding: 1px 2px 0px 2px; }
.input_focus { border: 1px solid #13B3F1; height: 20px; margin: 0px 0px 0px 0px; padding: 1px 2px 0px 2px; }
label { padding: 5px 0 3px 0; display:block;}
label.error, label.accept { font-weight: bold; padding-top:0; color: #a00; padding-left: 20px; background: url('../img/admin/silk/cross.png') left 0px no-repeat; }
label.accept { font-weight: bold; padding-top:0; color: #0a0; padding-left: 20px; background: url('../img/admin/silk/accept.png') left 0px no-repeat; }
textarea { height: auto !important; }
/* input.submit { display:block; margin: 5px 0; font: bold 12px Tahoma; padding:2px; border:1px solid #999999; background-color: #EEEEEE;  } */
fieldset { border:0; }
.submit, .button, .button:visited { display:block; padding: 3px 5px; margin: 3px 2px 3px 0; border: 1px solid #11B4EF; 
	background-color: #087EAC; color: #fff; float:left; text-align:center; cursor:pointer;}
.button:hover { color: #ddd; }

#right table { width:100%; margin: 0 20px 0 0; }
#right table th { text-align:left; background-color: #ddd; }
#right table td,#right table th { padding: 0 3px; }

/* content editor css */
h1, h2, h3, h4, h5,h6 {color:#087EAC; font-size:24px; padding-bottom:10px;}
h1 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
ol, ul { list-style-position: inside; padding:0; margin:0; }
ol { list-style-type:decimal; }
ul { list-style-type: circle; }

h1 { font-size: 24px; }

