body {
     margin:auto;
     width:100%;
     background-image: url('../../templates/body.jpg');
     background-repeat:repeat-x;
     background-color:#ffffff; 
     }
table,tr,td {
	     border:0px solid black;
	    }

input[disabled] { 
     color : #000000;
	text-align:center;
}


a:link, a:visited {
color : #045FB4;
text-decoration: none;
}

a:hover, a:active {
color : #B40431;
}

.admin {
	background-color: #ffffff;
	width:990px;
	height:500px;
	margin:auto;
	margin-top:20px;
	border:1px solid #04B45F;
       }

.header{
	width:100%;
	height:125px;
	/*background-image: url('header.jpg');
	background-repeat:no-repeat;*/
	background-position:center;
	background-color: #04B45F;
	font-family: arial, "tahoma", Courier, mono;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding:0px 0px 0px 0px;
       }

#listTableHeader {
	font-family: Arial, Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #04B45F;
	font-weight: bold;
	background-position: center;
}

#infoTableHeader {
	font-family: Arial, Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #04B45F;
	font-weight: bold;
	background-position: center;
}

#entryTableHeader {
	font-family: Arial, Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #04B45F;
	font-weight: bold;
	background-position: center;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #04B45F;
}

.entryTable .label {
	background-color: #F2F2F2;
}

.entryTable .content {
	background-color: #FFFFFF;

}


.formTitle {
	font-family: Arial, Courier, mono;
	font-size: 16px;
	font-weight: bold;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	border: 1px solid #000000;
}

.topNav {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	background-color: #FFFFFF;
}

.activeTopNav {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	background-color: #CCCCFF;
}

.row1 {
	background-color: #FFFFFF;
}

.row2 {
	background-color: #F2F2F2;
}

.tagih {
	background-color: #F7BE81;
}
.hutang {
	background-color: #F78181;
}

.errorMessage {
	font-family: Arial, "Courier", "mono";
	font-size: 12px;
	font-weight: bolder;
	color: #CC3300;
}

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: center;
	font-size: 10px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.nav {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
}

td.nav:hover {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #97C1E7;
}

a.nav {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a.nav:hover {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;	
}

.navSelected {
	font-family: Arial, "Courier", "mono";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DEDEDC;
}

a.bottomNav {
	font-family: Arial, "Courier", "mono";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.bottomNav:hover {
	font-family: Arial, "Courier", "mono";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}

.detailSpacer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.tabSelected {
	font-family: Arial, Courier, mono;
	font-size: 14px;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #97C1E7;
}

.tabSelected:hover {
	font-family: Arial, "Courier", "mono";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background-color: #97C1E7;
}

.tabNotSelected {
	font-family: Arial, Courier, mono;
	font-size: 12px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

.tabNotSelected:hover {
	font-family: Arial, Courier, mono;
	font-size: 12px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

a.tabNav {
	color: #000000;
	text-decoration: underline;
	font-weight: bolder;
}

a.tabNav:hover {
	color: #000099;
	text-decoration: none;
	font-weight: bolder;
}

.whiteTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
	background-color: #FFFFFF;
}

.lightBlue {
	background-color: #AACCFF;
}


/* kolom menu*/
.navArea {
	background-color: #FFFFFF;
}


/*kolom isi konten*/
.contentArea {
	background-color: #FFFFFF;
}


/* mengatur isi menu */
a.leftnav {
	font-family: calibri, "Courier New", Courier, mono;
	font-size: 15px;
	color: #333333;
	background-image:url('../image/kotak-menu.jpg');
	background-repeat:no-repeat;
	display: block;
	padding: 2px 2px 2px 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 25px;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
}

a.leftnav:hover {
	color: #1B3D7B;
	padding: 2px 0px 2px 12px;
}

.graybox {
	background-color: #666666;
}


/* footer */
.footer {
	 font-size: 10px;
	 font-family: arial, Courier, mono;
	 height:30px;
	 width: 900px;
	 margin:auto;
	 margin-bottom:40px;
        }
.footer a{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

.footer a:hover {
	color:#3317BD;
	text-decoration: none;
	font-weight: bolder;
}

fieldset
{
	border: #26a solid 1px;
}

legend
{
	background: #fb0;
	border: #26a solid 1px;
	padding: 1px 10px;
	font-weight: bold;
}

.errorMessage {
	color: #990000;
	font-family: Arial, Courier, mono;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.detailTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #04B45F;
}

.detailTable .label {
	background-color: #E9F1FF;
}

.detailTable .content {
	background-color: #FFFFFF;
}

#login{
	height:150px;
	width:350px;
	margin-top:100px;
	border:1px solid #A4A4A4;
	background-color: #FFFFFF;
      }
#login2{
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1b3d7b;
	font-weight: bold;
       }
.header_login{
     width:100%;
     height:60px;
     background-image: url('../../templates/header_login.jpg');
     background-repeat:repeat-x;
}
.title {
	padding:3px;
	font-family: "arial", "Courier", "mono";
	font-size: 12px;
	font-weight: bolder;
	color: #084B8A;
}
.title hr{width:90%;border:1px solid #A4A4A4;}
.form {
	border:inset 2px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
      }
.submit {
	border:outset 2px #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
      }


// link menu adit
.menu-edit {
font-size : 12px;
font-family : Arial,Verdana,Calibri;
}

.menu-edit a{
	font-size : 13px;
	font-family : Arial,Verdana,Calibri;
}






.menu{
	width:200px;
	background-color: #ffffff;
}

#head{
	width:168px;
	padding: 6px ;
	background-color: #010101;
	color:#ffffff;
	font: bold 13px Verdana;
}

/* Holly Hack for IE \*/
* html #head{width:180px;}
/* End */

#head a:visited{
color: #FFFFFF;
}

#head a:hover{
text-decoration: underline;
color: #FFFFFF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu {
width:100%;
margin-left:15px;
margin-top:15px;
}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000000;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #F2F2F2; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #000000;
}

.sidebarmenu ul li a:hover{
background-color:#04B45F;
color: white;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background-img: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */



/****************************** 
*     mengatur box scroll     *
******************************/

div.scroll {
	color:#000000;
	width:100%;
	height:300px;
	overflow:auto;
	margin-top:0px;
	padding:0px;
	border:0px solid #BDBDBD;
}

.scroll ul {
	     padding: 0em;
	     margin-left: 0em;
	     margin-right: 0em;
	     list-style-type: none;
	     font-weight: bold;
	     
	    }

.scroll li {
	     margin: 0px 0px 6px 0px; 	
	    }

#absensi{
	width:85%;
	padding:15px;
	margin-top:20px;
	border:1px solid #A4A4A4;
	background-color: #FFFFFF;
}
#absensi_dalam{
	width:50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1b3d7b;
	font-weight: bold;
      }


#cuti{
	width:95%;
	padding:15px;
	margin-top:20px;
	border:1px solid #A4A4A4;
	background-color: #FFFFFF;
}
#cuti_dalam{
	width:60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#1b3d7b;
	font-weight: bold;*/
}

#alert {
	width:60%;
	margin:auto;
	color:#DF0101;
	font: bold 13px Verdana;
	padding:30px;
	border-radius: 6px;
	background-color:#ffffff;
	border:1px solid #A4A4A4;
}

.btnGrafik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	//width:100px;
	height:50px;
	//border: 1px solid #336699;
}
