body{
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
form{margin:0px;padding:0px;}

#header{
	position:relative;
	padding:0px;
	
}



.gerigiBawah{
	background-image: url(../images/user/gerigi.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.mainBody{
	width:901px;
	background-image: url(../images/user/tile.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	margin:0px;
	background-color:#FFFFFF;
	
}

input.text{
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding: 2px;
}

input.text2{
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	padding: 2px;
	height:12px;
}

#footer{
	color:#FFFFFF;
	background-color:#333333;
	font-size:11px;
	padding:2px;
}

#footer a{
	color:#FFFFFF;
}

#footer .footer_desc{
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
}

.copyright{
	font-size: 12px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
}


.pageTitle { /*untuk title*/
	font: bold 20pt "Trebuchet MS", Verdana;
	color: #CC3300;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CC3300;
	text-align:left;
}

input:focus{
	color: #0066FF;
}

input.button,input.button2{
	background-image: url(../images/user/button.gif);
	background-repeat: no-repeat;
	background-position: left center;

	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0066FF;	
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 5px;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
	margin-left: 3px;
	cursor:hand;
}
input.button{height: auto;width: auto;}
input.button2{height:18px;width:50px;}

input.button:hover,input.button2:hover{
	background-image: url(../images/user/buttonHover.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

input.button:focus,input.button2:hover{
	background-image: url(../images/user/buttonHover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

input.btnCari{
	background-image: url(../../images/user/cari.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	height: 30px;
	width: 31px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
/* untuk title/nama field dari tabel*/

table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}
table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background-color: #FF9900;
	background-repeat: repeat;
	font-size: 12px;
	color: #ffffff;
}
table.adminlist th.lines {
	border: solid 1px #FFFFFF;
	text-align: left;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a {
	color:#FFFFFF;
}

table.adminlist tr.row0 {
	background-color: #F5F5F5;
}
table.adminlist tr.row1 {
	background-color: #FFF;
}
table.adminlist td {
	
	padding: 4px;
}
table.adminlist td.lines {
	padding: 4px;
	border: solid 1px #d5d5d5;
}

table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}

table.adminform {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}



/*-------------------------------------------Menu-------------------------------------------------------*/
.menu {
	font-family:tahoma,geneva,"lucida sans unicode","lucida grande",verdana,sans-serif;
	position:relative;
	width:900px;
	background-color: #1F3E74;
}
.menu ul {
list-style-type:none;
margin:0pt;
padding:0pt;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:1.5em;
	line-height:1.5em;
	text-decoration:none;
	width:105px;
	background-attachment: scroll;
	background-color: #1F3E74;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	padding-left: 5px;
	text-align: center;
}
* html .menu ul li a, .menu ul li a:visited {
width:105px;
}
.menu ul li ul {
display:none;

}
.menu table {
border-collapse:collapse;
font-size:1em;
}
.menu ul li:hover a, .menu ul li a:hover {
	color:#000000;
	padding-left: 5px;
	background-color: #888888;
}
.menu ul li:hover ul, .menu ul li a:hover ul {
	display:block;
	left:0pt;
	margin-top:5px;
	position:absolute;
	top:1.2em;
	width:105px;
	background-attachment: scroll;
	background-color: #1F3E74;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	border:0pt none;
	color:#FFFFFF;
	display:block;
	font-size:0.9em;
	font-weight:bold;
	height:auto;
	line-height:1em;
	margin:0pt;
	width:105px;
	background-color: #1F3E74;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
background:#888888 none repeat scroll 0%;
color:#FFFFFF;
}
.menu ul li a:hover ul {
margin-top:5px;
opacity:0.8;
filter:alpha(opacity=90);
}
.menu ul li a:hover ul li a {
background:#1F3E74 none repeat scroll 0%;
width:105px;
}
/*-------------------------------------------Login-----------------------------------------------------*/
#login_box,#loading{
	height:43px;
	width:405px;
	font-size:9px;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#FFFFFF;
	color:#000000;
	opacity:0.75;
	filter:alpha(opacity=75);
	background-image: url(../images/user/login_bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#login{padding-top:2px;}
#login .forgot{
	display:block;
	width:99%;
}


#login .forgot a, /* untuk tulisan forgot password dan register*/
#login .forgot a:link,
#login .forgot a:focus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color:#0066CC;
	text-align: center;
	margin-left:15px;
	font-weight:bold;
}

#login .forgot a:hover{
	color:#000066;
}

#login_status{
	font-size:12px;
	padding-top:2px;
	padding-left:15px;
}
 
/*---------------------------------------------Category------------------------------------------------*/
#category{}

#category table{
	border: 1px solid #CCCCCC;
}

#category table td{
	padding: 3px 5px;
}

