﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

table.out
{
    border: 1px solid #336699;
}

table
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

a.menu
{
    color: white;
    text-decoration: none;
    font-size: 8pt;
}

a.menu:hover
{
    color: white;
    text-decoration: underline;
}

a.navBar
{
    color: #EEEEEE;
    text-decoration: underline;
    font-size: 8pt;
}

a.navBar:hover
{
    color: white;
    text-decoration: none;
}

a
{
    color: #336699;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
}

a:active
{
}

table.box
{
    color: #fefefe;
    background-color: #336699;
    border: none;
    padding: 1px;
}

tr.boxheader
{
    background-color: #336699;
}

td.boxheader
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-align: center;
    font-size: 10pt;
}


tr.boxbody
{
    color: #fefefe;
    background-color: #e6e6e6;
}

td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    line-height: 17px;
    text-align: left;
}

td.number
{
    text-align: right;
}

.newsItems
{
    margin-left: 30px;
}


/* ---------------------------------------------------------------- *
 *                      news feed section                           *
 * ---------------------------------------------------------------- */

#marquee
{
    font-family: Calibri;
    font-size: 11px;
    line-height: 18px;
}
pre, tt, code, samp, kbd, xmp, listing, plaintext
{
    font-family: monospace;
}
a:link #marquee
{
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}
a:visited #marquee
{
    color: #333333;
    text-decoration: none;
}
a:hover #marquee
{
    color: #333333;
    text-decoration: none;
}
.feedArticle
{
    padding-bottom: 10px;
    font-family: Calibri;
    font-size: 11px;
    line-height: 18px;
}
.feedDate
{
    color: #000000;
    font-size: 10pt;
}
.feedSource
{
    color: #000000;
    font-size: 10pt;
}
.feedTitle
{
    font-weight: bold;
    color: #437ebd;
    text-decoration: none;
}
.ingress
{
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}
.match
{
}
.feedTitle a:link
{
    font-size: 10pt;
    font-weight: bold;
    color: #336799;
    text-decoration: none;
}
.feedTitle a:visited
{
    font-size: 10pt;
    font-weight: bold;
    color: #336799;
    text-decoration: none;
}
.feedTitle a:hover
{
    font-size: 10pt;
    font-weight: bold;
    color: #336799;
    text-decoration: underline;
}

.more a:link
{
    font-size: 11px;
    font-weight: normal;
    color: #0000EE;
    text-decoration: underline;
}
.more a:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #0000EE;
    text-decoration: underline;
}
.more a:hover
{
    font-size: 11px;
    font-weight: normal;
    color: #0000EE;
    text-decoration: none;
}

#rollerText
{
    margin-top :4%;
}

.scroller
{
    display:block;
}

#newsFeed
{
    color:#336799;    
    font-size:11pt;
    font-weight:bold;
}


/* ---------------------------------------------------------------- *
 *                      Annual Transfer Form                        *
 * ---------------------------------------------------------------- */
 
.cssForm p
{
    width :99%;
    clear:left;
    padding-left :6px;
    height : 1%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 8px;
    overflow: auto;
}

.cssForm label 
{
    float:left;
    width:200px;
}

.cssForm  .inputs
{
    float:left;
    width:80px;
}


.cssForm .validator
{
    float: left;
    display: block;
    overflow: auto;
    margin-left: 6px;
}


.cssForm .informationPanel
{
    clear: both;
    width: 500px;
    display: block;
    font-size: larger;
    font-weight: bold;
}

.cssForm .statusPanel
{
    clear: both;
    width: 500px;
    display: block;
    font-size: larger;
    float: left;
    padding: 12px 12px 12px 12px;
    vertical-align: top;
}

.cssForm .statusPanel .content
{
    margin-left: 30px;
}


.statusPanel .icon
{
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    left: 6px;
}

.cssForm .error
{
    color: Red;
    border: 1px solid Red;
    background-color: #FFFF99;
}

.cssForm .success
{
    color:Green;
    border:1px solid Green; 
}

.cssForm .info
{
    background-color: #FFFF99;
    color:Blue;
    border:1px solid Red; 
}



.InformativeSigns
{
    font:8px;
    color:Red;
}
#required
{
    float:left;
    width:300px;
    
}



