
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px   "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	color: #4E4E4E; 
	background: #F1F6FA url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a {
	color: #4E4E4E;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #386AA9;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 12px "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}
h1 { font-size: 12px; color: #6297BC; } 
h2 { font-size: 12px; text-transform:uppercase;}
h3 { font-size: 12px; }
h4 { font-size: 12px; color: #1D4A88; } 


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
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;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px 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: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form1 {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
/*
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
*/
input {
	padding: 2px;
	border:1px solid #A8C7E3;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	/*background: url(../images/form.gif) repeat-x top center;*/
        background: #FFF;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	
}
select {
	padding: 2px;
	border:1px solid #A8C7E3;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
       background: #FFF;
}
textarea {
	/*width:300px;*/
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #A8C7E3;
	height:100px;
	display:block;
	color:#000;
	background: #FFF;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover, select:hover {
	border:1px solid #6396C1;
	background: #E9F2FA;
}
input[type="button"],
input[type="submit"],
input[type="reset"] { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	 
	padding: 0px 3px;
	color: #552D04;	
	background: #F3F7FC;
	border:1px solid #2D6A9E;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover { 

	background: #FBF1F3 ;
	border:1px solid #ED8CA0;
}
form img {
	border:1px solid #A8C7E3;
}
form img:hover {
	border:1px solid #6396C1;
}


/* search form */
form.searchform {
	background: transparent ;
	border: none;
	margin: 0; padding: 10px;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #8D8658; 
	background: #FFF url(../images/form.gif) repeat-x top center;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 1px 1px; 
	font: bold 11px Tahoma,Sans-serif; 
	background: #F96B09;
	border:1px solid #FFF;
	color: #FFF;	
	width: 25px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************//*top right bottom left*/
#wrap {
	background:#FFF;
	width: 890px; height: 100%;
	margin: 0 auto 0 auto;	
	text-align: left;
	border-left: 1px solid #c0d7e3;
	border-right: 1px solid #d2dae1; /*d2dae1 D9E1E8 b3b3b3*/
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}



/* header */
#header {
	padding: 0px 0 0px 0;
	margin-top:0px;
	position: relative;
	background: url(../images/header1.png) no-repeat top center;
	height:110px;

}


/*
#bg-c{
	background:  url(../images/c.gif) repeat-x;
	height: 274px;
	width:820px;
	margin: -70px auto 0 auto;
	position: relative;

	
}

#bg-cl {
    height: 274px;
	
	background: url(../images/r.gif) repeat-y top right;
}
#bg-cr {
	height: 274px;
	
	background: url(../images/l.gif) repeat-y top left;
}
*/

#header #logo {
	position: absolute;
	
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 20px; left: 55px;
	background: url(../images/logosmaga.gif);
	height:90px;
        width:79px;
}
#sekolah {
	position: absolute;
        margin: 0; padding: 0;
        top: 45px; left: 145px;
	color: #FFF;
	text-indent: 0px;

	font: 22px Impact, 'trebuchet MS', Sans-serif;

}
#alamat {
	position: absolute;
        margin: 0; padding: 0;
        top: 70px; left: 204px;
	color: #FFF;
	text-indent: 0px;
	font: 11px Tahoma, 'trebuchet MS', Sans-serif;
	letter-spacing: 1px;
}
#header form.searchform {
	position: absolute;
	top: 0; right: 0px;	
}

/* categories menu */
#menu {
	margin: 0px 0px 0px -1px;
	padding: 0 0 0 0;
	background: url(../images/menu-bg.gif) repeat-x;
	width: 890px;
	height: 28px;
	border-bottom:0px #FFFFFF solid;
	border-top:1px #496aae solid;
	border-left:1px #496aae solid;
	border-right:1px #496aae solid;
	position:inherit;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	border-right: 0px solid #496aae;
	
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 6px 12px 6px 12px;
}
#menu li a:hover, #menu li a:active {
	background:  url(../images/menu-hover.gif) repeat-x;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 6px 12px 6px 12px;
}
#menu li li a, #menu li li a:link, #menu li li a:visited {
	opacity: .99;
	filter: alpha(opacity=99);
	background: #f6f6f6;
	width: 130px;
	color: #111;
	float: none;
	margin: 0;
	padding: 6px 12px 6px 12px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#menu li li a:hover, #menu li li a:active {
	background: #CC0000;
	color: #FFFFFF;
	padding: 6px 12px 6px 12px;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
}
#menu li li {
	border:none;
}
#menu li ul a {
	width: 120px;
}
#menu li ul a:hover, #menu li ul a:active {
}
#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover, #menu li.sfhover {
	position: static;
}
#menu input {
	font-size: 11px;
}


#menu .search-input {
	float: right;
	height: 12px;
	margin: 5px 0 0 0;
	padding: 2px 2px 2px 6px;
	color: #999;
	border: 1px solid #f0f0f0;
	line-height: 12px;
    width:140px;
	font-family:Arial;
}
#menu .search-submit {
	float: right;
	height: 18px;
	margin: 5px 7px 0 3px;
	padding: 1px 1px 3px 1px;
	border: none;
	background: url(../images/go.gif) repeat-x;
	font-family:Arial;
}
#leftcol {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
}

