

html,body,form#Form {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #06368a url("images/bg_body.jpg") no-repeat left bottom fixed;
	color: #204a55;
}

body,td,p,div,.Normal {
	font-size: 11px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
}

a:link,a:visited,a:active {
	color: #00b7ee;
	text-decoration: none;
}

a:hover {
	color: #ab0707;
	text-decoration: none;
}

a.usercss:link,a.usercss:visited,a.usercss:active {
	margin-left: 14px;
	color: #88abda;
	font-family: Verdane;
}

a.usercss:hover {
	color: #fff;
}

.bottomcss,a.bottomcss:link,a.bottomcss:visited,a.bottomcss:active {
	padding: 0 2px;
	color: #fff;
	font-family: Arial;
}

a.bottomcss:hover {
	color: #00b7ee;
}


.Head {
	color:#000000;
	font-size: 11px;
	font-weight:bold;
}

.SubHead,.SubSubHead {
	font-size: 11px;
	color:#000000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.FCKImageGalleryItemContainer td,.TB_ToolbarSet td,.SC_FieldLabel {color:#000000;}
.SC_Item,
.SC_ItemSelected,
.SC_Item div,
.SC_ItemSelected div,
.SC_Panel td,
.SC_Panel div { color:#000000; background:#CCCCCC;}
.NormalRed {color:#af0000;font-family:Tahoma,Arial,Helvetica;font-size:12px;font-weight:bold;}
.DataGrid_Container { background-color:#fff;}

/* =S Skin Layout */
#wrapper {
	position: relative;
	width: 902px;
	min-height: 100%;
	margin: 0 auto;
	background: url("images/bg_wrapper.png") repeat left top;
}

* html #wrapper {
	height: 100%;
}

/* ==S Header */
#header {
	position: relative;
	min-height: 121px;
	background: #033287 url("images/bg_header.jpg") no-repeat right bottom;
}

#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html #header {
	height: 121px;
}

#logo {
	float: left;
	padding: 10px;
}

#logo img {
	border: 0;
}

.TopShowPane{
	float: right;
	width: 505px;
	padding: 6px 5px 30px 0;
	color:#89AADD;
	
}
.TopShowPane a{ }
.TopShowPane a:link,.TopShowPane a:visited,.TopShowPane a:active {
	color: #02B7EC;
	text-decoration:none;
}

.TopShowPane a:hover {
	color: #FF6A6A;
	text-decoration:underline;
}
.BannerPane a:link,.BannerPane a:visited,.BannerPane a:active {
	color: #043287;
	text-decoration:none;
}

.BannerPane a:hover {
	color: #000;
	text-decoration:underline;
}

#login {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 6px 7px 0;
}
/* ==E Header */

/* ==S JDMENU */
.jd_menu,.jd_menu ul,.jd_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jd_menu {
	min-height: 42px;
	background: url("images/bg_menu.png") left top;
}

.jd_menu:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

* html .jd_menu {
	height: 42px;
}

.jd_menu li {
	float: left;
	padding-right: 2px;
	background: url("images/border_menu.png") no-repeat right top;
}

.jd_menu li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	font: bold 12px/42px Verdana;
	white-space: nowrap;
	cursor: pointer;
}

.jd_menu li.activetab a {
	background: url("images/bg_menu_h.png") repeat-x left top;
	color: #fff;
}

.jd_menu li.jdm_hover a {
	background: none;
	color:#000;
}
/* ===S Sub Menu */
.jd_menu ul {
	position: absolute;
	z-index: 1000;
	display: none;
	margin-left: 1px;
	border: 1px solid #356790;
	background: #5492C4;
}

.jd_menu ul li {
	float: none;
	padding: 0;
	background: none;
}

* html .jd_menu ul li {
	padding-bottom: 1px;
}

.jd_menu ul li a {
	min-width: 110px;
	padding: 0 8px;
	font: normal 11px/20px Arial;
}

.jd_menu li.jdm_hover ul a,.jd_menu li.activetab ul a {
	background: none;
	color: #fff;
}

.jd_menu ul li a:hover,.jd_menu li.jdm_hover ul a:hover {
	background: #970101;
	color: #fff;
}
/* ===E Sub Menu */
/* ==S JDMENU */

/* ==S Banner */
#banner {
	position: relative;
	height: 147px;
	border-bottom: 7px solid #fff;
	background: url("images/bg_banner.jpg") repeat-x left top;
}

.BannerPane {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 50%;
	padding: 6px 5px;
}
/* ==E Banner */

/* ==S Sidebar */
#sidebar {
	float: left;
	width: 222px;
	padding: 10px 0 10px 10px;
}
/* ===S JAMENU */
#Jamenu,#Jamenu ul,#Jamenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Jamenu {
	background: #fff;
}

#Jamenu li {
	padding-bottom: 1px;
}

#Jamenu li a {
	display: block;
	padding: 0 14px;
	background: #b70000 url("images/bg_jamenu.png") repeat-x left top;
	color: #fff;
	font: bold 12px/30px Verdana;
	white-space: nowrap;
	cursor: pointer;
}

#Jamenu li a:hover,#Jamenu li.MasterActiveTab a {
	background: #0b5a99 url("images/bg_jamenu_h.jpg") repeat-x left top;
}

#Jamenu ul {
	display: block;
}

#Jamenu ul li {
	padding-bottom: 0;
}

* html #Jamenu ul li {
	padding-bottom: 1px;
}

#Jamenu ul li a,#Jamenu li.MasterActiveTab ul a {
	display: block;
	padding: 3px 10px 3px 20px;
	background: #0b5a99 url("images/bg_jamenu_h.png") repeat-x left top;
	color: #fff;
	font: bold 11px/24px Arial;
	text-decoration:none;
	white-space: nowrap;
}

#Jamenu ul li a:hover {
	background: #0b5a99 url("images/bg_jamenu_h.png") repeat-x left top;
	color: #77A8E3;
}

#Jamenu ul ul li a,#Jamenu li.MasterActiveTab ul ul a {
	background:none;
	color:#2447a0;
	font-weight:normal;
}

#Jamenu ul ul li a:hover {
	background:none;
	color: #2447a0;
	text-decoration:underline;
	font-weight:normal;
}

#Jamenu ul ul li a {
	padding: 0 10px 0 26px;
}
/* ===E JAMENU */
/* ==E Sidebar */

/* ==S Main */
#main {
	float: right;
	width: 650px;
	margin: 10px 10px 10px 0;
}

.TopPane {
	width: 100%;
	padding-bottom: 3px;
}

.BottomPane {
	width: 100%;
	padding-top: 3px;
}

#panebox {
	border-collapse: collapse;
	width: 100%;
}

.leftPane {
	padding-right: 10px;
}

.RightPane {
	padding-left: 10px;
}

.leftPane,.ContentPane,.RightPane {
	text-align: left;
	vertical-align: top;
}
/* ==E Main */

#auxiliary {
	clear: both;
	height: 24px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 24px;
	background: #406eb6;
	color: #fff;
	font-family: Arial;
	line-height: 24px;
	text-align: center;
}