#category a,
#category a:link,
#category a:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	border: 1px dotted #FFFFFF;
	padding: 2px;
}

#category a:hover{
	border: 1px dotted #0066CC;   
	padding: 2px;
}



/*----------------------------------------untuk border lengkung-------------------------------------*/
#corner h1, #corner h2, #corner p {margin:0 10px; letter-spacing:1px;}
#corner h1 {font-size:2.5em; color:#999999;}
#corner h2 {font-size:2em;color:#06a; border:0;}
#corner p {padding-bottom:0.5em;}
#corner h2 {padding-top:0.5em;}
#corner {
	background: transparent;
	width: 94%;
	text-align: center;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
/*---------------------iklan1---------------------------*/
#adv1 h1, #adv1 h2, #adv1 p {margin:0 10px; letter-spacing:1px;}
#adv1 h1 {font-size:2.5em; color:#999999;}
#adv1 h2 {font-size:2em;color:#06a; border:0;}
#adv1 p {padding-bottom:0.5em;}
#adv1 h2 {padding-top:0.5em;}
#adv1 {
	background: transparent;
	margin:1em;
	width: 265px;
	text-align: center;
}

#adv1 a{
	text-decoration:none;
	font-weight:normal;
}

#adv1 a:hover{
	text-decoration:none;
	font-weight:normal;
}
#adv1 .content_adv1 {
	display:block;
	border:0 solid #08c;
	border-width:0 1px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#adv1 a:hover .content_adv1 .title,#adv1 a:hover .content_adv1 .line{
	color:#000099;
}

#adv1 .content_adv1 .title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0D90EB;
	font-size: 12px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#adv1 .content_adv1 .line{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;	
}

/*---------------------iklan2---------------------------*/
#adv2 h1, #adv2 h2, #adv2 p {margin:0 10px; letter-spacing:1px;}
#adv2 h1 {font-size:2.5em; color:#999999;}
#adv2 h2 {font-size:2em;color:#06a; border:0;}
#adv2 p {padding-bottom:0.5em;}
#adv2 h2 {padding-top:0.5em;}
#adv2 {
	background: transparent;
	margin:0.5em;
	width: 420px;
	text-align: center;
	overflow:hidden;
	
}

#adv2 a{
	text-decoration:none;
	font-weight:normal;
}

#adv2 a:hover{
	text-decoration:none;
	font-weight:normal;
}

#adv2 .content_adv2 {
	display:block;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	border:0 solid #08c;
	border-width:0 1px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height:115px;
	cursor:hand;
	overflow:hidden;
}

#adv2 .content_adv2 .left_ctn{
	width:28%;
	float:left;
	display:block;
}

#adv2 .content_adv2 .right_ctn{
	width:72%;
	height:115px;
	float:left;
	display:block;
	text-align:justify;
	padding:0px;
	margin:0px;
}

#adv2 .content_adv2 .title_ctn{
	background-color:#0D90EB;
	height:20px;
	width:99%;
	display:block;
	margin:0px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-weight: bold;
	text-decoration: underline;
}

#adv2 a:hover .content_adv2 .title_ctn{
		color:#000099;
		background-color:#CCCCCC;
}

#adv2 .content_adv2 img{
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}

#adv2 .content_adv2 img:hover{
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

#adv2 .content_adv2 .title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;

	margin-bottom: 3px;
	padding-bottom: 4px;
	background-color: #0D90EB;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	
}



#adv2 .content_adv2 .line{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;	
}
/*----------------------------------------------------------*/

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FFFFFF; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {
	display:block;
	border:0 solid #08c;
	border-width:0 1px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*-----------------------------------------------Kotak Iklan tipe 2------------------------------------------------*/

#iklan_2{
	/*height: auto;*/
	width: 400px;
	padding: 0px;
	margin: 5px;
}

#iklan_2 table.luar{
	/*height: auto;*/
	width: 400px;
	border: 1px solid #999999;
	padding: 3px;
	margin: 0px;
	background-color: #FFFFFF;
}

#iklan_2 table.dalam{
	/*height: auto;*/
	width: 300px;
	padding: 3px;
	margin: 0px;
}

#iklan_2 .judul{
	background-color: #0D90EB;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D90EB;
	text-align: left;
}


#Iklan_2 .gambar{
	vertical-align: top;
	text-align: center;
	padding: 3px;
	background-color: #FFFFFF;
}

#iklan_2 a,
#iklan_2 a:link,
#iklan_2 a:visited{
	color: #FFFFFF;
	text-decoration:none;
	display: block;
}
#iklan_2 a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	display: block;
}

#iklan_2 .isi{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 2px 5px 5px 0px;	
}

/*-----------------------kotak iklan2/untuk yg tipe tanpa gambar-----------------*/
#iklan{
	height: auto;
	width: 250px;
	padding: 0px;
	margin: 5px;
	text-align: center;
}

