html
{
	overflow: hidden;
}
body
{
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	margin: 0px;
	overflow: hidden;
}
div.debug
{
	position: absolute;
	top: 60px;
	left: 300px;
	width: 600px;
	height: 50px;
	background-color: grey;
	color: white;
}

/************************************************************************/
/* begin Index Definitions */
div.i
{
	margin-left: 10px;
}
div.t
{
	margin-left: 10px;
}
div.mainDiv
{
	width: 100%;
	height: 100%;
}

div.index
{
	float: left;
	width: 240px;
	background-color: #eee;
	overflow-y: scroll;

	overflow-x: hidden;
	font-size:9pt;
}
.indexTitle
{
}


.index a
{
	text-decoration: none;
	color: #c00;
	display: block;
	padding:3px;
	cursor:pointer;
}
.index a:hover
{
	text-decoration: none;
	color: #fff;
	background: #333;
}
/* selected item */
.index a.aSel
{
	background: #c00;
	color: white;
	font-weight: bold;
}
/* printable section */
.index a.p
{
	color: #c00;
}
.index a.p:hover
{
	color: white;
}

.roll:hover
{
	text-decoration: none;
	color: #fff;
	background: black;
}


/*end Index Definitions */
/************************************************************************/

body
{
	overflow:hidden;

}

div.contentContainer
{

}

.contentFrame
{
	position:absolute;
	right:-16px;
	top:25px;
	overflow:scroll;
}
.firefox .contentFrame
{
	right:-0px;
}
.addr
{
	position:absolute;
	background-color: #eee;
	border:solid 1px #ccc;
	padding:3px;
	height:17px;
	margin:0px;
}
div.copyDiv
{
	float: left;
	width: 25px;
	height: 25px;
	display: none;
}

.printDiv
{
	float:right;
	height: 25px;
	width: 25px;
	z-index:600;
	background: #c00 url(print.png);
	cursor:pointer;
}
div.content
{
	width: 100%;
}



img
{
	border: none;
}

