﻿* {
	margin: 0;
	padding: 0;
}

a {
	color: #3a89c9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-size: 12pt;
	line-height: 1.75em;
	font-family: Calibri;
	background-image: url('images/bg.jpg');
	color: #e9f2f9;
}

br.clear {
	clear: both;
}

h1,h2,h3,h4 {
	letter-spacing: -1px;
	margin-bottom: 1em;
	font-family: Calibri;
	color: #1b325f;
}

p {
	margin-bottom: 1.5em;
}

ul
{
    margin-bottom: 1.5em;
    list-style-position: inside;
}

#bg
{
    background: url('images/shadow.png') repeat-x center top;
}

#outer
{
    position: relative;
    width: 955px;
    margin: 0 auto;
    padding: 26px 0px 26px 26px;
}

#header
{
    position: relative;
    padding: 0px 0px 30px 20px;
    height: 100px;
    top: 0px;
    left: 0px;
    font-weight: bold;
}

#headertext 
{    
	position: absolute;
	top: -9px;
	left: 2px;
	height: 137px;
	line-height: 120px;
	color: #e9f2f9;
	font-size: 3.5em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-shadow: 0 2px 1px #32251B;
}

#headertext a {
	text-decoration: none;
	color: #e9f2f9;
}

#header p {
	position: absolute;
	top: 40px;
	left: 40px;
	height: 60px;
	line-height: 120px;
	color: #e9f2f9;
	font-size: 1.1em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#sidebar
{
    width: 180px;
    float: left;
    padding: 20px;
    background: #1b325f;
    color: #e9f2f9;
}
#VBAlogo
{
    color: #1b325f;
    text-align: center;
}


#contents
{
    padding: 35px;
}

/* ^^^^^^^^^^^^^^^ above ^^^^^^^^^^^^^ */
/* HTML element styles for master page */
/* ----------------------------------- */

/* Division that is the container for the site */
.AquatorLogo
{
    padding-right: 25px;
}
.centre
{
  width: 955px;
  margin: 0 auto 0 auto;
}

/* Division containre for header */
.headertables
{
    width: 955px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

/* Division that is the container for the site */
.tables
{
  width: 930px;
  border-collapse: collapse;
}


/* Top centre header cell */
.headercentre
{
  color: #FFFFFF;
  vertical-align: middle;
  text-align: left;
  width: 25%;
}*


/* Menu cell */
.cellmenu
{
    width: 160px;
    padding: 0px 20px 20px 0px;
    text-align: left;
    vertical-align: top;
}

/* Content cell */
.cellcontents
{
    vertical-align: top;
    color: #1b325f;
    background: #FFFDF9;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
    padding: 30px 30px 30px 30px;
}

/* Tree view menu */

.SideMenu1
{
    color: #FFFFFF;
    line-height: 1.5em;
}

.SideMenu1 li
{
    text-decoration: none;
    list-style-type: none;
    text-indent: 15px;
}

.SideMenu1 a
{
    color: #FFFFFF;
}

.SideMenu2
{
    color: #FFFFFF;
    line-height: 1.5em;
    margin-top: -22px;
    margin-bottom: 0px;
}

.SideMenu2 li
{
    text-decoration: none;
    list-style-type: none;
    text-indent: 25px;
}

.SideMenu2 a
{
    color: #FFFFFF;
}

/* Tree view menu */
.treeViewMenu
{
  color: #FFFFFF;
  line-height: 1.5em
}

.treeViewMenuSelected
{
  font-weight: bold;
}

/* Logged In cell - left */
.cellLoggedInLeft
{
  padding: 4px; 
  text-align: left;
  vertical-align: top;
}

/* Logged In cell - reft */
.cellLoggedInRight
{
    padding: 4px 0px 4px 4px;
    text-align: right;
    vertical-align: top;
}

/* Log Out */
.lnkLogOut
{
    padding: 4px;
    background-color: #1B325F;
    color: #FFFFFF;
    font-weight: bold;
}
/* Bottom left footer cell */
.footerleft
{
  color: #FFFFFF;
  text-align: left;
  vertical-align: middle;
  font-size: smaller;
  width: 20%;
}

/* Bottom middle footer cell */
.footermiddle
{
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}

/* Bottom right footer cell */
.footerright
{
    text-align: right;
    vertical-align: middle;
    width: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clicklargeimage
{
    float: left;
    margin: 5px -8px 20px -8px;
}

img.middle
{
    float: left;
    margin: 5px -8px 30px -8px;
}

img.left
{
    float: left;
    margin: 5px 20px 0px 0px;
}

img.right
{
    float: right;
    margin: 5px 0px 0px 20px;
}

.commandButtonWide
{
  width: 150px;
  color: #003399;
  font-weight: bold;
}
.waitgif
{
    position: absolute;
    top: 60px;
    right: 400px;
}