#iklan table{
	height: auto;
	width: 250px;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	background-color: #FFFFFF;
}

#iklan .judul{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #0D90EB;
	width: 100%;
	font-size: 12px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	
}

#iklan a,
#iklan a:visited,
#iklan a:link{
	color: #0D90EB;
	text-decoration:none;
	display: block;
}
#iklan a:hover{
	color: #0D90EB;
	text-decoration:underline;
	display: block;
}

#iklan .isi{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	padding: 3px;
	margin: 2px;	
}

table.userform {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
	padding: 10px;
	border-collapse: collapse;
}

table.userform td {
	padding: 3px;
	text-align: left;
}


/*---------------------News---------------------------*/
#advNews h1, #advNews h2, #advNews p {margin:0 10px; letter-spacing:1px;}
#advNews h2 {font-size:2em;color:#06a; border:0;}
#advNews p {padding-bottom:0.5em;}
#advNews h2 {padding-top:0.5em;}
#advNews {
	background: transparent;
	margin:1em;
	width: 846px;
	text-align: center;
}

#advNews a{
	text-decoration:none;
	font-weight:normal;
}

#advNews a:hover{
	text-decoration:none;
	font-weight:normal;
}
.content_news {
	display:block;
	border:0 solid #08c;
	border-width:0 1px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.content_news .news_box_title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0D90EB;
	font-size: 14px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.news_item{
	display:block;
	width:97%;
	float:left;
	text-align:left;
	padding:0px;
	vertical-align:top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;	
}



.news_item a,.news_item a:visited{
	cursor:hand;
	color:#333333;
	display:block;
}

.news_item a:hover{
	color:#000066;
}

.news_item h1.title{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0D90EB;
	font-size: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	font-weight: bold;
	display:block;
	text-align:right;
	padding: 0px;

}

.news_item a:hover .title{
	color:#000099;
}
.news_item .content{
	width:99%;
}

/*-----------------------------------untuk kotak yg ada efek lipatan kertas---------------------*/
.paper,.innerPaper,.topBorder,.bottomBorder,.rightBorder,.leftBorder,.topLeftCorner,.topRightCorner,.bottomLeftCorner{
	background-color: #FFFFFF;
}


.topBorder{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
}
.bottomBorder{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
}
.rightBorder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b8b8;
}
.leftBorder{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b8b8b8;
}

.topLeftCorner{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b8b8b8;
}

.topRightCorner{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b8b8b8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b8b8b8;
}

.bottomLeftCorner{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b8b8b8;
}
.bottomRightCorner{
	background: transparent url(../images/user/corner.gif) bottom right no-repeat;
}

/*-----------------------------Publisher----------------*/
.publisherExplain{
	padding: 5px;
	margin-right: 5px;
	border: 2px dashed #CCCCCC;
}

.subContent{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

.publisherInfo{
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	padding-top: 8px;
}

/*--------------------------------------------------------------------------------------------------*/
.back{
	background-image: url(../images/user/back2.gif);
	background-repeat:repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;

}

/*-----------------------------------------------Kotak Iklan tipe 3------------------------------------------------*/

#iklan_3_home table{
	width: 800px;
	padding: 0px;
	margin: 5px;
}

/*----------------mini ads--------------*/
#right_ads2{
    position:absolute;
    top:0px;
    left:901px;
    width:71px;
	display:block;
	height:500px;
}
#adsdiv2 {
  border:5px solid #E5E5E5;
  width:71px;
  margin:0 auto;
  }
#adverts2 {
  padding:0;
  margin:0;
  width:71px; 
  position:relative;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  background-color:#E5E5E5;
  }
* html #adverts2 {width:71px;}
#adverts2 li {
  list-style-type:none; 
  width:70px; 
  height:60px; 
  float:left; 
  }
#adverts2 a {
  background:#eee;
  position:absolute; 
  width:70px; 
  height:60px; 
  display:block;
  font-size:5px;
  }
#adverts2 a img {
  width:70px; 
  height:60px; 
  border:0; 
  }
#adverts2 a:hover {

  z-index:500;
  background:transparent url(../ads/opaque.gif);
  }

#adverts2 a:hover img {
	background:#eee;
	position:absolute;
	width:117px;
	height:100px;
	left:-56px;
	top:0px;
	border-top-width: 5px;
	border-right-width: 8px;
	border-bottom-width: 5px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
  }
    
* html #adverts2 a:hover img {
  width:117px; 
  height:100px;
  width/**/:117px;
  height/**/:100px;
  }

.clear {clear:both;}
.advert2 {background:#eee;}






#adsdiv {
  border:10px solid #E5E5E5;
  border-width:10px 22px 18px 15px;
  width:142px;
  margin:0 auto;
  }
