/*******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

/*************************************
                    SMA NEGERI 4 LAHAT 
			medi 2010
**************************************/

body {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	font: .65em/1.3em  Verdana, 'Tahoma', Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	
	background: #ffffff url(../images/bg_ijo.jpg) repeat top left;
	/*********WARNA BEGRON HIJAU***********/
	text-align: center;
}

/* links */
a { 
	color: #3c7f00;
	/****************************WARNE READMORE ijo tue #3c7f00 #c3ec9e WARNA IJO MUDA************/
        background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Trebuchet MS, 'Tahoma', Arial, Sans-serif;
	color: #000000;	
}
h1 { font-size: 1.2em; color: #c3ec9e; } 
h2 { font-size: 1.2em; text-transform:uppercase;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; color: #3c7f00; } 


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284b0;
}
ul span, ol span {
	color: #666666; 
}

/******************************************************************************Bingkai Icon-Icon*/
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 5px;   /*top right bottom left*/ 
}
img.float-left {
  margin: 5px 5px 5px 0px;   /*top right bottom left*/ 
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em Lucida Console, courier new, monospace, 'Tahoma';
  /* white-space: pre; */
  background: #FAFAFA;
  border: 0px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  /*cursor: help;*/
  border-bottom: 1px solid #777;
}

blockquote {
        margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
        border: 0px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form1 {
	margin:10px; padding: 5px;
	border: 0px solid #f2f2f2;
	background-color: #FAFAFA; 
}
/*
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
*/
/*****************************KOTAK ISIAN USERNAME SHOUTBOX**/
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, 'Tahoma', sans-serif;
	color:#777;
}
select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, 'Tahoma', sans-serif;
	color:#777;
}
textarea {
	/*width:300px;*/
	padding:2px;
	font: normal 1em Verdana, 'Tahoma', sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif, 'Tahoma',; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/*********************
        SEARCH FORM
**********************/
form.searchform {
	background: transparent;
	position:absolute;
	border: none;
	margin-top:0px; 
	padding: 0px;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 150px;
	border: 1px solid #000000; 
	background: #fff;
	color: #3c7f00; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 11px Arial, Sans-serif, 'Tahoma'; 
	background: #3c7f00;
	border: 1px solid #000000;
	color: #fff;	
	width: 50px;
	height:20px;
	vertical-align: top center;
}

/***********************
	  LAYOUT SMA 4
************************/
#wrap {
	background: #fff;
	width: 821px; height: 100%; /******************************LEBAR WEB */
	margin: 0 auto 0 auto;	
	text-align: left;
	border: 5px solid #ffffff; /**************************WARNO BINGKAI LUAR*/
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #fff;
}

/***************************************************************************** header */
#header {
	position: relative;
	height: 30px;	
	background: #3c7f00; /*url(../images/headatas.jpg) no-repeat;*/
	/*background: #000000;*/
/******************************warna begron search*/ ;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em Trebuchet MS, Arial, Sans-serif, 'Tahoma';
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: none;	 
	top:37px; left: 0px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px 'Tahoma', trebuchet MS, Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: 0px;	
}

/* main */
#main {
	float: left;
margin-left: 4px;
	/*	margin-right: 5px;*/
	padding: 0;
	/*	width: 53%;	***********************LEBAR WEB BAGIAN TENGAH*/
	width:53%;
}

#main2 {
	float: left;
	margin-left: 4px;
	width: 75%;	
}

#main p, h1, h2, h3 ,h4{

	margin: 5px 0 5px 0;  /*top right bottom left*/ 
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
	margin: 20px 0 0 0; /*top right bottom left*/ 
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px;  margin: 0 5px 0 5px;
	font-size:9px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0px 0px 0px 0px;	
	padding-top: 0px; 
	display: inline;		
}

#sidebar p, h1, h2, h3 {
	margin: 5px 10px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #000000;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #F2F2F2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
        */339900*/
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: ; margin:0;	
	display: inline;		
}

#rightbar p, h1, h2, h3 {
	margin: 0px 10px;
}

/****************************************************WARNA BEGRON JUDUL BERITA & MENU UTAMA*/
.bg {
	background: #c3ec9e ;
	color: #3c7f00;
	padding: 5px; 
	border: 0px solid #f2f2f2;
	/* judul news */
}

/*****************************************************************************Kotak Menu ataw blok*/
.bg2 {
	background: #ffffff url(../images/cellpic.jpg) left center no-repeat;
	/*background: #c3ec9e; url(../images/menubg.jpg) repeat bottom left;*/
	padding: 20px 10px 10px 10px; 
	padding-top: 20 px;
	color: #3c7f00;
	text-align: right;
	border: 0px solid #c3ec9e;
}

/*******************************************************LAYAR BELAKANG TULISAN VISI MISI*/
.box {
	background-color: #fff;
	border: 0px solid #c3ec9e; /*WARNA IJO MUDA*/
	font-size: 100%;	
        padding-bottom: 1px;
	margin-right: 10px;
	margin-left: 10px;
}

