a {
	text-decoration: none;
}
.wrapper {
	width: 1235px;
	margin: 0 auto;
	height: 100%;
	padding: 0;
	position: relative;
	/*sherlley, for salt*/
	/*font-size:14px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif, 'Microsoft Jhenghei', PMingLiu, sans-serif;*/
	overflow: hidden;
}
.clear {
	clear: both;
}
.header {
	height: 147px;
	text-align: left;/*sherlley, for salt*/
}
.header .logo {
	padding: 15px 0;
	width: 300px;
	float: left;
}
.header .logo span {
	color: #65a63c;
	font-size: 45pt;
}
.header .align_right {
	position: absolute;
	right: 0px;
	top: 5px;
}
.header .access_mode {
	height: 47px;
	/*line-height: 50px;sherlley, for salt*/
	width: 270px;
	/*float: left;*/
}
.header .but_logout{
	float: left;
	display: inline-block;
	cursor: pointer;
	/*sherlley, for salt*/
	/*background-image: url(../images/nav_s.png);
	background-position: 0 -132px;
	background-repeat: no-repeat;
	width: 42px;
	height: 44px;*/
	width: 42px;
	text-align: center;
	line-height: 2.2;
	/*end*/
}
.header .but_logout .icon-2x:hover{
	color: #d9534f;
}
.align_right .green_logo{
	float: left;
	margin: 0 15px;
	cursor: pointer;
}
.bottom_left{/*, .bottom_right{*/
	position: absolute;
	bottom: 0;
	top: 147px;/*related to height of header class*/
	overflow: auto;
	/*dropdown menu*/
	float: left;
}
.bottom_right{
	left: 270px;/*width of #main_menu ul plus 5px*/
	right: 0;
	overflow: hidden;
	/*dropdown menu*/
	/*height: 100%;*/
	margin-left: 270px;
	width: 965px;
    border: 1px solid #ddd;/*sherlley, for salt*/
    border-top:0;/*sherlley, for salt*/
}
#main_menu ul{
	margin: 0;
	padding: 0;
	width:265px;
	list-style-type: none;
}
#main_menu li{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #D9D9D9;
	background: #F2F2F2;
	text-align: center;
	/*sherlley, for salt*/
	/*font-family: "Trebuchet MS", Arial, Verdana, sans-serif, 'Microsoft Jhenghei', PMingLiu, sans-serif;
	*/font-size: 16px;
	font-weight: bold;
}
#main_menu li, #tabMenu li{
	color: #7F7F7F;
}
#main_menu li.menu:hover{
	background: #65a63c;
	color:#fff;
}
#main_menu li.menu, #tabMenu ul>li.menu{
	cursor: pointer;
}
#main_menu li.menu_selected>a, #tabMenu li.menu_selected>a{
	color: #65a63c;
	cursor: default;
}
#tabMenu {
	/*height: 40px;
	line-height: 40px;*/
	/*overflow: hidden;*/
	position: absolute;
	top: 100px;
	height: 47px;
	width: 100%;
	left: 270px;
}
#tabMenu_ul {
	width: 1000px;
	height: 100%;
	position: absolute;
}

#tabMenu_ul>ul>li{
	/*width: 130px;*//*sherlley, for salt*/
	text-align: center;
	height: 47px;
	display: table-cell;
	vertical-align: middle;
	font-size:15px;
	/*display: inline-block;*/
	/*drop-down menu*/
	position: relative;
}
#tabMenu_ul>ul{
	display: table-row;
	position: absolute;
	width: 1200px;
}
/*#tabMenu li.menu_selected{
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}*/
#tabMenu div.menu_left{
	float: left;
	/*margin: 17px 10px;*//*sherlley, for salt*/
	display: none;
	cursor: pointer;
	border-bottom: 1px solid #ddd;/*sherlley, for salt*/
	height: 47px;/*sherlley, for salt*/
	line-height: 47px;/*sherlley, for salt*/
}
#tabMenu div.menu_right{
	position: absolute;
	display: none;
	cursor: pointer;
	left: 940px;
	/*margin: 17px 10px;*//*sherlley, for salt*/
	line-height: 2.81em;/*sherlley, for salt*/
}
#tabMenu div.drop_down_arrow{
	width: 16px;
	height: 16px;
	background: url(../images/down-arrow.png) no-repeat;
	display:inline-block;
	margin-left:5px;
}
#tabMenu ul>li.hover{
	background: #6a7779;
}
#tabMenu ul>li.hover a{
	color: #fff;
}
/*sherlley, for salt*/
#tabMenu ul.nav-tabe>li.open>a:hover, ul.nav-tabs>li.menu_selected>a{
	border-radius: 4px 4px 0 0;
}
#tabMenu ul li a{
	font-size:15px;
}
#tabMenu ul.dropdown-menu li.menu_selected>a{
	color:#fff;
}
/*end*/
/*drop-down menu*/
/*#tabMenu ul>li ul.drop_down {
	display:none;
	position: absolute;
	top: 51px;
	left: 0;
	min-width: 130px;
	/*width: 250px;/
	/*background: #fff;/
	background: #bcbdc0;
	/*border: 1px solid #000;/
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
#tabMenu ul>li ul.hover {
	display:inline-block;
	margin: 0 auto;
	text-align: left;
}
#tabMenu ul.drop_down a{
	/*color:#4c4d4d;/
	color:#fff;
	white-space: nowrap;
}
#tabMenu ul>li ul.hover li{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 20px;
	padding-right: 20px;
}
#tabMenu ul.drop_down li:hover{
	/*background: #6a7779;/
	background: #fff;
}
#tabMenu ul.drop_down li:hover a{
	/*color: #fff;/
	color: #6a7779;
}
*/
#popup_login{
	width: 600px;
    display: none;
    left: 30%;
    top: 30%;
    z-index: 2000;
    position: absolute;
    /*background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;*/
    padding: 15px;
}
#popup_login table{
	border-collapse: separate;
	border-spacing: 5px;
	/*margin-top: 20px;*/
	padding: 15px;
}
#popup_login td{
	/*font-size: 14px;*/
	line-height:30px;
	vertical-align: middle;/*sherlley, for salt*/
}
#popup_login div.title{
	background-image: linear-gradient(to left, #63ba5f 0%, #418F3E 100%);
	line-height: 40px;
	padding-left: 10px;
	font-size:16px;
}
#popup_login #err_msg td{
	color:red;
	padding-left: 40px;
}
.overlay_all{
	background: #f0f0f0;
	opacity: 0.5;
	filter: 'alpha(opacity=50)';
	-ms-filter: 'alpha(opacity=50)';
	position: absolute;
	z-index: 2000;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}