﻿html
{
    margin:0;
    padding:0;
    height:100%;
    min-height:100%;
    border:none;
}


body 
{
    font-family: Verdana;
    font-size: 13px;
    background-color: #EEEEEE;
    margin:0;
    padding:0;
    height:100%;
    min-height:100%;
    border:none;  
}

.maintable
{
    border-style: solid;
    border-width: 1px;
    border-color: #3366CC ;
    width: 800px;    
    height: 100%;
    min-height:100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #DDDDDD;
    
}

.mainTabs
{
    background-color: #6495ED;
    font-size: 14px;    
    text-align: center;
    width: 150px;
}

.mainTabsActive
{
    background-color: #B0C4DE;
    font-size: 14px;    
    text-align: center;
    width: 150px;
}

.tableColour
{
    background-color: #3366CC;    
}

.mainNav
{
    background-color: #3366CC;
    border-width: 0px;
}

a.NavLinks 
{
    font-size : 12px;
    color: #000000;
    text-decoration : none;
    z-index:24;
    position:relative; 
}

a.NavLinks:link
{
    font-size : 12px;
    color: #000000;
    text-decoration : none;
    z-index:24;
    position:relative; 
}

a.NavLinks:visited 
{
	font-size : 12px; 
	text-decoration : none; 
    color: #000000;
}

a.NavLinks:hover 
{
    font-size : 12px;
    color: #ffffff;
    text-decoration : none;
    z-index:25;
}

a.NavLinks:active 
{
    font-size : 12px; 
    text-decoration : none;
    color: #445566;
}

a.NavLinks span
{
    display: none
}

a.NavLinks:hover span
{ 
    display:block;
    position:absolute;
    top:2em; 
    left:2em; 
    width:20em;
    border:1px solid #000000;
    background-color:#FFFFFF; 
    color:#3366CC;
    text-align: center;
    padding: 2px;
}


.NavHeader
{
    font-size: 16px;
    color: #ffffff;
    background-color: #3366CC;
    text-align: center;
    height: 25px;
    min-height: 25px;
}

.BarHeader
{
    font-size: 14px;
    color: #ffffff;
    background-color: #3366CC;
    text-align: left;

}

a:link 
{
    font-size : 13px;
    color: #6495ED;
    text-decoration : none;
}

a:visited 
{
	font-size : 13px; 
	text-decoration : none; 
    color: #778899 ; 
}

a:hover 
{
    font-size : 13px;
    color: #3366CC;
    text-decoration : none;
}

a:active 
{
    font-size : 13px; 
    text-decoration : none;
    color: #445566
}

.BlogEntry
{
    font-size: 11px;
}

.About
{
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    min-height:100%;
}

.BlogUCHeader
{
    font-size: 15px;
    color: #3366CC;
    border-bottom-color: #3366CC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


.TwitterEntry a:link 
{
    font-size : 11px;
    color: #0066FF;    
    text-decoration : none;
}

.TwitterEntry 
{
    font-size : 10px;
    color: #000000;    
    text-decoration : none;
}

.TwitterSplitter 
{
    font-size : 5px;
    height : 5px;
}

.TwitterEntry a:visited 
{
	font-size : 11px; 
	text-decoration : none; 
    color: #0066FF; 
}

.TwitterEntry a:hover 
{
    font-size : 11px;
    color: #6495ED;
    text-decoration : none;
}

.TwitterEntry a:active 
{
    font-size : 11px; 
    text-decoration : none;
    color: #445566;
}

.BlogTitle a:link 
{
    font-size : 11px;
    color: #0066FF;    
    text-decoration : none;
}

.BlogTitle a:visited 
{
	font-size : 11px; 
	text-decoration : none; 
    color: #0066FF; 
}

.BlogTitle a:hover 
{
    font-size : 11px;
    color: #6495ED;
    text-decoration : none;
}

.BlogTitle a:active 
{
    font-size : 11px; 
    text-decoration : none;
    color: #445566;
}

.BlogDate 
{
    font-size : 11px;
    color: #6495ED;
    text-align: right;
}

.footer
{
    background-color: #3366CC;
    border-width: 0px;
    height: 15px;
    text-align: center;
    min-height: 15px;
    font-size : 12px;   
}

.footerSpacer
{
    background-color: #DDDDDD;
    border-width: 0px;
    height: 15px;
    text-align: center;
    min-height: 15px;
    font-size : 12px;      
}

.footer a:link
{
    font-size : 12px;
    color: #123456;
    text-decoration : none;
}

.footer a:visited 
{
	font-size : 12px; 
	text-decoration : none; 
    color: #121122
}

.footer a:hover 
{
    font-size : 12px;
    color: #ffffff;
    text-decoration : none;
}

.footer a:active 
{
    font-size : 12px; 
    text-decoration : none;
    color: #445566
}

.XboxEntry 
{
    font-size : 11px;
    color: #000000;
    vertical-align: top;
}

.XboxEntry a:link 
{
    font-size : 12px;
    color: #0066FF;    
    text-decoration : none;
}

.XboxEntry a:visited 
{
	font-size : 12px; 
	text-decoration : none; 
    color: #0066FF; 
}

.XboxEntry a:hover 
{
    font-size : 12px;
    color: #6495ED;
    text-decoration : none;
}

.XboxEntry a:active 
{
    font-size : 12px; 
    text-decoration : none;
    color: #445566;
}



