/* CHECK IN & CHECK OUT */

.index_box
{
	padding: 15px;
	background-color:#090;
	border-radius:5px;
	-moz-border-radius:5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

.submit
{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-transform: uppercase;
}

index_footer
{
	font-family: Tahoma;
	font-size: 10px;
	color: #898989;
}

.index_link
{
	color: #898989;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}

.index_link:hover
{
	color:inherit;	
}

.index_link:active
{
	color:inherit;
}

/*==================================================*/

/* TOP 10 */

top10_header
{
	font-family: Tahoma;
	font-size: 16px;
	color: #898989;
	font-weight: bold;
}

.central th /* TH ATTRIBUTES */
{
	background: #7d7d7d;
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;
}

.central td /* TD ATTRIBUTES */
{
	background: #E9E9E9;
	font-family: Tahoma;
	font-size: 10px;
	color: #2d2d2d;
	padding: 5px;
}

/*==================================================*/

/* MOBILE CHECK IN & CHECK OUT */

.mobile_box
{
	padding: 15px;
	background-color:#090;
	border-radius:5px;
	-moz-border-radius:5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;
	height: 500px;
}

/*==================================================*/

.menulink /* warna dasar menu pada admin */
{
	background: #E9E9E9;
	font-family: Tahoma;
	color: #999999;
	font-size: 12px;
	text-align:center;
	text-decoration:none;	
}

.menulink:hover, .menulink:active /* warna terpilih menu pada admin */
{
	background: #6F6F6F;
	color: #FFFFFF;
	text-decoration:none;
}

.admintitle /* judul halaman */ 
{
	font-family: Century Gothic;
	font-size: 24px;
	color: #2d2d2d;
}

.adminsubtitle /* sub judul halaman */ 
{
	font-family: Century Gothic;
	font-size: 20px;
	color: #2d2d2d;
}

.isi /* teks yang digunakan */ 
{
	font-family: Helvetica;
	font-size: 12px;
	color: #2d2d2d;
}

.kecil /* teks yang digunakan */ 
{
	font-family: Helvetica;
	font-size: 10px;
	color: #999999;
}

.tableheader /* header table */
{
	background: #7d7d7d;
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

.tablerow1 /* baris isi tabel ganjil */
{
	background: #E9E9E9;
	font-family: Helvetica;
	font-size: 12px;
	color: #2d2d2d;
}

.tablerow2 /* baris isi tabel genap */
{
	background: #dad8d8;
	font-family: Helvetica;
	font-size: 12px;
	color: #2d2d2d;
}

.plongoing /* baris personal leaves yang aktif */
{
	background: #88FF85;
	font-family: Helvetica;
	font-size: 12px;
	color: #2d2d2d;
}


.plupcoming /* baris personal leaves yang akan datang */
{
	background: #cefccd;
	font-family: Helvetica;
	font-size: 12px;
	color: #2d2d2d;
}

.plexpired /* baris personal leaves yang sudah lewat */
{
	background: #ff9685;
	font-family: Helvetica;
	font-size: 12px;
	color: #2d2d2d;
}
                            