td {
	font-family: verdana;
	font-size: 08pt;
}


.tJaringanTable a:hover, .tJaringanTable a.selected {
	font-size: 07.5pt;
	color: rgb(222,59,33);
	text-decoration: none;
}

.tJaringanTable a {
	font-size: 07.5pt;
	color: rgb(43,62,200);
	text-decoration: none;
}

select {
	font-size: 08pt;
    background-color: rgb(224,223,223);
    color: rgb(182,47,6);
    cursor:pointer;
}

h3, p { 
        font-size: 11px; 
        margin: 1em 0.5em 0.5em 0.5em; 
}

p { 
        margin-top: 0.5em; 
}

img {
        border: 0;
}

a {
        color: #be0404;
        text-decoration: none;
		font-family: verdana;
}

input {
	font-family: verdana;
}	

/*---------------------------*/
/* Section 10.4  Text colors */
/*---------------------------*/

/* Basic Colors */
.txt-white {
	color: rgb(255,255,255);
}

.txt-black {
	color: rgb(0,0,0);
}

/* Grey */
.txt-grey01 {
	color: rgb(242,242,242);
}

.txt-grey02 {
	color: rgb(230,230,230);
}

.txt-grey03 {
	color: rgb(217,217,217);
}

.txt-grey04 {
	color: rgb(204,204,204);
}

.txt-grey05 {
	color: rgb(191,191,191);
}

.txt-grey06 {
	color: rgb(178,178,178);
}

.txt-grey07 {
	color: rgb(153,153,153);
}

.txt-grey08 {
	color: rgb(127,127,127);
}

.txt-grey09 {
	color: rgb(89,89,89);
}

.txt-grey10 {
	color: rgb(51,51,51);
}

/* Yellow */
.txt-yellow01 {
	color: rgb(254,252,232);
}

.txt-yellow02 {
	color: rgb(253,249,201);
}

.txt-yellow03 {
	color: rgb(253,246,185);
}

.txt-yellow04 {
	color: rgb(252,243,162);
}

.txt-yellow05 {
	color: rgb(251,239,139);
}

.txt-yellow06 {
	color: rgb(250,236,116);
}

.txt-yellow07 {
	color: rgb(249,233,93);
}

.txt-yellow08 {
	color: rgb(249,230,69);
}

.txt-yellow09 {
	color: rgb(248,227,46);
}

.txt-yellow10 {
	color: rgb(247,224,23);
}

/* Blue */
.txt-blue01 {
	color: rgb(238,237,249);
}

.txt-blue02 {
	color: rgb(222,220,242);
}

.txt-blue03 {
	color: rgb(205,202,236);
}

.txt-blue04 {
	color: rgb(189,185,229);
}

.txt-blue05 {
	color: rgb(172,167,223);
}

.txt-blue06 {
	color: rgb(155,149,217);
}

.txt-blue07 {
	color: rgb(139,132,210);
}

.txt-blue08 {
	color: rgb(57,168,224);
}

.txt-blue09 {
	color: rgb(106,97,197);
}

.txt-blue10 {
	color: rgb(89,79,191);
}

/* Green */
.txt-green01 {
	color: rgb(237,246,229);
}

.txt-green02 {
	color: rgb(220,238,204);
}

.txt-green03 {
	color: rgb(202,229,178);
}

.txt-green04 {
	color: rgb(185,220,153);
}

.txt-green05 {
	color: rgb(167,211,127);
}

.txt-green06 {
	color: rgb(149,203,102);
}

.txt-green07 {
	color: rgb(132,194,76);
}

.txt-green08 {
	color: rgb(114,185,51);
}

.txt-green09 {
	color: rgb(97,177,25);
}

.txt-green10 {
	color: rgb(79,168,0);
}

/* Red */
.txt-red01 {
	color: rgb(252,235,233);
}

.txt-red02 {
	color: rgb(248,216,211);
}

.txt-red03 {
	color: rgb(245,196,188);
}

.txt-red04 {
	color: rgb(242,177,166);
}

.txt-red05 {
	color: rgb(238,157,144);
}

.txt-red06 {
	color: rgb(235,137,122);
}

.txt-red07 {
	color: rgb(232,118,100);
}

.txt-red08 {
	color: rgb(229,98,77);
}

.txt-red09 {
	color: rgb(225,79,55);
}

.txt-red10 {
	color: rgb(222,59,33);
}

