select {
  height:22px;
   font-size: 11px;
   width:100px;
 //  line-height: 11px;
}
 input[type="text"] {
   height: 13px;
   font-size: 11px;
}
 input[type="password"] {
   height: 13px;
   font-size: 11px;
}
.loadP{
	vertical-align:middle;
	color:#FFFFFF;
	font-size:18px;
	background-image: url(../Image/loading.gif);
	background-repeat: no-repeat;
	background-position:center;
	vertical-align:middle;
}
.custom-menu {
    z-index:1000;
    position: absolute;
    background-color:#C0C0C0;
    border: 1px ridge black;
    padding:2px 12px 2px 6px;
}
.editable{
  cursor:move;
  }
 input[type="file"] {
   height: 20px;
   font-size: 11px;
   line-height: 11px;
}
#processing_overlay
{
	position: absolute;
	zIndex: 99998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color:#000;
	opacity:0.5;
	cursor:wait;
}						
#processing_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #669900;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


 input[type="password"] {
   height: 12px;
   font-size: 11px;

}

 .btn {
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}
body {
	font: Verdana,Arial;
	font-size:11px;
	margin:5px;
	background-color:#000000;
	background-image: url(../Image/bg.gif);
	background-repeat: repeat-y;
}
#tablewrapper {width:98%; margin:0 auto;}
#tableheader {height:10px}
.search {
	float:left; 
	padding:0px; 
	
	
}
#tableheader select {float:left; font-size:11px;}
#tableheader input {float:left; font-size:11px; margin-left:4px;}
.details {float:right; padding-top:12px;}
.details div {float:left; margin-left:15px; font-size:12px;}
.tinytable {width:100%; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none;}
.tinytable th {background:url(../Image/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none;}
.tinytable th h3 {font-size:11px; padding:1px 8px 1px; text-align:center;}
.tinytable td {padding:2px 6px 2px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1;}
.tinytable .head h3 {
	background-image:url(../Image/sort.gif);
	background-position: 7px center;
	background-repeat: no-repeat; 
	cursor:pointer; 
	padding-left:18px;
}
.tinytable .desc, .sortable .asc {background-image:url(../Image/header-selected-bg.gif;)}
.tinytable .desc h3 {
	background-image:url(../Image/desc.gif);
	background-position: 7px center;
	background-repeat: no-repeat; 
	cursor:pointer; 
	padding-left:18px;
}
.tinytable .asc h3 {
	background-image:url(../Image/asc.gif);
	background-position:7px center;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:18px;
}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#000000}
.tinytable .evenrow td {background-color:#fff;}
.tinytable .oddrow td {background-color:#ecf2f6;}
.tinytable td.evenselected {background-color:#ecf2f6;}
.tinytable td.oddselected {background-color:#dce6ee;}
.tinytable tfoot {
	background-color:#fff; 
	font-weight:bold; 
	text-align:right;
}
.tinytable tfoot td {padding:2px 8px 2px;}
#tablefooter {height:5px; margin-top:5px;}
#tablenav {float:left;}
#tablenav img {cursor:pointer;}
#tablenav div {float:left; margin-right:10px;}
#tablelocation {float:right; font-size:12px;}
#tablelocation select {margin-right:3px;}
#tablelocation div {float:left; margin-left:15px;}
.page {margin-top:0px; font-style:italic; color:#000000;}
#selectedrow td {background-color:#c6d5e1}

.webPage{
	width:100%;
	height:100%;
	position:absolute; top:0; right:0; bottom:0;
	vertical-align:middle;
	}
	.Msg {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #000066;
}
.cariBgc{
	background-color:#009999;
	border:2px ridge #d9d9d9;
}
.tutup{
	visibility:hidden;
	display:none;
}
.dataFont{
font:Tahoma;
		font-size:11px;
		color:#000000
		font-weight:normal;
}
.remBox{
		
		border:1px ridge #d9d9d9;
		font-weight:bold;
		background-color:#00CCFF;
		font-size:10px;
		height:10px;
		}
.navBox{
		background-color:#FFFFFF;
		font-size:11px;
		color:#FFFFFF;
		}

.menuBox{
		background-color:black;
		border:1px ridge #d9d9d9;
		width:100%
		
		}

.remFont{
color:#FFFFFF;

font-size:10px;
}
.grad3{
background: #d2dfed; /* Old browsers */
background: -moz-linear-gradient(top, #d2dfed 0%, #c8d7eb 26%, #bed0ea 51%, #a6c0e3 51%, #afc7e8 62%, #bad0ef 75%, #99b5db 88%, #799bc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2dfed), color-stop(26%,#c8d7eb), color-stop(51%,#bed0ea), color-stop(51%,#a6c0e3), color-stop(62%,#afc7e8), color-stop(75%,#bad0ef), color-stop(88%,#99b5db), color-stop(100%,#799bc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* IE10+ */
background: linear-gradient(to bottom, #d2dfed 0%,#c8d7eb 26%,#bed0ea 51%,#a6c0e3 51%,#afc7e8 62%,#bad0ef 75%,#99b5db 88%,#799bc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=0 ); /* IE6-9 */}
.grad1{
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(226,226,226,1) 0%, rgba(173,173,173,1) 33%, rgba(155,155,155,1) 72%, rgba(254,254,254,1) 100%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(226,226,226,1)), color-stop(33%,rgba(173,173,173,1)), color-stop(72%,rgba(155,155,155,1)), color-stop(100%,rgba(254,254,254,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(173,173,173,1) 33%,rgba(155,155,155,1) 72%,rgba(254,254,254,1) 100%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(173,173,173,1) 33%,rgba(155,155,155,1) 72%,rgba(254,254,254,1) 100%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(173,173,173,1) 33%,rgba(155,155,155,1) 72%,rgba(254,254,254,1) 100%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(226,226,226,1) 0%,rgba(173,173,173,1) 33%,rgba(155,155,155,1) 72%,rgba(254,254,254,1) 100%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.grad5{
background: #959595; /* Old browsers */
background: -moz-linear-gradient(45deg,  #959595 0%, #0d0d0d 27%, #fcfcfc 45%, #0a0a0a 62%, #4e4e4e 78%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#959595), color-stop(27%,#0d0d0d), color-stop(45%,#fcfcfc), color-stop(62%,#0a0a0a), color-stop(78%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #959595 0%,#0d0d0d 27%,#fcfcfc 45%,#0a0a0a 62%,#4e4e4e 78%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #959595 0%,#0d0d0d 27%,#fcfcfc 45%,#0a0a0a 62%,#4e4e4e 78%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #959595 0%,#0d0d0d 27%,#fcfcfc 45%,#0a0a0a 62%,#4e4e4e 78%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(45deg,  #959595 0%,#0d0d0d 27%,#fcfcfc 45%,#0a0a0a 62%,#4e4e4e 78%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 /* IE6-9 fallback on horizontal gradient */}
.grad6{
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

.grad7{
background: rgb(252,255,244); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(252,255,244,1)), color-stop(40%,rgba(223,229,215,1)), color-stop(100%,rgba(179,190,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.grad8{
background: rgb(243,226,199); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(243,226,199,1)), color-stop(50%,rgba(193,158,103,1)), color-stop(51%,rgba(182,141,76,1)), color-stop(100%,rgba(233,212,179,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
.frmClr{
background: rgb(214,249,255); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(214,249,255,1) 0%, rgba(158,232,250,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(214,249,255,1)), color-stop(100%,rgba(158,232,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(214,249,255,1) 0%,rgba(158,232,250,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=1 ); 
border:1px solid black;/* IE6-9 fallback on horizontal gradient */
}
.grad2{
background: #f6f8f9; /* Old browsers */
background: -moz-linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
background: linear-gradient(45deg, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 );}
.warnFont{
color:#FF0000;
font-weight:bold;
}
	.footer{
		 font-family: 'Tahoma', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
		font-size:12px;
		background-color:#00CCFF;
		border:2px ridge #d9d9d9;
		}
	.header{
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bolder;
		background: #007ead;
		padding:5px 0 0 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
		border:1px ridge #d9d9d9;
		}
		.titleFont{
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bolder;
		color:#FFFFFF;
		border:2px ridge #d9d9d9;
		}
		.leftContent{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
		
		}
		.hdrFont{
		 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
		font-size:14px;
		font-weight:bolder;
		color:#000033;
		}
		.contentFont{
		 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
		font-size:12px;
		font-weight:bolder;
		color:blue;
		}
		.boxfont{
		font:Tahoma;
		font-size:10px;
		color:#000033;
		line-height:14px;
		}
		.formBg{
		border:1px outset #afafaf;
		background-color:lavender;
		}
		.box {
	border-top: 0.1mm solid #000066;
	border-right: 0.1mm solid #000066;
	border-bottom: 0.1mm solid #000066;
	border-left: 0.1mm solid #000066;
	 font-family: 'Tahoma', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#000000;
}

.upperC{
text-transform:uppercase;
}
.fontRight{
text-align:right;
}
.fontCenter{
text-align:center;
}
.boxHead {
	border-top: 0.1mm solid #000066;
	border-right: 0.1mm solid #000066;
	border-bottom: 0.1mm solid #000066;
	border-left: 0.1mm solid #000066;
	 font-family: 'Tahoma', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-align:center;
		font-weight:bold;
		
	
}
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.bodyFont{
	font-family: tahoma;
	font-size: 11px;
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 11px;
	padding: .3em 1.5em .2em;
}
.small {
	font-size: 11px;
	padding: 1px 5px 1px;
}
.abu2 {
	color: #e9e9e9;
	border: solid 1px #e9e9e9;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.biru{
background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
	}
.abu3
{
background: #616161;
border: solid 1px #e9e9e9;
	color: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
	}
	.putih{
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.rosi{
background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
	}
	.hitam{
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	}
/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border : solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
.customColor1{
background-image: linear-gradient(bottom, rgb(50,153,115) 40%, rgb(102,156,141) 66%);
background-image: -o-linear-gradient(bottom, rgb(50,153,115) 40%, rgb(102,156,141) 66%);
background-image: -moz-linear-gradient(bottom, rgb(50,153,115) 40%, rgb(102,156,141) 66%);
background-image: -webkit-linear-gradient(bottom, rgb(50,153,115) 40%, rgb(102,156,141) 66%);
background-image: -ms-linear-gradient(bottom, rgb(50,153,115) 40%, rgb(102,156,141) 66%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(50,153,115)),
	color-stop(0.66, rgb(102,156,141))
);


}

/* Menu */
ul.topnav {
	list-style: none;
	padding: 0 15px;	
	margin: 0;
	float: left;
	width: 97%;
	background: #222;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	background-image:url(../Image/topnav_bg.gif);
	background-repeat:repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 5px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background-image: url(../Image/topnav_hover.gif);
	background-repeat: no-repeat;
	background-position:center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 25px;
	float: left;
	background-image: url(../Image/subnav_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background-color: #333;
	background-image:url(../Image/dropdown_linkbg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 5px;
}
html ul.topnav li ul.subnav li a:hover {
	background-color: #222;
	background-image: url(../Image/dropdown_linkbg.gif);
	background-repeat: no-repeat;
	background-position: 10px center; 
}
.warn1{
background-color:#00CCFF;
}
.warn2{
background-color:#0066FF;
}
.warn3{
background-color:#FF0000;
}
.scrolla {
	overflow: scroll;
}
.tgScroll1{
height:460px;
}
.tgScroll2{
height:330px;
}
.tgScroll4{
height:440px;
}
.tgScroll8{
height:460px;
}

.tgScroll3{
height:410px;
}
.tgScroll13{
height:460px;
}
.tgScroll5{
height:495px;
}
.tgScroll6{
height:470px;
}
.tgScroll7{
height:346px;
}
.tgScroll9{
height:390px;
}
.tgScroll8{
height:580px;
}
.tgScroll10{
height:290px;
}
.tgScroll11{
height:685px;
}
.tgScroll12{
height:360px;
}
.tgScroll0{
height:750px;
}
.leftC{display:block; overflow:auto; width:100%; vertical-align:middle;  }
.unnamed1 {
	overflow: auto;
	width:100%;
	color: #e9e9e9;
	border:1px #555;
}
.bodyH{
height:570px;
}
.bodyH2{
height:515px;
}
.bodyH3{
height:550px;
}
.dataH{
height:560px;
}
.pDataH{
height:540px;
}
.dataH2{
height:520px;
}
.dataH3{
height:350px;
}
.dataH33{
height:330px;
}
.dataH13{
height:370px;
}
.dataH5{
height:350px;
}
.dataH6{
height:500px;
}
.dataH7{
height:245px;
}
.dataH8{
height:430px;
}
.dataH9{
height:410px;
}
.dataH4{
height:490px;
}
.dataH10{
height:325px;
}
.unnamed2 {
	overflow: auto;
	width:100%;

	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
