/*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: 22px;
height: 30px;
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: #000077;
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 12px 4px 2px; /*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;
color: #000066;
background: transparent url('images/aeroleft2.gif') no-repeat top left;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #000066;
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;
}


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.is1 {
        padding: 4px;
        background-color: #F3F3F3;
        border-bottom: 1px solid #E8E8E8;
}
td.isihal {
        padding: 6px;
        text-align: center;
        border-top: 2px solid #F09506;
}

.markermenu {
list-style-type: none; margin: 5px 0;
padding: 0; width: 100%; 
}
.markermenu li a{
font-family: Georgia, Tahoma;
background: url('images/bullet.gif') no-repeat 26px center;
color: #FFFFFF; display: block; width: auto;
text-decoration: none;
font-style:normal; 
font-variant:normal; 
padding: 7 0 7 44;
font-size:11px;
}
* 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{
color: #FFFFFF;
}
.markermenu li a:hover{
color: #DF7000;
font-weight: bold;
font-size: 11px;
background-image:url('images/bullet.gif');
padding: 7 0 7 44;
}

.markermenu2 {
list-style-type: none; margin: 5px 0;
padding: 0; width: 100%; 
}
.markermenu2 li a{
font-family: Georgia, Tahoma;
background: url('images/bullet.gif') no-repeat 26px center;
color: #6C685E; display: block; width: auto;
text-decoration: none;
font-style:normal; 
font-variant:normal; 
padding: 7 0 7 44;
font-size:11px;
}
* html .markermenu2 li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 100%;
}
.markermenu2 li a:visited, .markermenu li a:active{
color: #6C685E;
}
.markermenu2 li a:hover{
color: #DF7000;
font-weight: bold;
font-size: 11px;
background-image:url('images/bullet.gif');
padding: 7 0 7 44;
}



body {
	background-color: #FFFFFF;
}
.link {
	color: #0000FF;
	font-family: Tahoma;
	text-decoration: none;
    	font-size: 11px;
}
.link:hover {
	color: #FF0000;
	text-decoration: underline;
    	font-size: 11px;
}
.linkproyek {
	color: #0000FF;
	font-weight: bold;
	font-family: Georgia, Tahoma;
	text-decoration: none;
    	font-size: 14px;
}
.linkproyek:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
    	font-size: 14px;
}
.linkmenuadmin {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.linkmenuadmin:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.linkus {
	color: #FFFFFF;
	text-decoration: none;
}
.linkus:hover {
	color: #FF9122;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0px;
}
img.fotopro {
	border: 1px solid #E4BD05;
}
td, select, input, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
td.spaceline {
	font-size: 7px;
}
td.copyright {
	background-color: #034AC6;
	padding: 10px;
	border-top: 2px solid #000000;
	text-align: center;
	color: #FFFFFF;
}
td.isiempty {
        padding: 10px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
        background-color: #FFF3F2;
	border-top: 1px dashed #FF0000;
	border-bottom: 1px dashed #FF0000;
}
td.isiall {
  	padding: 2px;
  	border: 2px solid #A9A9A9;
}
td.isitengah {
	padding: 4 0 2 18;
}
td.icopyright {
	padding: 0 0 0 20;
	text-align: left;
	color: #FFFFFF;
}
td.jdl1 {
	padding: 0 0 0 20;
	font-weight: bold;
	font-family: Georgia, Tahoma;
	color: #FFFFFF;
}
td.isitengah {
	padding: 8 0 0 0;
}
td.jdl2 {
	font-family: "Trebuchet MS", Georgia, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #DD6F00;
}