﻿*
{
    font-family:  Arial, Helvetica, sans-serif;
}
h1, h2, h3 
{
    color:#000000;
}

img
{
    border: 0px none;
}
#MainGrid
{
    background-position: right 5px;
    background-repeat: no-repeat;
}
#MainContentPB 
{
    margin-top:-360px;
}

body
{
    background-repeat:repeat-x;
    background-color: #000;
    margin:0px;
}
.BackTile 
{
    background-image:url('images/BackTile3.jpg');background-repeat:no-repeat;height:360px;
    background-position:top center;
}
.Header
{
}
.MainArea 
{
       border: 3px solid #000;
    background-color:#ffffff;
margin-top:-40px;
}
.shadow
{
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 8px #000000;
    box-shadow: 0px 0px 8px #000000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.Logo
{
    text-align: center;
    margin-top:-10px;
}
.Logo img
{
    padding: 10px 5px;
    border:0px none;
}
.topLogoImage {
    max-width:150px;
}
.Address, .Address a
{
    font-size: 11px;
    color: #000;
    height: 35px;
    padding-top:10px;
}
.LoginLink
{
    font-size: .8em;
    text-align: right;
    color:#000;
    padding:4px 0px;
    
}
.LoginLink .headerAction 
{
    margin-right:6px;
}

.SiteTitle
{
    font-size: 1.70em;
    font-weight: bold;
    color: #000000;
    float: left;
}
.TagLine
{
    color: #000000;
    border-left: solid 2px #000000;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    padding-left: 10px;
    width: 210px;
}
.TopTextRow
{
    padding-top: 0px;
}
.MidTextRow
{
    padding-top: 15px;
}
.PageTitleText
{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding-right: 15px;
    text-align: right;
}
.Menu
{
    background-color: #ffffff;
}
.MainContent
{
    background-color: #ffffff;
    font-size:14px;
}
.MainContent .content
{
}
.MainArea
{
    padding-top: 15px;
}
.MainArea .Menu
{
    margin-left: 0;
    width: 190px !important;
    background-repeat:no-repeat;
}

.MainArea .Menu li 
{
      list-style-type: none;
    margin-bottom: 10px;
}

.MainArea .Menu li a
{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.MainArea .Menu li a:hover
{
    color: #476880;
}

.hiddenContent
{
    display: none;
}
.popupColA
{
    float: left;
    width: 50%;
    height: 100%;
}
.popupColA .popupDesc, .popupColB .popupDesc
{
    font-weight: bold;
    padding-bottom: 10px;
}
.popupColB
{
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    border-left: solid 1px #cccccc;
    height: 100%;
    width: 45%;
}
.moveableSection
{
    cursor: move;
}
.moveableSectionPlaceHolder
{
    background-color: yellow;
}
.ui-sortable-disabled .moveableSection
{
    cursor: auto;
}

.radioOption, .radioOption *
{
    cursor: pointer;
}
.headerAction
{
    font-size: 10px;
    padding: 3px 5px;
    border: solid 1px #444444;
    background-color: #666666;
    color: #ffffff;
    cursor: pointer;
    margin: 2px;
}
.headerAction:hover
{
    background-color: #888888;
}
#modeSwitcherContainer
{
    padding: 3px;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    background-color: #000;
    border-bottom: solid 5px #C11C26;
    line-height: 30px;
    color: #ffffff;
}

.modeSwitcherHeader
{
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.contentArea {
    padding: 0px 15px 75px;
}

#modeSwitcher
{
    color: #ffffff;
    cursor: pointer;
}

#modeSwitcher:hover
{
    color: #A0B46f;
}

.editableTextSectionHolder
{
    border: 1px #cccccc solid;
    background-color: #dfdfdf;
    padding: 5px;
    clear: both;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.editableTextSectionEditTextAreaMode
{
    width: 100%;
}

.editableTextSection
{
    padding-right: 10px;
    padding-left: 10px;
}

.editableTextSectionEditArea
{
    margin-top: 20px;
}

.editableTextSectionEditButton, .editableTextSectionSaveButton, .editableTextSectionDeleteButton, .editableTextSectionCancelButton
{
    float: right;
    text-align: left;
    height: 20px;
    padding-top: 6px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
}
.editableTextSectionEditButton
{
    width: 150px;
    background-color: #465424;
    border-left: solid 1px #60742f;
    border-right: solid 1px #60742f;
    border-top: solid 1px #60742f;
}
.editableTextSectionSaveButton
{
    width: 100px;
    background-color: #60742f;
    border-left: solid 1px #60742f;
    border-right: solid 1px #60742f;
    border-top: solid 1px #60742f;
    margin-right: 5px;
    display: none;
}
.editableTextSectionCancelButton
{
    width: 100px;
    background-color: #444444;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-top: solid 1px #000000;
    display: none;
}

.editableTextSectionDeleteButton
{
    width: 100px;
    background-color: #AA0000;
    border-left: solid 1px #330000;
    border-right: solid 1px #330000;
    border-top: solid 1px #330000;
    margin-right: 5px;
    display: none;
}

.editableTextSectionEditButton img
{
    float: left;
    height: 16px;
    margin-left: 23px;
    margin-right: 10px;
}

.editableTextSectionSaveButton img, .editableTextSectionCancelButton img, .editableTextSectionDeleteButton img
{
    float: left;
    height: 16px;
    margin-left: 12px;
    margin-right: 10px;
}
.editableTextSectionEditButton:hover
{
    background-color: #60742f;
    cursor: pointer;
    color: #ffffff;
}

.editableTextSectionSaveButton:hover
{
    background-color: #80944f;
    cursor: pointer;
    color: #ffffff;
}

.editableTextSectionCancelButton:hover
{
    background-color: #777777;
    cursor: pointer;
    color: #ffffff;
}

.editableTextSectionDeleteButton:hover
{
    background-color: #CC0000;
    cursor: pointer;
    color: #ffffff;
}

.editableTextSectionEdit
{
    border: 1px #60742f solid;
    padding: 10px;
    clear: both;
    -moz-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

.mceLayout
{
    width: 100% !important;
    border-width: 0px;
}
table.mceLayout tr.mceFirst td
{
    border-top: 0px !important;
    padding-bottom: 10px;
}
table.mceLayout
{
    border-width: 0px !important;
}
.mceIframeContainer
{
    padding: 5px !important;
    background-color: #ffffff !important;
}
.mceContentBody, .mceContentBody *
{
    font-family: Arial !important;
    font-size: 12px !important;
}
.mceResize
{
    display: none !important;
}
.mceStatusbar
{
    background-image: none !important;
    background-color: #cccccc !important;
}
.AddSectionButton
{
    border: solid 1px green;
    background-color: #819c3d;
    color: #ffffff;
    padding: 5px;
    margin-top: 20px;
    width: 180px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    clear: both;
}
.ui-draggable .ui-dialog-titlebar
{
    line-height: 20px;
}
.AddSectionButton:hover
{
    background-color: #A1bc5d;
    cursor: pointer;
}

.AddSectionButton img
{
    float: left;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.ui-sortable-placeholder
{
    background-color: #eeeeee !important;
    visibility: visible !important;
    border: 1px black dashed;
    margin-top: 20px;
}
.PageEditing
{
    display: none;
}
#pageOptionsPopup .ui-widget-header
{
}
#pageOptionsPopup .ui-tabs-nav
{
}
#pageOptionsPopup .ui-widget-content
{
    height: 380px;
}
#pageOptionsPopup .ui-tabs-panel
{
}
#pageOptionsPopup ul.ui-corner-all
{
}

..ui-dialog .ui-dialog-buttonpane
{
    border-top: solid 1px #cccccc;
}

.sectionTypePageDesc
{
    display: block;
    background-color: #ffffcc;
    border: solid 1px #ddddaa;
    margin-bottom: 10px;
    padding: 5px;
}

#PageHeader #SiteLogo
{
    float: left;
}
#PageHeader
{
    background-position: 135px 5px;
    background-repeat: no-repeat;
    height: 203px;
    width: 930px;
    margin-top: 10px;
}
#PageHeader #PageTitle
{
    color: #C11C26;
    font-size: 25px;
    font-weight: bold;
    margin-left: 50px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-top: 135px;
    text-align: right;
}
.pageHeaderImage1
{
    background-image: url("images/bannerimage_1.jpg");
}
.pageHeaderImage2
{
    background-image: url("images/bannerimage_2.jpg");
}
.pageHeaderImage3
{
    background-image: url("images/bannerimage_3.jpg");
}
.pageHeaderImage4
{
    background-image: url("images/bannerimage_4.jpg");
}
.pageHeaderImage5
{
    background-image: url("images/bannerimage_5.jpg");
}
.pageHeaderImage6
{
    background-image: url("images/bannerimage_6.jpg");
}

.formInputSection
{
}

.formInputLabel
{
    border-bottom: 4px solid #000000;
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

.formInputInput
{
    margin-bottom: 25px;
    margin-left: 20px;
    margin-top: 10px;
}

.formInputInput .standardInput
{
    width: 400px;
    height: 22px;
    font-size: 12px;
}

.formInputInput .standardTextArea
{
    width: 400px;
    font-size: 12px;
    height: 75px;
}

.formInputInput .nonStandardInput
{
    font-size: 12px;
    height: 22px;
}

.formInputInput .styledInput
{
    border: 1px solid #888888;
    padding-left: 4px;
}

.formInputButtons
{
    margin-top: 40px;
    border-top: 2px solid #000000;
    text-align: right;
    padding: 20px;
}
.topFormInputButtons
{
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    padding: 20px;
    text-align: right;
}

.formInputButtons input, .topFormInputButtons input, .actionButton
{
    background-color: #000000;
    color: #ffffff;
    border: solid 1px #201A6A;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}

.formInputButtons input:hover, .topFormInputButtons input:hover, .actionButton:hover
{
    background-color: #476880;
    color: #ffffff;
    border: solid 1px #000000;
    padding: 5px;
    text-decoration: none;
}

.layoutSelection + .layoutSelection td
{
    border-top: solid 1px #eeeeee;
}

.layoutSelection .nameCol
{
    font-weight: bold;
}

.layoutSelection .descCol
{
    font-style: italic;
}

.pageLayoutSelectionTable
{
    margin-top: 5px;
    margin-left: 20px;
    width: 650px;
}

.pageDescription
{
    padding: 0px 0px 20px 0px;
}
.menuDiv
{
    display: inline;
    float: left;
    width: 194px;
    margin-top: 20px;
    background-image: url('images/menu_mainback.png');
    background-repeat: repeat-y;
}
.contentDiv
{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 730px;
}
.menuContent
{
    padding-left: 10px;
}
.menuContent *
{
    color: #ffffff;
    text-decoration: none;
}
.menuContent li
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.menuContent li a:hover
{
    text-decoration: underline;
}
.menuTopBorder
{
    background-image: url('images/menu_topback.png');
    height: 12px;
    margin-bottom: 10px;
}

.menuBottomBorder
{
    background-image: url('images/menu_bottomback.png');
    height: 12px;
    margin-top: 10px;
}

#WaitingDialogContent
{
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

#WaitingDialogContentImage
{
    text-align: center;
    padding-top: 5px;
}
.editableTextSection li
{
    margin-top: 5px;
}
.pl_2ColEvenA, .pl_2ColEvenB
{
    width: 345px;
    float: left;
}
.pl_2ColEvenB
{
    margin-left: 8px;
    padding-left: 8px;
}
.pl_2ColMixedA
{
    width: 500px;
    float: left;
}
.pl_2ColMixedB
{
    width: 190px;
    margin-left: 8px;
    float: left;
    padding-left: 8px;
    border-left: 1px solid #aaa;
}
.pl_2ColMixedB .moveableSections
{
    margin-left: 10px;
}
.pl_2ColMixedB .AddSectionButton
{
    margin-left: 10px;
}

.ui-tabs .ui-tabs-nav
{

}

#PageEditorOptions table
{
    width: 100%;
}
#PageEditorOptions table td
{
    vertical-align: top;
}

#PageEditorOptions .mainOptionLabel
{
    width: 100px;
    border-bottom: solid 1px #eeeeee;
}

#PageEditorOptions .mainOptionInput
{
    border-bottom: solid 1px #eeeeee;
}
#PageEditorOptions .subOptionLabel
{
    width: 100px;
}

#PageEditorOptions .subOptions
{
    padding-left: 50px;
}

.disabledInput
{
    background-color: #cccccc;
    border: solid 1px #aaaaaa;
}

.autoScrollableDiv
{
    border: 1px solid #DDDDDD;
    overflow: hidden;
    padding: 10px;
}

.nonAutoScrollableDiv
{
    overflow: auto;
}



#tabs-pageSecurity label
{
    cursor: pointer;
}

.poweredByStoneAlley
{
    background-color: #ffffff;
    text-align: center;
}

.poweredByStoneAlley img
{
    border: none 0px;
    padding-top: 20px;
}

.LoginTable
{
    margin-left: auto;
    margin-right: auto;
}
.LoginTable td
{
    padding: 5px;
}

.MenuList
{
    padding: 10px 25px;
}

.pageSubTitle
{
    font-size: 14px;
    font-weight: bold;
}

.UserListingTable, .PageListingTable, .FileListingTable, .GenericListingTable
{
    width: 100%;
}

.ListingTable
{
    border-collapse: collapse;
}
.ListingTable th
{
    border-right: 1px solid #FFFFFF;
    background-color: #444444;
    text-align: left;
    color: #ffffff;
    padding: 10px;
}

.ListingTable td
{
    text-align: left;
    padding: 10px;
    border-bottom: solid 1px #444444;
}
.ListingTable td.altCol
{
    text-align: left;
    padding: 10px;
    border-bottom: solid 1px #444444;
    background-color: #f5f5f5;
}
.ListingTable td.actionCell
{
    text-align: center;
    padding: 10px;
}

.RoleDescriptions
{
    background-color: #F5F5F5;
    margin-top: 10px;
    padding: 20px;
}

.RoleDescriptions div + div
{
    margin-top: 5px;
}

#AdministrationMenu li
{
    padding: 5px;
}

#lblErrorSummary
{
    color: #FF0000;
    display: block;
    font-weight: bold;
    padding-bottom: 20px;
}

.popupDesc
{
    padding: 5px;
}
.popupInputSection
{
    clear: both;
}
.popupLabel
{
    width: 130px;
    float: left;
    padding: 5px;
}

.popupInput
{
    width: 300px;
    float: left;
    padding: 5px;
}


.sButton, .sMButton, .lButton, .mButton, .medButton
{
    height: 30px;
    background-color: #C11C26;
    border: 1px solid #A10C06;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    width: 100px;
}
.sButton:hover, .sMButton:hover, .lButton:hover, .mButton:hover, .medButton:hover
{
    background-color: #e13C46;
    color: #ffffff;
    border: solid 1px #a10C06;
}

.lButton
{
    width: 120px;
}


.footer 
{
    color: rgb(254, 192, 17);
    font-size: 12px;
    padding: 20px;
    text-align: center;
}

.ui-dialog
{
    font-size:13px;
}
ul.menuSubitem 
{
    padding-left:20px;
    padding-top:5px;
    
}
ul.menuSubitem li 
{
    list-style-type:square !important;
    margin-bottom:5px !important;
}
.securitygroupselectlist
{
    height: 140px;
    overflow:auto;
    overflow-y: scroll;
}

.AdminAlbumDetails {
    background-color: #F5F5F5;
    clear: both;
    margin: 20px 0;
    padding: 10px;
}

.AdminAlbumDetails a
{
    float:right;
    margin:20px;
}

.AdminAlbumDetails img
{
        float: left;
    padding-right: 10px;
}

.AlbumDetailsTitle 
{
        font-size: 20px;
        padding-bottom:10px;
        font-weight:bold;
}

.PublicDisplayGrid 
{
    width:100%;
}
.PublicDisplayGrid .PlayerNumCol
{
    width:50px;
    font-weight:bold;
    text-align:center;
}
.PublicDisplayGrid .PlayerNumColNA
{
    width:50px;
    text-align:center;
    color:#cccccc;
}
.PublicDisplayGrid .IconCol
{
    width:20px;
    text-align:center;
}
.PublicDisplayGrid th, .PublicDisplayGrid td 
{
    text-align:left;
    padding:8px;
}
.PublicDisplayGrid td  
{
    border-bottom:solid 1px #999;
}
.PublicDisplayGrid th 
{
    border-bottom: 2px solid #000000;
    color: #000000;
    font-size: 13px;
}
.TeamBreadcrumbs 
{
    font-size:10px;
    padding-bottom:20px;
}
.TeamBreadcrumbs a
{
    text-decoration:none;
    font-weight:bold;
    color:#000000;
}
.TeamBreadcrumbs a:hover
{
    text-decoration:underline;
}


.Teams_GroupListing, 
.Teams_SessionListing,
.Teams_LeagueListing,
.Teams_TeamListing
{
    border-top: 0px solid #000000;
}

.Teams_GroupListing div,
.Teams_SessionListing div,
.Teams_LeagueListing div,
.Teams_TeamListing div
{
    border-bottom: 1px solid #AAAAAA;
    padding: 10px;
}

.Teams_GroupListing div a,
.Teams_SessionListing div a,
.Teams_LeagueListing div a,
.Teams_TeamListing div a
{
    font-weight:bold;
    color:#000000;
    text-decoration:none;
}

.Teams_GroupListing div a:hover,
.Teams_SessionListing div a:hover,
.Teams_LeagueListing div a:hover,
.Teams_TeamListing div a:hover
{
    text-decoration:underline;
}


.TeamInfoText 
{
    padding:5px;
    font-weight:bold;
    background-color:#2C6A9D;
    color:#fff;
    font-size:13px;
}
.eventListScore 
{
    clear:both;
}


.SocialMediaIcons {
    position: absolute;
    top: 84px;
}