/* ===== Tag redefs ============================================================= */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #6699FF;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1 { /* White-gray title bar */
	color: #FFFFFF;
	font-size: 20pt;
	background-color: #999999;
	padding: 4px 6px;
	text-align: left;
	margin: 0px;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1.h1ca {
	background-color: #CC0000;
}
h2 { /* Red UPPERCASE Titles */
	color: #CC0000;
	font-size: 12pt;
	position: static;
	text-align: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 16px;
	font-weight: normal;
	font-style: normal;
}
h2.h2sub { /* REVIEW it : turn to h3 */
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-transform: none;
}
h3 { /* Normal just Bolder titles */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 15px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #E0E0E0;
	margin: 6px 0px 0px;
	padding: 4px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px;
	text-align: left;
	color: #000000;
}

ul, ol {
	list-style-position: outside;
	position: static;
	text-align: left;
	padding: 0px;
	word-spacing: 3px;
	margin-left: 18px;
	margin-top: 6px;
	margin-bottom: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	position: static;
	margin-bottom: 6px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img.photo {
	border: 1px solid #000000;
}

img.ppimg {
	border: 1px solid #999999;
}

hr {
	color: #CCCCCC;
	clear: both;
}
form {
	position: static;
	margin: 0px;
	padding: 0px;
	text-align: center;	/*width: 99%;*/
}
input {
	font-size: 11px;
	color: #333333;
}
select {
	font-size: 11px;
	color: #333333;
	position: static;
}

/* ===== Main Page Elements - unique by id ======================================= */
div#gd {
	position: static;
	width: 970px;
}
div#gh {
	position: static;
	width: auto;
}

div#gnb {
	background-color: #FFFFFF;
	position: static;
	width: auto;
	height: 24px;
	margin: 0px;
	padding: 0px 4px;
	overflow: hidden;
}
table#gnb {
	width: 100%;
	position: static;
}
td#mamu {
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td#lamu {
	text-align: right;
	padding: 0px;
}

div#gph {
	background-color: #CFDEFF;
	position: static;
	width: auto;
	padding: 6px;
	margin: 0px;
}
div#gch {
	position: static;
	width: auto;
	/*height: auto;  --? */
	/* height: 250px; */
}
div#cntbx {
	background-color: #FFFFFF;
	border: 1px solid #006699;
	position: static;
	width: 810px;
	height: auto;
	float: right;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div#cntft {
	background-color: #F3F6FF;
	padding: 8px 8px 8px 18px;
	border: 1px solid #006699;
	clear: both;
	margin: 0px;
	position: static;
	text-indent: -7px;
}
div#sb {
	position: static;
	width: 140px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
	div.pgpv {
		background-color: #FFFFFF;
		text-align: center;
		position: static;
		width: auto;
		padding: 1px;
	}
	table.fedpp {
		background-color: #CC0000;
		position: static;
		width: auto;
	}
	td.fedpphd {
		font-size: 16px;
		font-weight: normal;
		color: #FFFFFF;
		padding: 6px;
	}
	td.fedpp {
		background-color: #FFFFFF;
		padding: 6px;
	}

div.sscnt {
	position: static;
	/* container cntbx 810 - 20+20 margins = 770 */
	width: 770px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	/* border: 1px dashed #CCCCCC; */
	font-size: 12px;
	background-color: #FFFFFF;
}

div#gf {
	position: static;
	width: 100%; /* 100 not auto, to contain tbl in IE */
	clear: both; /* need !!! to Firefox!*/
}
table#gf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: static;
	width: 100%; /* not auto, ok for IE */
}
	td#gf1 {
		width: 25%;
		padding: 4px;
		text-align: left;
		vertical-align: top;
	}
	td#gf2 {
		width: auto;
		padding: 4px;
		text-align: center;
		vertical-align: top;
	}
	td#gf3 {
		width: 25%;
		padding: 4px;
		text-align: right;
		vertical-align: top;
	}


td#gh1 {
	text-align: left;
	vertical-align: top;
	width: 143px;
}
td#gh2 {
	text-align: center;
	vertical-align: top;
	padding: 0px 5px;
}
td#gh3 {
	text-align: right;
	vertical-align: top;
}
table#ghdatecap {
	width: 100%;
}
td#ghdate {
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
	font-size: 11px;
}
td#ghcap {
	text-align: right;
}

table#clh {
	color: #000000;
	clear: both;
	position: static;
	margin: 0px 0px 4px;
	width: 98%;
}
	td.clh {
		width: auto;
	}

