@charset "utf-8";

html,body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body,p,div,td,th,dt,dd,.Normal {
	font-family: Tahoma,Arila,Verdana,sans-serif;
	font-size: 11px;
}

body#Body {
	background: #49abdb url("images/bg_body.jpg") repeat-x left bottom;
	color: #5F5F5F;
}

a:link,a:visited,a:active {
	color: #5F5F5F;
	text-decoration: underline
}

a:hover {
	color: #1862b7;
}

.clear {
	clear: both;
}

/* =S Skin Object */
a.usercss:link,a.usercss:visited,a.usercss:hover,a.usercss:active,
#breadcrumb,.BREADCRUMB,a.BREADCRUMB:link,a.BREADCRUMB:visited,a.BREADCRUMB:hover,a.BREADCRUMB:active {
	color: #919191;
	font-family: Arial;
	text-decoration: none;
}

a.usercss:hover,a.BREADCRUMB:hover {
	text-decoration: underline;
}

.bottomcss,a.bottomcss:link,a.bottomcss:visited,a.bottomcss:hover,a.bottomcss:active {
	margin: 0 2px;
	color: #fff;
	text-decoration: none;
}

a.bottomcss:hover {
	color: #85e6fb;
	text-decoration: underline;
}

.Head,.SubHead {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#skincontrol a {
	margin-left: 2px;
	color: #003366;
	font-size: 12px;
}
/* =E Skin Object */

/* =S Skin Pane */
.TopShowPane {
	float: right;
	width: 60%;
	min-height: 25px;
	padding: 5px 5px 0 0;
}

.pane-box {
	width: 100%;
}

.LeftShowPane {
	padding-right: 3px;
	vertical-align: top;
	max-width: 200px;
}

.RightShowPane {
	padding-left: 3px;
	vertical-align: top;
	max-width: 200px;
}

#mainPaneBox {
	vertical-align: top;
}

.TopPane {
	padding-bottom: 3px;
}

.BottomPane {
	padding-top: 3px;
}

.LeftPane {
	padding-right: 3px;
	vertical-align: top;
}

.RightPane {
	padding-left: 3px;
	vertical-align: top;
}

.Contentpane {
	vertical-align: top;
}
/* =E Skin Pane */


/* =S Skin Layou */
#wrapper {
	position: relative;
	margin: 0 auto;
}

.SkinWidth {
	width: 1000px;
}

#logo {
	float: left;
	max-width: 35%;
	padding: 5px 0 0;
}

#logo img {
	border: 0;
	vertical-align: top;
}

#login {
	float: right;
	padding-right: 23px;
	color: #919191;
	line-height: 28px;
}

#login a {
	padding: 0 12px;
}

#breadcrumb {
	background: #fff url("images/bg_breadcrumb.jpg") repeat-x left bottom;
	color: #919191;
	padding: 0 180px 0 36px;
	line-height: 28px;
}

#banner {
	background: #fff;
}

#banner object {
	vertical-align: top;
}

#search {
	clear: right;
	float: right;
	padding: 5px 2px;
}

#search .NormalTextBox {
	border: 1px solid #9a9a9a;
	width: 120px;
	height: 14px;
	margin: 0 2px 0 0;
	padding: 0 1px 1px 1px;
	font-family: Arial;
}

#search .searchcss img {
	border: 0;
	padding-top: 2px;
	vertical-align: top;
}

#main {
	padding: 10px;
	background: #fff;
}

#footer {
	padding-top: 4px;
	background: url("images/bg_footer.jpg") repeat-x left top;
	color: #fff;
	text-align: center;
	line-height: 26px;
}

/* =E Skin Layou */


/* =S JDMENU */
#nav {
	clear: both;
}

.jd_menu,.jd_menu ul,.jd_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jd_menu {
	min-height: 55px;
	padding-bottom: 16px;
	background: url("images/bg_menu.jpg") repeat-x 0 7px;
}

* html .jd_menu {
	height: 55px;
}

.jd_menu:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.jd_menu li {
	float: left;
	padding: 0;
}

.jd_menu li a {
	display: block;
	padding: 7px 15px 0 16px;
	background: url("images/bg_menu_line.jpg") no-repeat right bottom;
	color: #fff;
	font-weight: bold;
	line-height: 27px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

* html .jd_menu li a:link,* html .jd_menu li a:visited,* html .jd_menu li a:active {
	color: #fff;
	text-decoration: none;
}

.jd_menu li.jdm_hover,.jd_menu li.activetab {
	background: #da1010 url("images/bg_menu_h.gif") no-repeat left bottom;
}

.jd_menu li.jdm_hover a,.jd_menu li.activetab a {
	background: url("images/bg_menu_cr.jpg") no-repeat right top;
	color: #fff;
	text-decoration: none;
}

.jd_menu ul li.jdm_hover,.jd_menu li.jdm_hover ul a,.jd_menu li.activetab ul a {
	background: none;
}

/* ==S Sub Menu */

.jd_menu ul {
	display: none;
	position: absolute;
	z-index: 10000;
	left: 0 !important;
	margin-top: 10px;
}

.jd_menu ul li {
	position: relative;
	padding: 0 14px;
	border-right: 1px solid #fff;
}

.jd_menu ul li a {
	padding: 0;
	border-right: 0;
	background: none;
	font-weight: normal;
	line-height: 15px;
}

.jd_menu li.jdm_hover ul li a {
	color: #fff;
}

.jd_menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.jd_menu li.activetab ul a {
	padding: 0;
	background: none;
}

.jd_menu ul ul {
	position: absolute;
	left: 1px !important;
	top: 20px !important;
	margin-top: 0;
	border: 1px solid #d6d6d6;
	background: #f7f7f7;
}

.jd_menu ul ul li {
	float: none;
	border: 0;
	padding: 0;
}

.jd_menu ul ul li a {
	padding: 0 8px;
	color: #333;
	font: 11px/20px Arial;
}

.jd_menu li.activetab ul ul a,.jd_menu li.jdm_hover ul ul li a {
	padding: 0 8px;
	color: #333;
}

.jd_menu ul ul ul {
	left: 50px !important;
}

/* ==E Sub Menu */

/* =E JDMENU */
