@charset "utf-8";

html,body,form#Form {
	height: 100%;
	margin: 0;
	padding: 0;
}

* html #body {
	text-align: center;
}

/* =S Title, Module Title */
th,td,div { font-size:11px; font-weight: normal; font-family:Arial,Verdana,Tahoma,Helvetica,Sans-serif; }
.Head					{font-size:11px; color:#000000; font-weight:bold;}
.SubHead				{font-size:11px; color:#000000}
.SubSubHead				{font-size:11px; color:#000000}
.Normal 				{font-size:11px; color:#959494; font-family: Tahoma,Arial,Helvetica,sans-serif; font-weight: normal;}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{color:#003366; text-decoration:underline;}
A.CommandButton:hover		{color:#003366; text-decoration:underline;}

.link,
A:link,
A:visited,
A:active					{color:#B75F15; font-weight: normal; text-decoration: none;}
A:hover						{color:#000; font-weight: normal; text-decoration: underline;}

.topcss,
A.topcss:link,
A.topcss:active,
A.topcss:visited			{ color: #fe7801; font: 11px/24px "Century Gothic",Arial,sans-serif; text-decoration:none;}
A.topcss:hover				{ color: #fe7801; font: 11px/24px "Century Gothic",Arial,sans-serif; text-decoration:underline;}

.usercss,
A.usercss:link,
A.usercss:visited,
A.usercss:active			{margin-left: 16px; font: 11px/24px "Century Gothic",Arial,sans-serif; color:#fe7801; text-decoration: none;}
A.usercss:hover				{margin-left: 16px; font: 11px/24px "Century Gothic",Arial,sans-serif; color:#fe7801; text-decoration: underline;}
	

.bottomcss            {font: 11px/18px Tahoma,Arial,sans-serif; color:#eb8a36; text-decoration: none; }
.bottomcss a,
A.bottomcss:link,
A.bottomcss:visited,
A.bottomcss:active			{color: #eb8a36; font: 11px/18px Tahoma,Arial,sans-serif; text-decoration: none;}
A.bottomcss:hover,	.bottomcss a:hover		{color: #737373; font: 11px/18px Tahoma,Arial,sans-serif; text-decoration: underline;}
	
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* =E Title, Module Title */

#wrapper {
	position: relative;
	width: 950px;
	min-height: 100%;
	margin: 0 auto;
	background: url("images/bg_wrapper.jpg") no-repeat left top;
	text-align: left;
}

* html #wrapper {
	height: 100%;
}

#header {
	position: relative;
	z-index: 10000;
	height: 264px;
}

#logo {
	position: absolute;
	right: 0;
	top: 79px;
	text-align: right;
	padding: 0 44px 0 0;
}

#nav {
	padding: 10px 180px 0 17px;
}

#search {
	position: absolute;
	right: 16px;
	top: 6px;
	z-index: 9999;
}

#search .NormalTextBox {
	width: 121px;
	height: 21px;
	padding: 4px 8px 0;
	border: none;
	background: url("images/bg_search.jpg") no-repeat left top;
	color: #737373;
	font: 12px Tahoma,Arial,sans-serif;
}

* html #search .NormalTextBox {
	width: 137px;
	height: 25px;
}

#search .search-button {
	border: none;
	padding: 5px 0;
	vertical-align: top;
}

/* =S JDMENU */
.jd_menu,.jd_menu ul,.jd_menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jd_menu ul {
	display: none;
	position: absolute;
	z-index: 10000;
	padding: 4px 0 0 2px;
}

.jd_menu ul ul {
	padding: 0 0 0 1px;
}

.jd_menu li {
	float: left;
	white-space: nowrap;
	cursor: pointer;
}

.jd_menu li a {
	display: block;
	padding: 5px 16px 2px 26px;
	background: url("images/icon_menu.gif") no-repeat left top;
	color: #737373;
	font: bold 12px Tahoma,Arial,sans-serif;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.jd_menu li a:hover,.jd_menu li.activetab a,.jd_menu li.jdm_hover a {
	background: url("images/icon_menu_h.gif") no-repeat left top;
	color: #f08602;
}

.jd_menu ul li {
	float: none;
}

* html .jd_menu ul li {
	border-bottom: 1px solid #F9C671;
}

.jd_menu ul li a,.jd_menu li.activetab ul li a,.jd_menu li.jdm_hover ul li a {
	display: block;
	padding: 0 8px;
	background: #F9C671;
	color: #6D6D6D;
	font: normal 11px/20px Tahoma,Arial,sans-serif;
}

.jd_menu ul li a:hover,.jd_menu li.activetab ul li a:hover,.jd_menu li.jdm_hover ul li a:hover {
	background: #FB8F37;
	color: #fff;
}
/* =E JDMENU */

#breadcrumb {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 140px 0 55px;
	background: url("images/icon_arrow.png") no-repeat 19px 2px;
	color: #fe7801;
	font: 11px/24px "Century Gothic",Arial,sans-serif;
}

#login {
	position: absolute;
	right: 18px;
	bottom: 0;
}

#main {
	padding-bottom: 76px;
}

#pane {
	width: 916px;
	margin: 0 17px;
	border-collapse: collapse;
}

#pane2 {
	width: 100%;
	border-collapse: collapse;
}

.pane2-td {
	padding: 0;
}

.toppane,.bottompane,.leftpane,.contentpane,.rightpane {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

.toppane {
	padding-bottom: 3px;
}

.leftpane {
	padding-right: 10px;
}

.rightpane {
	padding-left: 10px;
}

.bottompane {
	padding-top: 3px;
}


#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 76px;
	background: url("images/bg_footer.jpg") no-repeat right bottom;
}

#links {
	float: right;
	padding: 34px 0 0 0;
	max-width: 618px;
}

#links a {
	margin: 0 16px;
	color: #737373;
	font: 12px/24px Tahoma,Arial,sans-serif;
	text-decoration: none;
}

#links a:hover {
	color: #f08602;
}


#copyright {
	float: left;
	width: 300px;
	margin: 22px 0 0 21px;
	color: #eb8a36;
	font: 11px/17px Tahoma,Arial,sans-serif;
}



