﻿body 
{
    
    font-family: Arial;
    font-size: 10pt;
}

#pageContainer 
{
    margin-left: auto; 
    margin-right: auto;
    width: 1024px;
}

#header 
{
    width: 100%;
}

#headerLeft 
{
    padding-top: 5px;
    float: left;
    width: 20%;
}

#headerRight
{
    padding-top: 5px;
    float: left;
    width: 19%;
}

#headerCentral 
{
    float: left;
    width: 60%;
    text-align: center;
    font-size: 30pt;
    font-family: Verdana;
    padding-top: 20px;
    padding-bottom: 20px;
}

#headerMenu 
{
    clear: both;
    width: 100%;
    height: 40px;
}

#newsTicker 
{
    clear: both;
    width: 100%;
    height: 15px;
    border-bottom: solid 1px #cc9900;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ntLatest 
{
    color: Red;
    float: left;
    padding-right: 5px;
    font-weight: bold;
}

#newsTicker a 
{
    text-decoration: none;
    color: Black;
}

#newsTicker li 
{
    list-style-type: none;
}

#news 
{
    padding: 0px;
    margin: 0px;
}

.headerFixture 
{
    text-align:center;
    font-size: 8pt;
    
}

.hfTitle 
{
    font-weight: bold;
    padding-bottom: 5px;
}

#footer 
{
    clear: both;
    width:100%;
    height: 25px;
    text-align: center;
    border-top: solid 1px #cc9900;
    border-bottom: solid 1px #cc9900;
    font-size: 8pt;
    line-height: 25px;
}

#mainContent 
{
    clear:both;
   
}

#pictureCar 
{
    width: 532px;
    height: 400px;
    padding: auto;
    margin-top: 5px;
    float: left;
}

#pictureCar li 
{
    list-style: none;
}

#introText 
{
    padding: 15px;
    height: 350px;
    width: 460px;
    float: left;
    
    
}

#introTextInner 
{
    height: 330px;
    overflow: hidden;
}


.clearer 
{
    clear: both;
    float: none;
    height: 1px;
    display: block;
}

.horizontalDivider 
{
    clear: both;
    width: 100%;
    border-bottom: solid 1px #cc9900;
    height: 1px;
}

.standardText 
{
    padding: 10px;
}

/* Chat Section */

#ChatInputArea 
{
    width: 1004px;
    clear: both;
    height: 180px;
    margin: 10px;
}

.ChatPhoto 
{
    height: 80px;
    text-align: center;
}

#ChatInputPhoto 
{
    height: 125px;
}

.ChatName 
{
    height: 20px;
    text-align: center;
}

.ChatLeftPanel 
{
    float: left;
    width: 150px;
    margin-right:10px;
}

#urlPopup
{
    position: absolute;
    width: 500px;
    height: 60px;
    padding: 10px;
    z-index: 1005;
    display: none;
    background-color: #ddd;
    border: 1px solid black;
    
}

#backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#Chat 
{
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
    clear:both;
    display: block;
}

#Chat .ChatItem 
{
    list-style-type: none;
    padding: 10px;
    
}

#ChatArea 
{
    clear: both;
}

.smallText 
{
    font-size: 8pt;
}

#PostWaiting
{
    display: none;
}

.floatLeft 
{
    float: left;
}

.floatRight 
{
    float: right;
}

#hints 
{
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
    padding-left: 30px;
}

#hints li 
{
    list-style-type: none;
}

.infoImage 
{
    position: relative;
    top: -2px;
}

.ChatInputBox 
{
    padding-left: 160px;
}

#mainContent 
{
    padding-top: 10px;
}

.inlineImage 
{
    padding: 10px;
}

table 
{
    border: 0px;
}

td, th 
{
    border: none;
}

.required 
{
    border: solid 2px red;
}

.photo_caption 
{
    font-style: italic;
}