﻿body
{
    background-color:black;
}

p, td, a, li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}



#PageContainer
{
    width:1014px;
    text-align:left;
    background-color:#EEEEEE;
    overflow:auto;
    min-height:550px;
    padding-bottom:50px;
}

.SiteBanner
{
    width:auto;
    background-color:#EEEEEE;
    text-align:center;
}

#PlayerNav
{
    width:1014px;
    text-align:left;
    background-color:#AAAAAA;
}

#MainContainer
{
    clear:both;
    width:auto;
    text-align:left;
    background-color:#EEEEEE;
}

/* FORMS */
.CapitalRad
{
	border-color:#000000;
	color:#FF0000;
	font-weight:bold;
    text-transform:uppercase;
}


.form
{
    width:500px;
}

#loginForm
{
    width:auto;
    text-align:center;
}

.tdLabel
{
    padding:5px;
    background-color:orange;
    color:Blue;
}

.tdLabel
{
    padding:5px;
    background-color:orange;
    color:Blue;
}

.LoginTitle
{
    background-color:Orange;
    color:Blue;
    padding:3px;
}

.LoginLabel
{
    padding:3px;
}

.LoginField
{
    padding:3px;
}

#tblUserRegistration
{
    border-collapse:collapse;
    border:solid 1px #666666;
}



/* PLAYER MAIN PAGE */


#LeftSection
{
    float:left;
    width:400px;
    margin-left:20px;
}

#MiddleSection
{
    float:left;
    width:584px;
    margin-left:5px;
}

#tblPlayerInfo
{
    border-collapse:collapse;
    border:solid 1px #666666;
}

#tblPlayerInfo .label
{
    width:130px;
    font-weight:bold;
    color:Blue;
    text-align:left;
    padding-left:15px;
    background-color:Orange;
    border:solid 1px #666666;
}

#tblPlayerInfo .field
{
    width:150px;
    font-weight:bold;
    color:Blue;
    text-align:center;
    padding-left:15px;
    border:solid 1px #666666;
}

#Message
{
    width:320px;
     border:solid 1px #666666;
     background-color:Orange;
     vertical-align:top;
}


.gvPlayerListPlayer
{
    width:200px;
    text-Align:left;
    padding-left:15px;
}

.gvPlayerListPlayer a
{
color:Yellow;
font-weight:bold;
}

.gvPlayerListPlayer a:text
{
color:Yellow;
font-weight:bold;
}

.gvPlayerListPlayer a:vlink
{
color:Yellow;
font-weight:bold;
}

.gvPlayerListScore
{
    width:80px;
    text-align:right;
    padding-right:15px;
}


.Top5Title
{
    padding:5px;
    background-color:navy;
    color:white;
    font-weight:normal;
}



/* Pick PAGE */
#tblGamePickList
{
    width:395px;
    border-collapse:collapse;
    border:solid 1px #666666;
}

#tblPendingList
{
    width:580px;
    border-collapse:collapse;
    border:solid 1px #666666;
}

#tblConfirmedPickList
{
    width:580px;
    border-collapse:collapse;
    border:solid 1px #666666;
}

/* Repeater Headers */

.GamePickListHeader
{
    background-color:#990000;
    color:#FFFFFF;
}

.PendingListHeader
{
    background-color:#990000;
    color:#FFFFFF;
}

.ConfirmedListHeader
{
    background-color:#990000;
    color:#FFFFFF;
}

/* Repeater Row */

.GamePickList1
{
    background-color:#EEEEEE;
}

 .PickListHeader{
    background-color:orange;
    color:Blue;
}

 .PickStSelection{
    background-color:#B0D7FD;
}

 .PickPlSelection{
    background-color:#E2FFAE;
}

 .StraightPickList1
{
    background-color:#B0D7FD;
}

 .StraightPickList2
{
    background-color:#FFFFFF;
}


 .ParlayPickList1
{
    background-color:#EEEEEE;
}

 .ParlayPickList2
{
    background-color:#FFFFFF;
}

 .TotalSection
{
    background-color:#FFE1E1;
}

/* Rules */

#Rules
{
    width:auto;
    margin-left:30px;
}

.RuleList
{
    list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.RuleList li 
{
padding-left: 40px;
background-image: url(/images/rule_bullet.gif);
background-repeat: no-repeat;
}

/* CHAT */
.ChatBox
{
margin-left:100px;

}

/* ADMIN */

#AdminNav
{
    width:1012px;
    background-color:#AAAAAA;
    padding:0px;
}

.GamePickList1
{
    background-color:#FFFFFF;
}

.GamePickList2
{
    background-color:#EEEEEE;
}



/* PICK HISTORY */
#tblPickHistoryList
{
    width:700px;
    border-collapse:collapse;
    border:solid 1px #666666;
        margin-bottom:20px;
}

.Win
{
     background-color:Green;
     color:Yellow;
}



.Loss
{
    background-color:Red;
    color:Yellow;
}






