@charset "UTF-8";
body {
    margin: 0;
}
.head {
    width: 100%;
    height: 80px;
    background-color: #6B985E;
    border-bottom: medium none #000000;
    position: fixed;
    top: 0px;
    padding-top: 16px;
    padding-left: 15px;
    padding-right: 49px;
    -webkit-box-shadow: -8px 0px 5px #1E1E1E;
    box-shadow: -8px 0px 5px #1E1E1E;
    text-shadow: -1px 2px 6px #797979;
}
.sidebar {
    width: 17%;
    height: 100vh;
    position: fixed;
    background-color: #D2CD9B;
    border-top: 4px solid #191919;
    padding-top: 40px;
    padding-left: 10px;
    left: 0px;
    border-left: 2px solid #000000;
    border-bottom: 4px solid #000000;
    border-right: 1px solid #000000;
}
.sidebar p1 {
    line-height: 15px;
    font-size: 18px;
    text-decoration: underline;
    color: #1146FF;
}
.Calendar {
    background-color: #FFFFFF;
    height: 100%;
    margin-left: 17.78%;
    padding-left: 0px;
    font-size: small;
    left: auto;
    float: none;
}
.Calendar table {
    vertical-align: middle;
    text-align: left;
    left: auto;
    border-collapse: collapse;
    border: black;
    float: left;
    opacity: 1;
}
.head .flag {
    padding-left: 118px;
    float: right;
    padding-top: 0px;
    margin-top: -65px;
    margin-right: 10px;
}
.calendarheader {
    background-color: #A4A458;
    text-align: center;
    margin-left: 17%;
    margin-top: 96px;
}
.calendarheader table tbody tr td p1 {
    /* [disabled]font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
    font-variant: normal;
    font-weight: bold;
    font-size: x-large;
}
.head .logo {
    height: 100%;
    min-width: 90px;
    float: left;
    margin-top: -7px;
}
.head p1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 20px;
    vertical-align: middle;
    height: 90px;
}
.calendarheader table tbody tr td p2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: bold;
}
.rosterback {
    background-color: #FFFFFF;
    text-align: center;
    margin-left: 17%;
    margin-top: 96px;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.yellowpage {
    background-color: #ffffcc;
    text-align: center;
    margin-left: 17%;
    margin-top: 96px;
    height: 100vw;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.eaglenestback {
    background-color: #ffffcc;
    text-align: center;
    margin-left: 17%;
    margin-top: 96px;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.photospage {
    background-color: #FFFFFF;
    text-align: left;
    margin-left: 17%;
    margin-top: 96px;
    height:100vh;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 0px;
	overflow:hidden;
	
}
.Calendar table tbody tr {
    padding-left: 6px;
}