/* main */
#main {
    
	float: left;
	/*	margin-right: 5px;*/
	padding: 0;
	/*	width: 53%;	*/
	width:51.3%;
	margin: 5px -10px 5px 16px;
	
	
}

#main2 {
	float: left;
	margin: 5px -5px 5px 5px;
	border:0px solid #000;
	height:auto;
	background:;
	width:75%;
}

#main p, h1, h2, h3 ,h4{

	margin: 5px 0 5px 0;  /*top right bottom left*/ 
}

.post-footer {
	background-color: #FAFAFA;
	padding: 0px; 
	margin: 10px 0 0 0; /*top right bottom left*/ 
	font-size: 95%;
	border-bottom:#91A5CA 1px dashed;
}
.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;
}

.readmore {
	padding : 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23.5%;	
	padding: 0 0 0 0; 
	display: inline;
	background:#EBF7FD ; /*f5f7fa*/
	margin:0 0 0 0px;
	border-left: 0px solid #fff;
	border-right: 1px solid #cce0ea;
	border-top: 0px solid #BEE7FF;
       
}

#sidebar .bg{


  clear: both;
  margin: 0 5px 0 5px;
  padding: 5px 20px;
  background: url(../images/.png) no-repeat;
  color: #4E4E4E;
  text-align:center;
 
  
  
 /* border-top:solid 1px #FFF;
  border-right:solid 1px #FFF;
  border-left:solid 1px #FFF;
 
 


/*
	background: url(../images/.png) no-repeat;
	padding: 6px;
	border: 0px solid #f2f2f2;
	margin-left:7px;
	margin-top:10px;
	color: #FFF;*/
}

#sidebar .box{
	/*border-right:solid 1px #FFF;
    border-left:solid 1px #FFF;
	border-bottom:solid 1px #FFF;*/
	font-size: 100%;	
    padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-indent: 5px;
	border-top:dashed 1px #43CE98;
	
}


#sidebar p, h1, h2, h3 {
	margin: 5px 10px;
}

#sidebar .box li a {
	color:#4E4E4E;
    background-image: url(../images/.png);
	text-decoration:none;
	border-bottom: 0px solid;
	margin-right: 1px;
	font-weight:normal;
	
}

#sidebar .box li a:hover{
	color: #4E4E4E;
	text-decoration:underline;
	/*background-color:#A29C7C;*/
	font-weight:normal;

}
/* rightbar */
#rightbar {
	float: right;
	background: url(../images/.png) repeat-y left  ;
	width: 21%;	
	display: inline;
	margin: 10px 15px 0 0;
	color:#fff;
		
}

#rightbar .bg{
	clear: both;
  margin: 0 0px 0 10px;
  background: #fff url(../images/peel-biru.png) no-repeat right ;
  color: #fff;
  height: 17px;
  text-align:center;
	
}

#rightbar .box{
	/*background-color: #FFF;*/
	font-size: 100%;	
    padding: 5px;
	margin: 0 0px 10px 10px;
	text-indent: 5px;
	background: #fff;
	-moz-border-radius-bottomleft: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -webkit-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
	color:#66BBDD;
	font-size:11px;
	
	
}	
#rightbar .box li a {
	color:#66BBDD;
	text-decoration:none;
	font-weight:normal;

}

#rightbar .box li a:hover{
	color:#9EC068 ;
	/*background-color:#ECF1F9;*/
	font-weight:normal;
}





.bg {
	padding: 5px;
	background:#093B6D;
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
	margin:  7px 0px 0px 0px;
	color:#fff;

	
}

/*.box {
	background-color: #FFFFFF;
	border: 0px solid #f2f2f2;
	font-size: 100%;	
    padding: 5px;
	margin-right: 6px;
	margin-left: 0px;
}
*/

.box a {
	color:#66BBDD;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	
}
.box a:hover{
	color: #9EC068;
	background-color: inherit;
}
.box li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
}


.box ul {
	margin:2px 0 2px 2px;
	padding:0px 0px 0px 0px;
	list-style-type:none;

}

.box ul li {
	padding:2px 0 0px 0;  /*top right bottom left*/ 
	/*list-style-image:url(../images/external.gif);*/
  	border-bottom:0px solid #efefef;
}

div.salah{
	
	
width:50%;
padding: 10px 10px 10px 39px; /*top right bottom left*/ 
background: #E6C0C0 url(../images/error.png) no-repeat;
background-position: 5px 50%;
margin-bottom:10px;
margin-top:3px;
margin-left: 15px;
text-align:left;
font-size:10px;
color: #c00; 
border-top: 3px solid #DE7A7B; 
border-bottom: 3px solid #DE7A7B;

	
}

