* {
	margin: 0;
	padding: 0;
}

body {
	color: #545454;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 150%;
}

body#bd {
	background: url(../images/body-bg.jpg) #EDECEC;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs3{
	font-size: 11px;
}

/* Normal link */
a {
	color: #545454;
	text-decoration: node;
}

a:hover {
	background: #F2F2F2;
	color: #545454;
	text-decoration: underline;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #545454;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 760px;
	margin: 10px auto;
}

.wide #ja-wrapper {
	width: 950px;
}

.auto #ja-wrapper {
	width: 95%;
}

#ja-containerwrap {
	margin-top: 0px;
	text-align: left;
	background:#F2F2F2;
	font-family: 'Lucida Grande', Arial, Tahoma, Heltevica, Sans-serif;
	font-size: 12px;
}

#ja-container {
	padding: 0;
	background: url(../images/leftcol-right-bg.gif) repeat-y 60% 0%;
}

#ja-container-fr, #ja-container-f {
	background-color: #FFFFFF;
}

#ja-container-fl #ja-mainbody-fl {
	border-bottom: none;
}

#ja-container-fr {
	padding: 0;
	background: url(../images/leftcol-left-bg.gif) repeat-y 20% 0% #FFFFFF;
}

#ja-contentwrap {
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
}

#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 80px;
	position: relative;
}

#ja-header h1 {
	font-size: 3em;
	position: absolute;
	top: 0px;
	left: 0;
}

#ja-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

/* Top Menu in Header */
#ja-topnavwrap {
	padding-left: 5px;
	position: absolute;
	top: 12px;
	right: 5px;
	height: 26px;
}

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;

}

#ja-topnavwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-topnavwrap li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 24px;
}

#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	background: none;
}

/* User Tools */
#ja-usertoolswrap {
	float: right;
	width: 101px;
	display: block;
	position: relative;
	z-index: 999;
}

span.ja-sitetool {
	margin: 0;
	padding: 5px 0 5px 0px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-left: 3px solid #FFFFFF;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}

#ja-usertoolswrap:hover, #ja-usertoolswrap.ja-toolswraphover {
}

#ja-usertoolswrap:hover #ja-usertools,
#ja-usertoolswrap.ja-toolswraphover #ja-usertools {
	display: block;
	top: 26px;
}

#ja-usertools {
	padding: 5px 0 2px;
	float: left;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	display: none;
	background: #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 100%;
	line-height: normal;
}

#ja-usertools span {
	float: left;
	padding: 0 8px;
	margin: 0;
	display: block;
}

#ja-usertools img {
	padding: 0 2px;
	margin: 0;
}

#ja-usertools a {
	background: none;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #959595;
}

#ja-mainnav {
	font-size: 1em;
	line-height: normal;
}

#ja-mainnav a {
}

#ja-subnav {
	padding: 6px 0;
	margin: 3px 0 0;
	clear: both;
	line-height: normal;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#ja-sh {
	clear: both;
	height: 200px;
	overflow: hidden;
	background: #999999;
	margin-top: 0px;
	border-bottom: 16px solid #959595;
	margin-bottom: 0px;
}

/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
	background: url(../images/v3-seperator.gif) top left repeat-y;
}

.ja-box-center div.moduletable {
	padding: 0 20px;
	background: url(../images/v3-seperator.gif) top left repeat-y;
}

/* Top Spotlight */
#ja-topslwrap {
	clear: both;
	padding-bottom: 25px;
	margin-bottom: 10px;
	background: url(../images/seperator.gif) no-repeat bottom;
}

#ja-topsl {
	padding: 0;
}

#ja-topsl h3 {
}

#ja-topsl div.moduletable {
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center,
#ja-topsl div.ja-box-right {
	padding: 0 0 5px;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
	background: url(../images/v-seperator.gif) repeat-y top right;
}

/* Bottom Spotlight */
#ja-botsl {
	padding-bottom: 1px;
	color: #999999;
}

#ja-botsl-left {
	width: 80%;
	float: left;
	background: url(../images/botsl-bg.gif) bottom left no-repeat #60B071;
	color: #FFFFFF;
	padding: 15px 0;
}

#ja-botsl-right {
	width: 19%;
	float: right;
	color: #FFFFFF;
	padding: 15px 0;
	background: url(../images/botsl-right-bg.gif) no-repeat top right #59B2C4;
}

#ja-botsl a {
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
}

#ja-botsl div.moduletable {
	margin: 0;
	padding: 0 20px;
}

#ja-topsl ul,
#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-topsl li,
#ja-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 5px;
}

#ja-topsl li a,
#ja-botsl li a {
	color: #545454;
	text-decoration: none;
}

#ja-topsl li a:hover, #ja-topsl li a:active, #ja-topsl li a:focus,
#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {
	color: #545454;
	text-decoration: none;
}

#ja-topsl td,
#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}

#ja-botsl table,
#ja-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin: 0 -20px 10px;
	padding: 7px 6px;
	display: block;
	background: #959595;
	font-size: 12px;
	font-family: 'Lucida Grande';
	line-height: normal;
	border-top: 0px solid #F2F2F2;
	border-bottom: 1px solid #DDDDDD;
	color: #FFFFFF;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #545454;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody-fl {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #E1E1E1;
}

