/*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: 528px; /*Width of Carousel Viewer itself*/
height: 104px; /*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: 9px; /*margin around each panel*/
width: 530px; /*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: #E2E2E2;
margin-bottom: 0; 
font-style:normal; 
font-variant:normal; 
font-size:13px;
padding: 5 0 5 12;
font-weight: bold;
border-bottom:1px solid #F8F8F8;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #191919;
font: 12px Lucida Sans Unicode;
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: 12px Lucida Sans Unicode;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 22px; 
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #191919;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #880000;
background: #1C86BD;
}




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;
}


/*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: 4px;
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: 3px 13px 5px 3px; /*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: #FFFFFF;
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;
}


.markermenu{
list-style-type: none; 
margin: 0 0 0 0;
padding: 0; width: 100%; 
}
.markermenu li a{
font-weight: bold;
display: block; width: auto;
text-decoration: none;
font-style:normal; font-variant:normal; 
padding: 8 0 8 22;
color: #0A456A;
font: 11px Tahoma;
border-bottom:1px solid #FFFFFF;
}
* 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: #0A456A;
}
.markermenu li a:hover{
padding: 8 0 8 22;
color: #FFFFFF;
font-weight: bold;
background-color: #F67809;
}



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

.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;
	font-weight: bold;
}

.linkpro {
	font-weight: bold;
	color: #0000FF;
	font:14px georgia;
	text-decoration: none;
}
.linkpro:hover {
	color: #FF0000;
	text-decoration: underline;
}

.linkservice {
	font-weight: bold;
	color: #0000FF;
	font:16px georgia;
	text-decoration: none;
}
.linkservice:hover {
	color: #FF0000;
	text-decoration: underline;
}

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

td, select, textarea {
	font-family: "Lucida Sans Unicode", Tahoma;
	color: #191919;
    font-size: 11px;
}

input, textarea {
    font-family: "Lucida Sans Unicode", Tahoma; 
	height:24px;
	padding:3 2 0 3;
	font-size:11px;
	border:1px solid #C0C0C0; 
}

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

.submitbutton {
	height:24px; 
	border:1px solid #FFFFFF; 
	background-color:#F67809; 
	color:#FFFFFF;
	padding-bottom:4px;
}

.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;
	font-weight: bold;
}

td.icopyright {
	padding: 10 10 10 10;
	color: #FFFFFF;
	text-align: center;
}

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

td.allcontent {
	background-color: #FFFFFF;
	padding: 2 4 8 4;
}

td.leftcontent {
	background-color: #F1F1F1;
	padding: 0px;
}

td.rightcontent {
	background-color: #FFFFFF;
	padding: 0 0 0 4;
}

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

td.title1 {	
	padding:2 2 2 12;
	font:12px georgia;
	border-top: 1px solid #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}

td.title2 {	
	padding:2 2 2 12;
	font:12px georgia;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #191919;
	background-color: #F2F2F2;
	font-weight: bold;
}

td.titlecontent {
	padding: 2 10 2 38;
}

td.titlepagecontent {
	padding: 8 8 8 12;
}