﻿body
{
    font-family: Arial;
}
*
{
    font-family: Arial;
}
#DisplayRegionTabs
{
    height: 600px;
}
.schedulesectioninfo
{
    padding-bottom: 15px;
}
a.gs_editButton
{
    background-color: #C11C26;
    border: 1px solid #A10C06;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
    float: right;
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
}

a.gs_editButton:hover
{
    background-color: #e13C46;
    color: #ffffff;
    border: solid 1px #a10C06;
}


.listitemnotice
{
    color: #ff0000;
}
#mainbody
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#dateConfigurationHolder
{
    overflow-x: auto;
    overflow: auto;
    width: 630px;
}
#tableDateConfigMain
{
    border-collapse: collapse;
}
#tableDateConfigMain .tdcmCell
{
    vertical-align: top;
}

#dateConfigurationHolder td
{
    text-align: center;
}


.schedulecheck_dateRow td, .schedulecheck_datecheckRow td, .schedulecheck_locRow td, .schedulecheck_teamRow td
{
    height: 40px;
    border-right: solid 1px #000000;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}


.altscrow td
{
    background-color: #ddd;
}

.hoverdccell
{
    background-color: #ffffaa;
}

.altscrow .hoverdccell
{
    background-color: #dddd77;
}

#TeamsAndMatchups
{
    height: 280px;
    overflow: auto;
}

#GeneratedScheduleSection
{
    display: none;
}

#generatedSchedule .gs_scheduleitem, #gamesNotScheduled .gs_scheduleitem
{
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
}

#generatedSchedule .gs_datecell
{
    border-bottom: 3px solid #2F4756;
    color: #2F4756;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px;
}

#generatedSchedule .gs_editButton, #gamesNotScheduled .gs_editButton
{
    font-size: 12px;
    margin-left: 10px;
}


#generatedSchedule .gs_teamscell, #gamesNotScheduled .gs_teamscell, #gameStatistics .gs_statitem
{
    font-size: 16px;
}

#generatedSchedule .gs_locationcell
{
    font-size: 12px;
    padding-left: 10px;
}

#generatedSchedule .gs_timecell
{
    font-size: 12px;
    padding-left: 10px;
}

#tableDateConfigHeaders .schedulecheck_datecheckRow td
{
    border-left: solid 5px #88ccff;
}

#tableDateConfigHeaders .schedulecheck_locRow td
{
    border-left: solid 5px #0088FF;
}

#tableDateConfigHeaders .schedulecheck_teamRow td
{
    border-left: solid 5px #0033aa;
}

#SpecifiedLocations .location
{
    margin-bottom: 10px;
    border-bottom: solid 1px #cccccc;
}


#SpecifiedLocations .location li
{
    margin-bottom: 5px;
    margin-top: 5px;
}

#generatedSchedule, #gamesNotScheduled, #gameStatistics, #SpecifiedLocations
{
    height: 400px;
    overflow: auto;
    padding-right: 20px;
    margin-top: 10px;
}
#GeneratedScheduleTabs
{
    margin-top: 10px;
}
#SpecifiedLocations .location .locationName
{
    font-weight: bold;
    font-size: 14px;
}




.eventListDate {
font-weight:bold;
border-bottom:solid 1px #000000;
padding:10px 5px;
}

.eventListItem {
padding:10px 0px;
border-bottom:solid 1px #cccccc;
margin:0px 20px;
}

.eventListItem .eventListType {
font-weight:bold;
color:#999999;
}

.eventListItem .eventListTime {
float:right;
}

.eventListLeague {
font-weight:bold;
color:#666;
}

.eventListNameB {
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
}

.eventListDescB {
}
.eventListLocation {
}