/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	background-image: linear-gradient(rgba(54,87,130,0), rgba(54,87,130,1));
	margin: 0;
	padding: 0;
	/*background: #FFFFFF url(images/img1.gif) repeat-x;*/
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #999999;*/
}

a
{
	text-decoration: none;
	color: #ff4d4d;
}

/*a:hover
{
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Header */

#header
{
	width: 900px;
	height: 200px;
	margin: 0 auto;
	/*background: url(images/img2.gif);*/
}

#header *
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #ff3333;
}

#header h1
{
        letter-spacing: -4px;
        font-size: 3.5em;
}

#header h2
{
	margin-top: -.5em;
	font-size: 1em;
}

/* Content */

#content
{
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Column One */

#colOne
{
        width: 146px;
	float:left;
        background: #e1e1ea;
        /*border: 2px solid #ff4d4d;*/
}

#colOne ul
{
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        text-align: left;
}

#colOne li
{
        margin-bottom: 20px;
        /* background: url(images/img3.gif) repeat-x; */
}

#colOne li li
{
        margin-bottom: auto;
        background: none;
}

#colOne li ul
{
	padding-top: 0;
        padding-left: 20px;
        list-style: square inside;
}

#colOne h2
{
        height: 25px;
        padding: 10px 0 0 10px;
        background: url(images/img4.gif) no-repeat right top;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1em;
        color: #F2900B;
}

#form1
{
        background: #191919;
}

#textfield1
{
        width: 100px;
        margin-left: 20px;
}

#submit1
{
}

/* Column Two */

#colTwo
{
	float: right;
	width: 780px;
	/*border: 2px solid #ff4d4d;*/
}

#colTwo h2
{
	margin-top: 0;
	font-size: 2.2em;
	color: #746B6B;
}

#colTwo p, #colTwo ul, #colTwo ol
{
	line-height: 200%;
}

#colTwo .credits
{
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #000000;
	border-left: 2px solid #F2900B;
}

#colTwo .credits p
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Footer */

#footer
{
	clear: both;
	width: 150px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 550px;
}

#footer p
{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: smaller;
}



/* Added */


table.sched 
{
}

table.sched th
{
	color: #BCBCBC;
}

table.sched td
{
	text-align: center;
	font-size: .8em;
	color: #000000;
}

table.sched tr.d0 td
{
/*	background-color: #874A03; */
}

table.sched tr.d1 
{
	background-color: #b8b8b8;
	border: .5px solid #b8b8b8;
}


/* Column Two */

#colTwoprint
{
	float: center;
	width: 780px;
}

#colTwoprint h2
{
	margin-top: 0;
	font-size: 2.2em;
	color: #746B6B;
}

#colTwoprint p, #colTwoprint ul, #colTwoprint ol
{
	line-height: 200%;
}

#colTwoprint .credits
{
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #000000;
	border-left: 2px solid #F2900B;
}

#colTwoprint .credits p
{
	margin: 0;
	padding: 0;
	line-height: normal;
}


/* Dropdown Button */
.dropbtn {
	    /*background-color: #a2acbc; */
	    background-color: #ffffff;
    
	    color: white;
	    padding: 16px;
	    font-size: 16px;
	    border: none;
	    cursor: pointer;
	}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
		background-color: #f9f9f9;
	}

/* The container <div> - needed to position the dropdown content */
.dropdown {
		float: right;
		position: relative;
		display: inline-block;
	}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 3;
	}

/* Links inside the dropdown */
.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


table td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
