﻿#Menu, #ctl00_Menu {
    background-color: #363636;
    font-size: 10px;
    color: Gray;
    float:Left;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 20px;
    width: 985px;
    box-shadow: 3px 3px 7px #333;
}
#Menu a:visited, #ctl00_Menu a:visited {
    color: White;
    text-decoration: none;
}
.MenuItem {
    float: left;
    padding-top: 10px;
    border-right: 1px solid #d2d2d1;
    list-style-type: none;
    display: block;
    position:relative;
    margin-bottom: -10px;
    height: 40px;
}
.MenuItem a {
    padding-left: 10px;
    padding-right: 10px;
    color: White;
    font-size: 12pt;
}
.MenuItem a:hover {
    /*background: #d2d2d1;*/
    color: White;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.MenuTitle {
    padding-left: 10px;
}
#subMenu {
    display: none;
    position: absolute;
    background-color: #363636;
    min-width: 155px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    margin-top:10px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    z-index:10;
}
.MenuItem:hover #subMenu {
    display: block;
}
.subMenu-tb {
    border-collapse: separate;
    border-spacing: 0px 5px;
}
.Navigate-Menu {
    background-color: #d2d2d1;
    cursor: pointer;
    top: 34px;
    right: 0px;
    width: 490px;
    text-align: left;
    position: absolute;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    z-index: 85;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-color: #9a9999;
    border-width: 1px;
    border-style:solid;
    box-shadow: 3px 3px 7px #333;
}
.Navigate-Menu-Tab {
    display: none;
    height: 350px;
    padding: 10px 10px 10px 10px;
    margin-left: 5px;
    color: White;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #353535;
    background-image: url(../Images/loginbackgroundtile.jpg);
}
.Navigate-Tab-Footer {
}
.Navigate-Tab-Footer-Item-DeSelected {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
    width: 75px;
    margin-top: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.Navigate-Tab-Footer-Item-Selected {
    margin-left: 5px;
    float: left;
    width: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-image: url(../Images/loginbackgroundtile.jpg);
}
.Navigate-Tab-Footer-Item-DeSelected img {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: White;
    width: 75px;
}
.Navigate-Tab-Footer-Item-Selected img {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: Black;
    width: 75px;
}
.style1 {
    width: 48px;
    height: 48px;
}
.SiteMapPathNode {
    vertical-align: middle;
}
.modalStyle {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.panelStyle {
    width: 500px;
    height: auto;
    border: 2px solid Gray;
    background-color:White;
}
.GridPager a, .GridPager span {
    display: block;
    height: 30px;
    width: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}
.GridPager a {
    /*background-color: #f5f5f5;*/
    color: #969696;
    /*border: 1px solid #969696;*/
    font-size: 20px;
}
.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    /*border: 1px solid #3AC0F2;*/
}
.gridview {
    width: 100%;
}
table.gridview tbody tr th {
    padding: 5px;
    font-size: 15px;
}
table.gridview tbody tr td {
    padding: 5px;
}
.permitreporting {
    padding-top: 15px;
}
.contreportsearch {
    padding-bottom:15px;
}
.timebox {
    height: 22px;
    width: 40px;
    margin-left: 5px;
    border-radius: 5px;
    border-width: 1px;
    padding-left: 4px;
}

/* July 2018 The updated version of the AJAX Toolkit appears to inject CSS which changes the font & font-size on pages which include tabs,
   so change them back here */
.ajax__tab_body {
    font-family: Arial !important;
    font-size: 12px !important;
    padding: 0px !important;
}

/* AJAX Toolkit Update July 2018 */
.hideTab .ajax__tab_header {
    display: none;
}

/* July 2018 Restore the font colour of the mini tabs (e.g. the ones used on the 'Pre-Booking' form) to that of the current live version */
a.ajax__tab_tab {
    color: #7b8288;
}
