﻿body
{
	background-position: top;
	background-image: url('Images/Background.jpg');	
	background-color: #ECF5FB;
	font-family: Calibri, Arial;
	background-repeat: repeat-x;
}

div.eventDetail
{
	padding: 10px;
	border: thin solid #808080;
}

table
{
	border-collapse:collapse;
}

table.main
{
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}

td.aboveHeader
{
	background-color: #A4DBFF;
	
	color: #808080;
}

td.header
{
	background-image:url('Images/BlueprintsWebsiteHeader4.jpg');
	width: 850px;
	height: 175px;
	border: thin solid #808080;
    text-align: right;
    vertical-align: bottom;
}

td.menu
{
	border: thin solid #808080;
	padding: 0px 10px 0px 10px;
	height: 50px;
	background-image: url('Images/MenuBackground2.jpg');	
	background-repeat: repeat-x;
}

td.content
{
	padding: 20px 20px 20px 20px;
	border: thin solid #808080;
}

td.footer
{
	border: thin solid #808080;
	padding: 10px 10px 10px 10px;
}

td.calendar
{
}

.normalLink
{
    text-decoration: none;
}

a.menuOption
{
	color: White;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-family: Segoe UI;
}

a.menuOption:hover
{
	color: #65C2FB;
}

.calendar
{
	font-family: calibri;
	font-size: small;
	color: #808080;
}

a.calendar
{
	font-family: calibri;
	font-size: small;
	text-decoration: underline;
	color: #4581A5;
}

h3
{
	color: #FFA218;
	font-family: Segoe UI;
	font-weight: bold;
}

h4
{
	color: #4581A5;
	font-family: Segoe UI;
	font-weight: bold;    
}

.eventDetailsTitle
{
	color: #4581A5;
	font-weight: bold;
}

a.nonUnderlined
{
	text-decoration:none;
}

.gridView
{
	padding: 5px;
	border: thin solid #000000;
}

.gridView th
{
	padding: 5px;
	background-color: #C0C0C0;
	border: thin solid #000000;
	text-align: center;
}

.gridView td
{
	padding: 5px;
	border: thin solid #000000;
}

table.contentTable
{
	padding: 5px;
	border: thin solid #000000;
}

thead.contentTable
{
	padding: 5px;
	background-color: #C0C0C0;
	border: thin solid #000000;
	text-align: center;
}

td.contentTable
{
	padding: 5px;
	border: thin solid #000000;
}

td.contentTableAlternate
{
	padding: 5px;
	border: thin solid #000000;
	background-color: #EEEEEE;
}

