﻿/* Default styles */

body 
{
	background-color: #000000;
	color: #C0C0C0;
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

h1
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

p
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
}

a
{
	color: #af0000;
	text-decoration: none;
}

a:hover
{
	color: #996666;
	text-decoration: none;
}

/* Common Styles */

.grey-heading
{
	border-bottom: solid 1px #C0C0C0; 
	padding-bottom: 5px;
}

.red-heading-container
{
	border-bottom: solid 1px #990000; 
	min-height: 35px;
}

.grey-heading-container
{
	border-bottom: solid 1px #C0C0C0; 
	height: 35px;
}


.small
{
	font-size: 8pt;
}

.date-small
{
	font-size: 7pt;
	font-style: italic; 
}

.response
{
	font-weight: bold;
	color: #00cc33;
}

.Hidden
{
	display: none;
}

.hidden2
{
	overflow: hidden;
}

.left
{
	float:left;
}

.right
{
	float: right;
}

.container
{
	height: 20px;
} 

.contained-left
{
	width: 50%;
	float: left;
}

.container-right
{
	width: 50%;
	float: right;
}

.lite-breaker
{
	width: 100%;
	border-bottom: dotted 1px #C0C0C0;
	padding-bottom: 5px;
}

.modalBackground
{
	background-color: #CCCCCC;
}

td.item-picture
{
	border-right: dotted 1px #CCCCCC;
	padding-right: 10px;
	width: 150px;
}

/* MasterPage Styles */

div#outer
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

div#banner
{
	background-color: #252525;
	width: 1000px;
	height: 144px;
}

div#logo-container
{
	height: 75px;
}

div#left-column
{
	width: 200px;
	float: left;
}

div.nav-button
{
	width: 170px;
	padding-left: 20px;
	border-left: solid 5px #af0000;
	border-bottom: solid 1px #C0C0C0;
	height: 20px;
}

div.nav-button a
{
	font-size: 10pt;
	font-weight: bold;
	color: #9A9A9A;
	text-decoration: none;
}

div.nav-button a:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: #C0C0C0;
	text-decoration: none;
}

div.nav-spacer
{
	height: 5px;
	width: 100%;
}

div#middle-column
{
	padding-left: 15px;
	padding-right: 15px;
	width: 530px;
	float: left;
}

div#right-column
{
	width: 230px;
	float: right;
}

div#footer
{
	text-align: center;
}

div#footer p
{
	font-family: Verdana;
	font-size: 8pt;
}

div.spacer
{
	width: 100%;
	clear: both;
}

div.events-rotation
{
	width: 440px;
	float: right;
	height: 144px;
}

/* Random Styles */

table.header
{
	background-color: #333333;
	width: 100%;
}

#popup-content
{
	padding: 10px 10px 10px 10px;
}


/* HighSlide Styles */
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	
}
.highslide:hover img {
	
}

.highslide-image {
    
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: #000000;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: Black;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: Silver;
    text-decoration: underline;    
}

/* Photo Box Styles */
.photo-container
{
	padding: 0 0 0 0;
	margin: 0 5px 0 5px;
	float: left;
	display: inline;	
}

.photo-top
{
	width: 100%;
	background-color: #999999;
	height: 3px;
}

.photo-left
{
	float: left;
	display: inline;
}

.photo-right
{
	float: right;
	display: inline;
}

.photo
{
	border-left: solid 3px #999999;
	border-right: solid 3px #999999;
}

.photo-caption
{
	color: #000000;
}

