td {
	padding-left: 6px;
	padding-right: 12px;
	padding-botton: 6px;	}






#big_list {
	list-style-type: none;
	line-height: 1.3em;
	margin-top: 16px;	}

.time{
	color: #ee6e2f;
	font-weight: bold;
	background-color: 0c0c0c;
	text-align: right;
	bottom: 10px;
	height: 4em;	}

ol ol {
	list-style-type: lower-alpha;	}

ul ul {
	list-style-type: none;	}

ul#big_list li {
	margin-bottom: 14px;	}
	
ul#big_list li ul li, ul#big_list li ol li {
 	margin-bottom: 0;	}








.e_title{
	color: #ee6e2f;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.timecol{
	vertical-align: top;
}



.event{
	background-color: #0c0c0c;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #ee6e2f;
	padding: 0.5em;
	vertical-align: top;
}

.time_mark{
	width: 15px;
}

.e_name{
	font-weight: bold;
	margin-bottom: 0.2em;
}

.pickup{
	/*width: 240px;*/
}

.activity{
	/*width: 70px;*/
}

.lineafter{
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #ee6e2f;
}

/*******************************
 *							   *
 *     For Frisbee Signup      *
 *							   *
 *******************************/
 
 fieldset {
 	border: none;
 	padding: 0;
 	margin: 0;	}
 	
 table {
 	margin: 12px 0;	}
 
 input {
 	background-color: rgb(20, 20, 20);
 	border: 1px solid rgb(45, 45, 45);
 	color: #dfdfdf;
 	font-size: 1.1em;	}
 	
 form {
 	margin: 24px; }