@charset "utf-8"; 

﻿ body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

html {
	margin: 0;
	padding: 0;
	overflow: auto
}

.main {
	padding: 0 3px;
	background: #ff7400
}

.main .menuOuter {
	width: 218px;
	background: #d0e2f1;
	border-right: 3px solid #ff7400
}

.main .mainContainer {
	background: #fff;
	float: left;
	width: 100%;
	height: 100%
}

.menuPanel {
	background-color: #fff;
	color: #000;
	width: 218px;
	padding-top: 30px
}

.mainFrame {
	visibility: inherit;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: auto;
	background-color: #fff
}

.menuPanel .menu1Box {
	text-align: left;
	height: 30px;
	width: 100%;
}

.menuPanel .menu1Box p {
	margin-left:30px;
	font-size: 14px;
	color: #000
}

.menuPanel .menu2Box {
	width: 100%;
	height: 30px;
	text-align: left;
}

.menuPanel .menu2Box a {
	margin-left:60px;
	font-size: 13px;
	color: #444
	height: 25px;
	text-align: left;
}

.menuPanel .menu2Box a:hover {
	font-size: 13px;
	color: #ff7400;
	text-decoration: underline
}