
	.alphaSpeakersTable {
		font:bold 12px arial;
	}

	.alphaSpeakersTable {
		font:bold 12px arial;
		margin-top:35px;
		border-collapse:collapse;
		border:1px solid gray;
	}
	
	.alphaSpeakersTable tr td {
		border-left:1px solid gray;
		border-right:1px solid gray;
	}
	
	#speakerContainer {
		border:1px solid gray;
		margin:0px;
		position:relative;
		left:-1px;
		background-color:white;
		height:540px;
		width:345px;
		overflow:auto;
		padding:10px;
		padding-left:5px;
		z-index:99;
		overflow-x:hidden;
	}
	
	
	
	.alphaSpeakersTable tr td:hover {
		background-color:orange;
		color:white;
		height:15px;
		cursor:pointer;
	}


	.alphaSpeakersTable tr td.onhover {
		background-color:orange;
		color:white;
		height:15px;
		cursor:pointer;
	}
	
	#waitingSpinner {
		position:absolute;
		z-index:100;
	}
	
	#waitingSpinner table {
		position:absolute;
		height:540px;
		width:345px;
	}
	
	.teacherListing {
		height:20px;
		padding:3px;
		padding-top:0px;
		border:1px solid white;
		margin-left:20px;
	}
	
	.teacherDivider {
		height:1px;
		background-color:#999;
		overflow:hidden;
		font-size:1px;
		margin-bottom:4px;
		margin-top:4px;
		margin-left:20px;
	}

	.teacherListing:hover {
		background-color:#EEE;
		border:1px solid silver;
		cursor:pointer;
	}
	
	.teacherListing:hover .teacherDivider {
		background-color:transparent;
	}

	.teacherName {
		font:bold 11px arial;
		padding:1px;
	}
	
	.teacherType {
		font:normal 11px arial;
	}

	.teacherShiurCount {
		float:right;
		font:bold 12px arial;
		color:#c47b05;
	}

	.singleSpeakerTable {
		width:290px;
	}	
	
	
	.speakerSideBar {
		padding:12px 10px 12px 10px;
		font-size:1.1em;
		font-family:arial, verdana;
		text-indent:12px;
		width:230px;
	}
	
	#speakerSidebarHeader {
		width:100%;
		border-bottom:2px solid #CDCDCD;
		font:bold 18px tahoma;
		padding-top:6px;
		padding-bottom:6px;
	}
	
	.speakerBodyPanel {
		padding:20px;
		padding-left:40px;
		border-right:2px solid #CDCDCD;
		font-size:1.1em;
	}

	.speakerSideBar_Name {
		font:bold 13px tahoma;
	}