﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
	background: grey;
	font-size: small;
	font-family: "Courier New" , "Courier";
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a:link, a:visited
{
	color: black;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #FFFFFF;
}

p
{
	margin-bottom: 10px;
	line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 960px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
}

.header h1
{
	text-align: center;
	padding: 0px 0px 0px 20px;
	color: #000000;
	border: none;
}

.main
{
	padding: 0px 12px;
	margin: 12px 8px 8px 8px;
	min-height: 500px;
}

.leftCol
{
	padding: 6px 0px;
	margin: 12px 8px 8px 8px;
	width: 200px;
	min-height: 200px;
}

.gallery
{
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: small;
}

.footer
{
	color: #4e5766;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
}

.gallerySlideShow
{
	text-align: center;
	font-size: x-small;
	height: 550px;
}

.gallerybuttons
{
	text-align: center;
	font-size: x-small;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
	background-color: #FFFFFF;
	width: 80%;
	text-align: center;
}

div.menu
{
	padding: 5px 5px 4px 70px;
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
	background-color: #FFFFFF;
	color: #000000;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
	background-color: #FFFFFF;
	color: #cfdbe6;
	text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.menuMenuStyle
{
	background-color: white;
	color: black;
	text-align: center;
	width: 100%
}

.clear
{
	clear: both;
}

.title
{
	height: 30px;
	text-align: center;
	width: auto;
	background-color: White;
	color: Black;
	font-size: 1.3em;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

