#main{
	height:750px;
}

#mainTable{
	border: #a5b4c4 solid 1px;
	height:180px;
	margin-right:20px;
	margin-left:10px;
	margin-bottom:20px;
}

#center{
	top:10px;
	float:left;
	position:relative;
	margin-bottom: 20px;	
}

.content{
	position:relative;
	height:500px;
	top:20px;
	padding: 10px;

	margin-bottom:50px;
}

.content p{
	padding: 17px;
}

.tabs_td1 {
	margin-bottom: 10px;
	border-bottom: solid 1px;

}
.tabs_td2 {
	border: solid gray 1px; 
	cursor: pointer;
}
.tabs_td2_selected{
	font-weight:bold;
}

.tn{/*THE DIV NOT THE IMAGE*/
	position:relative;
	top:0px;
	height:50px;
	width: 50px;
	background: white;
	cursor: pointer;
	text-align: center; 		
}

.tn img{/*THE IMAGE NOT THE DIV. THE WIDTH/HEIGHT % IS OF THE DIV*/
	margin-top:5px;
	text-align: center;
	width:52px;
	height: 65px;
}

.selected{/*THE DIV NOT THE IMAGE*/
	font-weight:bold;
}

#categoryLinks tr td{
	font-family:tahoma;
	font-size:12px;
	padding-left:12px;
}
#categoryLinks a{
	text-decoration:none;
	color:navy;
}

#rabbi{
	background-color:#fff;
		width:400px;
	width:100%;

	text-align:left;
	cellpadding="2";
	 cellspacing="5";
}

.rabbiName{
	font-weight:bold;
	font-size:15px;
	border:1px solid #6699CC;
	color:navy;
	background-color:#BAD0E7;
}

#rabbi tr td a{
	text-decoration:none;
	color:navy;
}

.categoryName{
	text-align:center;
	font-weight:bold;
	background-color:#DDE6F5;
	color:navy;
	font-family:tohoma, arial;
	font-size:13px;
}

.title{
	font-style:italic;
}

/*NEW SHIURIM TABLE*/
#NSTable{
	text-align:center;
	width:550px;
	background-color:#F4F5FA;
	padding:5px;
}
.NSHeaderTR{
	font-family:Tahoma;
	font-weight:bold;	
	background-color:#6699CC;	
}

.NSHeader{
}

.NSRow{
	font-family:Georgia;
	color:black;
	background-color:#BAD0E7;
	padding-left:30px;
}
#NSTable2{
	text-align:center;
	width:380px;
	background-color:#F4F5FA;
}
.NSHeaderTR2{
	font-weight:bold;	
	background-color:#BAD0E7;	
}

.NSHeader2{
	background-color:#6699CC;
	font-family:Tahoma;
}

.NSRow2{
	font-family:Georgia;
	color:black;
	background-color:#BAD0E7;
}