/*----------------------------------*/
/* Section 10.5 - Background colors */
/*----------------------------------*/

/* Basic Colors */
.bg-white {
	background-color: rgb(255,255,255);
}

.bg-black {
	background-color: rgb(0,0,0);
}

/* Grey */
.bg-grey01 {
	background-color: rgb(242,242,242);
}

.bg-grey02 {
	background-color: rgb(230,230,230);
}

.bg-grey03 {
	background-color: rgb(217,217,217);
}

.bg-grey04 {
	background-color: rgb(204,204,204);
}

.bg-grey05 {
	background-color: rgb(191,191,191);
}

.bg-grey06 {
	background-color: rgb(178,178,178);
}

.bg-grey07 {
	background-color: rgb(153,153,153);
}

.bg-grey08 {
	background-color: rgb(127,127,127);
}

.bg-grey09 {
	background-color: rgb(89,89,89);
}

.bg-grey10 {
	background-color: rgb(51,51,51);
}

/* Yellow */
.bg-yellow01 {
	background-color: rgb(254,252,232);
}

.bg-yellow02 {
	background-color: rgb(253,249,201);
}

.bg-yellow03 {
	background-color: rgb(253,246,185);
}

.bg-yellow04 {
	background-color: rgb(252,243,162);
}

.bg-yellow05 {
	background-color: rgb(251,239,139);
}

.bg-yellow06 {
	background-color: rgb(250,236,116);
}

.bg-yellow07 {
	background-color: rgb(249,233,93);
}

.bg-yellow08 {
	background-color: rgb(249,230,69);
}

.bg-yellow09 {
	background-color: rgb(248,227,46);
}

.bg-yellow10 {
	background-color: rgb(247,224,23);
}

/* Blue */
.bg-blue01 {
	background-color: rgb(238,237,249);
}

.bg-blue02 {
	background-color: rgb(222,220,242);
}

.bg-blue03 {
	background-color: rgb(205,202,236);
}

.bg-blue04 {
	background-color: rgb(189,185,229);
}

.bg-blue05 {
	background-color: rgb(172,167,223);
}

.bg-blue06 {
	background-color: rgb(155,149,217);
}

.bg-blue07 {
	background-color: rgb(139,132,210);
}

.bg-blue08 {
	background-color: rgb(122,114,204);
}

.bg-blue09 {
	background-color: rgb(106,97,197);
}

.bg-blue10 {
	background-color: rgb(89,79,191);
}

/* Green */
.bg-green01 {
	background-color: rgb(237,246,229);
}

.bg-green02 {
	background-color: rgb(220,238,204);
}

.bg-green03 {
	background-color: rgb(202,229,178);
}

.bg-green04 {
	background-color: rgb(185,220,153);
}

.bg-green05 {
	background-color: rgb(167,211,127);
}

.bg-green06 {
	background-color: rgb(149,203,102);
}

.bg-green07 {
	background-color: rgb(132,194,76);
}

.bg-green08 {
	background-color: rgb(114,185,51);
}

.bg-green09 {
	background-color: rgb(97,177,25);
}

.bg-green10 {
	background-color: rgb(79,168,0);
}

/* Red */
.bg-red01 {
	background-color: rgb(252,235,233);
}

.bg-red02 {
	background-color: rgb(248,216,211);
}

.bg-red03 {
	background-color: rgb(245,196,188);
}

.bg-red04 {
	background-color: rgb(242,177,166);
}

.bg-red05 {
	background-color: rgb(238,157,144);
}

.bg-red06 {
	background-color: rgb(235,137,122);
}

.bg-red07 {
	background-color: rgb(232,118,100);
}

.bg-red08 {
	background-color: rgb(229,98,77);
}

.bg-red09 {
	background-color: rgb(225,79,55);
}

.bg-red10 {
	background-color: rgb(222,59,33);
}

/* orange */
.bg-orange01 {
	background-color: rgb(248,222,204);
}

.bg-orange02 {
	background-color: rgb(253,188,144);
}

.judultabel {
	font-family: verdana; 
	background-color: rgb(0,102,153);
	color: rgb(255,255,255);
	border-color: black black #FFFFFF;
	text-align: center; 
	border-style: dashed; 
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}

.isitabel {
	font-family: verdana; 
	color: rgb(0,0,0);
	border-color: black black rgb(255,255,255);
	background-color: rgb(240,243,244);
	text-align: center; 
	border-style: solid; 
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}

