/* Main Selectors */
body {
	background-color: #7173A2;
	color: #BABABA;
}

a, a:visited {
	background-color: transparent;
	color: #cc4444;
          text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #EE4545;
}


/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: verdana;
	font-size: 10;
	color: #ffffff;
	text-align: center;
}

div#index td.thumbcell {
	width: 135px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	spacing: 10px;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: verdana;
	font-size: 1;
	text-align: center;
}


.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}