.box ul {
	margin:0px;	
	padding:0px 0px 0px 10px;
	list-style-type:none;
}
.box a {
	color:#3c7f00;
	background-color: inherit;
	text-decoration:none;
}
.box a:hover{
	color: #3c7f00;
	background-color: inherit;
}
.box li {
	padding:0px 0px 2px 20px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
}

/*************************************************************MARGIN SAMPING KIRI VISI MISI*/
.box ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

/*************************************************************************TULISAN VISI MISI (MENU)*/
.box li a {
	background: #FFFFFF url(../images/next.gif) left top no-repeat;
	color:#3c7f00;
	/*background-color: fff;*/
	text-decoration:none;
	display:block;
	font: 11px 'Tahoma', trebuchet MS, Sans-serif;
	padding:5px 5px 5px 5px;
    	padding-bottom:2px;
		padding-top:0px;
		vertical-align: middle;
}

.box li a:hover{
	color: #000000;
	background-color:#fff;
		/*background-position: 0px -25px;*/
		text-decoration: none;
		font-weight: bold;
		text-align: none;
}
.box ul li {
	padding:0px 0 0px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/external.gif);
  	border-bottom:0px solid #efefef;
}
/*********************************************************************Begron Selayang Pandang*********/
.border {
	background-color: #fffff;
	background: #fffff;
	border: 1px solid #c3ec9e;
	padding: 0px;
        margin: 0px 0 0px 0;
}

.news {
	background-color: #ffffff;
	border: 0px solid #f2f2f2;
	
    padding: 0px;
}


/* Footer */
#footer { 
	clear: both;
	color: #FFF; 
	background: #ffffff url(../images/bgfooter.jpg) top center repeat-x;
	border-top: 5px solid #fff;
	 padding: 0; 
	height: 100px;	  
	font-size: 75%;	
	margin: 10px 0 0 0;;
}
#footer a { 
	text-decoration: none; 
	font-weight: none;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 62%;
	padding-left:4px;
}
#footer .footer-right{
	float: right;
	width: 32%;
	padding-right:4px;
}

<!--
/* CSS Tabs */
/*************************************************************KOTAK MENU PALING ATAS*/
#navcontainer {
        align: center;
	margin: 0px 0px 0px 0px;
        padding: 0;
	position:absolute;
        height: 10px;
}

/**************************************************************JARAK DARI KIRI KE HOME contac us*/
#navcontainer ul {
        border: 0;
        margin: 0;
        padding-left: 0px;
	padding-top: 0px;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

/*******************************************************Warna kotak menu home, contact us paling atas*/
#navcontainer ul li a {
        background: #none; /*url(../images/menubg.jpg) top no-repeat;*/
	width: px;
        height: 15px;
        border-top: 0px solid #ffffff;
        border-left: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
        border-right: 0px solid #ffffff;
        padding: 3px 5px 3px 5px;
        margin: 0 0 10px 0;
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: left;
	/*vertical-align: middle;*/
	font: 12px/25px "tahoma", Lucida Grande, Lucida Sans Unicode, verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #fff;
        /*background: #000000; url(../images/menubg.jpg) top no-repeat;*/
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a:active {
        background: #057c00;
        color: #fff;
}

#navcontainer li#active a {
        background: #057c00;
        border: 1px solid #c60;
        color: #fff;
}
-->
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-justify {	text-align: justify; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


.tabel_header {
border: 1px solid #f2f2f2;padding: 8px;background-color: #f2f2f2;	
}

#form{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

#form .textbox {
    width: 160px;
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 

#form .textcode{
    width: 70px;
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 

#form .textcom {
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 

#form .cselect {
    
    background-color : #fff; 
    font-size : 11px; 
    font-weight: normal;
    color : #000; 
    font-family : Verdana, arial, helvetica, sans-serif; 
    text-decoration : none; 
}

#form label {
    float: left;
    padding: 0 1em;
    text-align: right;
}

#form label {
    float: left;
    padding: 0 1em;
    text-align: right;
}

#form .submit{
    padding: 10px 0 0 0; /*top right bottom left*/ 
}

#form .button {
    color : #fff; 
    font-family : verdana, arial, helvetica, sans-serif; 
    font-size : 8pt; 
    font-weight : bold; 
    background-color : #6898D0; 
    border : 1px solid #dadada; 
    cursor : pointer; 
}

#abovepostads{
	margin:10px 0px; width: 438px;
         background-image: url('../images/ads/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dddddd;
	padding: 0px;
	
}
#abovepostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#belowpostads{
	width: 438px;
         background-image: url('../images/ads1/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px
}
#belowpostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#abovepostads{
	margin:10px 0px; width: 430px;
         background-image: url('../images/ads/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dddddd;
	padding: 0px;
	
}
#abovepostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#belowpostads{
	width: 430px;
         background-image: url('../images/ads1/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px
}
#belowpostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#download a { 
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}
#download a:hover {
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}

