@charset "utf-8";
/* CSS Document */

.ssMain {
	line-height: 13px;
	padding: 3px  0 0 0;
}

	h3 {
		margin: 20px 0 10px 0;
	}

	.ssTitle {
		border-bottom: 1px solid white;
	}
	
		.ssTitle a {
			border: 1px solid #edebe6;
			display: block;
			padding: 9px 12px 9px 12px;
			color: black;
			cursor: pointer;
			font-weight: bold;
			background: url(/i/theme/2008/classes/arrow_off.gif) no-repeat 511px 10px;
			
		}
			
			.ssTitle a:hover, .ssTitle a.paged {
				background: #e3e0d7 url(/i/theme/2008/classes/arrow_on.gif) no-repeat 511px 10px;
				text-decoration: none;
				color: #772224;
			}
		
	.ssBody {
		background: #edebe6;
		font-size: 11px;
	}
		
		.ssBody div {
			display: block;
			text-align: right;
		}
		
			.ssBody strong {
				display: block;
				float: left;
				color: #455560;
				text-transform: uppercase;
				font-size: 10px;
			}

			.ssTeachers {
				border-bottom: 1px solid white;
				padding: 9px 12px 9px 12px;
				text-align: right;
			}
			
			.ssClear {
				clear: both;
			}
			
			div.ssDesc {
				padding: 9px 12px 9px 12px;
				clear: both;
				text-align: left;
				border-bottom: 12px solid white;
				line-height: 1.6em;
			}
			
			.ssWhere {
				padding: 9px 12px 9px 12px;
				float: left;
				width: 242px;
				border-right: 1px solid white;
				border-bottom: 1px solid white;
			}
			
			.ssWhen {
				padding: 9px 12px 9px 12px;
				float: left;
				width: 243px;
				border-bottom: 1px solid white;
			}
			
			.ssSize {
				padding: 9px 12px 9px 12px;
				float: left;
				width: 242px;
				border-right: 1px solid white;
				border-bottom: 1px solid white;
			}
			
			.ssAge {
				padding: 9px 12px 9px 12px;
				float: left;
				width: 243px;
				border-bottom: 1px solid white;
			}
