@charset "utf-8";
/* CSS Document */

	div#left_col {
		/*float: left;*/
		display: inline;
		width: 762px;
		margin: 15px auto 10px auto;
		margin-left: auto;
		margin-right: auto;
		/*border: 1px solid #009933;*/
		padding: 0px 10px 10px 0;
	}
	
		div#left_col p {
			line-height: 22px;
		}
		
		div#left_col h1 {
			margin: 15px 0 10px 0;
		}
	
		div#left_col img {
			margin: 0 4px 0 0;
		}
	
	div#right_col {
		width: 130px;
		padding: 10px;
		border-top: 1px dashed #D2D2D2;
		border-bottom: 1px dashed #D2D2D2;
		background-color: #E2E2E2;
		float: right;
		display: inline;
		margin: 15px 10px 10px 0px;
		font-size: 14px;
	}
	
		div#right_col p {
			margin-top: 5px;
			margin-bottom: 5px;
		}
	
		div#right_col img {
			margin: 0 3px 0 0;
		}
	
		div#right_col p.small {
			margin: 0;
			line-height: normal;
			font-size: 12px;
		}

	ul#date_switcher {
		list-style: none;
		margin: 0 0 0 5px;
		padding: 0;
		width: 760px;
	}
	
		ul#date_switcher li {
			width: 188px;
			display: block;
			float: left;
			color: #EFEFEF;
			/*background: #959494 url(../images/structure/grad_bg_vert.jpg) repeat-x bottom;*/
			background: #F2F2F2 url(../images/structure/tab.jpg) no-repeat;
			text-align: center;
			font-size: 12px;
			padding: 2px 0 2px 0;
/*			border-left: 1px solid #999999;
			border-bottom: 2px solid #999999;
			border-right: 1px solid #CCCCCC;*/
			height: 26px;
			margin: 0;
			padding: 0;
		}
		
		ul#date_switcher li.clear {
			width: 0;
			background: none;
			height: 0;
			margin: 0;
			padding: 0;
			float: left;
			clear: both;
		}
		
		ul#date_switcher li.chosen {
			/*background: #F2F2F2 url(../images/structure/tab.jpg) no-repeat;*/
			text-align: center;
			font-size: 12px;
			padding: 2px 0 2px 0;
			border: none;
			height: 26px;
			margin: 0;
			padding: 0;
			color: #FFFFFF;
			position: relative;
			bottom: -2px;
		}
		
		ul#date_switcher li.chosen a {
			background: #F2F2F2 url(../images/structure/tab_active.jpg) no-repeat;
			color: #FFFFFF;
		}
		
		ul#date_switcher li a {
			 width: 188px;
			 display: block;
			 border-bottom: none;
			 background: none;
/*			 border-bottom: 1px solid #CCCCCC;
			 border-right: 1px solid #CCCCCC;*/
			 height: 20px;
			 padding: 6px 0 0 0;
		}
		
		ul#date_switcher li a:hover {
			 background: #F2F2F2 url(../images/structure/tab_active.jpg) no-repeat;
			 color: #CCCCCC;
		}	
			
		ul#date_switcher li.end, ul#date_switcher li a.end {
			border-right: 0;
			width: 194px;
		}
	
	table#thursday {
		/*display: none;*/
	}
	
	table#friday {
	}
	
	table#saturday {
		/*display: none;*/
	}
	
	table.schedule {
		border: 0;
		width: 762px;
	}
	
		table.schedule th {
			background-color: #CCCCCC;
			padding: 5px;
		}
		
		table.schedule th.top {
			background-color: #666666;
			color: #F2F2F2;
			padding: 5px;
		}
		
		table.schedule td {
			background-color: #E4E4E4;
			margin: 0 0 1px 1px;
			padding: 5px;
		}
		
		table.schedule td.time {
			font-size: 12px;
			padding: 5px;
			width: 110px;
			background-color: #E0E1D0;
		}
		
		table.schedule td.location {
			font-size: 12px;
			padding: 5px;
			width: 110px;
			background-color: #DAE2EB;
		}
		
		table.schedule th.caption {
			width: 30px;
		}
		
		table.schedule em {
			font-size: 14px;
		}
		