@charset "utf-8";
/* CSS Document */

#left_menu {
	background-image: url(../pictures/backoffice/menu_left_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 136px;
	padding: 6px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 1px;
}
#menu_handler {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6F9DD9;
	border-right-color: #6F9DD9;
	border-bottom-color: #6F9DD9;
	border-left-color: #6F9DD9;
	display: block;
	margin-bottom: 14px;
}

div.menu_box {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
	padding: 0px;
	margin: 0px;
}

div.menu_box h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00309C;
	font-size: 11px;
	background-color: #D6E8FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADD1FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F2F8FF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F8FF;
	margin: 0px;
	padding: 4px;
}

div.menu_box a, div.menu_box a:link, div.menu_box a:visited {
	color: #00309C;
	text-decoration: none;
}

div.menu_box a:hover {
	text-decoration: underline;
	color: #000000;
}


div.menu_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../pictures/backoffice/left_menu.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 4px;
	background-color: #D6E8FF;
	border-bottom: solid 1px #ADD1FF; 
	border-left: solid 1px #FFFFFF;
}

div.menu_header a, div.menu_header a:link, div.menu_header a:visited {
	color: #00309C;
	text-decoration: none;
}

div.menu_header a:hover {
	text-decoration: underline;
	color: #000000;
}


div.menu_box_content {
	background-color: #F2F8FF;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADD1FF;
}


div.menu_box_content A, div.menu_box_content A:link, div.menu_box_content A:visited {
	display: block;
	padding: 2px;
	color: #003399;
	text-decoration: none;
	font-size: 12px;
}

div.menu_box_content A:hover {
	background-color: #6F9DD9;
	color: #FFFFFF;
}

div.separator {
	display: block;
	margin-top: 4px;
	margin-bottom: 2px;
	height: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #ADD1FF;
}

.menu_toolbar {
	display: block !important;
	background-image: url(../pictures/backoffice/listheadergrad.gif) !important;
	height: 23px !important;
	background-repeat: repeat-x;
	border-top: solid 1px #F7FBFF;
	border-bottom: solid 1px #D6EBFF;
	background-color: #AFD2FF;
	background-position: left top;
	padding: 0px !important;
	padding-top: 1px !important;
	margin: 0px !important;
}


.menu_toolbar a, .menu_toolbar a:link, .menu_toolbar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	color: #00309C !important;
	font-size: 11px !important;
	text-decoration: none !important;
	display: block !important;
	float: left !important;
	padding: 3px !important;
	margin-left: 1px !important;
	height: 16px !important;
	border: none !important;
}
.menu_toolbar a:hover, .menu_toolbar .scroll_link_hover, .menu_toolbar .combo_link_hover {
	padding: 2px !important;
	border: solid 1px #6B9EDE !important;
	color: #000000 !important;
	font-size: 11px;
	background-image: url(../pictures/backoffice/menubuttonhover.gif);
	background-repeat: repeat-x;
}
.menu_toolbar a img.icon 
{
	display: block !important;
	float: left !important;	
}
.menu_toolbar a span.text 
{
	display: block !important;
	float: left !important;	
	padding-top: 2px !important;
	padding-left: 4px !important;
}

.menu_toolbar .combo_link {
	padding: 3px !important;
}

.menu_toobar_sep {
	display: block;
	float: left;
	padding-top: 3px; 
	padding-bottom: 2px; 
	padding-left: 4px;
	padding-right: 3px;
}

.toolbar_text {
	font-size: 11px;
	color: #204d89;
}
