﻿*
{
	/*border: 0;*/
	margin: 0;
	padding: 0;
}



/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}
/*
body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 15px;
	width: 595px;
	background:aqua;
}
*/


p
{
	clear: both;
	padding: 10px 0;
	text-align: center;
}
/*
p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}
*/
*/
/* =Hoverbox Code
----------------------------------------------------------------------*/

td.mainpage ul /*this is to cascade over the style on main.css*/
{ 
	padding:0;
	margin:15px;
	
}




td.mainpage ul.hoverbox
{
	cursor: default;
	list-style: none;
	margin:25px;
	padding:0;

}

td.mainpage ul.hoverbox span
{
	background-color:#fff;
}

td.mainpage ul.hoverbox a
{
	cursor: default;
}

td.mainpage ul.hoverbox a .preview
{
	display: none;
}

td.mainpage ul.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -150px;
	left: 0px;
	z-index: 1;
}


td.mainpage ul.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 150px;
}

td.mainpage ul.hoverbox li
{
	background: #dce7ef;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 8px;
	padding: 3px;
	position: relative;
}

td.mainpage ul.hoverbox .preview
{
	border-color: #000;
	width: 150px;
	height: 300px;
}

table.galleryhome
{
	table-layout:fixed;
	width: 400px;
	text-align:center;
	border-collapse:collapse;
	margin:0; padding:0;
}

table.galleryhome td
{
	width:50%;
	text-align:center;
}