/* ===== Link / menu related ====================================================== */
a { /* Generic Link */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
}
a.aty {
	font-size: 10px;
}

a.amm, a.amm0 { /* Main Menu - gnb */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	margin: 0px;
	padding: 2px 8px;
	text-transform: lowercase;
}
a.amm {
	color: #0000FF;
	background-color: #FFFFFF;
	border-top: 1px none #6699CC;
	border-right: 1px solid #6699CC;
	border-bottom: 1px none #6699CC;
	border-left: 1px none #6699CC;
}
a.amm:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.amm0 {
	color: #0066CC;
	background-color: #CFDEFF;
	border-top: 1px solid #6699CC;
	border-right: 2px solid #6699CC;
	border-bottom: 1px none #6699CC;
	border-left: 1px solid #6699CC;
}
a.amm0:hover {
	color: #FF6600;
	text-decoration: underline;
}

div.simu {
	position: static;
	border: 1px none #00CCFF;
}
div.simu2 {
	margin-left: 10px;
	overflow: hidden;
	width: auto;
}
a.simua1 {
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	position: static;
	margin: 0px;
	padding: 6px 0px 6px 15px;
	display: block;
	border-top: 1px none #C0D0F0;
	border-right: 1px none #C0D0F0;
	border-bottom: 1px solid #C0D0F0;
	border-left: 1px none #C0D0F0;
	text-transform: lowercase;
	text-align: left;
	text-indent: -12px;
}
a.simua1:hover {
	text-decoration: underline;
}
a.simua0 {
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
	position: static;
	margin: 0px;
	padding: 6px 0px 6px 15px;
	display: block;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	text-transform: lowercase;
	text-align: left;
	text-indent: -12px;
}

a.araquoind {
	text-indent: -10px;
	padding-left: 10px;
	display: block;
}

a.gfet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.gfet:hover {
	text-decoration: underline;
}
a.gfet:visited {
	color: #666666;
}

a.sm {
	font-size: 10px;
}
/* ===== Image related =========================================================== */

a.pidpik {
	border: 10px double #000000;
	position: static;
	height: 120px;
	width: 180px;
	color: #FF00FF;
}
a.pidpik:visited {
	border: 10px solid #000000;
	color: #FF00FF;
}

