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

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 488px; /*Width of Carousel Viewer itself*/
height: 94px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



.urbangreymenu{
width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
background: #D8D8D8 url('arrowstop.gif') no-repeat 8px 6px;
margin-bottom: 0; 
font-style:normal; 
font-variant:normal; 
font-size:13px;
padding: 6 0 6 12;
font-weight: bold;
border-bottom:1px solid #F8F8F8;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #004400;
font: 12px Tahoma;
display: block;
}

.urbangreymenu .headerbar a:hover{
font-weight: bold;
}


.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
color: black;
font: 11px Tahoma;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 22px; 
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #006600;
}


.aerobuttonmenu{ /*container that holds a row of aero buttons*/
width: auto;
background: transparent; 
padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

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

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: right;
font: bold 11px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 6px; /*spacing between buttons*/
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;
font-size:11px;
font-family: Tahoma;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #264603; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4 19 7 9; /*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;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: 8AA609;
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
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.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: 6 0 6 4;
	background-color: #F1F1F1;
	font-weight: bold;
	border-bottom: 1px solid #C0C0C0;
	color: #000000;
}

td.isiline {
        padding: 4px;
        border-bottom: 1px solid #F1F1F1;
}


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

.solidblockmenu{
margin:0; padding:0;
float: left;
height: 100%;
width: 100%;
font-style:normal; font-variant:normal; font-weight:bold;
font-size:11px; font-family: Tahoma
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
padding: 17 31 16 30;
text-decoration: none;
border-right: 1px solid #FFFFFF;
color: #FFFFFF;
background-color: #022144;
}
.solidblockmenu li a:visited{
color: #FFFFFF;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: yellow;
background-color: #005500;
}


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



.bodyx {
	background:url('images/backbody.gif') repeat-x top;
	background-color: #6F0A0A; 
}

.link {
	color: #0000FF;
	text-decoration: none;
}
.link:hover {
	color: #FF0000;
	text-decoration: underline;
}
.linkmenuadmin {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}
.linkmenuadmin:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Tahoma;
}
.linkus {
	color: #0000FF;
	text-decoration: none;
}
.linkus:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.linkinfo {
	font-family: Tahoma;
	font-size: 10px;
	color: #008800;
	text-decoration: none;
}
.linkinfo:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
}
.linknews {
	color: #0000FF;
	font-weight: bold;
	font-family: Georgia;
	text-decoration: none;
	font-size:14px;
}
.linknews:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

img.foto {
	border:0px;
}
img.fotopro {
	border:0px;
}
img.fotopartner {
	border: 1px solid #E8E8E8;
}

td, select, input, textarea {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma;
	color: #630808;
    	font-size: 12px;
}

.inputtext {
	height:24px;
	padding:3 2 0 3;
	border:1px solid #3B680A; 
}

.submitbutton {
	height:24px; 
	border:1px solid #FFFFFF; 
	background-color: #3B680A; 
	color:#FFFFFF;
}

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

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


td.isiempty {
	padding: 10 0 10 0;
	color: #FF0000;
	text-align:center;
	font-family: georgia;
	font-size: 12px;
}

td.icopyright {
	color: #FFFFFF;
	padding-top:15px;
	text-align: center;
}

td.spaceline {
	font-size:7px;
}

td.allcontent {
	background-color: #FFFFFF;
	padding-bottom:10px;
}

td.leftcontent {
	padding: 0 12 0 0;
	background:url('images/lembur_kuring_04.gif') no-repeat top left;
}

td.welcome {
	background:url('images/welcome.gif') no-repeat top left;
	padding: 9 10 2 14;
}

td.titlepage {
	font-family: georgia;
	padding: 5 0 2 14;
	font-weight: bold;
}

td.title1 {
	padding: 0 0 0 46;
	background:url('images/title1.gif') no-repeat top center;
	color: #FFFFFF;
	font-weight: bold;
}

td.isigb {
	background-color: #F2F8D1;
	background:url('images/gb_02.gif') no-repeat bottom center;
	padding: 6 10 2 13;
}

td.title2 {
	padding: 0 0 0 14;
	background:url('images/title2.gif') no-repeat top center;
	color: #FFFFFF;
	font-weight: bold;
}

td.isipage {
	background:url('images/backpage.gif') no-repeat right 8px top;
	padding:12 2 2 1;
}

td.isiboxmenu {
	background: #E9E9E9;
}

td.backgallery {
	background:url('images/backgallery.gif') no-repeat top;
	padding: 48 6 10 14;
}

td.backpartner {
	background:url('images/backpartner.gif') no-repeat top;
	padding: 60 4 2 14;
}

td.backproduct {
	background:url('images/backproduct.gif') no-repeat top;
	padding: 8 6 6 7;
}

