@charset "utf-8";
/* CSS Document */
ul#topnav #lischedule a{
border-bottom: 5px solid #FFF;
}
#content {
	height: auto;
	width: 650px;
	min-height:700px;
}
#tableschedule {
	margin: 5px;
	padding: 0px;
	border: 1px solid #779CEC;
	width: 98%;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8em;
	background: #779CEC;
}
#tableschedule th {
	background:#093665;
	margin: 0px;
	padding: 4px 3px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: normal;
	text-indent:3px;
}
#tableschedule tr {
	background: #E6F1F4;
}
#tableschedule tr.even {
	background: #CADAF4;
}
#schedule {
	background: #779CEC;
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	border: 1px solid #779CEC;
	width:650px;
	height:auto;
	overflow:hidden;
}
#schedule form {
	margin: 0px;
	padding: 0px;
}
/*
input.btnregister {
	margin: 5px 3px 8px;
	padding: 0px 0px 2px;
	height: 30px;
	width: 70px;
	background: #4E74C5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor:pointer;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 3px outset #FFF;
	border-left: 2px solid #FFF;
}
*/
input.btnaddtocart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	background: #4E74C5;
	padding: 0px;
	height: 40px;
	width: 100px;
	clear: right;
	float: right;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px outset #FFF;
	border-left: 3px solid #FFF;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
	_width:98px; /*IE6 hack */
}

.row {
	margin: 0px;
	padding: 0px;
	height: auto;
	width:100%;
	border-bottom: 1px solid #779CEC;
	clear:both;
}
.odd {
	background: #CADAF4;
	width:100%;
	height:auto;
	overflow:hidden;
}

.even {
	background: #E6F1F4;
	width:100%;
	height:auto;
	overflow:hidden;
}
.headrow {
	background: #093665;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	font-style: normal;
	line-height: normal;
}


.col1 {
	height: auto;
	width: 185px;
	clear: left;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.col2 {
	clear: none;
	float: left;
	height: auto;
	width: 128px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.col3 {
	clear: none;
	float: left;
	height: auto;
	width: 205px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.col4 {
	clear: right;
	float:left;
	height: auto;
	width: 103px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.row div {
	margin: 0px;
	padding: 10px 3px;
	border-right: 1px solid #779CEC;
	min-height:67px;
	height:67px;
	/* min-height allows right border to touch row's bottom border  */
	overflow:hidden;
}
.headrow div{
margin:0;
padding:0px 3px;
line-height:normal;
line-height:15px;
min-height:20px;
height:20px;
text-align:left;
}
#rightcolumn ul.dayoutline {
margin-left:20px;
padding-left:0;
}
#rightcolumn .dayoutline li {
	margin: 5px 0px 10px;
	padding: 0px;
}
#content .emphasis {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#content .emphasis ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: disc;
}
#content .emphasis ul li {
	padding: 0px;
	font-size: 0.8em;
	font-style: normal;
	line-height: 2.5em;
	font-weight: bold;
	color: #666;
	margin: 0px;
}
