@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.content {
	font-size: 13px;
	color: #000000;
}
.ddmmyy {
	font-size: 12px;
	color: #16119F;
	font-weight: bold;
}
.search {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}
.visitor {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.address {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #272727;
}
.news1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.news2 {
	color: #16119F;
	font-weight: bold;
}

.datecontent{
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
}
.titlecontent{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}
.desccontent{
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.copyright{
	font-family: "Trebuchet MS";
	font-size: 10px;	
	color: #ffffff;
}
table {
	border:0px;
	border-collapse: collapse;
}

td, tr { vertical-align: top; }

/*==================== content =================*/
#worksheet {
	width : 100%;
	padding : 5px 10px 5px 10px;
}

#tabelform  { width : 100%; }
#tabelform table { width : 100%; }

#tabelform td { 
    padding : 5px 10px 0px 5px;
	font-size: 12px;
	width: auto;
}

#tabellist { padding : 0px 5px 0px 5px;}
#tabellist table{
    width : 100%;
	border:1px solid black;
	padding : 5px 3px 5px 3px;
}

#tabellist th {
	background-image: url(fhadmin/images/bgblock.jpg);
	color : White;
	padding : 5px 3px 5px 3px;
}

#tabellist img { padding : 0px 3px 0px 3px;  }

#tabellist td {
	width: auto;
	padding : 5px 5px 2px 5px;
	font-size: 12px;
}

/*==================== paging ================== */

#tabelpagingnormal,   #tabelpaginonpage {
	width : auto;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	float : left;
	letter-spacing: 2px;
	margin-right: 5px;	
    font-weight: bold;
}

#tabelpagingnormal  {
    background-color: white;
	color: black;
}

#tabelpaginonpage {
	background-color: black;
	color: white;
}

#tabelpaging a  {
	text-decoration: none;  
	color: white; 
	font-weight: bold;
}


/******** MENU LEFT **********/
.menuleft ul{
    margin: 0;
	padding:0px;
    width: 165px; /* Width of Menu Items */
    border-bottom: 0px solid #ccc;
	list-style-type:none;
}
	
.menuleft ul li{
    position: relative;
}

/*Sub level menu items */
.menuleft ul li ul{
    position: absolute;
    padding-left: 0px;
    width: 160px; /*sub menu width*/
    font: bold 11px/16px arial, helvetica, sans-serif;
    top: 0;
    visibility: hidden;
    list-style-type: none;
	opacity : 0.7;
	filter: alpha(Opacity=50);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

/* Sub level menu links style */
.menuleft ul li a{
    overflow: auto; /*force hasLayout in IE7 */
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #660000;
    text-decoration: none;
	padding : 0px;
	text-align: left; /*add by yono */
}

.menuleft ul li ul li a{
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    font: bold 11px/16px arial, helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    background: #16119f;
    border-bottom: 1px solid #445f1c;
    padding : 2px 0px 3px 4px;
}

.menuleft ul li ul li a:hover{
    background: #000;
    color: #fff;
}

.menuleft ul li a:visited{
    color: #fff;
}

.menuleft ul li a:hover{
	background-image : url(images/bg-menu-left.jpg);
}


/* Holly Hack for IE \*/
* html .menuleft ul li { float: left; height: 1%; }
* html .menuleft ul li a { height: 1%; }
/* End */

/******** END OF MENU LEFT **********/
	