table {
    border-collapse: collapse;
	background-color: #DBC6B3;
    border-right: 6px solid #162C44;
    border-left: 6px solid #162C44;
    border-bottom: 6px solid #162C44;
     	width: 97%;
    margin: 0 1em 1em 1em;
}

th {
    background-color: #172B44;
	border: 0px solid yellow;
	padding: .6em;

	color: #DBC6B3;
	font-size: 1.2em;
	font-style: normal;
	text-align: right;
}

th span {
	margin-right: 35%;
}

th ul.next {
	font-size: .8em;
	display: inline;
	text-align: right;
}

th ul.next li {
	display: inline;
	padding: 0 .4em;
	margin: 0 .2em;
	border: 1px solid #707C90;

	background-color: #334965;
	color: #A0A3A7;

}

th ul.next a:link, th ul.next a:hover, th ul.next a:visited, th ul.next a:active {
	font-weight: normal;
}

tr.days td {
    background-color: #C59F8A;
	border-left: 2px solid #D3B6A3;
    height: 1em;

	color: #833119;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

td {
    border: 1px solid #C6A189;
	height: 10em;
	width: 40em;
    padding: 0 5px;

	color: #A87F68;
	font-style: italic;
    text-align: left;
	vertical-align: top;
}

td span {
	font-size: 1em;
	display: block;
	font-weight: normal;
	color: #833119;
}

td.blank {
	background-color: #D4BAA7;
}

td ul li {
	font-weight: normal;
	font-style: normal;
	list-style-type: none;

	color: #833119;
	line-height: 1em;
	margin-top: .2em;
	margin-bottom: .8em;
}

td ul li.event, td ul li.performance {
	padding: .3em;
	margin-bottom: .5em;
}

td ul li.event {
	background: #3F5469;
	color: #DBC6B3;
}

td ul li.event a:link,
td ul li.event a:visited,
td ul li.event a:active,
td ul li.event a:hover {
	color: #FFF;
}

td ul li.performance {
	background: #C59F8A;
	color: #E4D3C3;
}

td ul li.performance a:link, 
td ul li.performance a:visited,
td ul li.performance a:active,
td ul li.performance a:hover {
	color: #FFF;
}

td ul li a:link,
td ul li a:visited,
td ul li a:active,
td ul li a:hover {
	color: #3F5469;
	font-weight: bold;
}

/* Week */

table.week {
 	width: 72%;
}

.week tr.days td {
	padding: 0 .5em;
	text-align: center;
}

.week th {
	text-align: left;
}

.week td {
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #172B44;
	padding: .8em 0;
	height: 4em;
	width: 40em;
}

.week .submitButton input {
	font-size: .8em;
 	font-family: Arial, helvetica, "sans serif";
	letter-spacing: 0;
	margin-right: -1px;
	margin-left: -5px;
	margin-top: .5em;

	background-color: #334965;
	color: #A0A3A7;
	border-top: 1px solid #707C90;
	border-left: 1px solid #707C90;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;

}

.week td.inputArea {
	text-align: left;
	height: 1em;
	padding: 0 0 0 5px;
	background-color: #172B44;
	border: 0px solid #334965;
}

.map {
	position: relative;
		top: 0;
		left: 0;
	float: left;
}

.week {
	position: relative;
		top: 0px;
		left: 0px;
}

*html .map {
	margin-bottom: 2em;
}

*html .week {
	position: absolute;
		top: 145px;
		left: 260px;
	margin-bottom: 200px;
	clear: both;
}

*html input.maybe {
	width: 3.8em;
}
*html input.probably {
/* 	width: 4.7em; */
	width: 2.5em;
}
*html input.cancel {
	width: 1.2em;
}

*html .week td {
	width: 9.6em;
}


/********* FORM **********/

div.formSection textarea {
	margin-top: 1em;
	background-color: #172B44;
	color: #EFEEEB;
	border: 1px solid #62707E;
	padding: .3em;
}

.submitButton input {
	font-size: 1em;
 	font-family: Arial, helvetica, "sans serif";
	letter-spacing: 0;
	margin-right: 0;
	margin-left: 0;
	margin-top: .5em;

	background-color: #172B44;
	color: #EFEEEB;
	border-top: 1px solid #62707E;
	border-left: 1px solid #62707E;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;

}