#adverts {
  padding:0;
  margin:0;
  width:142px; 
  position:relative;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  }
* html #adverts {width:143px; w\idth:142px;}
#adverts li {
  list-style-type:none; 
  width:71px; 
  height:21px; 
  float:left; 
  }
#adverts a {
  background:#eee;
  position:absolute; 
  width:71px; 
  height:21px; 
  display:block;
  font-size:5px;
  }
#adverts a img {
  width:70px; 
  height:20px; 
  border:0; 
  }
#adverts a:hover {
  width:210px; 
  height:50px;
  z-index:500;
  background:transparent url(../ads/opaque.gif);
  }

#adverts a:hover img {
  background:#eee; 
  position:absolute; 
  width:200px; 
  height:40px;
  border:8px solid #fff;
  border-width:5px 8px;
  left:-25px; 
  top:-7px;
  }
    
* html #adverts a:hover img {
  width:200px; 
  height:40px;
  width/**/:200px;
  height/**/:40px;
  }
/*-----------untuk link 'mau pasang iklan?'---*/
#adsMsgDiv {
	width:142px;
	margin:0 auto;
	border-top-width: 0px;
	border-right-width: 22px;
	border-bottom-width: 10px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}  

#adsMsgDiv a{
	font-size: 11px;
	color: #0066FF;
	background-color: #FFFFFF;
	display:block;
	height:35px;
	text-decoration: none;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
}
 
#adsMsgDiv a:hover{
	color: #0066FF;
	font-size: 10px;
	height:35px;
	background-color: #FFFFFF;	
	border-color: #aaab9c #fff #fff #ccc;
} 





#info em {display:block; clear:both; font-size:0.6em; text-align:right; padding-right:1em;}
#info p {text-align:center;}
#info p.col4 {text-align:left;}

#scroll_ads{
	width:900px;
	overflow:hidden;
}


div.footer a {	
	color:#666666;
	font-size:9px;
	text-decoration:none;
}

div.footer a:hover {
	color:#666666;
	font-size:9px;
	text-decoration:underline;
}


/*---------------------Untuk halaman category---------------*/
#archieve_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 98%;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#archieve_box .archieve{
	width:413px;
	float: left;
	margin:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3D6B99;
	background-color: #5798D9;	
	padding: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3D6B99;
	border-top-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #5798D9;
	border-left-color: #5798D9;	
}

#archieve_box .archieve_content{
	background-color: #FFFFFF;
	height:65px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #666666;
	overflow:hidden;
}

#archieve_box .archieve .archieve_title{
	text-align: left;
	
}

#archieve_box a.archieve_title,#archieve_box a.archieve_title:visited{
	font-weight: bold;
	color: #003399;
	text-decoration: none;	
}

#archieve_box a.archieve_title:hover{
	color: #003399;
	text-decoration: underline;
	text-align: left;
}

#archieve_box a.url,#archieve_box a.url:visited{
	color: #0066CC;
	text-decoration: none;	
}

#archieve_box a.url:hover{
	color: #333333;
	text-decoration: underline;
}

#archieve_box a.url_white,#archieve_box a.url_white:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

#archieve_box a.url_white:hover{
	color:#FFFF00;
	text-decoration: underline;
}

#archieve_box .archieve .archieve_summary{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#archieve_box .archieve .archieve_info{
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bolder;
	height: 10px;
	padding-top: 2px;
}


/*----------------------------------------------regis form css-----------*/
.regis_box_shadow {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:10px;
  width:770px;
}

#regis_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	width: 750px;
	border: 1px solid #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/user/regis.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position:relative;
	left:-7px;
	top:-7px;
	
}

.regis_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	width: 98%;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left;
}
.formulir {
	padding: 5px;
	text-align:left;
}

.note{
	color:#666666;
	font-style: italic;
	font-size: 12px;
}

/*----------------------css for search result view-------*/
#search_result {
	margin-left:20px;
	padding: 10px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#search_result .result_item_box{
	margin-top: 15px;
	margin-bottom: 10px;
}

#search_result a.result_item,#search_result a.result_item:visited{
	display:block;
	text-decoration: none;
	width: 500px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-weight: normal;
}

#search_result a.result_item:hover{
	background-color: #ECECEC;
}

#search_result a.result_item .result_header,#search_result a.result_item:visited .result_header{
	color: #0033FF;
	text-decoration: underline;
}


#search_result a.result_item:hover .result_header{
	color: #0033CC;
	text-decoration: underline;
}

#search_result .result_summary{
	display:block;
	color: #000000;
	text-decoration: none;
}
#search_result .result_footer{
	color: #006600;
	display:block;
	text-decoration: none;
}

#search_result .result_info{
	padding-left: 4px;
	font-size: 10px;
	color: #999999;
}

