body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #e8e2d4;*/
	background: #f4efe3 url(../images/bg_header.png) repeat-x;
	color: black;
	margin: 0;
	padding: 0;
}

/***** Generic *****/
.bold{
	font-weight: bold;
}
h3{
	color: #756162;
	font-size: 13px;
	font-weight: bold;
	}
ul,li{
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a{
	color: #f6590c;
	text-decoration: none;
}
a:hover {
	color: red;
}
div.spacer {
	clear: both;
}
/***** Header *****/
#header {
	height: 99px;
	margin-left: auto;
	margin-right: auto;
	width: 93%;
	padding: 0px 11px;
	margin-top: 10px;
	line-height: 21px;
}
#header_menu{
	float:right;
	text-align: center;
	padding: 2px 0 2px 20px;
	color: #c2c5c7;
	height: 70px;
	border-left: 1px dotted #66707a;
}
#header_menu img{
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
#header_menu a{
	line-height: 30px;
}
.menu2{
	float: right;
	margin-top: 10px;
}
.date_app{
	font-size: 9px;
	
}
.name_admin{
	margin: 5px 0;
	font-size: 14px;
}
#bg_logo{
	width: 365px;
	height: 89px;
	margin-left: -11px;
	margin-top: -5px;
}
/***** Container *****/
#container{
	color: #000;
	margin-left: auto;
	margin-right: auto;
	/*width: 95%;*/
	width: 99%;
}
#content{
	margin-left: 215px;
	min-height: 550px;
	color: #000;	
	border: 1px solid #ccc2a9;
	background-color: #ffffff;
	margin-top: 10px;
}
#main{
	/*width: 60%;
	width: 25%;*/
	background: #fff;
	padding: 5px 10px 15px;
	min-height: 400px;
}
#main_bottom{
	width: 60%;
	background: #fff;
	padding: 5px 10px 15px;
	min-height: 109px;
	border-top: 1px dotted #c1beb7;

}
#main_right, #main_right_2{
	/*width: 36.5%;*/
	width: 45%;
	background: #e4eaf3;
	float: right;
	padding: 5px 10px 15px;
	min-height: 530px;
	border-left: 1px dotted #c1beb7;
}
#main_right_2{
	background: #fff;
	width: 25%;
}
/***** Sidebar *****/
#sidebar-a {
	float: left;
	position: relative;	
}
#sidebar-a ul.principale {
	width: 180px;
	padding: 10px 10px 20px;
	margin-top: 10px;
	list-style: none;
	border: 1px solid #ccc2a9;
	background-color: #ffffff;
}
#sidebar-a li{
	padding: 10px 0 10px 10px;
	border-bottom: 1px dashed #c1beb7;
	color:#f8981d;
	line-height: 16px;
}
#sidebar-a li a img{
	margin-right: 10px;
	text-decoration: none;
}
/*#sidebar-a li a:hover{
	background: #dbd3c0;
}*/
div.title_menu, h2{
	color: #56636f;
	font-size: 15px;
	font-weight: bold;
	}

.line_menu{
	clear: both;
	border-top: 1px solid #bebdb9;
	margin: 5px 0 10px;
}
#show-sidebar {
	cursor: pointer;
	display:inline;
}

#hide-sidebar {
	cursor: pointer;
	display:inline;
}
.expandable a, .expandable a:hover{
	color: black;
	cursor: pointer;
}
.expandable img {
	vertical-align: middle;
}
#sidebar-a hr{
	border: 1px solid #ccc;
}

.hide-sidebar {
	display: none;
}

.expand-content {
	margin-left: 0;
	border-left: none;
}

ul.main_ul {
	list-style: none;
}


div.hide {
	display: none;
}
div.show {
	display: block;
}
div.copyright {
	font-family: "Bitstream Vera Sans Mono", monospace;
	margin: 0px;
	font-size: 11px;
	float: right;
}

div.menu {
	width: 200px;
	border-bottom: 1px solid #cccccc;
}

#ajaxRequest {
	background-color: #3badbb;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
	margin: 3px;
	border: 1px solid black;
}

.date {
	width: 76px;
	height: 70px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #F4FBFC;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #A8001E;
	border: 1px solid #CCCCCC;
}

.date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.date em {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	text-transform: lowercase;
}
/***** Footer *****/
#footer {
	clear: both;
	margin-top: 15px;
	background: #dd5525;
	padding: 5px;
	color: #fff;
	/*border: 1px solid #c1beb7;*/
	border: 1px dashed #434d56;
}
#footer a{
	color: #273136;
	font-weight: bold;
}
#footer a:hover{
	color: #005369;
}