/* BODY
--------------------------------------------------------- */
body {
	behavior:url("csshover3.htc");	
	color: #000000;
	background: #FFFFFF;	
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.3em;
	margin: 0px;
}

body#bd {
	color: #333333;
	background: #F2F2F2;
}
* html > body .clearfix {
	width: 100%;
	display: block;
}

/* HEADER
--------------------------------------------------------- */
#sw-wrapper {
	width: 100%;
	margin: 0;
	background: #F2F2F2;
}

#sw-headerwrap {
	background: #006699;
	color: #C3DFED;
	line-height: normal;
	height: 135px;
	text-align: center;
}

#sw-header {
	position: relative;
	height: 125px;
}

#sw-header a {
	color: #CCCCCC;
}

h1.logo {
	margin: 0 0 0 5px;
	padding: 0;
}

h1.logo a {
	behavior:url("iepngfix.htc");
	width: 250px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 121px;
	position: relative;
	z-index: 100;
	padding: 0;
	margin: 0px auto;	
	top: 10px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

/* TOP MENU
--------------------------------------------------------- */
#ja-mainnavwrap {
	border-top: 1px solid #4394BD;
	background: #1374A5;
}



/* -------- Top level -------- */
div.top_menu {
	float:left; 
	padding:0; 
	margin:0;
	color: #C3DFED;
	background: #1374A5;
	width:100%; 
	border:solid 0px #400040;
	clear:both;
	padding-left: 20px;
} /*Color navigation bar normal mode*/

div.top_menu  a, .top_menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color: #C3DFED;
	background-color: #1374A5;
	text-decoration: none;
}
div.top_menu ul {
	background-image: none;
	list-style: none;
	padding:0; 	
	margin:0;
}
div.top_menu ul li {
	float:left; 
	position:relative; 
	z-index:auto !important ; 
	z-index:1000 ; 
	border-right:solid 1px #005A87; 
	border-left:solid 1px #4394BD;
	margin-right: 1px;
}
div.top_menu ul li a {
   color: #C3DFED;
   background: #1374A5;
   float:none !important ; 
   float:left ; 
   display:block; 
   height:40px; 
   line-height:40px; 
   padding:0 10px 0 10px; 
   text-decoration:none; 
}
div.top_menu ul li ul {
	display:none; 
	border:none;
	color: #C3DFED;
	background: #1374A5; 
	width:1px
}
div.top_menu ul li:hover a {
	background-color:#2A84B1; 
	text-decoration:none; 
	color:#C3DFED;
	background: url(../images/arrow2.png) no-repeat bottom center #1374A5;
} /*Color main cells hovering mode*/
div.top_menu ul li:hover ul {
	display:block;  
	position:absolute; 
	z-index:999; 
	top:39px; 
	margin-top:1px; 
	left:0;	
}
div.top_menu ul li:hover ul li a {
	display:block; 
	width:12em; 
	height:auto; 
	line-height:1.3em; 
	margin-left:-1px; 
	padding:5px 10px 5px 10px; 
	background: none;	
	border-left:solid 1px #4394BD; 
	border-right:solid 1px #005A87;
	border-top: solid 1px #4394BD;
	border-bottom: solid 1px #005A87; 
	background-color:#2A84B1;  
	color:#C3DFED;	
} /*Color subcells normal mode*/
div.top_menu ul li:hover ul li a:hover {
	background-color:#006699; 
	text-decoration:none;
	color:#FFFFFF;
} /*Color subcells hovering mode*/
div.top_menu ul li a:hover {
	background-color:#2A84B1; 
	text-decoration:none;
	color:#C3DFED;
} /*Color main cells hovering mode*/
div.top_menu ul li a:hover ul {
	display:block; 
	width:12em; 
	position:absolute; 
	z-index:999; 
	top:29px; 
	left:0; 
}
div.top_menu ul li ul li a:visited { 
	background-color:#2A84B1;  
	color:#C3DFED;
} /*Color subcells normal mode*/
div.top_menu ul li a:hover ul li a {
	display:block; 
	width:12em; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px #4394BD; 
	border-bottom: solid 1px #005A87; 
	background-color:#2A84B1;  
	color:#C3DFED;
} 
div.top_menu ul li a:hover ul li a:hover {
	background-color:#006699; 
	text-decoration:none;
	color:#C3DFED;		
} /*Color subcells hovering mode*/
 
 /*form*/
input, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

