/*
 * $Id:$
 * 
 * A CSS file for rendering the basic layout.  This layout is meant to co-exist
 * with the existing table layout.
 */

#content-wrapper {
    min-height: 200px;
    text-align: left;
    width: 780px;
}

#content {
    border: 1px solid #003399; 
    padding-left: 10px;
    background-color: white;
}

#content table {
    border-collapse: collapse;
}

#content table td, #content table th {
    padding: 2px 6px 2px 6px;
}

#content table td.odd {
    background-color: #F4F7F9;
}

#content table td.even {
    background-color: #FFFFFF;
}

#server-type {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #DD3300;
    color: white;
    font-weight: bold;
    font-size: 80%;
    padding: 4px;
    border: 2px solid #CCCCCC;
}

#logged-in-as {
    position: absolute;
    top: 0px;
    left: 15%;
    width: 66%;
    background-color: #DD3300;
    color: white;
    font-weight: bold;
    font-size: 80%;
    padding: 4px;
    border: 2px solid #CCCCCC;
}

.debug {
    font-size: 90%;
    color: #999999;
}


.message {
    padding: 5px 0px 5px 0px;
    font-style: italic;
    color: red;
    font-size: 110%;
}

.message a {
    color: #003399;
    text-decoration: underline;
}

.pick-set {
    font-weight: bold;
	font-size:13px;
}

.pick-unset {
    font-weight: bold;
    color: #CC0000;
}

.pick-unlocked {
}

#infoBox {
    width: 150px;
    min-height: 40px;
    background-color:  #bfe49c;
    border: 1px solid black;
    display: none;
    font-size: 10px;
    text-align: left;
    padding: 4px;
}

#league_tab {
    margin: 0px 0px 0px 10px;
}

#league_tab_l {
    background-image: url(../images/league_corner_01.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 23px;
    width: 6px;
    float: left;
}

#league_tab_r {
    background-image: url(../images/league_corner_02.gif);
    background-repeat: no-repeat;
    background-position: 100% 0;
    width: 6px;
    height: 23px;
    float: left;
}

#league_tab_c {
    padding-top: 2px;
    background-image: url(../images/league_bg.gif);
    background-repeat: repeat-x;
    height: 23px;
    float: left;
}

.archived {
}

.archived_first {
    border-top: 1px solid #013499;
    padding: 7px 0px 0px 0px;
}

.makepicks {
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
}

.team-lost {
    text-decoration: line-through;
}
