﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 1.0em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-family: 'Merriweather Sans', arial, verdana;
    background-color: #ae819f;
    background: linear-gradient(#ae819f, #ae819f);
    height: 100%;
}



.layout {
    margin: 0px;
    padding: 0px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid Gray;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px #300321;
    -moz-box-shadow: 0px 1px 5px #300321;
    box-shadow: 0px 0px 15px #300321;
    border-radius: 10px 10px 10px 10px;
    background-color: #f7cee9;
}

#nba_header {
    width: 100%;
    margin: 0 auto;
    border: 1px gray solid;
    height: 40px;
    text-align: center;
    background: #970866;
    background: linear-gradient(#7c3157, #b5055e);
    border-radius: 10px 10px 0px 0px;
    color: White;
    border-top: 1px solid #fd9706;
}

    #nba_header .tablecss {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: Arial;
        font-size: 14px;
        color: White;
        font-weight: 800;
    }

#master_titlecss {
    width: 100%;
    height: 20px;
    padding-top: 5px;
    background-color: #E0A8C4;
    background: linear-gradient(#E0A8C4, #E0A8C4);
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    border-top: 1px solid white;
    color: White;
}

.titlecss1 {
}

#nba_content {
    color: #4e5766;
    margin: 0px auto;
    background: gray;
    line-height: normal;
    width: 100%;
    min-height: 500px;
    background: White;
}

