﻿*
{
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3
{
    color: #c20202;
}
a 
{
    color:#990000;
}
img
{
    border: 0px none;
}
#MainGrid
{
    background-position: right 5px;
    background-repeat: no-repeat;
}
#MainContentPB
{
}
.MainArea, #MainContentPB
{
}
html
{
    background-color: #000000;
    margin: 0px;
    background-image: url('images/overleasoccer_tileback.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}

body
{
    margin: 0px;
    background-image: url('images/overleasoccer_back.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}
.Header .HeaderWelcomeImage
{
    margin-top:115px;
}
.HeaderLogoImage 
{
    position:absolute;
}
.Header
{
    text-align:right;
    background-repeat: no-repeat;
    background-position: center top;
    height: 193px;
}
.MainArea
{
    background-color: #ffffff;
    background-image: url("images/overleasoccer_whiteback.jpg");
    background-position:top left;
    background-repeat:no-repeat;
}
.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;
}

.Address, .Address a
{
    font-size: 11px;
    color: #acc0cc;
    height: 35px;
    padding-top: 10px;
}
.LoginLink
{
    font-size: .8em;
    text-align: right;
    color: #C20202;
    padding: 4px 0px;
}
.LoginLink .headerAction
{
    margin-right: 6px;
}

.SiteTitle
{
    font-size: 1.70em;
    font-weight: bold;
    color: #274860;
    float: left;
}
.TagLine
{
    color: #274860;
    border-left: solid 2px #274860;
    float: left;
    font-size: 13px;
    margin-left: 10px;
    padding-left: 10px;
    width: 210px;
}
.TopTextRow
{
    padding-top: 0px;
}
.MidTextRow
{
    padding-top: 15px;
}
.PageTitleText
{
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 192px;
    text-align: right;
}
.Menu .ltrclogo
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.Menu
{
    background-color: #555555;
}
.MainContent
{
    font-size: 14px;
    padding: 10px 0 0 10px
}
.MainContent .content
{
}
.MainArea
{
    padding-top: 0px;
}
.MainArea .Menu
{
    margin-left: 0;
    width: 190px !important;
    background-repeat: no-repeat;
}

.MainArea .Menu li
{
    list-style-type: none;
    margin-bottom: 1px;
    color: #ffffff;
    background-color: #555555;
}
.MainArea .Menu li a
{
    display: block;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
    border-top: solid 1px #aaaaaa;
    text-transform: uppercase;
}
.MainArea .Menu li a:first
{
    border-top: none 0px;
}
.MainArea .Menu li a:hover
{
    background-color: #363636;
    color: #facf44;
}

.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
{
}

.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 #555555;
    color: #555555;
    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 #274860;
    text-align: right;
    padding: 20px;
}
.topFormInputButtons
{
    border-bottom: 2px solid #274860;
    margin-bottom: 20px;
    padding: 20px;
    text-align: right;
}

.formInputButtons input, .topFormInputButtons input, .actionButton
{
    background-color: #c20202;
    border: 1px solid #DA4407;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
}

.formInputButtons input:hover, .topFormInputButtons input:hover, .actionButton:hover
{
    background-color: #D21212;
    color: #ffffff;
    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: 600px;
    float: left;
}
.pl_2ColMixedB
{
    background-color:#f1f0cb;
    width: 260px;
    margin-left: 15px;
    float: left;
    padding-left: 15px;
padding-right:15px;
}
.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;
}



.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: #c20202;
    border: 1px solid #DA4407;
    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: #D21212;
    color: #ffffff;
    border: solid 1px #a20202;
}

.lButton
{
    width: 120px;
}


.footer
{
    color: #999999;
    font-size: 12px;
    padding: 20px;
    text-align: center;
}
.footer .footertitle 
{
    font-size:14px;
    font-weight:bold;
    color:#dcda91;
}
.poweredByText 
{
    padding-top:20px;
}

.ui-dialog
{
    font-size: 13px;
}
ul.menuSubitem
{
    padding-left: 0px;
    padding-top: 0px;
}
ul.menuSubitem li
{
    list-style-type: none !important;
    margin-bottom: 0px !important;
}
.MainArea .Menu ul.menuSubitem li a
{
    padding-left: 40px;
}
.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;
margin-bottom:20px;
}

.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: #c20202;
    color: #fff;
    font-size: 13px;
}
.eventListScore
{
    clear: both;
}


.HomePageTitles .MainHPTitle {
    float: left;
    font-size: 18px;
    padding-left: 20px;
    font-style: italic;
}


.HomePageTitles .SideHPTitle {
    float: right;
    font-size: 18px;
    width: 310px;
    font-style: italic;
}

#slideshowholder
{
    margin-left:auto;
    margin-right:auto;
    height: 322px;
    width: 918px;
}

h2.homepagebanner 
{
    text-align:center;
    font-size:18px;
}


#MenuArea
{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    #MenuArea ul {
        background-color: #000000;
}
#MenuArea > ul 
{
    height:35px;
        background-color: #000000;
    background-image: url("images/menuback.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;

}
.MenuList
{
    margin: 0px;
    padding: 0px;
}
.MenuListB 
{
margin-left: 50px;
}
.MenuListB  li 
{
    text-align:center;
    border-right:solid 1px #ffffff;
}
.MenuListB  li a 
{
    display:block;
}
.MenuListB li:first-child
{
}
#MenuArea > .MenuList.MenuListB {
    background-image: none;
    background-color: Transparent;
    border-bottom: none 0px;
    border-top: none 0px;
}

#MenuArea > .MenuList.MenuListB li {
    background-color: #000000;
    background-image: url(images/menuback.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.MenuList li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}

.MenuList li a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 35px;
    padding: 0px 10px 0;
    text-decoration: none;
    line-height: 35px;
}
.MenuList li a:hover
{
    color:#c20202;
}

.MenuList li
{
    background-position: top left;
    background-repeat: no-repeat;
}
.MenuList li:hover
{
}

.menuSubitem 
{
    border-top: solid 1px #444444;
}
.MenuList .menuSubitem
{
    display: none;
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 2000;
    background-color: #000000;
}

.MenuList .menuSubitem li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: none;
    border-bottom: solid 1px #444444;
}
.MenuList .menuSubitem li a
{
     font-size: 11px;
    padding: 0px 15px 0px;
    
}

.MenuList li:hover .menuSubitem
{
    display: block;
}

#slideShowText
{
    background-image: url('images/frontbanner_textback.jpg');
    background-color:#cc5b23;
    width: 309px;
    height: 310px;
    float: left;
}


#slideShowTextContent {
    color: #FFFFEE;
    font-size: 15px;
    padding: 20px;
}

#slideShowTextContent strong {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    color:#ffffff;
}

#slideShowMain 
{
    height:500px;
}



.frontPage .pl_2ColMixedA {
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 605px;
    padding: 0px 15px 20px 20px;
    width: 570px;
}


.frontPage .pl_2ColMixedB {
    width:260px;
    border-left:none 0px;
}


.topPageOptions {
position:absolute;
}

.frontPage .contentArea {
    padding-left: 5px;
    padding-top: 5px;
}

.frontPage .autoScrollableDiv 
{

}

.calendarEventListingTable 
{
    width:650px !important;
}

.scrollerspacer 
{
    display:none;
}

.frontPage .autoScrollableDiv img 
{
    max-width:100%;
}

.frontPage .pl_2ColMixedA p:first-child
{
padding-top:0px;
margin-top:0px;
}

.AdministrationLink {
    background-color: #666666;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 10px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.AdministrationLink:hover 
{
    background-color: #777777;
}