
a:link    { font-family: Verdana; font-size: 10px; color:#000000;}
a:visited { font-family: Verdana; font-size: 10px; color:#000000;}
a:active  { font-family: Verdana; font-size: 10px; color:#000000;}
a:hover   { font-family: Verdana; font-size: 10px; color:#000000;}


.article_date a:active{ font-family: Verdana; font-size: 10px; color:#000000;}

.article_title { font-family: Arial; font-size: 16px; color:#000066; font-weight:bold;}
.article_title a:link{ font-family: Arial; font-size: 13px; color:#000066; font-weight:bold;}
.article_title a:active{ font-family: Arial; font-size: 13px; color:#000066; font-weight:bold;}
.article_title a:hover{ font-family: Arial; font-size: 13px; color:#000066; font-weight:bold;}
.article_title a:visited{ font-family: Arial; font-size: 13px; color:#000066; font-weight:bold;}

.last_article_title { font-family: Arial; font-size: 10px; color:#000066;}
.last_article_title a:hover{ font-family: Arial; font-size: 11px; color:#000066; font-weight:bold;}


td {
	font-family: Verdana; font-size: 11px; color:#000000;
}

.kotak_luar {	
	border: 1px solid #A4C4FF;
}

.search_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.input_box {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

.button_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
	background-color:#EEEEEE;
}

.garis_bawah {
	border-bottom:1px solid #DDDDDD;
}

.bingkai_photo {	
	border: 1px solid #A4C4FF;
}

.bingkai_photo_gallery {	
	border: 1px solid #A4C4FF;
	background-color:#FFFFFF;
}

.dataRow                { color: #000000; }
tr.dataRow:hover        { background: #FFFFCC; color: #000000;}
.dataRow_marked         { background: #999999; color: #000000; }
tr.dataRow_marked:hover { background: #AAAAAA; color: #FFFFFF; }


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.header {
	background-color:#EEEEEE;border-color:#FFF #C1C1C1 #C1C1C1 #FFF;color:#333;
	border : 1px solid #F9F9F9;
	border-bottom: 1px solid #CCCCCC;	
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background: #FBEEEB;
	text-align: center;
	width: 97%;
	padding: 10px;
	color: #cc0000;
}
