
body {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	font-family: Tahoma, Geneva;
	font-size: 0.7em;
	background-color: #15346D;	
	background-repeat: repeat-x;
}

#page {
	text-align: center;
	width: 100%;		
}

#page #form-content{	
	width: 800px;
	text-align: center;	
	background-color: #fff;
	border: 2px solid #aaa;
	padding: 10px;
	margin: auto;
	overflow: auto;
}


#footer {
	text-align: center;
	width: 100%;
	color: #fff;
}

a:link {
	color: #004099;
	text-decoration: none;	
}

a:active {
	color: #004099;	
}

a:hover {
	color: #FFA926;
	text-decoration: underline;
}

a:visited {
	color: #004099;
	text-decoration: none;
}

a.link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.link:active {
	color: #dddddd;
	font-weight: bold;
}
a.link:hover {	
	text-decoration: underline;
	color: #ffffff;
}
a.link:visited {
	color: #ffffff;
	font-weight: bold;
}

a.blue {
	color: #004099;
	text-decoration: none;
	font-weight: bold;
}
a.blue:active {
	color: #004099;
	font-weight: bold;
}
a.blue:hover {	
	text-decoration: underline;
	color: #ff9900;
}
a.blue:visited {
	color: #004099;
	font-weight: bold;
}


th {
	background-color: #15346D;
	color: #FFFFFF;
	font-weight: bold;
}

input {
	border: 1px solid #15346D;
	font: caption;
}

select {
	border: 1px solid #15346D;
	font: caption;
}

textarea {
	border: 1px solid #15346D;
}


#button {
	border: 1px solid #9ACD32;
	color: #FAFAD2;
	background-color: #708090;
	font-weight: bold;
	cursor: pointer;
	padding:2px;
}

/* buat tooltips */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
