/*-------------------------------------------------------------------------
//GENERAL
//-------------------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4D4D4D;
	margin:0;
	padding:0;
	/*line-height:1.2em;*/
	}
    .text_normal_alb{
     font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#ffffff;
    }
    .text_normal_negru{
     font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#000000;
    }
ul, li, p {
	margin:0;
	padding:0;
	}
img {
	border:0;
	}
a {
	text-decoration:none;
	color:#cc6600;
	}
.alb{
    text-decoration:none;
	color:#999999;
	background-color:#ececec;
	padding:2px;
}
.alb:hover{
 background-color:#993300;
 color:#ffffff;
}
h1 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:15px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	}
h2 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:15px;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	}
/*-----------------------------------------------------------------------------------*/
#containerr{
	width:98%;
	float:left;
	margin-left:6px;
	margin-top:6px;
	margin-bottom:6px;
	border:1px solid #333333;
}
#all{
 width:100%;
 float:left;
}
#left{
 width:20%;
 height:90%px;
 float:left;
 background-color:#f1f1f1;
 border-right:1px solid #999999;
 border-bottom:1px solid #cccccc;
}
 #left_header{
   width:100%;
   height:36px;
   margin-left:auto;
   margin-right:auto;
   background-color:#ffffff;
   border-bottom:1px solid #333333;
   text-align:center;
   padding-top:20px;
  }
  #left_content{
   width:100%;
   float:left;
  }
  .span_left{
   background-color:#993300;
   /*padding-left:5%;*/
   /*padding-right:5%;*/
   line-height:23px;
   font-family:Arial;
   font-size:11px;
   font-weight:bold;
   color:#ffffff;
   width:100%;
   text-align:center;
   display:block;
   border-bottom:1px solid #333333;
  }
  *html .span_left{
  line-height:25px;
  }
#content{
 width:79%;
 float:left;
}
   #content_header{
    width:100%;
    background-color:#ffffff;
    border-bottom:1px solid #333333;
    text-align:right;
   }
   #content_content{
    width:99%;
    margin-left:6px;
    margin-top:6px;
    margin-bottom:6px;
   }
   .span_warning{
    background-color:#cc9933;
    padding-left:5%;
    padding-right:5%;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
   }
   .span_error{
    color:#990000;
    padding:2px;
   }
   #content_footer{
    width:100%;
    background-color:#ffffff;
    border-top:1px solid #999999;
   }
  form, label input,select{
    margin: 0;
    padding: 0;
   }
  input:focus, textarea:focus, label:focus {
    background: #fff;
    border: 1px solid #cc6600;
  }
  textarea, input{
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: #000;
    font-family: Verdana, Times, serif;
    font-size: 11px;
    margin: 1px;
    padding: 2px;
  }
  .span_title{
    background-color:#c0d2ec;
    font-family:Arial,Helvetica,sans-serif;
    color:#000000;
    font-size:12px;
    padding-left:4px;
    padding-right:4px;
    letter-spacing:1px;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
  }

