/* CSS Document */

body{
	font-family:tahoma;
	font-size:11px;
}

table{
	font-family:tahoma;
	font-size:11px;
}

.teks{
	font-family:tahoma;
	font-size:11px;
}

.posting{
	font-family:tahoma;
	font-size:11px;
	color:#a3a3a3;
}

.lain{
	font-family:tahoma;
	font-size:11px;
	color:green;
	font-weight:bold;
}

.lain:hover{
	font-family:tahoma;
	font-size:11px;
	color:#737373;
	font-weight:bold;
}

a{
	font-family:tahoma;
	font-size:11px;
	color: green; 
	text-decoration:none;
}

a:hover{
	font-family:tahoma;
	font-size:11px;
	color: #737373; 
	text-decoration:underline;
}

.jdl_pengumuman{
	font-family:tahoma;
	font-size:11px;
	border-bottom: 1px solid #dadada;
	padding: 2px;
}

.radio {
	margin-bottom: 0; 
	margin-top: 0; 
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
	font-family: tahoma;
	border-style:none;
}

text, textarea, input, select { 
	margin-bottom: 0; 
	margin-top: 0; 
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
	font-family: tahoma;
	border-color:#005500;
	border-width:1px;
	border-style:solid;
}

.button { 
	margin-bottom: 0; 
	margin-top: 0; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: normal;
	font-family: tahoma;
	background: green;
	border-color:#005500;
	border-width:1px;
	border-style:solid;
}

.horiz{
	border-bottom-color:#6DC979;	
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-width:1px;
}

.vert{
	border-left-color:#999999;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-width:1px;
}

.head_menu{
	margin-bottom: 0; 
	margin-top: 0; 
	color:#FFFFFF; 
	font-weight: bold;
	text-decoration: none;
	font-family: tahoma;
}

.menuats{
	margin-bottom: 0; 
	margin-top: 0; 
	color:#000000; 
	text-decoration: none;
	font-family: tahoma;
}

.menuats:hover{
	margin-bottom: 0; 
	margin-top: 0; 
	color:#000000; 
	text-decoration: underline;
	font-family: tahoma;
}
#popitmenu{
position: absolute;
background-color: #C0E080;
border:1px solid #78AF5E;
font: normal 11px tahoma;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #78AF5E;
}

/*
  -----------------------------
	CSS for Tool Tips Agenda
  -----------------------------
*/
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:white;
	font-weight:normal;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: green; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:10px; left:-30px;
	padding: 0px 0px 0px 0px;
	width:200px;
	color: black;
    text-align: left;
	text-decoration:none;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0px;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}

.putih {
	color:white;
}