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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
	background-color: #E2F3FD;
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.style3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style8 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.style9 {
	color: #CC3300;
	font-weight: bold;
}
.style10 {color: #000000}
.style11 {color: #CC3300}
.style13 {font-family: "Trebuchet MS"; font-size: 12px; color: #FFFFFF; }
.style14 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.style15 {color: #FFFF99}
.style16 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style19 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; }

/*==================== 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(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 : 1px 2px 1px 2px;
	float : left;
	letter-spacing: 1px;
	margin-right: 5px;	
    font-weight: none;
}

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

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

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