#ja-mainbody-fl {
	float: left;
	width: 64%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap #ja-content {
	padding: 0px 10px;
	margin: 0;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3 {
	margin: 0;
	padding: 0;
	height: 24px;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.whatson {
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/whats-on.png) no-repeat left;
	margin-bottom: 5px;
	/*border-bottom: 3px solid #545454;*/
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.welcome {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/welcome.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.upcoming {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/current_upcoming.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.last-product {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/latest-production.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.thestage {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/thestage.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.event-services {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/event_services.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.talent {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/talent.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.about-eki {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/about_eki.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h3.dream {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/dream.png) no-repeat left;
}
#ja-mainbody-fl #ja-contentwrap #ja-content h3.people {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/people.png) no-repeat left;
}
#ja-mainbody-fl #ja-contentwrap #ja-content h3.shop {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/shop.png) no-repeat left;
}
#ja-mainbody-fl #ja-contentwrap #ja-content h3.amerta {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/amerta.png) no-repeat left;
}
#ja-mainbody-fl #ja-contentwrap #ja-content h3.contact {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/contact.png) no-repeat left;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content{
	margin: 0px 3px;
	padding: 5px 5px 3px 5px;
	border: 1px solid #D4D4D4;
	background: #F2F2F2 url(../images/bg_content.jpg) repeat-x bottom;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content ul.blog{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style: square;
}

ul.blog li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content2{
	margin: 0px 3px;
	padding: 0;
}

#ja-mainbody-fl #ja-contentwrap #ja-content h4{
	margin: 0 3px;
	padding: 3px 5px;
	background: #1A1B1D;
	color: #F2F2F2;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .stage-category, #ja-mainbody-fl #ja-contentwrap #ja-content .content2 .stage-category{
	margin: 8px 0px;
	padding: 2px 0px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .item, #ja-mainbody-fl #ja-contentwrap #ja-content .content2 .item {
	margin: 8px 0px;
	margin-bottom: 16px;
	padding: 0px;
	padding-bottom: 5px;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .item  p, #ja-mainbody-fl #ja-contentwrap #ja-content .content2 .item  p{
	margin-bottom: 5px;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .item img.thumb, #ja-mainbody-fl #ja-contentwrap #ja-content .content2 .item img.thumb {
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #959595;
	border-bottom: 2px solid #959595;
	border-left: 2px solid #FFFFFF;
	border: 0px solid #3B3B3B;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .item img.thumbleft, #ja-mainbody-fl #ja-contentwrap #ja-content .content2 .item img.thumbleft {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #959595;
	width: 67px;
	height: 80px;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .item img.thumbleft2, #ja-mainbody-fl #ja-contentwrap #ja-content .content2 .item img.thumbleft2 {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	padding: 1px;
	border: 1px solid #959595;
	width: 100px;
	height: 100px;
}

#ja-mainbody-fl #ja-contentwrap #ja-content .content .item img.gal {
	padding: 2px;
	border: 1px solid #959595;
	margin: 0px 2px;
	width: 100px;
	height: 67px;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 35%;
	background: url(..images/body-bg.jpg) top left repeat-y;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
}

#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-rightcol ul li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 6px;
}

#ja-rightcol ul {
	margin: 0;
}

#ja-rightcol #ja-rightcol-inner .module {
	margin: 0;
	padding: 0px 10px;
}

#ja-rightcol #ja-rightcol-inner .module h3 {
	margin: 0;
	padding: 0;
	height: 24px;
}

#ja-rightcol #ja-rightcol-inner .module h3.welcome {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/welcome.png) no-repeat right;
}

#ja-rightcol #ja-rightcol-inner .module h3.last-product {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/latest-production.png) no-repeat left;
}

#ja-rightcol #ja-rightcol-inner .module h3.sponsor {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/sponsor.png) no-repeat left;
}

#ja-rightcol #ja-rightcol-inner .module h3.presented {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/presented.png) no-repeat left;
}

#ja-rightcol #ja-rightcol-inner .module h3.media-partner {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/media-partner.png) no-repeat left;
}

#ja-rightcol #ja-rightcol-inner .module h3.management {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/management.png) no-repeat left;
}
#ja-rightcol #ja-rightcol-inner .module h3.amerta {	
	behavior: url('iepngfix.htc');
	background: #F2F2F2 url(../images/amerta.png) no-repeat left;
}

#ja-rightcol #ja-rightcol-inner .module .content{
	margin: 6px 3px;
	padding: 0px;
}

#ja-rightcol #ja-rightcol-inner .module .content .item {
	margin: 8px 0px;
	margin-bottom: 16px;
	padding: 0px;
	text-align: left;	
}

#ja-rightcol #ja-rightcol-inner .module .content .item p{
	margin: 5px 0px;
	padding: 0px;

}

#ja-rightcol #ja-rightcol-inner .module .content .item p img.sponsor{
	margin: 1px 1px;
}

#ja-rightcol #ja-rightcol-inner .module .content .item img.thumbleft {
	float: left;
	margin-right: 10px;
	padding: 0px;
	border: 3px solid #959595;
	width: 60px;
	height: 60px;
}

#ja-rightcol #ja-rightcol-inner .module .content .item img.thumbright {
	float: right;
	margin-left: 10px;
	padding: 0px;
	border: 3px solid #959595;
	width: 100px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	padding: 5px 0 10px;
	color: #999999;
	text-align: left;
}

#ja-footer {
	height: 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding: 0 15px;
	color: #999999;
}

#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #999999;
}

#ja-bottomline {
	float: left;
}

#ja-footerwrap #ja-footer .foot-flash {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}


/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
	text-align: center;
	overflow: hidden;
	width: 98%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

.content h2.judul {
	margin: 5px 0px;
	padding: 0px;
	font-size: 14px;
}

.brown {
	margin: 0;
	padding: 10px;
	background: #F5F5F5;
}

.spasi {
	height: 10px;
}

.breakpost {
	clear: both;
	margin: 3px 0px;
	border-bottom: 1px dotted #DDDDDD;
}