﻿a:link {
	color: #0098D3;
	text-decoration: underline;
}
h1{
	font-size: 11px;
}
.right_pane {
	border-width: 5px;
	width: 100px;
	padding: 5;
	margin: 5;
}
.content_pane {
	width: 600px;
}
.main {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.header {
	background-color: #6699cc;
	height: 50px;
}
.header_logo {
	border: 0;
}
.toolbar {
	background-color: #666666;
	border-width: 5px;
	margin: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
.title1 {
	background-color: #00CC00;
	border-width: 5px;
	margin: 5;
}
.toolbar_button {
	background-color: #666666;
	padding: 5;
	border-width: 5px;
	margin: 5;
	width: 24px;
}
.button {
	height: 109px;
	width: 159px;
}
.toggleopacity img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	border: 0px;
}
.toggleopacity:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0px;
}
cropping: .thumbs a {
	display: block;
	position: relative;
	z-index: 1;
}
.thumbs a img {
	width: 25%;
	height: 25%;
	position: absolute;
	border: 0px;
}
.thumbs a:hover {
	position: relative;
	overflow: visible;
	z-index: 1000;
	border: 0px;
}
.thumbs a:hover img {
	width: auto;
	height: auto;
}