img.igen {
	border: 1px solid #666666;
}
img.ifloleft {
	border: 1px solid #666666;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
img.ifloright {
	border: 1px solid #666666;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

img.ifg { /* lamu */
	border: 1px solid #999999;
	margin: 1px;
	position: static;
	height: 20px;
	width: 30px;
}
img.ifg0 {
	border: 1px solid #00FF00;
	margin: 1px;
	position: static;
	height: 20px;
	width: 30px;
}

div.ibxleft {
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 20px;
	position: static;
	display: block;
	overflow: visible;
}
div.ibxright {
	background-color: #EEEEEE;
	text-align: right;
	vertical-align: top;
	float: right;
	width: 10px;
	position: static;
}

/* ===== Other Elementes, Single Elements, etc ==================================== */

div.msggreen, div.msgred {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	margin: 20px;
	padding: 10px 15px;
	position: static;
	width: auto;
	border: 2px solid #999999;
	text-align: center;
	clear: both;
}
div.msggreen {
	background-color: #EEFFEE;
	border-color: #00CC00;
	color: #009900;
}
div.msgred {
	background-color: #FFFFCC;
	border-color: #CC0000;
	color: #CC0000;
}

div.reqcli {
	border: 1px dashed #999999;
}

tr.sepline { /* for swPpRates */
	background-color: #999999;
	height: 1px;
}

div.singbx {
	border: 1px solid #CCCCCC;
	position: static;
	width: auto;
	margin: 0px;
	padding: 4px;
	vertical-align: top;
}
td.singbx {
	border: 1px solid #CCCCCC;
	position: static;
	width: auto;
	padding: 6px;
	vertical-align: top;
}

tr.bgstripe1 {
	background-color: #FFFFEE;
}
tr.bgstripe2 {
	background-color: #EEF6FF;
}


/* ===== TABLES 4 LAYOUT - Page content layout ==================================== */
img.blkico {
	clear: left;
	float: left;
	position: static;
	margin-right: 6px;
	margin-bottom: 6px;
	height: 150px;
	width: 100px;
	border: 1px solid #666666;
}
table.twcols {
	position: static;
	width: auto;
}
td.twcols {
	padding: 8px 24px 8px 8px;
	width: 50%;
	text-align: left;
	vertical-align: top;
	position: static;
	border-top: 1px solid #006699;
	border-right: 1px none #006699;
	border-bottom: 1px none #006699;
	border-left: 1px solid #006699;
}

table.tximgbk {
	position: static;
	width: auto;
	clear: both;
}
	td.tximgbk {
		vertical-align: top;
		width: auto;
	}

td.cntbudluxpk {
	width: 180px;
	vertical-align: top;
	padding-top: 4px;
}
td.cntbudluxtx {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* ===== Text copy ================================================================ */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 14pt;
	text-align: justify;
	margin: 0px 0px 14px;
	position: static;
	width: auto;
}
p.bula {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: justify;
	line-height: 16px;
	margin: 12px 0px 0px;
}
p.pright {
	text-align: right;
}
p.faqq {
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px;
}
p.faqa {
	font-weight: normal;
	text-align: justify;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 15px;
}
ul.left {
	text-align: justify;
	padding-right: 20px;
	margin-right: 15px;
}
ul.right {
	text-align: justify;
	margin-left: 30pt;
}


/*====================== SPAN in Line Text Copy =================================== */
.boldup { /* << deprecate in favor of chrboldup */
	font-weight: bold;
	color: #000000;
}
.chrboldup {
	font-weight: bold;
	color: #000000;
}
.chrred {
	color: #CC0000;
}
.chrredup {
	font-weight: bold;
	color: #CC0000;
}
.chrblue {
	color: #0000CC;
}
.chrblueup {
	font-weight: bold;
	color: #0000CC;
}
.chrgreen {
	color: #006600;
}
.chrgreenup {
	font-weight: bold;
	color: #006600;
}

.bgltred {
	background-color: #FFEEEE;
}
.bgltgreen {
	background-color: #DDFFDD;
}
.bgltblue {
	background-color: #CCCCFF;
}
.bgltyellow {
	background-color: #FFFF99;
}


/*====================== Special TEXT & PARAGRAPHS ================================ */
p.titparblack, p.titparred {
	font-size: 14px;
	margin-top: 28px;
	margin-bottom: 7px;
}
p.titparblack {
	color: #000000;
}
p.titparred {
	font-weight: bold;
	color: #CC0000;
}
/* 1st for Lat,Lng inputs*/
.courier {
	font-family: "Courier New", Courier, mono;
}


/* ===== Composite elements ======================================================= */
div.donemsg {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFCC;
	text-align: center;
	border: 1px solid #CC0000;
	position: static;
	padding: 6px;
	width: 80%;
	margin: 4px;
}

div.recnav {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	position: static;
	height: auto;
	width: auto;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
img.recnavbt {
	border: none;
	position: static;
}
table.recnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	display: inline;
}
td.recnavdp {
	text-align: center;
	vertical-align: middle;
	padding-right: 6px;
	padding-left: 6px;
	color: #666666;
	background-color: #DDDDDD;
	position: static;
	width: 250px;
}
table.reclstx1 {
	font-size: 12px;
	background-color: #666666;
}
tr.reclstx1tr {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #999999;
}
tr.reclstx1dr {
	background-color: #FFFFFF;
}

div.plb {
	margin: 0px 0px 8px;
	clear: both;
	width: 100%;
	position: static;
	padding: 2px;
	border-top: 3px solid #0099CC;
	border-right: none;
	border-bottom: 1px solid #EEEEEE;
	border-left: none;
}
table.plb {
	position: static;
	height: auto;
	width: 100%;
	color: #666666;
}
td.plbloc {
	font-weight: bold;
	color: #000000;
}
td.plblbl {
	font-weight: bold;
	width: auto;
	text-align: right;
}
td.plbval {
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	width: auto;
}
td.plbpk {
	width: 180px;
	height: 120px;
	text-align: left;
	vertical-align: top;
}
td.plbdsc {
	font-weight: normal;
	color: #666666;
	text-align: justify;
	vertical-align: top;
}


table.hdsbk {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: static;
	width: 100%;
	margin: 0px;
}
table.hdsdat {
	background-color: #FFFFFF;
	position: static;
	width: 100%;
	height: 100%;
}
td.hdscap {
	background-color: #EEEEEE;
	padding: 0px 6px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: #CC0000;
}
td.hdsdat {
	background-color: #FFFFFF;
	padding: 0px 6px;
}
td.hdsft {
	color: #000000;
	background-color: #EEEEEE;
	padding: 0px 6px;
}


/* --- Rv Invoice --- */
table.ivc {
	background-color: #CCCCCC;
	position: static;
	width: 90%;
}
tr.ivctit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}
tr.ivcdat {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
td.ivccenter {
	text-align: center;
	vertical-align: top;
}
td.ivcright {
	text-align: right;
	vertical-align: top;
}


/* ===== FORM specifics ========================================================== */
div.inform {
	/* background-color: #EEF8F8;
	border: 1px solid #CCCCCC; */
	text-align: left;
	overflow: hidden;
	position: static;
	width: 100%;
}
div.informsec {
	background-color: #FCFFFF;
	border: 1px solid #999999;
	margin: 5px;
	padding: 8px;
}


/* ===== DEVELOPING ========================================================== */
div.tagdiv {
	margin: 5px 5px 10px;
	text-align: left;
	vertical-align: top;
	position: static;
}
div.tagdivh {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	padding: 4px 12px;
	border: 1px solid #0099CC;
	overflow: visible;
	width: 200px;
	white-space: nowrap;
	position: static;
}
div.tagdivb {
	padding: 4px;
	border: 1px solid #0099CC;
	overflow: hidden;
	position: static;
	background-color: #FCFFFF;
}

div.tagwpf {
	margin: 5px 5px 10px;
	text-align: left;
	vertical-align: top;
	position: static;
}
div.tagwpfh {
	font-weight: normal;
	color: #CC0000;
	background-color: #CCCCCC;
	padding: 4px 12px;
	border: 1px solid #999999;
	overflow: visible;
	width: 10px;
	white-space: nowrap;
	position: static;
	text-transform: uppercase;
}
div.tagwpfb {
	padding: 4px;
	border: 1px solid #999999;
	overflow: hidden;
	position: static;
	background-color: #FFFFFF;
}


/* ========================== up only revised and OK stuff ======================== */
/* ================================================================================ */

img.plGpid {

	border: 2px solid #FFFFFF;
}


div.sformd {
	background-color: #FFFFCC;
	border: 1px solid #009900;
}

div.clilog {
	background-color: #FFFFFF;
	border: 1px solid #0099CC;
	position: static;
	height: auto;
	width: auto;
}
div.dms {
	background-color: #FFCC66;
}
table.tclilog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: static;
}

div.ppfp {
	padding: 2px;
	border: 1px solid #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	position: static;
	height: auto;
	width: auto;
}
table.tstd {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
td.tstdcbx {
	padding: 4px;
	border: 1px solid #6699CC;
}
table.fght {
	font-size: 11px;
	position: static;
	width: auto;
	color: #666666;
}
table.fgvt {
	font-size: 11px;
	position: static;
	color: #666666;
}

td.fgvllc {
	text-align: left;
	vertical-align: baseline;
}
td.fgvlcc {
	text-align: center;
	vertical-align: baseline;
}
td.fgvlrc {
	text-align: right;
	vertical-align: baseline;
}

/*cel data format */
table.genlst {
	background-color: #003366;
	margin: 10px;
}
tr.genlsttit {
	color: #FFFFFF;
	background-color: #006699;
	font-weight: bold;
	text-align: center;
}
tr.genlstdat {
	color: #666666;
	text-align: left;
	cursor: pointer;
	background-color: #FFFFFF;
}
th.genlist {
	font-weight: bold;
}

table.fwst {
	font-size: 12px;
	position: static;
	width: auto;
	color: #666666;
	height: auto;
}
div.reqclid {
	border: 1px dashed #999999;
	position: static;
	width: 100%;
}
div.recboxd {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: static;
	width: auto;
}
div.recbxd {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	position: static;
	width: auto;
}
td.fwsc {
	padding: 8px;
	text-align: left;
	vertical-align: top;
	position: static;
	height: auto;
	width: auto;
	font-weight: bold;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
}

div.frmbx {
	background-color: #F8F8F8;
	margin: 10px;
	padding: 0px;
	position: static;
	width: 100%;
	text-align: center;
}

div.cbas {
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
}

table.phowleg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 5px 5px 0px;
	position: static;
	background-color: #EEEEEE;
	width: 50px;
	height: auto;
	float: left;
}
.fnum {
	text-align: right;
}
td.acct {
	border: 1px none #006699;
	vertical-align: top;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: static;
}
div.azwsctd {
	border: 1px none #CCCCCC;
	margin: 0px;
	padding: 20px;
	position: static;
	width: 100%;
}
p.errmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
tr.tlstTitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
tr.tlstData {
	color: #000000;
	background-color: #FFFFFF;
}
table.tlstListing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	position: static;
	width: 95%;
}
div.cdbox {
	background-color: #FFFFFF;
	position: static;
	padding: 10px;
	width: 100%;
	border-top: 2px none #006699;
	border-right: 2px solid #006699;
	border-bottom: 2px solid #006699;
	border-left: 2px solid #006699;
}
div.recbox {
	border: 1px solid #999999;
	position: static;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #CCCCCC;
	text-align: center;
}
table.tPfm {
	background-color: #CCCCCC;
	text-align: center;
}
td.cPfm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;
}
td.cPfmTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
}
td.cmnBts {
	background-color: #336600;
	position: static;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
}
div.dymud {
	background-color: #006699;
	position: static;
	padding: 8px 4px 6px;
	background-image: none;
}
input.inpnum {
	text-align: right;
}
div.noteboard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 8px;
	border: 2px solid #CC9933;
}
div.clihead {
	background-color: #0066CC;
	position: static;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div.cbasec {
	background-color: #FFFFEE;
	border: 1px solid #999999;
	position: static;
	padding: 6px;
	margin-top: 8px;
}
DIV.DEBUG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFFFF;
	margin: 4px;
	padding: 8px;
	border: 2px solid #FF0000;
	text-align: left;
	vertical-align: top;
	position: static;
	height: auto;
	width: 700px;
	overflow: scroll;
	white-space: pre;
	display: block;
}
DIV.TRACEVAR {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #CCFFCC;
	border: 1px solid #00CC00;
	position: static;
	width: auto;
	padding: 2px;
}
input.dbx {
	color: #009900;
	border: 1px solid #00CC00;
}
input.fint {
	text-align: right;
}
span.dbx {
	font-weight: bold;
	color: #000000;
	border: 1px none #00CCFF;
}
table.admhdt {
	background-color: #0099CC;
	position: static;
	width: 100%;
}
td.admhdc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 6pt;
}
div.dbx {
	font-weight: bold;
	color: #000000;
	border: 1px solid #EEEEEE;
	padding: 0px 2px;
	overflow: visible;
	position: static;
	width: 30pt;
	white-space: nowrap;
	display: inline;
	margin: 0px;
}
div.plDbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #999999;
}
td.cnsclib {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
td.cnsclir {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: auto;
}
p.notered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-align: left;
	margin: 2px;
	line-height: normal;
}
a.apdlink, a.apdlink0 {
	background-color: #F0F0F0;
	display: block;
	text-align: left;
	vertical-align: top;
	position: static;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
	width: 200px;
}
a.apdlink:hover {
	text-decoration: underline;
}
a.apdlink0 {
	background-color: #CCCCCC;
	color: #999999;
}
a.apdlink0:visited {
	background-color: #CCCCCC;
	color: #999999;
}

