﻿/* General layout of forms
/* ######################################################################################## */
/* ######################################################################################## */

/* File created by Gary Vasey on behalf of Phenomenon */

body
{
	color: #00FF00;
}

body h1
{
	font-weight: bolder;
	text-align: center;
	color: #0000FF;
}

body h2
{
	font-weight: bolder;
	color: #00FF00;
}

/* Tableoutline for main site
/* ######################################################################################## */
/* ######################################################################################## */

/* Header for site
/* ######################################################################################## */
/* ######################################################################################## */
.TableLogos
{
	width: 100%;
	height: 132px;
}

.TableButtonRow
{
	width: 100%;
	height: 37px;
}

.TableButtonBackground
{
	background-image: url(/Images/Menu/btnMenuBackground.jpg);
	background-repeat: repeat-x;
}
/* Contents for site
/* ######################################################################################## */
/* ######################################################################################## */

.TableMainContents
{
	height: 100%;
	color: #FF6600;
	padding-right: 5px;
	font-size: medium;
}

.TableMainContents h1
{
	font-size: xx-large;
	color: #0000FF;
	font-weight: bolder;
	text-align: center;
	font-family: Verdana;
}

.TableMainContents h2
{
	font-size: x-large;
	color: #66FF33;
	font-weight: bolder;
	font-family: 'Script MT Bold';
	text-align: left;
}

.TableMainContents h3
{
	background-image: url(~/Images/Menu/imgMenuGrayLarge.jpg);
	font-size: large;
	color: #66FF33;
	font-weight: bolder;
	font-family: verdana;
	text-align: left;
	background-repeat: repeat-x;
}

.TableMainContents p
{
	font-size: medium;
	color: #009999;
	font-weight: normal;
	text-align: left;
}

.TableMainContents ul
{
	font-size: medium;
	color: #009999;
	font-weight: normal;
	text-align: left;
}

/* Indented text */
.TableMainContents li
{
	font-size: medium;
	color: #009999;
	font-weight: normal;
	text-align: left;
}

/* Footer for site
/* ######################################################################################## */
/* ######################################################################################## */

.MenuFooter
{
	background-image: url(/Images/Menu/imgMenuGrayLarge.jpg);
	background-repeat: repeat-x;
	color: #00FF00;
	font-weight: bold;
	font-size: x-large;
}

/* Left hand menu
/* ######################################################################################## */
/* ######################################################################################## */



/* Table Headers */
/* ######################################################################################## */
/* ######################################################################################## */

.HeaderBackgroundGraySmall
{
	background-image: url(/Images/Menu/imgMenuGray.jpg);
	background-repeat: repeat-x;
	color: #00FF00;
	font-weight: bold;
	font-size: medium;
}

.HeaderBackgroundGrayLarge
{
	background-image: url(/Images/Menu/imgMenuGrayLarge.jpg)  ;
	background-repeat: repeat-x;
	color: #00FF00;
	font-weight: bold;
	font-size: x-large;
}




/* undefined */
/* ######################################################################################## */
/* ######################################################################################## */

.TableMainOutline
{ 
	border: 3px solid #333333;
	margin-right: 0px;
}

/* this is a test */

.EventsTables
{
	background-image: url(/Images/Menu/imgMenuGrayLarge.jpg);
	background-repeat: repeat-x;
	font-size: x-large;
	color: #FF0000;
	font-weight: bolder;
	width: 98%;
	font-family: Verdana;
}

.EventsTablesContents
{
	font-size: medium;
	font-weight: bolder;
	color: #66CCFF;
}

.TableForTeam
{
	background-image: url(/Images/Menu/imgMenuGray.jpg)  ;
	background-repeat: repeat-x;
	color: #00FF00;
	font-weight: bold;
	font-size: large;
}

.ReportsContents
{
	color: #FF9900;
	font-size: x-large;
}

.PasswordText
{
	color: #FF6600;
	text-align: left;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	font-variant: normal;
}



