/* css for suteki.co.id */
body {
	background:#fff;
	font:normal 100%/150% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
  	padding:0;
   	color:#000;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:10px;
	} html>body {font-size:10px;}

/*std tags */
h1,h2,h3{
	font-weight:bold;
	}
	h1{font-size:16px;}
	h2{font-size:14px;font-family:Georgia, "Times New Roman", Times, serif;}
	h3{font-size:12px;}
img{
	float:left;
	margin:12px 12px 5px 12px;
	border:1px outset #336699;
	}
a {
	text-decoration:none;
	color:#3366CC;
	}
	a:hover{
		background:#d2ecf9;
		border-bottom:1px solid #FF6600;
		}
	a:visited{
		color:#990000;
		}
/*layout */
#header{
	padding:2px;
	background:#d2ecf9;
	}
	#header #logo{float:left; height:36px; margin:0 12px; border:none;}
	#header h1.suteki{font-size:14px; letter-spacing:0.5px;color:#000066;}
#menu {

  float:left;
  width:100%;
  background:#8dd8fd url("imgs/menubg.png") repeat-x bottom;
  line-height:56px;
  height:56px;
  }
		#menu ul {
		  margin:0;
		  padding:0 10px 0 32px;
		  list-style:none;
		  position:relative;
		  top:-2px;
		  }
		#menu li {
		  float:left;
		  background:url("imgs/menu_norml.png") no-repeat left top;
		  margin:0;
		  padding:0 0 0 9px;
		  }
		#menu a {
		  float:left;
		  display:block;
		  background:url("imgs/menu_normr.png") no-repeat right top;
		  padding:5px 15px 4px 6px;
		  text-decoration:none;
		  font-weight:bold;
		  color:#666;
		  }
		/* Commented Backslash Hack
		   hides rule from IE5-Mac \*/
		#menu a {float:none;}
		/* End IE5-Mac hack */
		#menu a:hover {
		  color:#000; border:none; background-color:transparent;
		  }
		#menu #current {
		  background-image:url("imgs/menu_onl.png");
		  }
		#menu #current a {
		  background-image:url("imgs/menu_onr.png");
		  color:#333;
		  padding-bottom:5px;
		  }

#content{
	border-bottom:1px solid #660000;
	margin:0;
	padding:0;
	}
	#sidebar{
		background:#f0f0f0;
		border-left:1px dashed #6699CC;
		padding:12px;
		}
#footer {
	text-align:right;
	height:32px;
	font-size:xx-small;
	background:#d2ecf9;
	
	}
/*element styles*/
.clear{
	clear:both;
	}

			tr.dataganjil {  
				color: #000000; 
				background-color: #ddddee;
				font-size:8px;
			}
				
			tr.datagenap {  
				color: #000000; 
				background-color: #bbbbcc;
				font-size:8px;
			}
