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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-repeat.jpg);
	background-repeat: repeat-x;
	background-color: #B6D56E;
}
.style7 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.style8 {
	color: #990000;
	font-weight: bold;
}
.style10 {font-family: "Trebuchet MS"; font-size: 12px; color: #006600; }
.style11 {color: #990033}
.style18 {font-size: 10px}
a{
	color:#800000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style20 {color: #003300}

.titlecontent{
	font-family: "Trebuchet MS"; 
	font-size: 13px; 
	color: #006600;
	text-decoration:bold;
}

.datecontent{
	font-family: "Trebuchet MS"; 
	font-size: 10px; 
	color: #e77700;
	text-decoration:italic;
}

.desccontent{
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	color: #006600;
}

/*==================== 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 : 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;
}


