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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-top.jpg);
	background-repeat: repeat-x;
}
.ddmmyy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000066;
}
.search {font-family: "Trebuchet MS"; font-size: 11px; color: #000066; font-weight: bold; }
.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.submenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #202020;
}
.news {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.news-title {
	color: #FF6600;
	font-weight: bold;
}
.news-more {color: #990000}
.title {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.orange {color: #ffcc43}
.red {color: #CC0000}
.prod-name {font-family: "Trebuchet MS"; font-size: 13px; color: #000000; }
.copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000033;
}


.buttonb {
    border: none;
    display: block;
    background: url('images/up.png') no-repeat top left;
    text-align: center;
    padding-top: 3px;
    width: 68px;
    height: 22px;
    font-weight: bolder;
    color: blue;
    font-size: 11px;
}
.buttonb:hover {
    border: none;
    display: block;
    background: url('images/pressed.png') no-repeat top left;
    height: 22px;
    cursor: pointer;
}

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

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

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

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

