


:link { color: rgb(0, 0, 0) } /* for unvisited links */
:visited { color: rgb(0, 0, 0) } /* for visited links */
:hover { color: rgb(0, 0, 0) } /* when mouse is over link */
:active { color: rgb(0, 0, 0) } /* when link is clicked */


/* Generic Selectors */ 
body { 
	font-family:  "Verdana", "Arial", "sans-serif", "Courier New", "Times New Roman", Times, serif; /*  "Calibri",  */
	font-size: 14px; 
	color: #000000; 
	background-color: #ffffff; 
}
 
p { 
	width: 80%; 
} 
 
li { 
	list-style-type: none; 
	line-height: 100%; 
	list-style-image: url(./images/arrowSmall.gif); 
} 
 
h1 { 
	font-family: "Courier New", "Times New Roman", Times, serif; 
	font-size: 60px; 
	font-weight: bold; 
	text-align: center;
	/*color: #ffffff; */
} 
 
h2 { 

	font-family: "Courier New", "Times New Roman", Times, serif; 
	font-size: 20;
	font-weight: bold; 
	text-align: center;
} 
 
/**************** Pseudo classes ****************/ 
a:link { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
} 
 
li a:link { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
} 
 
a:visited { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
} 
 
li a:visited { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold; 
} 
 /*
a:hover { 
	color: rgb(0, 00, 0); 
	/*padding-bottom: 5px; */
	font-weight: bold; 
	text-decoration: underline; 
} 
 
li a:hover { 
	display: block; 
	color: rgb(0, 0, 0); 
	padding-bottom: 5px; 
	font-weight: bold; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #C6EC8C; 
} 
 */
a:active { 
	color: rgb(255, 0, 102); 
	font-weight: bold; 
} 
 
/************************* ID's *************************/ 
 
#navigation { 
	position: absolute; 
	z-index: 10; 
	width: 150px; 
	height: 600px; 
	margin: 0; 
	/*border-right: 1px solid #C6EC8C; */
	font-weight: normal; 
} 
#centerDoc { 
	position: absolute; 
	z-index: 15; 
	padding: 0 0 20px 20px; /*top right bottom left*/ 
	margin-top: 5px;
	margin-left: 50;
	width: 905px;
}





/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}



/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

li.itemList {
	padding-top: 15px;
	padding-left: 20px;	
}
.itemName {
	font-weight: bold;
	font-size: 16px;
}


.itemValue {
		font-size: 12px;
}


#calendar {
    width: 100%;    
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.342%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 40px;
    background: #8e352e;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #fff;
    font-size: 13px;
}

#calendar .days li {
    height: 250px;
}

#calendar .days li:hover {
    background: #d3d3d3;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background: #333;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #e4f2f2;
    border: 1px solid #b5dbdc;
    color: #009aaf;
    text-decoration: none;
}

#calendar .event-desc {
    color: #666;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background: #f5f5f5;
    color: #666;
}

/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 768px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
}


