/* CSS Document */
body
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#7EA408;
}
a
{
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}

.tgl_news
{
	color:#FF0000;
	font-size:9px;
}

.judul_news
{
	font-size:12px;
	font-weight:bold;
}

#dhtmltooltip
{
	position: absolute;
	width: 200px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	border: 1px solid black;
	padding: 2px;
	background-color: #d0f1fc;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dropdownpanel
{ /*Outermost Panel DIV*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility:hidden;
}

#dropdownpanel .contentdiv
{ /*Div containing Ajax content*/
	background-image:url(../images/bg-atas.jpg);
	background-repeat:repeat-x;
	color: white;
	padding-top:0px;
	text-align:center;
}

#dropdownpanel .control
{ /*Div containing panel button*/
	width:72%;
	_width:90%;
	margin-left:5%;
	padding-top:0px;
	padding-left:204px;
	color:red;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
	height: 50px; /* 21px + 3 px should equal height of "panel.gif" */
	line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
	display:block;
}

