body {
	margin: 0;
	background-image: url(images/tile.jpg);
}

a {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #7997a6;
}

div.Container {
	position:absolute;
	width: 862px;
	height: 512px;
	left: 50%;
	top: 50%;
	margin-left: -431px;
	margin-top: -256px;
	padding: 0px;
}

.bar_left {
	background-image: url(images/bar_left.gif);
}

.bar_right {
	background-image: url(images/bar_right.gif);
}

.menu_blank {
	background-image: url(images/menu_blank.gif);
}

.cell_framed {
	border: 1px solid #7997a6;
}


.Red {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #623815;
}

.Black {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

.Green {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #7997a6;
}

.Campi {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	border: 1px solid #7997a6;
}

/* Slidebar Styles */

div#hold {
	float: left;
	position: relative;
	overflow: hidden;
	width: 304px;
	height: 310px; 
	z-index: 100; 
}

div#wn {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 284px;
	height: 290px;
	clip: rect(0px, 304px, 310px, 0px); 
	overflow: hidden;	
	z-index: 1; 
}

div.content { position: absolute; visibility: hidden; left: 0px; top: 0px; z-index: 1; }

div#SlideBar {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	width: 14px;
	height: 310px;
	font-size: 1px;
	z-index: 1;
}

div#track {
	position: relative;
	left: 50%;
	width: 12px;
	margin-left: -6px;
	height: 260px;
	z-index: 1;
}

div#dragBar {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 20px;
	background-color: #E3E3C3;
	z-index: 1;
}

div#up {
	position: relative;
	left: 50%;
	width: 10px;
	height: 9px;
	margin-left: -5px;
	z-index: 1;
}

div#down {
	position: relative;
	left: 50%;
	width: 10px;
	height: 9px;
	margin-left: -5px;
	z-index: 1;
}