.gambar {
	clear: both; 
         padding-right: 0px; 
         padding-left: 0px; 
         padding-top: 0px;
         padding-bottom: 0px;
         float: left;  
         width: 20px;           
         text-align: left
}

.submenu {
	background-color: #000000;
	font-size: 100%;	
}

.submenu ul {
	margin:0px;	
	padding:5px 0px 0px 23px;
	list-style-type:none;
}
.submenu a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
}
.submenu a:hover{
	color: #9EC068;
	background-color: inherit;
}
.submenu li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-image:url(../images/1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.sukses {

padding: 10px 10px 10px 36px;
background: url(../images/tick.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
BACKGROUND-COLOR: #FFFFDD;
border:1px solid #FFD700;	
margin: 5px 0 5px 0;
text-align:left;
font-size:9px;
color: #6297BC;
}
.error {

padding: 10px 10px 10px 36px;
background: url(../images/tick.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
BACKGROUND-COLOR: #FFFFDD;
border:1px solid #FFD700;	
margin: 5px 0 5px 0;
text-align:left;
font-size:9px;
color: red;

}
.msg_caption_forum{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/forum.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_caption_alumni{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/alumni.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#55567;
}

.msg_caption_gallery{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/gallery.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}

.msg_caption_download{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/download.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}

.msg_caption_gb{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/guestbook.jpg) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}

.msg_caption_quran{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/quran.jpg) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}

.msg_caption_support{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/support.jpg) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}

.msg_caption_sortir_image{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/sortir_image.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_caption_berita{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 45px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/banner_berita.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_caption_komentar_artikel{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 30px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/komentar_user.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_caption_Polling{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 55px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/polling.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_caption_shoutbox_front{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 35px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/shoutbox_front.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_caption_statistik{
    margin: 0px 0 0px 0;
 	padding: 0 0 0 50px;  /*top right bottom left*/ 
  	background: #ffffff url(../../../images/chart_line1.png) no-repeat;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_guestbook_user{
    margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
    border: 1px solid #f2f2f2; 
  	background: #ffffff url(../../../images/user.gif) no-repeat 5px 5px;
	font:'Tahoma'
	font-size:11px;
	color:#555657;
}
.msg_guestbook_admin{
    margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
    border: 0px solid #f2f2f2; 
  	background: #ffffff url(../../../images/admin_respon.gif) no-repeat 5px 5px;
	font:'Tahoma'
	font-size:11px;
}
.msg_error {
    margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../../../images/warning.gif) no-repeat 5px 5px;
	font:'Tahoma'
	font-size:11px;
}
.msg_info {
    margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../../../images/info.gif) no-repeat 5px 5px;
	font:'Tahoma'
	font-size:11px;
}

.statistik_isi {
	padding:1px;
	border-bottom: 1px solid #f2f2f2;
	text-align:left;
	color:#C92611;
	font:'Tahoma'
	font-size:11px;
}
.statistik_caption {
	padding:1px;
	border-bottom: 1px solid #f2f2f2;
	text-align:left;
	color:#1B4A97;
	font:'Tahoma'
	font-size:11px;
}
.frame_form_image_folder_front {
	background-color: #E7ECF2;
	border: 1px solid #D9DFE5;
	padding: 6px;
    margin: 2px 0 2px 0;
	font-weight:bold;
	font:'Tahoma'
	font-size:11px;
	color:#144706;
}
.frame_form_caption {
	background-color: #E7ECF2;
	border: 1px solid #D9DFE5;
	padding: 2px;
    margin: 2px 0 2px 0;
	font-weight:bold;
	font:'Tahoma'
	font-size:11px;
	color:#144706;
}
.frame_form {
	background-color: #E7ECF2;
	border: 1px solid #E7E3E3;
	padding: 10px;
    margin: 2px 0 2px 0;
	font:'Tahoma'
	font-size:11px;
}
/*************************************Bingkai Berita*/
.news {
	background-color: #c3ec9e;
	border: 0px solid #f2f2f2;
    padding: 5px;
	font-size:11px;
	font-family:tahoma,tahoma;
}
.news_lainnya:a {
	background-color: #fff;
 	font-size:11px;
	font-family:tahoma,tahoma;
	color:#65666A;
}
.news_lainnya:a:hover {
	background-color: #FFFFFF;
 	font-size:11px;
	font-family:tahoma,tahoma;
	color:#FF4C05;
}

/**************************************Warna diposkan, dilihat, tanggal*/
.color_posted_news {
	color:#3c7f00;
}
.color_Hits_news {
	color:#3c7f00;
}
.color_DateTime_news {
	color:#3c7f00;
}
.title_bg {
/**************************************************************************TITLE BEGRON HOT NEWS*/
	background: #ffffff url(../images/cellpic.jpg) no-repeat center left;
	padding: 10px 10px 10px 10px; /*top right bottom left*/ 
	border: 0px solid #FFFFFF;
        font-size: 1.2em; color: #3c7f00;
	text-align: center;
}