body {
	background: url("images/main_bg.png");
	color: #8ba9b8;
	font: 11px Verdana;
	margin: 0px;
	/* Opera Fix */
	padding: 0px;
	line-height: 17px;
}

td {
	color: #8ba9b8;
	font: 11px Verdana;
	margin: 0px;
	line-height: 17px;
}

a {
	color: #8ba9b8;
	font: 11px Verdana;
	font-weight: 800;
	text-decoration: underline;
}

a:hover {
	color: #8ba9b8;
	font: 11px Verdana;
	font-weight: 800;
	text-decoration: underline;
}

form {
	margin: 0px;
}

/* Classes */

.main_table {
	background: url("images/bg.png") repeat-y;
	width: 775px;
	height: 100%;
}

.form {
	font: normal 11px Verdana;
	color: #8ba9b8;
	background-color: #ffffff;
	text-decoration: none;
	border: 3px solid #d1dee5;
}

.pic {
	border: 3px solid #d1dee5;
}


/*
	Styles for scrolling layers
	Specify width and height in hold and wn, and in clip for wn
*/
div#hold {
	position: relative;
	overflow: hidden;
	width: 324px;
	height: 278px;
	z-index: 100;
}

div#wn {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 324px;
	height: 278px;
	background: url("images/contentframe_bg.png") repeat-x fixed;
	overflow: hidden;
	z-index: 1;
}

div.content {
	position: absolute;
	width: 324px;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
}

div#scrollbar {
	position: relative;
	left: 0;
	top: 0;
	width: 20px;
	height: 278px;
	font-size: 1px;
	z-index: 1;
}

div#track {
	position: absolute;
	left: 0;
	top: 17px;
	width: 20px;
	height: 243px;
	background: url("images/track.png") no-repeat;
	z-index: 1;
}

div#dragBar {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 15px;
	height: 0px;
	border: 1px solid #ffffff;
	z-index: 1;
	background: #bdd0da url("images/scrollBarGrip.png") no-repeat center;
	cursor: pointer;
}

div#up {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

div#down {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}