img.ipdlink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	text-decoration: underline;
}
table.ppdtsc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: static;
	width: 100%;
	line-height: 18px;
}
td.ppdtscpk {
	height: 280px;
	width: 420px;
	text-align: left;
	vertical-align: top;
}
td.ppdtsctx {
	text-align: justify;
	vertical-align: top;
	padding: 0px 10px 10px;
	width: 100%;
}
div.ppdt {
	background-color: #FFFFFF;
}


a.atol {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-style: normal;
}
a.atol:hover {
	text-decoration: underline;
}
a.atol:visited {
	color: #666666;
}
tr.linalt1 {
	background-color: #FFFFFF;
}
tr.linalt2 {
	background-color: #DDEEFF;
}
td.num {
	text-align: right;
}
td.txt {
	text-align: left;
}
div.schfrm {
	border: 1px none #006699;
	position: static;
	width: auto;
	height: auto;
}
a.aswolau {
	font-size: 11px;
	color: #00FF00;
	background-color: #000000;
	padding: 2px 8px;
	border: 1px solid #999999;
	font-style: normal;
}
a.aswolau:hover {
	color: #00FF00;
	text-decoration: underline;
}
a.aswolau:visited {
	color: #00FF00;
}
.fleft {
	float: left;
	clear: left;
}
.fright {
	float: right;
	clear: right;
}
div.optgroup {
	border: 1px solid #999999;
	padding: 3px;
	margin: 0px 0px 5px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	position: static;
	width: auto;
	background-color: #FCFFFF;
}

/* GMpas */
p.gmib {
	color: #333333;
	text-align: left;
}
p.gmibti {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
table.gmib {
}
td.gmib {
	text-align: left;
	vertical-align: top;
}

/* =============================================================================== */
/* ========================= ADMIN EL ============================================ */
div.azcntbk {
	margin: 0px 0px 6px;
	position: static;
	width: auto;
	border: 1px solid #006699;
	background-color: #FFFFFF;
}

