/* CSS Document */
body
{
 background-image:url(images/bg_img.jpg); background-repeat:repeat-x;
 background-attachment:fixed;
 font-size:12px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 margin:0 auto;
 background-color:#990000;
}
#nav-top
{
width:100%;
float:left;
height:36px;
}
#container
{
margin:auto;
width:800px;
background-color:#999999;
border-top:0px;
border-bottom:0px;
border-left:5px solid #FBF5E8;
border-right:5px solid #FBF5E8;
}

#header
{
background-image:url(images/header_1.jpg);
background-repeat:no-repeat;
height:180px;
}

#content
{
float:left;
width:100%;
background-image:url(images/bg_table_tengah.jpg);
background-repeat:repeat-y;
}

#content-top
{
background-image:url(images/bg_table_top.jpg);
background-repeat:repeat-x;
height:15px;
}
#content-tengah
{
padding-left:5px;
padding-right:5px;
padding-top:0px;
padding-bottom:10px;
}

#content-bottom
{
text-align:center;
background-image:url(images/bg_table_buttom.jpg);
background-repeat:repeat-x;
height:23px;
}

#footer
{
clear:both;
width:100%;
background-image:url(images/footer.jpg);
background-repeat:repeat-x;
height:28px;
text-align:center;
color:#FFFFFF;
}

/*Garis*/
.bg_garis
{
background-image:url(images/garis.jpg);
background-repeat:repeat-x;
}
/*link */

.link1:link {
	color: #000000;
	text-decoration:none;
}
.link1:visited {
	color: #000000;
	text-decoration:none;

}
.link1:hover {
	color:#990000;
	text-decoration:none;

}
.link1:active {
	color:#000000;
	text-decoration:none;

}


.link2:link {
	color: #990000;
	text-decoration:none;
}
.link2:visited {
	color: #990000;
	text-decoration:none;

}
.link2:hover {
	color:#000000;
	text-decoration:none;

}
.link2:active {
	color:#990000;
	text-decoration:none;

}

.link3:link {
	color:#006600;
	text-decoration:none;
}
.link3:visited {
	color: #006600;
	text-decoration:none;

}
.link3:hover {
	color:#000000;
	text-decoration:none;

}
.link3:active {
	color:#006600;
	text-decoration:none;

}



.link4:link {
	color: #990000;
	text-decoration:none;
}
.link4:visited {
	color: #990000;
	text-decoration:none;
}
.link4:hover {
	color:#000000;
	text-decoration:none;

}
.link4:active {
	color:#990000;
	text-decoration:none;

}


.link4:link {
	color: #990000;
	text-decoration:none;
}
.link4:visited {
	color: #990000;
	text-decoration:none;
}
.link4:hover {
	color:#000000;
	text-decoration:none;

}
.link4:active {
	color:#990000;
	text-decoration:none;

}
li{
list-style-image:url(images/jepun.gif); background-position:left; background-repeat:no-repeat;
}


.link5:link {
	color: #990000;
	text-decoration:none;
	font-weight:bold;

}
.link5:visited {
	color: #990000;
	text-decoration:none;
	font-weight:bold;

}
.link5:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;


}
.link5:active {
	color:#990000;
	text-decoration:none;
	font-weight:bold;

}
/*text color */
.text_red
{
color:#990000;
}

.text_abu
{
color:#333333;
}

.text_judul
{font:Arial, Helvetica, sans-serif;
font-size:24px;
color:#CECEBB;
font-weight:bold;
font-style:italic;
}
/*kotak*/
#kotak1
{
background-color:#FBF3E7;
border:solid ipx;
padding:5px;
}

/*pagging*/
.pageselected {
    color: #FF0000;
    font-weight: bold;
}

#shownilai { width:200px; margin:0px 0 0px;}

.box1
{
border:1px solid #FBCDB3; background-color:#FBF8EF;
}
.box2
{
border-bottom:1px solid #FBE0D1;border-right:1px solid #FBE0D1;  background-image:url(images/bg_14.jpg); background-repeat:no-repeat;
}

.user_login
{
background-image:url(images/user.png); background-repeat:no-repeat;
padding-left:25px;
color:#999999;
border:1px solid #cccccc;
height:21px;
width:120px;
font-size:15px;

}
.user_password
{
background-image:url(images/passw.png); background-repeat:no-repeat;
padding-left:25px;
color:#999999;
border:1px solid #cccccc;
height:21px;
width:120px;
}

input[type="submit"]
{
 border:1px solid #cccccc;
}

