﻿html 
{
    background-image:url(/images/bg.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    text-align:center;
    background-color:#000000;
}

a img 
{
    border:0px;
}

body {
    padding:0px;
    margin:0px;
    font-family:Tahoma, Verdana;
    font-size:10pt;
    color: #ffffff;
    text-align:center;
}

#wrapper
{
    width:1000px;
    display:inline-block;
}

#header 
{
    text-align:left;
}

#logo 
{
    display:inline-block;
    width:207px;
    float:left;
}

#ph_sponsors 
{
    
    width:728px;
    display:inline-block;
    position:relative;
    top:-145px;
    left:15px;
}

.sponsorDiv 
{
    display:inline-block;
}

.sponsorDiv img 
{
    margin-left:10px;
}

#nav 
{
    text-align:center;
    /*border-top:solid 1px #ffba00;
    border-bottom:solid 1px #ffba00;*/
    padding-top:5px;
    padding-bottom:5px;
}

#nav a:hover div 
{
    background-color:#dcdcdc;
}

#nav a div 
{
    display:inline-block;
    text-align:center;
    width:150px;
    color:#000000;
    background-color:#ffba00;
    font-size:10pt;
    padding:5px;
    border-radius:3px;
    font-weight:bold;
}

#events 
{
    background-image: url(/images/calendar.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    height:95px;
    text-align:left;
    font-size:8pt;
}

#events a:link
{
    position:relative;
    top:10px;
}

.ttImg 
{
    float:left;
    margin-right:4px
}

.ttSpan 
{
    font-size:8pt;
    margin-top:15px;
}

.event 
{
    text-align:left;
    height:148px;
    
}

.event .eventHeading img 
{
    float:left;
    margin-right:10px;
}

.event .eventHeading .eventDate
{
    color:Red;
}

#players 
{
    text-align:center;
    /*height:430px;*/
}

.playerImg
{
    width:150px;
    cursor:pointer;
    border:solid 1px #ffba00;
}

.playerText 
{
    display:inline-block;
    width:830px;
    position:relative;
    top:-18px;
    margin-left:12px;
    line-height:14pt;
}

.playerText h2 
{
    margin-top:-1px;
}

.fieldName 
{
    font-weight:bold;
    color:#ffba00;
}

.fieldDiv 
{
    margin-bottom:6px;
}

.fieldData 
{
    
}

.vid 
{
    display:inline-block;
    width:200px;
}

.vid img 
{
    width:200px;
    max-height:120px;
    border:solid 1px #dcdcdc;
}

.vidLink 
{
    display:table-cell;
    height:70px;
    width:200px;
    text-align:center;
}

.style_input{
    width:201px;
    height:13px;
    padding:15px;
    border-radius:5px;
    border:1px solid #e5e3e3;
    color:#8D8D8D;
    font-style:italic;
    margin:0px 0px 10px 0px;
}

.dataTitle 
{
    padding-bottom:8px;
}