/* 
	Hilbert 
	News Screen CSS
	Alison Endacott
	2/2009
	
 */
#leftcolumn h2.info {
	border: 0;
	margin-top: -1em;
	}
				
.scheduleSearch {
	padding-bottom: 1em;
}	 
	.scheduleSearch h4 {
		padding: 1em 0 .5em 0;
	}



	.scheduleSearch dt {
		width: 100px;
		float: left;
		_display: inline;
		padding: .2em 0;
		font-weight: bold;
		text-align: right;
		padding-right: 5px;
	}
	
	.scheduleSearch dd{
		width: 440px;
		float: left;
		_display: inline;
		padding: .2em 0;
	}
	
		.scheduleSearch dd p {
			padding: 0;
			display: inline;
		}
	
		.scheduleSearch dd input {
			font-size: 1em;
			padding: 1px;
			width: 200px;
		}
		
		.scheduleSearch input.submit {
			border: 0;
			font-weight: bold;
			font-size: 1em;
			background:transparent url(/content/v1/us/img/arrow-more.gif) no-repeat scroll left 6px;
			color:#80313C;
			padding-left:10px;
			text-decoration:none;
			cursor: pointer;
			margin: .5em 104px;
			}
		
			.scheduleSearch input.submit:hover {
				text-decoration: underline;
			}
			
	/* grid */
	.DataGrid {
		margin-bottom: 1em;
		padding: 0;
		border-collapse: collapse;
		width: 565px;
		}
		
			.DataGrid th {
				background: #f2d76d;
				color: #022779;
			}
		
			.DataGrid th,
			.DataGrid td {
				text-align: left;
				padding: .2em 5px;
			
				}
				
			.DataGrid tr.odd td {
				background: #fff3c6;
			}
			
			.colcourse,
			.colinstructor {
				white-space: nowrap;
			}
			
	/* squeeze box details */
	
	#courseModal {
		font-size: 1.2em;
	}
	
		#courseModal h4 {
			color: #80313c;
			font-weight: normal;
			font-size: 2.1em;
			font-family: "Times New Roman", Times, serif;
			padding-bottom: .2em;
		}
			
		#courseModal dl {
			width: 575px;
		}
		
			#courseModal dt {
				width: 95px;
				font-weight: bold;
				float: left;
				_display: inline;
				padding: .2em 3px;
				text-align: right;
			}
			
			#courseModal dd {
				width: 470px;
				float: left;
				_display: inline;
				padding: .2em 0;
			}
			
			#courseModal dt.courseInstructions {
				displaY: none;
			}
			
			#courseModal dd.courseInstructions {
				clear: both;
				width: 550px;
			}
					
					
			