/*Basic reset*/
* {
    margin: 0;
    padding: 0;
}

.body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: arial, verdana;
}

h2 {
    color: #2580a2;
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#plname {
    color: #2580a2;
    font-size: 16pt;
}

#plheader {
    width: 100%;
    height: 40px;
    margin: auto;
}

#plheaderleft {
    float: left;
    font-family: Tahoma;
    font-size: 14pt;
    margin-bottom: 10px;
    margin-top: 7px;
    width: 70%;
    text-align: left;
}

#plheaderright {
    float: right;
    font-family: Tahoma;
    font-size: 8pt;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 30%;
    text-align: right;
}

#plbar1 {
    background-color: #004050;
    height: 10px;
    width: 100%;
}

#plbar2 {
    background-color: #2580a2;
    height: 10px;
}

#plcontainer {
    clear: both;
    display: table;
    width: 100%;
    background-color: #004050;
}

#plcontent {
    text-align: left;
    padding: 10px;
    font-family: Arial;
    font-size: 10pt;
    margin-left: 180px;
    background-color: white;
    min-height: 700px;
}

#plfooter {
    width: 100%;
    display: block margin:auto;
}

#plfooterleft {
    float: left;
    font-family: Tahoma;
    font-size: 8pt;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 50%;
    text-align: right;
}

#plfooterright {
    float: right;
    font-family: Tahoma;
    font-size: 8pt;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 50%;
    text-align: right;
}
/*accordian menu*/
#accordian {
    float: left;
    font-family: arial, verdana;
    list-style: none;
    padding: 0;
    background: #004050;
    width: 170px;
    height: 700px;
    margin: 0px 0 0 0;
    color: white;
    display: flex;
    flex-flow: column;
    flex: 1;
    /*Some cool shadow and glow effect*/
    /*box-shadow: 
	/*	0 5px 15px 1px rgba(0, 0, 0, 0.6), */
    /*	0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}
    /*heading styles*/
    #accordian h3 {
        font-size: 14px;
        line-height: 40px;
        padding: 0 10px;
        cursor: pointer;
        /*fallback for browsers not supporting gradients*/
        background: #003040;
        background: linear-gradient(#003040, #002535);
    }
        /*heading hover effect*/
        #accordian h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
        }
        /*iconfont styles*/
        #accordian h3 span {
            font-size: 16px;
            margin-right: 10px;
        }
    /*list items*/
    #accordian li {
        list-style-type: none;
    }
    /*links*/
    #accordian ul ul li a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        line-height: 30px;
        display: block;
        padding: 0 15px;
        /*transition for smooth hover animation*/
        transition: all 0.15s;
    }
        /*hover effect on links*/
        #accordian ul ul li a:hover {
            background: #003545;
            border-left: 5px solid lightgreen;
        }
    /*Lets hide the non active LIs by default*/
    #accordian ul ul {
        display: none;
    }

    #accordian li.active ul {
        display: block;
    }

/*********************************************************/
h2 span {
    color: #2580a2;
    font-family: Arial;
    font-size: 18px !important;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 5px;
}

.AdminArea .CoachPage {
    display: inline-block;
}

#accordian ul {
    font-family: arial, verdana;
}

.AdminDashboard .InputTable .Header {
    padding: 1px 25px;
    font-size: 16px;
    font-weight: normal;
}

.AdminDashboard .InputTable UL {
    margin: 15px 35px;
}

#ctl00_SiteMapPath1 a {
    font-size: 18px !important;
}

#ctl00_SiteMapPath1 span {
    margin: auto 2px;
}
