/* @import url(form_validation.css); */

body{
  font-family: Tahoma;
  text-align: center; 
  font-size:16px;
 	
}         
#header {
	position: relative;
	background-image: url("images/logo_wilco.png") ;
	 mix-blend-mode:multiply;

 
	background-repeat: no-repeat;
	background-position: top center;
	margin:auto;
	/*width: 1024px;*/
	width:100%;

	padding-top: 80px;

	text-align: left;
	
	
}

#content {
	margin-left: 230px;
	padding: 30px 10px 0 0;
}
#content p {
	font-size: 75%;
	line-height: 1.8em;
	padding-left: 2em;
}

#menu {
  position: relative;
  float: left;
	top: 38px;
	left: 0;

  border:1px #ccc solid;
}

a:link,a:visited {
  color:#265180;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
}
h2 {   
	font: normal 120% Georgia;
	line-height: 200%;
	color: #265180;
	background-color: transparent;
	border-bottom: 1px dotted #cfcfcf;
	text-shadow: 0.1em 0.1em #d9defb;
}
table {
	font-family: Tahoma; 
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	background-color:#fbfbfb;
	margin: 2sspx 0px;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    /*box-shadow:         1px 1px 2px 3px #ccc;*/
}
th{
	color: #FFFFFF;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
	background-color: #265180;
}
td{
	padding: 0.5em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
}
input,textarea,select{
	font-family: Tahoma; 
	font-size: 8pt;
}
#paging{
	font-family: Tahoma; 
	font-size: 8pt; 
}

/* Halaman Login */
#content-index {
	margin-left: 300px;
	padding: 20px 10px 0 0;
	border:0px solid #000;
	width:auto;
	height:auto;
	
}
#content-index h2{
	font: normal 120% Georgia;
	line-height: 200%;
	color: #265180;
	background-color: transparent;
	border-bottom: 0px dotted #d5dcf9;
	padding-left:30px;
	text-shadow: 0.1em 0.1em #d9defb;
}

#footer{
	clear :both;
	padding: 20px 0 10px 0px;
	font-size: 70%;
	color: #265180;
	background-color: #d9defb;
	text-align: center;
}

   