.datatable {
	font-family: verdana; 
	color: rgb(0,0,0);
	border-color: black black rgb(255,255,255);
	background-color: rgb(240,243,244);
	border-style: solid; 
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
}

.submit {
        background: #db8100;
        color: #e5e4e2;
        border: 1px solid #e5e4e2;
        cursor:pointer;
}

/* Heading */
h1 {
	clear: left;
	margin: 1.0em 0px 1.0em 0px; 
	font-weight: bold; 
	font-size: 150%;
}

h2 {
	clear: left; 
	margin: 1.5em 0px 1.0em 0px; 
	font-weight: bold; 
	font-size: 140%;
}

h3 {
	clear: left; 
	margin: 1.0em 0px 0.6em 0px;	
	font-weight: bold; 
	font-size: 130%;
}

h4 {
	clear: left; 
	margin: 0.5em 0px 0.5em 0px;	
	font-weight: bold; 
	font-style: italic; 
	font-size: 130%;
}


/*********************** SCROLLERS ***********************/
.root     {
    position:relative;
	left:225px;
	top:93px;
	width:470px;
	height:465px;
    margin:       0px 0px 8px 7px;   
     
    }
.root p   {
    margin:      10px 10px 5px 0px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      350px; 
/*    height:      200px; */
    clip:      rect(0 467 200 0); 
    overflow:      auto; 
/*    border-top:    2px solid #000000;
    border-left:    2px solid #000000;
    border-right:    2px solid #686262;
    border-bottom:    2px solid #686262;
    background:    #D9D9B0;*/
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      100px; 
    }
    
.konsultasi-area {
    position: absolute; 
    left:     0px; 
    top:     218px; 
/*    background-color:rgb(219,220,221);*/
	background-color: transparent;
	color: rgb(43,62,200);
}

.inner_main_content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80%;
	text-align: bottom;
	overflow-y: auto;
	overflow-x: auto;
/*	
	margin-left: auto;
    margin-right: auto; 
*/    
	background-color: transparent;
}
.spec_content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:80%;
	text-align: bottom;
	overflow-y: auto;
	overflow-x: auto;
	margin-left: auto;
    margin-right: auto; 
	background-color: rgb(219,220,221);
}

.spec_button_group{
	position:absolute;
	left:10px;
	top:350px;
	height:7%;
	width:95%;
}

.inner_button_group{
	position:absolute;
	left:10px;
	top:390px;
	height:12%;
	width:95%;
	border: 1px solid rgb(223,218,218);
}

.inner_header_content{
	position:absolute;
	left:0px;
	top:0px;
	height:58%;
	width:100%;
}

.compare_content {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:92%;
	text-align: bottom;
	overflow-y: auto;
	overflow-x: auto;
	margin-left: auto;
    margin-right: auto; 
/*    	
	scrollbar-arrow-color: rgb(223,218,218); 
	scrollbar-base-color: rgb(223,218,218); 
	scrollbar-track-color: rgb(255,255,255); 
	scrollbar-face-color: rgb(255,255,255); 
	scrollbar-shadow-color: rgb(255,255,255); 
	scrollbar-highlight-color: rgb(255,255,255); 
	scrollbar-3d-light-color: rgb(255,255,255);
	scrollbar-darkshadow-color: rgb(223,218,218); 
*/	
	background-color: transparent;
}

.compare_button_group{
	position:absolute;
	left:10px;
	top:420px;
	height:5%;
	width:95%;
}

.compare_header_content{
	position:absolute;
	left:0px;
	top:0px;
	height:60%;
	width:100%;
}

.tTableInfoLeft {
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	FONT-SIZE: 11px; 
	BACKGROUND: rgb(177,231,239); 
	PADDING-BOTTOM: 1px; 
	COLOR: rgb(0,0,0); 
	PADDING-TOP: 1px; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	HEIGHT: 23px; 
	TEXT-ALIGN: right
}

.tTableAllSpec {
	BORDER-RIGHT: #cecece 1px solid; 
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	FONT-SIZE: 11px;
	COLOR: #666666; 
	BORDER-BOTTOM: #cecece 1px solid; 
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	HEIGHT: 23px; 
	TEXT-ALIGN: left; 
	text-valign: middle;
}

.plain {background-color: #eee}
.hilite {background-color: #0cf}
.hilite2 {font-weight:normal}
.onfocus {background-color: rgb(255,255,255);font-weight:bold}

