@charset "utf-8";
/* CSS Document */

#wrapper {
    background-color : #ffffff;
    border-bottom-color : #03F;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #03F;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #03F;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #03F;
    border-top-style : solid;
    border-top-width : 1px;
    margin-left : auto;
    margin-right : auto;
    width : 1024px;
  }


#header {
    background-image : url('../images/header/header_kehadiran.png');
    background-position : top center;
    background-repeat : no-repeat;
    height : 130px;
    margin-left : auto;
    margin-right : auto;
    width : 1024px;
	border-bottom-color : #265180;
    border-bottom-style : solid;
    border-bottom-width : 1px;
  }

#judul_header{
	padding-top:10px;
	text-align:center;
	font-size:45px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #369;
	text-shadow: 2px 2px 2px #000;
}

#content {
    background-image : url('../images/bg.jpg');
    background-repeat : repeat;
    margin-left : auto;
    margin-right : auto;
    min-height : 350px;
    width : 1024px;
	font-size:10px;
  }

#clearer {
    clear : both;
  }


#footer {
    background-color : #265180;
    color : #FFFFFF;
    height : 24px;
    margin-left : auto;
    margin-right : auto;
    padding-bottom : 10px;
    padding-left : 0px;
    padding-right : 0;
    padding-top : 20px;
    text-align : center;
    width : 1024px;
  }
  
  .TableStyle {
	margin:0px;padding:0px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #3f7f00;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableStyle table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.TableStyle tr:nth-child(odd){ background-color:#aaff56; }
.TableStyle tr:nth-child(even)    { background-color:#ffffff; }.TableStyle td{
	border:1px solid #3f7f00;
	border-width:0px 1px 1px 0px;
	padding:4px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.TableStyle tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TableStyle tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TableStyle tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
#judul_hal{
	color:#666;font-size:16px;font-weight:bold;
}
