/* styles.css
   styles for all pages */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 15px;
	background-color: #FFFFFF;
	background-image: url('../../images/register_bg.gif');
}

body, table, td, th, p, textarea, div, span, li {
	/*font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 15px;*/
}

a:active {
	text-decoration: none;
	color: #333;
	}
a:visited {
	text-decoration: none;
	color: #333;
	}
a:link {
	text-decoration: none;
	color: #333;
	}
a:hover {
	text-decoration: none;
	color: #0000FF;
	}
	
.line_h {
	background-image: url('../../images/line_h_black.gif');
	background-repeat: repeat-x;
	}
	
.button {
	border: 1px solid #333;
	background-color: #AAFFAA;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.hovertr :hover{
	background-color: #DDFFDD;
	cursor: pointer;
}
.tengah {
	text-align: center;
	color: #FFF;
}
.kanan {
	text-align: right;
}

.pagenavs:active {
	text-decoration: none;
	color: #333;
	background-color: #EEEEFF;
	padding: 3px 5px;
	border: 1px solid #AAA;
	}
.pagenavs:visited {
	text-decoration: none;
	color: #333;
	background-color: #EEEEFF;
	padding: 3px 5px;
	border: 1px solid #AAA;
	}
.pagenavs:link {
	text-decoration: none;
	color: #333;
	background-color: #EEEEFF;
	padding: 3px 5px;
	border: 1px solid #AAA;
	}
.pagenavs:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FF3333;
	font-weight: bold;
	}
.activepagenavs {
	padding: 3px 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
.body_banner {
	background-image: url('../../images/setting_banner.jpg');
	background-repeat: no-repeat;
}
.hed1{
	border:2px dashed #000;
	color:#F60;
	font-size:11px;
	background-image:url('../../images/setback.png');
	cursor: pointer;
}

.headerbackground{
	background-image:url(../img/sky_blue_grid.gif);
	border-collapse: collapse;
}

.headerowntable{
	border-top: 1px solid #A4BED4;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	border-left: 1px solid #A4BED4;
	background-color: transparent;
	font-family:Tahoma;
	font-size:11px;
	color:black;
	text-align:center;
	font-weight: bold;
	padding: 4px;
}

.stufflist{
	font-family: Tahoma;
	font-size:12px;
	overflow: hidden;
	border-top: 1px solid #A4BED4;
	border-right: 1px solid #A4BED4;
	border-bottom: 1px solid #A4BED4;
	border-left: 1px solid #A4BED4;
	padding: 4px;
}

.stufflist span{
	font-family: Tahoma;
	font-size:12px;
}

.filterbox{
	border: 1px solid #888;
	width: 90%;
	font-size: 8pt;
	font-family: Tahoma;
	-moz-user-select: text;
}

.tdhovertable{
	cursor: pointer;
	border-collapse: collapse;
}