﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #000;
    font-size: 12px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;    
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

img
{
    border-width: 0px;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid black;
}

.header
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #000;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.leftColumn
{
    float: left;
    width: 170px;
    min-height: 620px;
    background-color: white;    
}

.main
{
    float: left;
    min-height: 620px;
    padding: 0px;
    background-color: white;
    width: 620px;    
}


.rightColumn
{ 
    float: right;
    width: 170px;
    min-height: 620px;
    background-color: white;    
}


.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{    
    color: White;
    padding: 4px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.smallcentretext
{
    font-size: 12px;    
    text-align: center;
}

.smalltbtext
{
       font-size: 12px;    
}

.paddingtop3px
{
    padding: 3px 0px 0px 0px;
}

.paddingbot3px
{
    padding: 0px 0px 3px 0px;
}

.paddingleft3px
{
    padding: 0px 0px 0px 3px;
}

.paddingright3px
{
    padding: 0px 3px 0px 0px;
}

.paddingtopright3px
{
    padding: 3px 3px 0px 0px;
}

.news_title
{
    font-size: 14px;
    font-weight: bold;    
    color: Navy;
    border-bottom: solid 1px Navy;
    margin-top: 0px;
    margin-bottom: 0px;
}

.news_title a
{
    font-size: 14px;
    font-weight: bold;
    color: Navy;
    text-decoration: none;  
}

.news_title a:hover
{
    color: #0000CC;
    text-decoration: underline;
}

.large_news_title
{
    padding: 4px;
    font-size: 17px;
    font-weight: bold;
    color: #FF6600;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF6600;
    width: 600px;
}

.news_body_image
{        
    float: left;
    padding: 4px;        
}

.news_body_text
{        
    padding: 4px;        
}


.small_date_title2
{
    font-size: 9px;
    color: Gray;
    border-bottom: solid 1px Navy;
    margin-top: 0px;
    margin-bottom: 0px;
}
.small_date_title
{
    vertical-align: middle;
    float: right;
    font-size: 9px;
    color: #999999;
    padding: 2px 0px 2px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.more_info
{
    vertical-align: middle;
    float: right;
    font-size: 9px;
    color: #FF9933;
    padding: 2px 0px 2px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.more_info a
{
    font-size: 10px;
    color: #FF9933;
    text-decoration: none;
}

.more_info a:hover
{
    font-size: 10px;
    color: #FF9933;
    text-decoration: underline;
}


.img_black_border
{
    border: 1px;
    border-color: Black;
    border-style: solid;
}

.pl_bodytext
{
    font-size: 14px;
}


menu 
{
    margin: 0px 0px 0px 0px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#ffffff;
    height:30px;
    width:100%;
}

div.menu
{        
    margin: -50px 0px 0px 0px;
    padding: 0px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #000;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

div.lefthandbox
{
    margin: 3px 0px 3px 3px;
    padding: 0px;
    width: 165px;
    border: 1px solid black;
    color: #000;
}

div.righthandbox
{
    margin: 3px 3px 3px 0px;
    width: 165px;
    border: 1px solid black;
    color: #000;
}

div.mainnewsbox
{
    position: relative;
    margin: 3px 3px 3px 3px;
    width: 612px;
    border: 1px solid black;
    min-height: 150px;
    color: #000;
    min-height: 200px;
}

div.mainnewsboxcentre
{
    position: relative;
    
    margin: 3px 3px 3px 3px;
    width: 612px;
    border: 1px solid black;
    color: #000;
    min-height: 150px;
}


div#mainnews123 {position: relative; top: 0px; left: 200px; width: 412px; }
div#mainnews123 a
{
    display: block;
    text-align: left;
    font-size: 10pt;
    padding: 2px 2px 2px 2px;
    border-width: 0px 0px 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
    font-weight: bold;
    vertical-align: middle;
}
div#mainnews123 a:hover { color: #411; background: #FF6600; }
 
div#mainnews123 a img {height: 0; width: 0; border-width: 0;}
div#mainnews123 a:hover img {position: absolute; top: 0px; left: -200px; height: 150px; width: 200px;}

div#mainnews456 {position: relative; top: 0px; left: 0px; width: 612px; }
div#mainnews456 a
{
    display: block;
    text-align: left;
    font-size: 10pt;
    padding: 2px 2px 2px 2px;
    border-width: 0px 0px 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
    font-weight: bold;
    vertical-align: middle;
}
div#mainnews456 a:hover { color: #411; background: #FF6600; }
 
div#mainnews456 a img {height: 0; width: 0; border-width: 0;}
div#mainnews456 a:hover img {position: absolute; top: -179px; left: 0px; height: 150px; width: 200px;}

div#subnewsleft { position: relative; top: 0px; left: 0px; width: 304px; z-index: 101; } 
div#subnewsleft a {
    display: block;
    text-align: left;
    font-size: 11px;
    padding: 2px 2px 2px 2px;
    border-width: 0px 0px 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
    font-weight: bold;
    vertical-align: middle;
}
div#subnewsleft a:hover { color: #411; background: #FF6600; }

div#subnewsright {position: relative; top: 0px; left: 0px; width: 303px; z-index: 102;}
div#subnewsright a {
    display: block;
    text-align: left;
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    border-width: 0px 0px 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
    font-weight: bold;
    vertical-align: middle;
}
div#subnewsright a:hover { color: #411; background: #FF6600; }

div.subnewsbox
{
    float: right;
    width: 412px;    
    color: #000;
}

div.smallnewsboxleft
{
    float: left;
    margin: 0px 0px 3px 3px;
    width: 304px;
    border: 1px solid black;
    color: #000;
}

div.smallnewsboxright
{
    float: right;
    margin: 0px 3px 3px 0px;
    width: 303px;
    border: 1px solid black;
    color: #000;
}

.latestnewstitle
{
    background-image: url('../images/latestnews_title1011.jpg');
    background-repeat: no-repeat;
    background-position: center;    
}

.supportersnewstitle
{
    background-image: url('../images/supporters_news_title1011.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.under18newstitle
{
    background-image: url('../images/under18_news_title1011.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

div.newsimage
{
    float: left;
    width: 612px;    
    color: #000;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
