﻿/*****************
*** Development ***
*****************/

div.DevelopmentPanel
{
	position: absolute;
	left: 3px;
	top: 3px;
	width: auto;
	height: auto;
	border-color: #ff9c29;
	border-width: 1px;
	border-style: solid;
	background-color: #ffdcb3;
	z-index: 100;
	padding: 5px 5px 5px 5px;
	color: Black;
	text-align: center;
}

a.DevelopmentEmail
{
	color: #1b6abf;
	text-decoration: none;
}

a.DevelopmentEmail:hover
{
	color: #104074;
	text-decoration: none;
	-moz-opacity: 1;
}

/**************
*** Structure ***
**************/

body.Structure
{
	background-color: #ecf8f1;
	font-size: 8pt;
	color: #066a0b;
	font-family: Verdana, Arial;
	text-align: left;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

div.Structure
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #ecf8f1;
	min-width: 1000px;
	min-height: 550px;
	height: 100%;
}

table.Structure
{
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

table.Container
{
	border: 0px;
}

table.Container td.BackgroundImage
{
	width: 1000px;
	height: 550px;
	background-image: url(Images/Background.png);
	background-repeat: no-repeat;
	vertical-align: top;	
}

div.ContainerMargin
{
	margin: 30px 30px 10px 30px;
}

div.MenuContainer
{
}

div.NormalMenu
{
	display: block;
}

div.AdminMenu
{
	display: none;
}

div.TopMenu
{
	visibility: visible;
	padding-left: 70px;
}

/******************
*** Sub-Structure ***
******************/

table.SubStructure
{
	border: 0px;
	height: auto;
	width: 100%;	
}

/*** Title ***/

table.SubStructure td.Title
{
	text-align: left;
	height: 63px;
	vertical-align: top;
}

.WebSiteTitle
{
	font-size: 30pt;
	color: #066a0b;
	padding-left: 70px;
}

/*** Announcements ***/

table.SubStructure td.Announcements
{	
	vertical-align: top;
	height: auto;
	width: 100%;	
}

div.AnnouncementsContainer
{
	position: relative;
	top: 0px;
	left: 0px;	
	height: 63px;
	overflow:hidden;
}

table.Announcements td
{
	vertical-align: middle;
	height: 20px;
	padding: 0px;
}

table.AnnouncementTable
{
	height: auto;
}

#divAnnouncement
{
	position: relative;
	top: -25px;
	left: 680px;
	height: 33px;
	width: 250px;	
	border: solid 1px #e5f5e9;
	opacity: 0;	
	filter: alpha(opacity=0);
	text-align: center;
	font-weight:bold;
	background-color: #e5f5e9;
}

#divAnnouncement:hover
{
	border: solid 1px #8aaadc;
	cursor: pointer;
}

div.AnnouncementButton
{
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border: solid 1px #e5f5e9;
	position: relative;
}

div.AnnouncementButton:hover
{
	text-decoration: none;
	opacity: 1;	
	filter: alpha(opacity=100);
	border: solid 1px #8aaadc;
	background-color: #e5f5e9;
	cursor: pointer;
}

/*** Content ***/

table.SubStructure td.Content
{
	vertical-align: top;
	padding: 0px;
}

table.Content
{
	border: 0px;
	width: 100%;
	height: 100%;
}

table.Content td.Menu
{
	width: 200px;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
}

table.Content td.Menu br
{
	line-height: 2pt;
}

table.Content td.Content
{
	width: auto;
	height: auto;
	vertical-align: top;
	padding: 0px 0px 0px 28px;
}

iframe.ContentFrame
{
	border: 0px;
	width: 100%;
	height: 398px;
	-moz-opacity: 1;
}

/**************
*** TopMenu ***
**************/

table.TopMenu
{
	width: 100%;
	border: 0px;		
	height: 20px;
}

table.TopMenu td
{
	vertical-align: top;	
	text-align: center;
	padding-top: 1px;
	white-space: nowrap;
}

/***********
*** Menu ***
***********/

.MenuOption
{
	text-decoration: none;
	-moz-opacity: 1;
	padding: 0px 2px 2px 2px;
	color: #066a0b;
}

.MenuOption:hover
{
	text-decoration: none;
	-moz-opacity: 1;
	padding: 0px 1px 2px 1px;
	border: solid 1px #8aaadc;
	background-color: #e5f5e9;
}

.MenuOption:link
{
	text-decoration: none;
}

.MenuTitle
{
	font-weight: bold;
	line-height: 20px;
}

hr
{
	color: #066a0b;
	background-color: #066a0b; /*#6fcb97;*/
	width: 20%;
	height: 1px;
	border: 0px;
	border-style: solid;
}

table.Container td.Administration
{
	text-align: left;
	height: 20px;
	font-size: 7pt;
	font-family: Arial;
	vertical-align: middle;
}

/**************
*** LSAdvert ***
**************/

table.Container td.LSAdvert
{
	text-align: right;
	height: 20px;
	font-size: 7pt;
	font-family: Arial;
	vertical-align: middle;
}

/************
*** Visits ***
************/

.Visits
{
	text-align: center;	
	font-size: 9pt;
	font-family: Arial;
	vertical-align: middle;
	color: #599966;
}

/******************
*** Content Pages ***
******************/

body
{
	font-size: 10pt;
	color: #066a0b;
	font-family: Arial;
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 97%;
}

h1
{
	font-size: 17pt;
	font-weight: normal;
	margin-top: 3px;
	padding-top: 0px;
	margin-bottom: 12px;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 6px;
}

a
{
	text-decoration: none;
	-moz-opacity: 1;
	color: #0272ae;
}

a:hover
{
	-moz-opacity: .4;
	-moz-outline-style: none;
}

a:focus
{
	-moz-outline-style: none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

div.FillDisplay
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
}

table.CentreDisplay
{
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

.TextBox
{
	border-color: #066a0b;
	border-style: solid;
	border-width: 1px;
	background-color: #e0f0e4;
	color: #066a0b;
	font-size: 10pt;	
	font-family: Arial;
}

.Button
{
	border-bottom-color: #066a0b;
	border-right-color: #066a0b;
	border-top-color: #e6f4ea;
	border-left-color: #e6f4ea;
	border-style: solid;
	border-width: 1px;
	background-color: #a5d5af;
	color: #066a0b;
	height: 21px;
}

.GridView
{	
}

.GridView th
{	
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #066a0b;	
	padding: 1px;
}

.GridView td
{
	padding: 1px;
	border-top-width: 0px;
	border-bottom-color: #e0f0e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.HeaderTable
{
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #066a0b;
	padding: 1px;
}

.TableCell
{
	border-top-width: 0px;
	border-bottom-color: #e0f0e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 1px;
}

.HeaderBelowTableCell
{
	border-top-width: 0px;
	border-bottom-color: #066a0b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 1px;
}

.TableHeaderCell
{	
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #066a0b;	
	padding: 1px;
	background-color: #e0f0e4;
}

.SecondHeaderCell
{	
	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #066a0b;	
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #066a0b;	
	padding: 1px;
	background-color: #e0f0e4;
}

.TableDetachedHeaderCell
{	
	border-width: 0px;
	padding: 1px;
	background-color: #e0f0e4;
}

.LoginResult
{
	color: #8d090e;
}

p 
{	
	margin: 0px;
	font-size: 10pt;	
	font-family: Arial;
}

td
{	
	font-size: 10pt;
	color: #066a0b;
	font-family: Arial;
}

/******************
*** Editor Pages ***
******************/

iframe.EditorFrame
{
	border: 0px;
	width: 100%;
	height: 330px;
}

div.FullPage
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}

hr.FullWidth 
{
	width: 100%;
}

.ReturnToEditing 
{
	width: 100%;
	text-align: center;
}
