body {
	background: #f7f7f6 url(/images/panel/bg.png);
	color: #000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
}

a {
	color: #000;
}

#section_top {
	margin-bottom: 20px;
}

#section_top .main_menu {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#section_top .main_menu a {
	border: 1px solid #DDD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	font-size: 0.9em;
	margin: 0 -2px;
	padding: 20px 20px 10px 20px;
	text-decoration: none;
}

#section_top .main_menu a:HOVER {
	background: #FFF;
}

#section_top .company_selection {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#section_top .company_info {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#section_top .company_info p.warning {
	color: red;
}

#section_content {
	margin: 0 20px;
}

#section_down {
	border-top: 1px solid #e0e0e0;
	clear: both;
	color: #677481;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 5px;
	text-align: center;
}

#ml_contentwrapper {
	float: left;
	min-height: 1px;
	min-width: 1px;
	width: 100%;
}

#ml_contentcolumn {
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#ml_section_content {
	margin: 0 20px;
}

#ml_leftcolumn {
	float: left;
    margin-left: -100%;
    position: relative;
	width: 200px; /*Width of left column*/
}

#ml_menu_left .menu_left {
	margin: 0;
	text-align: center;
}

#ml_menu_left .menu_left a {
	border: 1px solid #DDD;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 0.9em;
	margin: 0 -2px;
	padding: 20px 20px 10px 20px;
	text-decoration: none;
}

#ml_menu_left .menu_left a.last {
	margin-bottom: 30px;
}

#ml_menu_left .menu_left a:HOVER {
	background: #FFF;
}

div.message {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

div.message h3 {
	text-align: center;
}

div.message a {
	display: block;
}

.js-hide {
	display: none;
}