td.juduladmin {
        padding: 6px;
        background-color: #F1F1F1;
        font-weight: bold;
	border-bottom: 2px solid #000000;
        color: #000000;
        text-align: left;
}
td.judul4dm1n {
        padding: 6px;
        background-color: #66CCFF;
        border: 1px solid #66CCFF;
        font-weight: bold;
        color: #000000;
        text-align: center;
}
td.isijuduladmin {
        padding: 8px;
        background-color: #FFFFFF;
        color: #000000;
        text-align: center;
}
td.isititle {
	padding: 0px;
	border-bottom: 2px solid #000000;
}
td.isierror {
        padding: 4px;
        background-color: #FF0000;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
}
td.jdl {
        padding: 4px;
        text-align: center;
        font-weight: bold;
        background-color: #E8E8E8;
        border-bottom: 2px solid #000000;
}
td.isi {
        padding: 4px;
        background-color: #FFFFFF;
        border-bottom: 1px solid #E8E8E8;
}
td.1s1 {
        padding: 4px;
        border-bottom: 1px solid #CAF0CF;
}
td.is1 {
        padding: 4px;
        background-color: #F3F3F3;
        border-bottom: 1px solid #E8E8E8;
}
td.isihal {
        padding: 6px;
        text-align: center;
        border-top: 2px solid #F09506;
}
td.isired {
	padding: 4px;
	color: #FF0000;
	background-color: #FFE8EE;
	border-bottom: 1px dotted #FF0000;
	border-top: 1px dotted #FF0000;
}
td.isigreen {
	padding: 4px;
	color: #008800;
	background-color: #E7FEEA;
	border-bottom: 1px dotted #008800;
	border-top: 1px dotted #008800;
}
td.copyright {
	padding:16px;
	border-top: 2px solid #000000;
	background-color: #F1F1F1;
}
td.menujdl {
	padding: 4 0 4 4;
	background-color: #F1F1F1;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	color: #000000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ 
overflow: hidden;
width: auto;
background: transparent;
padding: 0 4 8 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ 
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 11px Tahoma; 
line-height: 23px;
height: 31px;
padding-left: 10px; 
text-decoration: none;
margin-right: 5px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #FFFFFF;
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 1px; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
background: transparent url('images/aeroleft2.gif') no-repeat top left;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
background: transparent url('images/aeroright2.gif') no-repeat top right;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('images/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
position: relative;
top: 0px;
padding-right: 0px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}




.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma, Arial;
width: 100%;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #FFFFFF;
padding: 8 16 8 16;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: #FFFFFF;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
background: url('images/blockactive.gif') repeat-x center;
border:1px solid #FFFFFF;
color: #FFFFFF; padding-left:15; padding-right:15; padding-top:7; padding-bottom:7
}

.markermenu{
list-style-type: none; margin: 5px 0;
padding: 0; width: 100%; 
}
.markermenu li a{
font-family: Tahoma;
background: url('images/bullet.gif') no-repeat 11px center;
color: #006600; 
font-weight: bold;
display: block; width: auto;
text-decoration: none;
font-style:normal; font-variant:normal; 
padding: 6 0 6 34;
font-size:11px;
border-bottom: 1px solid #E7E7E7;
}
* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
}
.markermenu li a:visited, .markermenu li a:active{
font-family: Tahoma;
font-weight: bold;
color: #006600;
}
.markermenu li a:hover{
font-family: Tahoma;
color: #FF9900;
font-weight: bold;
background: url('images/bullet.gif') no-repeat 11px center;
background-color: #F1F1F1;
border-bottom: 1px solid #E7E7E7;
}



.bodyx {
	background: url('images/_backbody.gif') repeat-x top;
	background-color: #097fbc;
}

.link {
	color: #0000FF;
	text-decoration: none;
}
.link:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.linkbwh {
	color: #008800;
	text-decoration: none;
}
.linkbwh:hover {
	color: #FF0000;
	text-decoration: underline;
}
.linkpro {
	color: #0000FF;
	text-decoration: none;
}
.linkpro:hover {
	color: #FF0000;
	text-decoration: underline;
}
.linkmenuadmin {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.linkmenuadmin:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

.linkus {
	color: #0000FF;
	text-decoration: none;
}
.linkus:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.linknews {
	color: #0000FF;
	font-weight: bold;
	font-family: Georgia;
	text-decoration: none;
	font-size:12px;
}
.linknews:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.fotospace {
	background-color: #F9F9F9;
	padding: 0 3 4 3;
	margin: 2px;
	border: 1px solid #F9F9F9;
	float: right;
	font-size: 9px;
	font-family: tahoma;
}

.fotospac3 {
	background-color: #F9F9F9;
	padding: 0 3 4 3;
	margin: 2px;
	border: 1px solid #F9F9F9;
	float: center;
	font-size: 9px;
}

img.foto {
	border: 1px solid #008800;
}

td, select, input, textarea {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	color: #7C1010;
}
td.isiempty {
	padding: 8px;
	color: #FF0000;
	background-color: #FFE8EE;
	text-align:center;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	border-bottom: 1px dotted #FF0000;
	border-top: 1px dotted #FF0000;
}

td.icopyright {
	border-top: 2px solid #000000;
	text-align: center;
	background:url('images/karya_sejati_09.gif') no-repeat top;
	color: #7A0909;
	padding: 14 0 14 0;
}
td.spaceline {
	font-size:6px;
}

td.isiall {
	background:url('images/karya_sejati_09.gif');
	background-color: #FFFFFF;
	padding: 0 0 4 0;
}

td.kiri {
	padding: 0 0 0 4;
}
td.kanan {
	padding: 0 4 0 9;
}

td.alamat {
	padding: 12 2 2 10;
	background:url('images/_office.gif') no-repeat left;
}
td.welcome {
	padding: 12 180 10 10;
	background:url('images/_welcome.gif') no-repeat left;
	border-bottom:1px solid #C0C0C0;
}

td.judul1 {
	padding: 6 2 6 10;
	font-weight: bold;
	background-color: #E98B04;
	color: #FFFFFF;
	border-bottom: 2px solid #000000;
}
td.judul2 {
	padding: 6 2 6 10;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #000000;
	border-bottom: 2px solid #000000;
}

td.isijudul {
	padding: 8 2 6 10;
}