/* Default CSS Stylesheet for a KBT Web */


/* Font Styles */
.white
{
	color: White;
	font-size: 10px;

}

.dgreen
{
	color: #003300;
}

.9px
{
	font-size: 9px;
}

.10px
{
	font-size: 10px;
}

.11px
{
	font-size: 11px;
}
.12px
{
	font-size: 12px;
}
.16px
{
	font-size: 16px;
}

/* Navigation Styles */
.button
{
	background-image:	url(../files/button_slice.gif);
	background-repeat:	repeat-x;
	text-align:			center;
	font-size:			10px;
}

.button_over
{
	background-image:	url(../files/button_slice_over.gif);
	background-repeat:	repeat-x;
	text-align:			center;
	font-size:			10px;
	cursor:				hand;
}

.right_menu
{
	border-left:	solid 3px #ffffff;
	border-right:	solid 3px #ffffff;
	vertical-align: top;
}

.box
{
	background-color: #eeeeee;
	border: solid 1px #999999;
	padding: 10px 10px 10px 10px;
}

.box5
{
	background-color: #eeeeee;
	border: solid 1px #999999;
	padding: 5px 10px 5px 10px;
}
.head
{
	background-image: url(../files/title_slice.jpg);
	border-bottom: #366836 2px solid;
	font-variant: small-caps;
	font-size: 11px;
}

/* Padding Styles */
.ptop5
{
	padding-top: 5px;
}
.pright5
{
	padding-right: 5px;
}
.pleft5
{
	padding-left: 5px;
}
.pleft10
{
	padding-left: 10px;
}
.pright10
{
	padding-right: 10px;
}
.ptop10
{
	padding-top: 10px;
}
.pbottom10
{
	padding-bottom: 10px;
}

.p10
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

Table
{
	font-size: 12px;
}

Div
{
	line-height: 15px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	blue;
	}

A:link.green	{	
	text-decoration:	none;
	color:	#003300;
	}	
		
A:visited.green	{	
	text-decoration:	none;
	color:	#003300;
	}	
		
A:active.green	{	
	text-decoration:	none;
	color:	#003300;
	}	
		
A:hover.green	{	
	text-decoration:	none;
	color:	#009900;
	}

A:link.white	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:visited.white	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:active.white	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover.white	{	
	text-decoration:	none;
	color:	white;
	}
.ov
{
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #009900;
	cursor: hand;
}
.ot
{
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ffffff;
	color: #003300;
}
.ovb
{
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #009900;
	cursor: hand;
}
.otb
{
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ffffff;
	color: #3333cc;
}
.ovg
{
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #009900;
	cursor: hand;
}
.otg
{
	background-color: #eeeeee;
	padding: 3px 3px 3px 3px;
	border: 1px solid #eeeeee;
	color: #003300;
}


/* tambahan */

.active {
	color: #01235D;
	background-color: #BCD5ED;
	text-align: right;
}
.inactive {
	text-align: right;
}

