body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: #d9d9d9;
	/* background: #fff url(../images/page_bg4.gif) 50% 0 repeat-y; */
	font-family: Verdana, Helvetica, Arial, san-serif;
	color: #333;
	font-weight: normal;
	height: 100%;
}

#wrapper
{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	/*min-height: 1024px;*/
	background-color: #d9d9d9;
}

#main
{
	width: 978px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	_background-color: none;
	float: left;
	clear: both;
	border: solid #c2c2c2;
	border-width: 0 1px;
}

/*************** TABS ***************/

.tabs
{
	color: #333;
	background: #fff url(../images/tabsBG.gif) top left no-repeat;
	float: left;
	width: 980px;
	clear: both;
	margin: 0;
}

.tabs ul
{
	font-size: 12px;
	line-height: 12px;
	border: 0;
	display: inline;
	list-style-type: none;
	width: 980px;
	height: 40px;
	float: left;
	padding: 0;
	margin: 0;
}

.tabs ul li 
{
	 display: inline; 
	 font-weight: normal;
	 clear: none;
	 margin: 0;
	 float: left;
}

.tabs ul li a
{
	display: block;
	padding: 14px 16px 13px 16px;
	color: #39f;
	text-decoration: none;
	font-weight: bold;
	clear: none;
	border: solid #cbcbcb;
	border-width: 0 1px 1px 0;
	text-align: center;
}

.tabs ul li a:hover
{
	text-decoration: none;
	color: #39f;
	font-weight: bold;
	background: #fff url(../images/tabHoover.gif) repeat-x;
}

.tabs ul li a.on
{
	background: #fff url(../images/tabOn.gif) repeat-x;
	color: #333;
	border-bottom-color: #fff;
}

.tabs ul li a.corner:hover
{
	background: #fff url(../images/tabCornerHoover.gif) no-repeat;
}

.tabs ul li a.cornerOn
{
	background: #fff url(../images/tabCornerOn.gif) no-repeat;
	color: #333;
	border-bottom-color: #fff;
	cursor: text;
}

/*************** HEADER ***************/

#header
{
	width: 980px;
	margin: 12px 0;
	padding: 10px 0;
	border: 0; 
	float: left;
	clear: both;
}

/*** logo ***/

#header .logo_left
{
	width: 290px;
	margin: 4px 0 0 20px;
	border: 0;
	padding: 0;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}

#header .logo_middle
{
	width: 290px;
	padding: 16px;
	margin: 0 20px 0 0;
	border: 0;
	float: left;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	background: #f3f3f3;
	border: 1px solid #c2c2c2;
}

#header .logo_right
{	
	padding: 16px;
	margin: 0 20px 0 0;
	border: 0;
	float: right;
	text-align: center;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	background: #f3f3f3;
	border: 1px solid #c2c2c2;
}

.logo_left a, .logo_left a:active, .logo_left a:visited, .logo_left a:link
{
	font-size: 10px;
	color: #39f;
	text-decoration: underline;
}

.logo_left a:hover
{
	text-decoration: none;
}

.logo_right a
{
	font-size: 12px;
	color: #39f;
	text-decoration: underline;
	font-weight: bold;
}

.logo_right a:hover
{
	text-decoration: none;
}

.logo_left a.on, 
{
	font-size: 10px;
	color: #39f;
	background-color: #39f;
	text-decoration: underline;
}

span.logo
{
	position: relative;
	/*text-indent: -10000px;*/
	margin: 0;
	padding: 0;
}

span.logo a
{
	display: block;
	height: 48px;
	background: #D9D9D9 url(../images/loguesAdmin.gif) no-repeat;
}

span#fofLogo.logo a
{
	display: block;
	width: 443px;
	height: 48px;
	background: #FFFFFF url(../images/loguesAdmin.gif) no-repeat;
}

