html, body, form, iframe {
	margin :0px;
	padding:0px;
	border :0px;
	border-collapse:collapse;
	overflow:hidden;

	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;    
}
table, tr, th, td, div, img {
	margin :0px;
	padding:0px;
	border :0px;
	border-collapse:collapse;

	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
ul, li {
	margin :0px;
	padding:0px;
	border :0px;
	
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
p {
	margin :0px;
	padding:0px;
	border :0px;
	line-height:120%;
	
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
a:link {
	color:#484848;
	text-decoration:none;
}
a:visited {
	color:#484848;
	text-decoration:none;
}
a:hover {
	color:#ff0000;	
	text-decoration:underline;
}


.divYScroll {
    padding:1px; width:100%; height:100%; overflow-y:scroll;
}
.divYAuto {
    padding:1px; width:100%; height:100%; overflow-y:auto;
}
.divVisible {
    padding:1px; width:100%; height:100%; overflow:visible;
}

.tableDetails {
    width:100%;
}
.tableToolbar {
    width:100%;
    background-color:#f0eff4;
}


.txtStyle {
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
.txtAreaStyle {
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
.drpStyle {
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
.btnStyle {
	padding-top:1px;
	border:solid 1px #999999;
	background-color:#ffffff;
	background-image:url('404.png');
	background-repeat:repeat-x;
	background-position:top;
	
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
}
.btnImageStyle {
	padding-top:1px;
	border:solid 1px #999999;
	cursor:pointer;
}
.browseStyle {
	padding-top:1px;
	border:solid 1px #999999;
	background-color:#ffffff;
	background-image:url("404.png");
	background-repeat:repeat-x;
	background-position:top;
    width :18px;
    height:21px;
	
	color:#484848;
	font-family:arial, verdana, helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;	
}
.calendarStyle {
    width :18px;
    height:21px;
	vertical-align:top;
    cursor:pointer;
}
.waitStyle {
    width :21px;
    height:21px;
	vertical-align:top;
}
.emptyStyle {
    width :100%;
    height:40px;
	border:solid 1px #999999;
	text-align:center;
	padding:14px;
}


.gvStyle {
	cursor:default;
}
.gvStyle img {
    width :21px;
    height:21px;
	vertical-align:top;
}
.gvStyleHeader th {
	padding:0px 3px 0px 3px;
	border:solid 1px #999999;
	background-color:#cccccc;
	color:#484848;
	font-weight:bold;
	height:22px;
}
.gvStyleRow td {
	padding:0px 3px 0px 3px;
	border:solid 1px #999999;
	background-color:#ffffff;
	color:#484848;
	height:22px;
}
.gvStyleRowSelected td {
	padding:0px 3px 0px 3px;
	border:solid 1px #999999;
	background-color:highlight;
	color:highlighttext;
	height:22px;
}
.gvStyleSortASC {
	background-image:url("404.png");
	background-position:right;
	background-repeat:no-repeat;
}
.gvStyleSortDESC {
	background-image:url("404.png");
	background-position:right;
	background-repeat:no-repeat;
}


.tvStyle {
	padding:2px;
}
.tvStyle img {
    width :16px;
    height:16px;
	vertical-align:top;
}
.tvStyleNode {
	padding:2px;
}
.tvStyleNodeSelected {
	padding:2px;
}
.tvStyleNodeSelected a:link {
	background-color:highlight;
	color:highlighttext;
	text-decoration:none;
}
.tvStyleNodeSelected a:visited {
	background-color:highlight;
	color:highlighttext;
	text-decoration:none;
}
.tvStyleNodeSelected a:hover {
	background-color:highlight;
	color:highlighttext;
	text-decoration:none;
}


.toolbarStyle {
    border:solid 0px buttonface;
	background-color:buttonface;
	width:100%;	
	list-style:none;
	clear:both;
}
.toolbarStyleItem {
    border-left:solid 1px buttonhighlight;
    border-top:solid 1px buttonhighlight;
    border-Right:solid 1px buttonshadow;
    border-Bottom:solid 1px buttonshadow;
	background-color:buttonface;
	float:left;
    cursor:default;
}
.toolbarStyleItem img {
	width :24px;
	height:24px;
	vertical-align:top;
}
.toolbarStyleEmpty {
    border:solid 0px buttonface;
	background-color:buttonface;
	float:left;
}
.toolbarStyleCaption {
    border:solid 0px buttonface;
	background-color:buttonface;
	float:left;
	font-size:16px;
	color:red;
	padding-top:4px;
}


.listboxStyle {
    border:solid 1px #ffffff;
	background-color:#ffffff;
	width:100%;	
	list-style:none;
	clear:both;
}
.listboxStyleItem {
    border:solid 1px #ffffff;
	background-color:#ffffff;
    color:#484848;
    width:100%;
	float:left;
    cursor:default;
}
.listboxStyleItemSelected {
    border:solid 1px highlight;
	background-color:highlight;
    color:highlighttext;
    width:100%;
	float:left;
    cursor:default;
}

.helpCaption {
    padding:2px 2px 2px 20px; font-weight:bold;
}
.helpCode {
    padding:2px 2px 2px 20px;
}