input.tombol {
color:#2752A3;
font-family:verdana;
font-size:8pt;
font-weight:bold;
}
.componentheading {
	font-size:200%;
	font-weight:bold;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.button {
	background:#333333 url(../images/grad1.gif) repeat-x scroll center top;
	border:1px solid #333333;
	color:#CCCCCC;
	font-size:85%;
	padding:3px 5px;
	text-transform:uppercase;
}

a.login {
	color:#333333;
	text-decoration:underline;
	font-size:100%;	
	line-height:100%;
}

#sw-containerwrap {
	background:transparent url(../images/bg.gif) repeat-y scroll 0 0;
	margin:0px;
	margin-left:1em;
	min-height: 300px;
}

div.infomsg
{
	border: 1px dotted;
	border-color: red;
	background-color: #FBFC98;	
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	padding: 1em 1em;
}

div.infomsg img
{
	float: left;	
	vertical-align:top;
}

div.errmsg
{
	border: 1px dotted;
	border-color: red;
	background-color: #E6C0C0;	
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	color: #BF0000;
	padding: 1em 1em;
}

div.errmsg img
{
	float: left;	
	vertical-align:top;
}

strong.errinfo
{
	font-size: 12px;
	font-family: verdana;
	color: red;
}

/*FOOTER*/
#sw-footerwrap {
	border-top: 5px solid #CCCCCC;
	padding: 20px 0 30px;
	clear: both;
	background: url(../images/grad3.gif) repeat-x bottom #F6F6F6;
}

#sw-footer {
	padding: 0;
	color: #666666;
	position: relative;
}

#sw-footer .copyright {
	clear: both;
	display: block;	
	color: #666666;
	font-style: normal;
	font-size: 92%;
	text-align:center;
}

h1.centerlogo a {
	width: 325px;
	display: block;
	background: url(../images/center.gif) no-repeat;
	height: 625px;
	z-index: 100;
	padding: 0;
	margin: auto;		
}

h1.leftlogo a {
	width: 225px;
	display: block;
	background: url(../images/left.gif) no-repeat;
	height: 225px;
	z-index: 100;
	padding: 0;
	margin: auto;	
}

h1.rightlogo a {
	width: 225px;
	display: block;
	background: url(../images/right.gif) no-repeat;
	height: 225px;
	z-index: 100;
	padding: 0;
	margin: auto;		
}


a:link, a:visited {
	color:#5076B6;
}
a:link, a:visited {
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
}

h3 {
	color:#5076B6;
	font-family:Tahoma,Helvetica,Arial,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin:0 10px 0;
	padding-left:0;
	text-align:left;
}

.title{	
	color:#5076B6;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
}

.description {		
	font-size:13px;
	margin:0;
	padding:0;
	text-align:justify;	
}

.description ul{		
	font-size:13px;
	margin:5px;	
	padding-left:10px;
	padding-top:2px;
}


.description b{		
	font-size:14px;
	font-family:arial;
	font-weight:bold;	
	color:#5076B6;	
}

.products{
	margin-left:1em;
}

table.detail{
	border-collapse:collapse;
	border-color:fecc6e;
}

table.detail th {
	background:#fECC6E none repeat scroll 0 0;
	color:#065A89;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:0.1em 0.5em;
	text-align:left;
}

table.detail tr{
	background:#114C8C none repeat scroll 0 0;
	font-family:arial;
	font-size:13px;
	font-weight:bold;	
	color:white;
}

table.isidetail, .isiform{
border-collapse:collapse;
border-color:white;
}

table.isidetail th {
background:#006699 none repeat scroll 0 0;
color:white;
font-family:arial;
font-size:12px;
font-weight:bold;
height:25px;
padding:0.1em 0.5em;
text-align:left;
}

table.isidetail tr.alt {
background:#CCE1EC none repeat scroll 0 0;
}

table.isidetail tr.norm {
background:#FFFFFF none repeat scroll 0 0;
}

table.isidetail td {
font-family:arial;
font-size:12px;
height:25px;
padding:0.1em 0.5em;
}

table.isidetail td.disabled{
color: #717171;
font-style:italic;
}

table.isiform td {
font-family:arial;
font-size:18px;
height:25px;
padding:0.1em 0.3em;
}
.user_area{	
	font-family:arial;
	font-size:12px;
	font-weight:bold;	
	color:white;
}
table.adminform {
background-color:#F9F9F9;
border:1px solid #D5D5D5;
border-collapse:collapse;
margin:8px 0 15px;
width:260px;
}

table.adminform td {
padding:3px;
text-align:left;
}
#cpanel div.icon {
float:left;
margin-bottom:5px;
margin-right:5px;
text-align:center;
}

#cpanel span {
display:block;
text-align:center;
}

#cpanel a.iconref  {
border:1px solid #F0F0F0;
color:#666666;
display:block;
float:left;
height:97px;
text-decoration:none;
vertical-align:middle;
width:108px;
}

#cpanel img {
margin:0 auto;
padding:10px 0;
}

