/* @charset "utf-8"; */
/* CSS Document */

.mainpagebox {
	border  : 0px;
    width   : 100%;
	height  : 800px;
}

body {
	font-family       : Verdana;
	font-size         : 11px;
	color             : #000000;
	background-color  : #FFFFFF;
}

.keterangan {
	font-family   : Arial;
	color         : Gray;
	font-size     : 10px;
	font-style    : italic;
}

 
input, textarea{
    margin           : 1px;
	font-size        : 11px;
	font-family      : Verdana;
	color            : #000000;
	background-color : #FFFFFF;

}

option, select {
    margin           : 1px;
	font-size        : 11px;
	font-family      : Verdana;
	color            : #000000;
	background-color : #FFFFFF;
}

a, A:link, a:visited, a:active {
    color           : #000000;
	text-decoration : none;
    font-weight     : bold;
    font-family     : Verdana;
    font-size       : 11px ;
}

input:focus, select:focus {
	background-color:#FF0;
}

A:hover {
    color           : #B20B0B;
    text-decoration : none;
    font-family     : Verdana; 
	text-decoration : underline;
      font-size       : 17px
}

A.headerlink {
    margin      : 1px;
	font-size   : 11px;
	font-family : Verdana;
	color       : #FFFFFF;
}

.but{
    cursor:pointer;
    border:outset 1px #ccc;
    background:#999;
    color:#666;
    font-weight:bold;
    padding: 1px 2px;
    background:url(formbg.gif) repeat-x left top;
}

.header {
    border:outset 1px #ccc;
    background:#999;
    color:#FFFFFF;
    font-weight:bold;
    padding: 1px 2px;
    background:url(formbg4.GIF) repeat-x left top;
    border-collapse    : collapse;
    font-size        : 12px;
}

.tbody {
    border:outset 1px #ccc;
    border-collapse    : collapse;
    background:#999;
    color:#FFFFFF;
    font-weight:bold;
    background:url(formbg6.gif) repeat-x left top;
}
.tbody2 {
    border:outset 1px #ccc;
    border-collapse    : collapse;
    background:#999;
    color:#FFFFFF;
    font-weight:bold;
    background:url(formbg10.gif) repeat-x left top;
}


.headerlink {
    border:outset 1px #ccc;
    background:#999;
    /*color:#eefc05;*/
	color:#FFFFFF;
    font-weight:bold;
    padding: 1px 2px;
    background:url(formbg12.gif) repeat-x left top;
    border-collapse    : collapse;
    font-size        : 12px;
	/*cursor:pointer;*/
}

.tab {
    font-family               : Verdana;
	font-size                 : 11px;
	color                     : #000000;
	background-color          : #FFFFFF;
	border            : groove 2px #666666;
	border-collapse    : collapse;
}

.h {
	background-color:#565656;
	border-collapse    : collapse;
	color:#FFFFFF;
    font-weight:bold;
}

.contentboxstyle2 {
    border: 0px;
    width: 100%;
	height: 800px;
    margin-bottom: 1em; padding: 0px;
    font-family: verdana;
    font-size: 10px;
    color: white;
}

.pagetitle {
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	color:#666666;
}

.subtitle {
	font-family:Verdana;
	font-size:20px;
	color:#666666;
}

.infotitle {
	font-family:Verdana;
	font-weight:bold;
	font-size:13px;
	color:#666666;
}

.disabled{
    background:#c0c0c0;
    padding: 1px 2px;
	color:#000000;
}

.headPR {
	border:ridge;
}

.coret td{
	text-decoration:line-through;
}

tbody td {
	empty-cells:show;
}
 .tabbackground {
	border-radius:3px 3px 3px 3px;
	background-color:#F0F0F0;
	border:1px solid #9EB6C7;
}
div.logoMenu {
		   padding: 3 2 2 2;
		  text-align:center;
		  
		  float:left;
		
	}
	
.autocomHead {
    background-color: white;
    border: 1px solid blue;
     display: none;
     height: 120px;
    list-style: none outside none;
    margin-bottom: 0;
     margin-right: 0;
    margin-top: 0;
     padding: 0;
    position: absolute;
 }
.autocomTbody {
    background-color: white;
    border: 1px solid blue;
      height: 100px;
    list-style: none outside none;
    margin-bottom: 0;
     margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
  }	
  
  .autocomTHead {
    border:outset 1px #ccc;
    background:#999;
	height: 20px; 
    /*color:#eefc05;*/
	color:#FFFFFF;
    font-weight:bold;
    padding: 1px 2px;
    background:url(formbg4.GIF) repeat-x left top;
    border-collapse    : collapse;
    font-size        : 12px;
	/*cursor:pointer;*/
}
	/*
div.buttonMenu {
		  width:76px;
		  height:38px;
		  padding: 6 2 2 2;
		  text-align:center;
		  z-index:1000;
		  float:left;
		
	}
		div.buttonMenu:hover {	
		background-image:url(../images/ico/background.png);
		 cursor:pointer;
		 width:76px;
		  height:38px;
		  text-align:center;
		 border: #9EB6C7 solid 1px;
		 webkit-border-radius: 5px; 
		 -moz-border-radius: 5px; 
		 z-index:1000;
	}*/


 #vwait
    {
        display:none;
        position:fixed;
        top:0;
        left:0;
        background:black;
        width:100%;
        height:100%;
     }
	 
	   #loading-div
    {
         width: 300px;
         height: 200px;
         background-color: white;
         text-align:center;
         position:absolute;
         left: 50%;
         top: 50%;
         margin-left:-150px;
         margin-top: -100px;
		 border-bottom-left-radius: 4px;
		 border-bottom-right-radius: 4px;
		 border-top-left-radius: 4px;
		 border-top-right-radius: 4px;
     }
