html {
	height:100%;
	margin:0px;
	padding:0px;
	SCROLLBAR-FACE-COLOR: #eddae0; SCROLLBAR-HIGHLIGHT-COLOR: #C7CACF; SCROLLBAR-SHADOW-COLOR: #fce295; SCROLLBAR-3DLIGHT-COLOR: #fce295; SCROLLBAR-ARROW-COLOR: #CDAE32; SCROLLBAR-TRACK-COLOR: #EAE9E7; SCROLLBAR-DARKSHADOW-COLOR: #000000;
	overflow: hidden;
}


body {
	height:100%;
	width:100%;
	margin-top:11px;
	margin-right:5px;
	margin-bottom:8px;
	margin-left:8px;
	padding-right:0px;
	color:#AB918F;
	background: url('../../images/weave.gif') fixed;
	text-align: justify;
	overflow:hidden;
	line-height:1.3;
	font: 14px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; 
}


h1 {
	border-bottom:1px dotted #626262;
	font-family:arial, sans-serif;
	margin:0px;
	padding: 0;
	margin-bottom:.5em;
	font-size:1.0em;
	color:#E0682D;
	font-weight:normal;
	list-style: none;
}


/* redefine */

/* ::-moz-selection { */
/*	background: #111; */
/*	color: #eee; */
/* } */


/*download*/

#container {
	position: relative;
	z-index: 1000;
 	width: 90%;
	margin: 25px 0 0 0px;
	padding: 0 1px 0 1px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #DDDDDD;
	overflow:hidden;
	color:#bbb;
}

table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

td {
	padding: 4px 1px;
}

td {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	vertical-align: middle;
	white-space:nowrap;
}

td.check{
	width: 30px;
}

td.check div.check {
	border: 2px solid #F3F2E2;
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 14px;
}

td.check div.selected {
	padding: 2px;
	border: 0;
}

td.name {
	font-size: 14px;
	white-space: nowrap;
}

tr.option {
	cursor: pointer;
	background: #DDDDDD;
	color: #626262;
}

table#options div.check {
	width: 13px;
	height: 13px;
}

table#options div.selected {
	background-image: url("../../images/disabled_21.gif") !important;
	padding: 2px;
}
	/*	background-image: url("../../images/radio.gif");  */
	/* radio.png */

A:link {text-decoration: none; color: #B568FB; font: 14px "Arial";width:100%;}
A:visited {text-decoration: none; color: #588FC7; font: 14px "Arial";width:100%;}
A:active {text-decoration: none; color: #FF0000; font: 14px "Arial";width:100%;}
A:hover {text-decoration: underline; color: #FF0000; font: 14px "Arial";width:100%;}

/* 0000FF  6699CC  FF0000  FF0000 */