span.elogo
{
	position: relative;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

span.elogo a
{
	display: block;
	width: 443px;
	height: 41px;
	background: #fff url(../images/ipeb.gif) no-repeat;
}

span.ilogo
{
	position: relative;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}

span.ilogo a
{
	display: block;
	width: 240px;
	height: 30px;
	background: #fff url(../images/ilogo.gif) no-repeat;
}

/*** login ***/

.log
{
	width: 240px;
	margin-left: 25%;
	border: 0;
	padding: 0;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}

.log a, .log a:active, .log a:visited, .log a:link
{
	font-size: 10px;
	color: #39f;
	text-decoration: underline;
}

.log a:hover
{
	text-decoration: none;
}

/*************** FOOTER ***************/

#footer
{
	width: 977px;
	margin-top: 0px;
	padding: 20px 0;
	float: left;
	clear:left;
	background: #333 url(../images/footer.gif) top left repeat-x;
	height: 100px;
	border: solid #666;
	border-width: 0 1px 1px;
}

#footer p
{
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#footer p a, #footer p a:active, #footer p a:visited, #footer p a:link
{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

#footer p a:hover
{
	text-decoration: none;
}

/*************** TABLE ***************/

#table_wrap
{
	border: 1px solid #c2c2c2;
	margin: 10px 0 20px 20px;
	padding: 0 0 0 0;
	width: 938px;
	position: relative;
	/*float: left;*/
	overflow: auto;
}

#table_wrap a
{
	color: #39f;
	text-decoration: underline;
}

#table_wrap a:hover
{
	text-decoration: none;
}

#table_wrap2
{
	border: 0;
	margin: 10px 0 0px 0;
	padding: 30px 0 20px 20px;
	width: 760px;
	position: relative;
	/*border: solid #a0a0a0;*/
	border-width: 1px 0 0 0;
	clear: both;
}

#table_wrap2 p
{
	border: 0;
	margin: 10px 0 20px 0;
	padding: 0;
	position: relative;
	font-size: 10pt;
}

#table_wrap2 p a, #table_wrap2 p a:active, #table_wrap2 p a:visited, #table_wrap2 p a:link
{
	font-size: 10pt;
	color: #39f;
	text-decoration: underline;
}

#table_wrap2 p a:hover
{
	text-decoration: none;
}

.tdstyle1
{
	font-size: 11px; 
	padding: 5px;
	font-weight: normal;
}

.tdstyle2
{
	font-size: 11px; 
	padding: 5px;
	font-weight: normal;
	background-color: #f3f3f3;
}

.tdheader
{
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	padding: 2px;	
	border: solid;
	border-width: 0 1px 1px 0;
	border-color: #fff #fff #a0a0a0 #fff;	
}

.tdheader td
{
	background-color: #39F; /*#333;*/
	height: 20px;
	border-color: #333;
}

.tdheader2
{
	font-size: 11px;
	font-weight: normal;
	color: #333;
	padding: 2px;
	background-color: #fff;
	border: solid;
	border-width: 1px 1px 0px 0;
	border-color: #a0a0a0;
	margin-bottom: 0;
}

/* Tab Header
____________________*/
.toggleHeader
{
	padding: 20px 20px 20px 19px;
	color: #333;
	line-height: 28px;
	clear: both;
	background: #fff url(../images/rule.gif) bottom left repeat-x;
}

.toggleHeader h1
{
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	display: inline;
}

.toggleHeader h3
{
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}

.toggleHeader .toggleDiv
{
	position: relative;
	display: /*none*/ inline-block;
	float: right;
}

a.repSysToggle
{
	background: #f3f3f3 /*url(../images/repToggBTN.gif)*/;
	color: #39f;
	font-weight: bold;
	border: 1px solid #c2c2c2;
	font-size: 13px;
	padding: 2px;
}

a.repSysToggle:hover
{
}

h1.aboveReport
{
	font-size: 24px;
	padding: 20px 20px 18px 20px;
	margin: 0;
	color: #333;
	line-height: 28px;
	clear: both;
	font-weight: bold;
	background-image: none;
}

h2
{
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #666;
	line-height: 12px;
	clear: both;
	font-weight: bold;
}

h2 a
{
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	color: #39f;
	font-weight: normal;
	text-decoration: underline;
}

h2 a:hover
{
	text-decoration: none;
}

h2 a.tabon
{
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

h2 a.tabon:hover
{
	text-decoration: none;
	color: #222;
}

h2.account
{
	font-size: 14px;
	padding: 0;
	margin: 0 0 20px 0;
	color: #333;
	line-height: 14px;
	clear: both;
	font-weight: bold;
}

h3
{
	font-size: 18px;
	padding: 0;
	margin: 0 0 0px 12px;
	color: #333;
	line-height: 18px;
	clear: both;
	background-color: #fff;
	border: solid #a0a0a0;
	border-width: 0;
}

h3.alone
{
	font-size: 18px;
	padding: 0;
	margin: 20px 0 12px 20px;
	color: #333;
	line-height: 18px;
	clear: both;
	background-color: #fff;
	border: solid #a0a0a0;
	border-width: 0;
}

h3 i, h3.alone i
{
	font-weight: normal;
}

h3.no
{
	font-size: 13px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #333;
	line-height: 13px;
	clear: both;
	border: 0;
	background-color: #fff;
}

h3.yes
{
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #f30;
	line-height: 13px;
	clear: both;
	border: 0;
	font-weight: bold;
	background-color: #fff;
}

h4
{
	font-size: 16px;
	padding: 0;
	margin: 0 0 4px 20px;
	color: #666;
	line-height: 20px;
	clear: both;
}

*html h4
{
	margin: 10px;
}

h4.gr
{
	font-size: 12px;
	padding: 0;
	margin: 20px 0 10px 0;
	color: #333;
	line-height: 12px;
	clear: both;
}

p
{
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	margin: 16px 20px;
	padding: 0;
}

hr
{
	line-height: 16px;
	color: #efefef;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 16px;
	height: 1px;
}

p.red
{
	font-size: 10px;
	line-height: 16px;
}

p.red, p.red a
{
	color: #999;
	text-decoration: none;
}

p.red a:hover
{
	text-decoration: none;
}

p.red a:hover, p.red:hover
{
	color: #666;
	text-decoration: none;
}

p.grey
{
	color: #333;
}

/*****************************************/

.box
{
	width: 220px;
	padding: 10px;
	background-color: #efefef;
	margin: 10px 15px 0 0;
	float: left;
	border: 0;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
}

.boxr
{
	width: 278px;
	height: 110px;
	padding: 10px;
	background-color: #f4f4f4;
	margin: 0;
	float: left;
	border: 1px solid #cbcbcb;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
}

.boxr select
{
	width: 160px;
	float: right;
	clear: none;
}

*html .boxr select
{
	width: 155px;
}

.boxt select1
{
	width: 254px;
	border: 1px solid #c2c2c2;
	padding: 2px;
	float: left;
	margin-bottom: 12px;
}

.boxt input.rdio
{
	margin: 6px 2px 4px 2px;
	position: relative;
	top: 1px;
}

.boxr select
{
	width: 160px;
	float: right;
	clear: none;
}

.boxl
{
	width: 220px;
	height: 229px;
	padding: 10px;
	background-color: #efefef;
	margin: 10px 20px 0 0;
	float: left;
	border: 0;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
}

.box2
{
	width: 149px;
	padding: 0;
	background-color: #fff;
	margin: 10px 0 0 10px;
	float: right;
	border: 0;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
	text-align: right;
}

.box3
{
	width: 89px;
	padding: 0;
	background-color: #fff;
	margin: 10px 10px 0 0;
	float: left;
	border: 0;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
}

.subbox
{
	width: 220px;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	border: 0;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
	text-align: right;
}

.box select
{
	width: 220px;
}

*html .box select
{
	width: 215px;
}

.box input
{
	margin: 0 0 10px 0;
}

*html .boxt select
{
	width: 215px;
}

/*.boxt input
{
	margin: 0 0 10px 0;
}*/

ul.report
{
	font-size: 10px;
	line-height: 10px;
	border: 0;
	display: inline;
	margin: 0 0 20px 0;
	clear: both;
	position: relative;
	float: left;
	padding: 20px 0;
	background: #f3f3f3 url(../images/reportBG.gif) repeat-x;
	width: 100%;
}

ul.report li 
{
	 display: inline; 
	 font-weight: normal;
	 clear: none;
	 margin: 0 0 0 12px;
	 float: left;
	 cursor:pointer;
}

ul.report #li_loader
{
	 cursor: default;
}

ul.report li a.prnt
{
	display: block;
	width: 82px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/printBTN.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 26px;
	font-weight: bold;

}

ul.report li a.prnt:hover
{
	text-decoration: underline;
}

ul.report li a.exc
{
	display: block;
	width: 98px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/excelBTN.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 26px;
	font-weight: bold;
}

ul.report li a.exc:hover
{
	text-decoration: underline;
}

ul.report li a.pdf
{
	display: block;
	width: 98px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/pdfBTN.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 26px;
	font-weight: bold;
}

ul.report li a.pdf:hover
{
	text-decoration: underline;
}

ul.report li a.doc
{
	display: block;
	width: 159px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/docBTN.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 26px;
	font-weight: bold;
}

ul.report li a.doc:hover
{
	text-decoration: underline;
}

ul.report2
{
	font-size: 10px;
	line-height: 10px;
	border: 0;
	display: inline;
	margin: 0 0 20px 0;
	clear: both;
	position: relative;
	float: left;
	padding: 0;
	width: 978px;
}

ul.report2 li 
{
	 display: inline; 
	 font-weight: normal;
	 clear: none;
	 margin: 0 20px 0 0;
	 float: right;
}

ul.report2 li a.pdfAll
{
	display: block;
	width: 124px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/pdfAll.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 26px;
	font-weight: bold;
}

ul.report2 li a.pdfAll:hover
{
	text-decoration: underline;
}

ul.report2 li a.docAll
{
	display: block;
	width: 168px;
	height: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/docAll.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 0 0 26px;
	font-weight: bold;
}

ul.report2 li a.docAll:hover
{
	text-decoration: underline;
}

/*****************************************/

.boxw
{
	width: 350px;
	padding: 10px;
	background-color: #efefef;
	margin: 10px 20px 0 0;
	float: left;
	border: 0;
	font-size: 10px;
	color: #222;
	line-height: 12px;
	font-weight: normal;
}

.boxw select
{
	width: 220px;
}

*html .boxw select
{
	width: 215px;
}

.box input
{
	margin: 0 0 10px 0;
}

/*****************************************/

.arrow
{
	width: 27px;
	height: 24px;
	background: #fff url(../images/10.jpg) no-repeat;
	outline: none;
	float: right;
	text-align: right;
	position: relative;
	top: -2px;
}

.counter
{
	width: 149px;
	height: 22px;
	background: #fff url(../images/counter.gif) no-repeat;
	outline: none;
	float: left;
	margin-left: 0;
}

.counter:hover
{
	background: #fff url(../images/counter1.gif) no-repeat;
}

.icolc
{
	width: 131px;
	height: 22px;
	background: #fff url(../images/icolc.gif) no-repeat;
	outline: none;
	float: right;
	margin-left: 0;
}

.icolc:hover
{
	background: #fff url(../images/icolc1.gif) no-repeat;
}

.print
{
	width: 77px;
	height: 22px;
	background: #fff url(../images/print.gif) no-repeat;
	outline: none;
	float: left;
	margin-left: 0;
}

.print:hover
{
	background: #fff url(../images/print1.gif) no-repeat;
}

.excel
{
	width: 89px;
	height: 22px;
	background: #fff url(../images/excel.gif) no-repeat;
	outline: none;
	float: left;
	margin-left: 0;
}

.excel:hover
{
	background: #fff url(../images/excel1.gif) no-repeat;
}

.login
{
	margin: 20px 20px 0 20px;
	_margin: 20px 0 20px 10px;
	width: 680px;
	float: left;
	border: 0;
	padding: 20px;
	background-color: #efefef;
}

.login .logleft2
{
	margin: 0;
	width: 260px;
	padding: 0 20px 0 49px;
	border: 1px solid #a0a0a0;
	border-width: 0 1px 0 0;
	float: left;
	text-align: left;
}

.login .logleft2 p
{
	margin: 0 0 10px 0;
	font-size: 8pt;
	line-height: 8pt;
	color: #333;
	text-align: left;
}

.login .logleft2 p.fp
{
	margin: 10px 0 0 0;
	font-size: 8pt;
	line-height: 13pt;
	color: #333;
	text-align: left;
}

.login .logleft2 p a, .login2 .logleft2 p a:visited
{
	color: #036;
	text-decoration: none;
}

.login .logleft2 p a:hover
{
	color: #f30;
}

.login .logleft2 .logbut
{
	width: 43px;
	height: 22px;
	background: #fff url(../images/login1.gif) no-repeat;
	top: -2px;
	_top: -3px;
	outline: none;
	float: left;
	text-indent: -10000px;
}

.login .logleft2 .logbut:hover
{
	background: #fff url(../images/login2.gif) no-repeat;
}

.login .logleft2 form 
{
	margin: 20px 0 0 0;
	padding: 0;
	width: 232px;
	border: 0;
	text-align: left;
	font-size: 8pt;
}

.login .logleft2 form label 
{
	clear: both; 
	float: left; 
	text-align: left; 
	color: #333;
	padding: 0 0 10px 0;
	font-size: 8pt;
	margin: 0;
	display: block;
	width: 232px;
}

.login .logleft2 form input
{
	border: 1px solid #333; 
	padding: 2px; 
	width: 225px; 
	background: #fff;
	margin: 0 0 10px 0;
	line-height: 12pt;
	clear: both;
}

.login .logleft2 form input:hover 
{ 
	background: #fff; 
	border: 1px solid #ff1900; 
	color: #333;
}

.login .logleft2 form input:focus 
{
	background: #fff; 
	border: 1px solid #ff1900; 
	color: #ff1900;
}

.login .logright2
{
	margin: 0;
	width: 310px;
	padding: 0 0 0 20px;
	border: 0;
	float: left;
}

.login .logright2 p
{
	margin: 0;
	font-size: 9pt;
	line-height: 13pt;
	color: #333;
}

.login .logright2p a, .login .logright2 p a:visited
{
	color: #036;
	text-decoration: none;
}

.login .logright2 p a:hover
{
	color: #f30;
}

.login .logright2 ul
{
	margin: 10px 0 5px 5px;
	padding: 0;
	list-style: none;
	font-size: 8pt;
}

.login .logright2 li
{
	padding:  0 0 3px 12px;
	background-image: url(../images/arrow2blue.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

.reset
{
	width: 39px;
	height: 22px;
	background: #fff url(../images/reset_button_off.gif) no-repeat;
	top: -2px;
	_top: -3px;
	outline: none;
	float: left;
	margin: 0 0 0 10px;
	text-indent: -10000px;
}

.reset:hover
{
	background: #fff url(../images/reset_button_on.gif) no-repeat;
}



.menu_box
{
	margin: 0 0 10px 0;
	padding: 0 5px;
	border: 0;
	width: 700px;
	font-size: 8pt;
	font-weight: normal;
	clear: both;
}

.menu_box ul
{
	margin: 10px 0 0 5px;
	padding: 0;
	list-style: none;
	font-weight: normal;
}

.menu_box li
{
	padding:  0 0 0 12px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-weight: normal;
}

.menu_box a, .menu_box a:visited, .menu_box a:link
{
	color: #39f;
	text-decoration: none;
	font-weight: normal;
}

.menu_box a:hover
{
	color: #333;
	font-weight: normal;
}

.menu_box a.active:link, .menu_box a.active:visited
{
	color: #333;
	font-weight: normal;
}

div.aset
{
	margin: 0;
	padding: 12px 20px;
	/*width: 938px;*/
	border: 0;
	text-align: left;
	font-size: 8pt;
	position: relative;
	background: #f3f3f3 url(../images/rule.gif) bottom left repeat-x;
}

div.aset .acctSettingLbl 
{
	float: left; 
	text-align: left; 
	color: #333;
	padding: 3px 8px 10px 0;
	margin: 0;
	display: block;
	font-size: 14px;
	
	clear: left;
}

div.aset .changeStatusLbl 
{
	text-align: left; 
	color: #333;
	padding: 3px 3px 3px 3px;
	margin: 0;
	display: inline;
	font: italic bold 15px "Times New Roman", Times, serif;
	border: 2px outset red;

}

div.aset label a
{
	color: #39f;
	text-decoration: underline;
	font-weight: bold;
}

div.aset label a:hover
{
	color: #39f;
	text-decoration: none;
}

div.aset .tbox
{
	border: 1px solid #c2c2c2; 
	padding: 4px 4px 5px 4px; 
	width: 335px; 
	background: #fff;
	margin: 0 8px 10px 0;
	line-height: 16px;
	font-size: 14px;
	float: left;
}

div.aset .tbox:hover 
{ 
	background: #fff; 
	border: 1px solid #666; 
	color: #333;
}

div.aset .tbox:focus 
{
	background: #fff; 
	border: 1px solid #39f; 
	color: #39f;
}

div.aset select
{
	border: 1px solid #c2c2c2; 
	padding: 4px 4px 5px 4px;  
	width: 75px; 
	background: #fff;
	margin: 0 8px 12px 0;
	line-height: 16px;
	font-size: 14px;
	float: left;
}

div.aset select:hover 
{ 
	background: #fff; 
	border: 1px solid #39f; 
	color: #333;
}

div.aset textarea
{
	border: 1px solid #c2c2c2;
	padding: 2px;
	float: left;
	margin-bottom: 8px;
	clear: both;
	width: 473px;
	height: 100px;
}

div.aset .multiLineTBox
{
	border: 1px solid #c2c2c2;
	padding: 2px;
	float: left;
	margin-bottom: 8px;
	clear: both;
	width: 473px;
	height: 100px;
}

div.aset .multiLineTBox:hover
{
	background: #fff; 
	border: 1px solid #666; 
	color: #333;
}

a.subbut
{
	display: block;
	width: 76px;
	height: 21px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 0;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin: 0 0 8px 0;
	cursor: pointer;
}

.subLnkButton
{
	display: block;
	width: 120px;
	height: 21px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 0;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin: 0 0 8px 0;	
}

.subLnkButton:hover
{
	text-decoration: underline;	
}


a.subbut:hover
{
	text-decoration: underline;
}

.browsebut
{
	display: block;
	width: 76px;
	height: 21px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 7px 0 0 0;
	font-weight: bold;
	text-align: center;
	float: left;
}

.browsebut:hover
{
	text-decoration: underline;
}

.odd
{
	background: #fff url(../images/rule.gif) bottom left repeat-x;
}






.tdheader3 {
background-color:#FFFFFF;
border-color:#A0A0A0;
border-style:solid;
border-width:1px 1px 1px 0;
color:#333333;
font-size:11px;
font-weight:normal;
margin-bottom:0;
padding:2px;
}




.boxt .iechx input
{
    margin-right: 2px;
    position: relative;
}

.ielbl
{
    margin-bottom: 4px;
    float: left;
    clear: both;
}

.ielbl2
{
    margin-bottom: 12px;
    margin-top: 8px;
    margin-right: 12px;
    float: left;
    clear: none;
}

.radioButton label
{
	margin: 0px 12px 0px 4px;
}
