﻿/*
  Primary style sheet for new website

  Colour notes:
    Maroon #993366
    Darker Maroon #990000
    Green #008080

*/
.body 
{
	font-family: Arial, Helvetica, sans-serif;
}
div#heading {
    position: absolute; 
    width: 625px; 
    height: 67px; 
    left: 20px; 
    top: 33px;	
	text-align: center;
	color: #993366;
	font-size: 50px;
}
div#body {
    position: absolute; 
    width: 625px; 
    left: 20px; 
    top: 125px;
}
h4 {
	text-align: center;
	color: #008080;
	font-size: 14pt;	
}
h5 {
	text-align: center;
	color: #008080;
	font-size: 12pt;	
}
p {
	font-size: 11pt;
}
.cite
{
	font-size: 10pt;
	padding-left: 30pt;
}
.link_style {
    text-decoration:none;
}
.link_style :link {
	color: #993366;
	font-weight: bold;
    text-decoration:none;
}	
.link_style :visited {
	color: #993366;
	font-weight: bold;
    text-decoration:none;
}	
.link_style :hover {
	color: #008080;
	font-weight: bold;
    text-decoration:none;
}	
.borderless {
	border-style:none;
}     
	
.grid-view
{
   padding: 2;
   margin: 2;
   border: 2px solid #000000;
   font-size: small;
}

.grid-view td  {border:1px solid #000000;} 

.grid-view_row
{
    color: black;
    background-color: #FFF4B7;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

.grid-view_alternatingrow
{
    color: black;
    background-color: white;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
.grid-view_header
{
   color: white;
   background-color: #990000;
   height: 20px;
   vertical-align: middle;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}
.grid-view_header a
{
   color: yellow;
   background-color: #990000;
   height: 20px;
   vertical-align: middle;
   text-align: left;
   font-weight: bold;
   text-decoration: underline;
}

.grid-view_footer
{
    color: white;
    background-color: #E8B400;
    height: 20px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}

.grid-view_selected
{
    color: black;
    background-color: #F4CE00;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

.grid-view_pager
{
    color: white;
    background-color: #990000;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
}

.grid-view_pager a
{
    color: yellow;
    background-color: #990000;
    height: 15px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    text-decoration: underline;
}