.tablecsstop {
    color: Black;
    margin: 0px auto;
    line-height: normal;
    border-top: 1px solid white;
    background: #dec2d3;
    background: linear-gradient(#e1f7fa, #b4e0e7);
    background-color: #dec2d3;
    background: linear-gradient(#E0A8C4, #fd6fb6);
}

#nba_footer {
    width: 100%;
    color: white;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    height: 23px;
    border-top: 2px solid Black;
    background: #970866;
    background: linear-gradient(#b5055e, #7c3157);
    border-radius: 0px 0px 10px 10px;
}

a {
    text-decoration: none;
    text-align: left;
    font-weight: 700;
    /*color: #FFFFFF;*/
}

.footer_table {
    width: 100%;
    color: white;
    margin: 2px auto;
}

.center_align {
    width: 100%;
    margin: 2px auto;
}

.menu {
    color: #630359;
}

.menu_arrow {
    color: #410c88;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 500;
}

.menu_content {
    color: #044f4c;
}

.white_content {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 1100px;
    margin: 0 auto;
    min-height: 400px;
    padding: 0px;
    border: 2px solid #088bfb;
    background-color: white;
    z-index: 1003;
    overflow: auto;
    text-align: justify;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 25px #08f2fb;
}

    .white_content .closeCSS {
        position: absolute;
        right: 5px;
        display: block;
        bottom: 0px;
    }

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.ddlcss {
    height: 25px;
    padding: 5px;
    border: 1px solid #088bfb;
    background-color: white
}



.gvcss {
    box-shadow: 0px 1px 15px Black;
}

.gvheadercss {
    background: #7c3157;
    background: linear-gradient(#b5055e, #7c3157);
    height: 25px;
    font-size: 11px;
    color: White;
}

.gvrowcss {
    background-color: #E0A8C4;
    background: linear-gradient(#E0A8C4, #fd6fb6);
    font-size: 11px;
}

.gvalterrowcss {
    background: #e1f7fa;
    background: linear-gradient(#e1f7fa, #b4e0e7);
    font-size: 11px;
}

.gvfooter {
    background-color: #066871;
    background: linear-gradient(#066871, #0b3c40);
    color: White;
}

.imgcsss {
    width: 15px;
    height: 15px;
}

.imagbencss_ben {
    width: 100px;
    height: 100px;
}

.imagbencss {
    width: 250px;
    height: 200px;
}


#tableinfo {
    background-color: #dcfbfe;
    font-family: Verdana;
    font-size: 13px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#tableinfo1 {
    background-color: #dcfbfe;
    font-family: Verdana;
    font-size: 13px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.table_headercss {
    background-color: #066871;
    background: linear-gradient(#066871, #0b3c40);
    text-align: center;
    color: White;
    height: 25px;
    border: 1px solid gray;
    border-collapse: collapse;
}

.gvnbaccss {
    background-color: #f6f2f1;
    min-height: 100px;
    text-align: center;
}

.hidecss {
    display: none;
}

.gmap {
    width: 100%;
    border-right: 1px solid #52143D;
    border-left: 1px solid #52143D;
    height: 160px;
    float: left;
}

.gmap1 {
    width: 100%;
    border: 0px solid #52143D;
    height: 160px;
    float: right;
}

.wrap {
    white-space: normal;
    width: 90px;
}


/***Style the unordered list with the class 'enlarge'***/

ul.enlarge1 {
    list-style-type: none;
    display: inline-block;
    /*remove the bullet point*/
}

ul.enlarge {
    list-style-type: none;
    display: inline-block;
}

    ul.enlarge li {
        margin: 0px auto;
        padding: 0px;
        margin-left: -40px;
    }

    /***In the HTML in step one we placed the large image inside a <span>, now we move it off the page until it's required***/
    ul.enlarge span {
        position: absolute; /*see support section for more info on positioning*/
        left: 9999px;
    }
    /***Note: This styling will apply to both the thumbnail and popup image, unless you override these styles in step five***/
    ul.enlarge img {
        /*give the thumbnails a frame*/
        background-color: White; /*frame colour*/
        padding: 0px; /*frame size*/
        /*add a drop shadow to the frame*/
        -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        box-shadow: 0 0 6px rgba(132, 132, 132, .75);
        /*and give the corners a small curve*/
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    ul.enlarge li:hover {
        z-index: 50; /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/
        cursor: pointer;
    }
        /***We bring the large image back onto the page by reducing left from -9999px (set in step 2) to figures below***/
        ul.enlarge li:hover span { /*positions the <span> when the <li> (which contains the thumbnail) is hovered*/
            top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
            left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
            position: fixed;
            top: 10px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
            left: 400px;
            width: 100px;
            height: 100px;
            /*distance from the left of the thumbnail to the left of the popup image*/
        }
        /***To make it look neater we used :nth-child to set a different left distance for each image***/
        ul.enlarge li:hover:nth-child(2) span {
            left: -100px;
        }

        ul.enlarge li:hover:nth-child(3) span {
            left: -200px;
        }
    /***Override the styling of images set in step 3 to make the frame smaller and the background darker***/
    ul.enlarge span img {
        padding: 0px; /*size of the frame*/
        background: Gray; /*colour of the frame*/
    }
    /***Style the <span> containing the framed images and the caption***/
    ul.enlarge span {
        /**Style the frame**/
        padding: 1px; /*size of the frame*/
        background: #eae9d4; /*colour of the frame*/
        /*add a drop shadow to the frame*/
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
        -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
        box-shadow: 0 0 20px rgba(0,0,0, .75);
        /*give the corners a curve*/
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /**Style the caption**/
        font-family: 'Droid Sans', sans-serif; /*Droid Sans is available from Google fonts*/
        font-size: .9em;
        color: #495a62;
    }



.tablecssinner {
    margin: 0 auto;
    width: 100%;
    font-family: Arial Baltic;
    font-size: 12px;
    color: #33001A;
    border: 1ps solid gray;
    border-collapse: collapse;
}

.tr {
   /* background-color: #E0A8C4;
    background: linear-gradient(#E0A8C4, #fd6fb6);*/
    height: 20px;
}

.tr1 {
  /*  background: #e1f7fa;
    background: linear-gradient(#e1f7fa, #b4e0e7);*/
    height: 25px;
}

.gvtitle {
    background-color: #970866;
    background: linear-gradient(#E0A8C4, #970866);
    height: 15px;
    padding: 1px;
    color: White;
    font-size: 13px;
    font-family: Arial;
}

.rbl {
    font-size: 12px;
    font-family: Arial;
}

.border {
    border-right: 1px solid Gray;
}


.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.enlargeimage {
    position: absolute; /*see support section for more info on positioning*/
    left: 9999px;
}

.imagehover {
    z-index: 50; /*places the popups infront of the thumbnails, which we gave a z-index of 0 in step 1*/
    cursor: pointer;
}

.image :hover .enlargeimage {
}

.imagehover :hover .enlargeimage { /*positions the <span> when the <li> (which contains the thumbnail) is hovered*/

    top: 10px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: 400px;
    width: 100px;
    height: 100px;
    /*distance from the left of the thumbnail to the left of the popup image*/
}