.border {
	/*background: #CDE0F0 url(../images/pjk_border_a.png) no-repeat left top;*/
	border: 0px solid #f2f2f2;
	margin: 5px 5px 5px 5px;
	font: 12px  "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	padding: 5px;
	color:#4E4E4E;

	
}

.news {
	/*background-color: #FFFFFF;*/
	border: 0px solid #f2f2f2;
	font: 12px  "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
    padding: 5px;
	color:#636979;
}


/* Footer */
#footer { 
	clear: both;
	color: #fff; 
	background: url(../images/footer-bottom.gif) repeat-y top;
	 padding: 0;
	 height:50px;
	font-size: 95%;
	margin:0;
        border-left: 1px solid #fff;
	border-right: 1px solid #fff;
       }
#footer a { 
	text-decoration: none;
	font-weight: bold;	
	color: #fff;
	
}


#footer .footer-center {
	text-align:center;
	font-size:10px;
	padding-top: 7px;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0 2px 0 0; /*top right bottom left*/
   padding: 0 0 0 10px;
   list-style:none;
	left: 0;
	bottom: 21px !important; 
	font: bold 11px  "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;	
}
#header li {         
   display:inline;
   margin:0; padding:5;
}
#header a {
   float:left;
   background: url(../images/tab_l.png) no-repeat left top;
   margin:0;
   padding:0 0 0 7px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tab_r.png) no-repeat right top;
   padding:6px 25px 3px 15px;
   color: #CBDDF5;

   
   
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -40px;
}
#header a:hover span {
   background-position:100% -40px;
}
#header #current a  {
   background-position:0% -40px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -40px;
	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; }

.error{
    font-size: 1em; 
    color: red;
    text-align: center;
    width: 100%;
/*  margin: 5px 25px 5px 25px; */ /*top right bottom left*/ 
}

.sukses{
    font-size: 1em; 
    color: #6297BC;
    text-align: center;
    width: 100%;
 /*   margin: 5px 25px 5px 25px;*/  /*top right bottom left*/ 
}

.tabel_header {
border: 1px solid #f2f2f2;padding: 8px;background-color: #DEF1FF;	
}

#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: #FFFFFF;
	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: url(../images/1.gif) no-repeat left;
	
	
}
div.sukses {
width:85%;
padding: 10px 10px 10px 39px;
background: #C3D2E5 url(../images/sukses.png) no-repeat;
background-position: 5px 50%;
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:10px;
color: #0055BB; 
border-top: 3px solid #84A7DB; 
border-bottom: 3px solid #84A7DB;
}

div.error {
width:85%;
padding: 10px 10px 10px 39px; /*top right bottom left*/ 
background:#E6C0C0 url(../images/error.png) no-repeat;
background-position: 5px 50%;
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:10px;
color: #c00; 
border-top: 3px solid #DE7A7B; 
border-bottom: 3px solid #DE7A7B;
}

#jdl {
padding: 15px 5px 0px 5px;
margin-right: 5px;
color:#FF4455;

}

.date{
font-weight:bold;
padding:5px 0px 0px 5px;
font-size: 11px;
}

.topik {
	padding: 5px;
	background:#093B6D;
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
	margin:  5px 5px 0px 5px;
	color:#fff;

}

hr {
border: solid 1px #8AB9E1;

}

#poling, #statistiks, #muser{
margin: 0px 0px 0px 7px;
font-size: 11px;
text-indent: 0px;
}

#calenders {
margin: 0px 0px 0px 7px;
}
.login{
margin-left: 5px;
}

#jdl-border {
padding: 10px 0px 0px 0px;
margin:  0; 
background: url(../images/bg-title-c.png) repeat-x ;
height:34px;

}

.jdl-border-l {

padding: 10px 0px 0px 0px;
margin: -10px 0 0 0; 
background: url(../images/bg-title-l.png) no-repeat top left ;
height:34px;
text-indent:20px;
font-size:13px;
color:#FFF;

}

.jdl-border-r {
 
padding: 10px 0px 0px 0px;
margin: -10px 0 0 0;
background: url(../images/bg-title-r.png) no-repeat top right;
height:34px;
text-indent:20px;
font-size:13px;
color:#FFF;

}

.border1 {

	background: #CDE0F0 url(../images/.png) no-repeat left top;
	border: 0px solid #f2f2f2;
	margin: 5px -5px 5px 0;
	font: 12px  "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 5px 0px 0px;
	color:#4E4E4E;
}

.border2 {

	background: #CDE0F0 url(../images/.png) no-repeat left bottom;
	border: 0px solid #f2f2f2;
	margin: 0px 0px 15px 0;
	font: 12px  "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	padding: 5px 0px 5px 0px;
	color:#4E4E4E;

}

.border3{

	border: 0px solid #f2f2f2;
	margin: 0px 0 0px 0;
	font: 12px  "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	padding: 5px 0px 5px 7px;
	color:#4E4E4E;

}

.bbox li {
	font-size:11px;
	color : #66BBDD;
}
