﻿BODY
{
    margin:0;
    background:url(../Images/Backgrounds/body.gif) 0 -110px repeat-y #efecd0;
    font-family:Georgia, Serif;
    font-size:14px;
    color:#a49a00;
    line-height:18px;
}

IMG
{
    border:0;
}

H1
{
    margin:0;
    height:55px;
}

H2
{
    margin:22px 0 0 0;
    font-size:18px;
    color:#beb34c;
    font-weight:bold;
    text-transform:uppercase;
}

H3
{
    margin:22px 22px 0 0;
    font-size:18px;
    font-weight:bold;
    color:#999;
}

P
{
    margin:18px 22px 0 0;
}

A
{
    color:#a49a00;
    text-decoration:underline;
    font-weight:bold;
}

FORM
{
    margin:0;
}

INPUT, TEXTAREA, SELECT
{
    background-color:#f4f1db;
    border:solid 1px #d2ca7f;
    width:50%;
    font-family:Georgia, Serif;
    font-size:14px;
    color:#999;
}

SPAN INPUT
{
    width:auto;
    border:none;
}


/* HIDDEN - START */
H1 SPAN,
A SPAN
{
    display:none;
}
/* HIDDEN - END */


.HR
{
    background:url(../Images/Backgrounds/hr.gif) no-repeat;
    height:1px;
    overflow:hidden;
    margin-top:18px;
}

.Container
{
    position:relative;
    width:550px;
    height:580px;
    margin-left:20px;
    background:url(../Images/Backgrounds/container.jpg) no-repeat;
    padding:390px 0 30px 210px;
}

HTML>BODY .Container
{
    height:auto;
    min-height:580px;
}

.Content
{
    margin-bottom:50px;
}

.Logo
{
    position:absolute;
    right:0;
    top:0;
}

.Footer
{
    position:absolute;
    height:30px;
    width:760px;
    bottom:0;
    left:0;
    background:url(../Images/Backgrounds/footer.gif) no-repeat;
    font-size:10px;
}

.Copyright
{
    position:absolute;
    left:30px;
    top:6px;
}

.NgaiComAu
{
    position:absolute;
    right:30px;
    top:6px;
}

.Button
{
    border:none;
    background-color:#d2ca7f;
    color:White;
    font-weight:bold;
}

.Button:hover
{
    background-color:#a49a01;
}

.CheckBox
{
    background-color:#f4f1db;
    border:none;
    width:auto;
    font-size:inherit;
}

.ContentImage
{
    float:left;
    margin:15px 15px 0 -5px;
}

.Date
{
    font-style:italic;
    text-align:right;
}


/* NAVIGATION - START */
.Navigation
{
    position:absolute;
    left:0;
    top:382px;
    margin:0;
    padding:0;
    list-style:none;
    width:179px;
}

.Navigation LI
{
    margin:0;
    padding:0;
    *margin-bottom:-3px;
}

.Navigation A
{
    display:block;
    height:30px;
}

.Navigation .Home
{
    background:url(../Images/Navigation/home.gif) no-repeat 66px 50%;
}

.Navigation .Tools
{
    background:url(../Images/Navigation/tools.gif) no-repeat 66px 50%;
}

.Navigation .Contact
{
    background:url(../Images/Navigation/contact.gif) no-repeat 66px 50%;
}

.Navigation .ICSMPremierLeague2008
{
    background:url(../Images/Navigation/icsm-premier-league-2008.gif) no-repeat 66px 50%;
    height:95px;
}

.Navigation .ICSMPremierLeague2009
{
    background:url(../Images/Navigation/icsm-premier-league-2009.gif) no-repeat 66px 50%;
    height:95px;
}
/* NAVIGATION - END */


/* HEADINGS - START */
.Welcome
{
    background:url(../Images/Headings/welcome.gif) no-repeat;
}

.About
{
    background:url(../Images/Headings/about.gif) no-repeat;
}

.Tools
{
    background:url(../Images/Headings/tools.gif) no-repeat;
}

.Contact
{
    background:url(../Images/Headings/contact.gif) no-repeat;
}

.ICSMPremierLeague2008
{
    background:url(../Images/Headings/icsm-premier-league-2008.gif) no-repeat;
}

.ICSMPremierLeague2009
{
    background:url(../Images/Headings/icsm-premier-league-2009.gif) no-repeat;
}
/* HEADINGS - END */


/* ACCORDION - START */
.Accordion
{
    margin:22px 22px 0 0;
}

.Accordion H2
{
    margin:2px 0 0 0;
    background:url(../Images/Backgrounds/accordion-header-h2.gif) no-repeat 498px 2px #999;
    overflow:hidden;
}

.Accordion .AccordionHeaderSelected H2
{
    background:url(../Images/Backgrounds/accordion-header-selected-h2.gif) no-repeat 498px 2px #beb34c;
}

.Accordion H2 A
{
    display:block;
    width:100%;
    color:White;
    text-decoration:none;
    padding:2px 12px;
}

.Accordion .AccordionContent
{
}

.Accordion TABLE
{
    font-size:11px;
    width:100%;
    text-align:center;
}
/* ACCORDION - END */

.LastUpdated
{
    color:#999;
    font-style:italic;
    margin-top:36px;
}

.ListSearchPrompt
{
    text-transform:uppercase;
    font-size:8px;
    font-family:Tahoma, Sans-Serif;
    color:Red;
}

DL
{
    margin-right:22px;
}

DT
{
    color:#999;
    font-style:italic;
    text-transform:uppercase;
    font-size:12px;
}

.CurrentWeather
{
    position:absolute;
    top:82px;
    right:30px;
    background-color:#e0d9a2;
    padding:5px 15px 10px 15px;
    color:White;
    text-align:right;
}

.CurrentWeather H4
{
    margin:0;
    padding:5px 0;
    font-size:12px;
}

.CurrentWeather UL
{
    margin:0;
    padding:0;
}

.CurrentWeather UL LI
{
    list-style:none;
    font-size:12px;
    text-transform:capitalize;
}

.CurrentWeather INPUT
{
    /*visibility:hidden;*/
    width:auto;
    width:130px;
}

.CurrentWeather IMG
{
    position:absolute;
    top:35px;
    left:255px;
}

.AdSense
{
    position:absolute;
    top:18px;
    left:808px;
}