/**********
Tables
**********/
.titleCellOff {
	border-top:		0px solid #42625b;
	border-left:	0px groove #f3f3f3;
	border-right:	0px solid #a6a6a6;
	border-bottom:	2px solid #757575;
	font-size:120%;
	font-weight:bold;
	cursor:hand;
	padding:		5px;
	color: #454545;
}

.titleCellSort {
	border-top:		0px solid #83c4b6;
	border-left:	0px groove #f3f3f3;
	border-right:	0px solid #a6a6a6;
	border-bottom:	3px solid #333333;
	font-size:120%;
	font-weight:bold;
	/*cursor:hand;*/
	padding:		5px;
	color: #333333;
	background-color: #FFFFFF;
}

.arrowPlacement 
{
	background-color:#ffffff;
	float:right;
	vertical-align:middle;
	margin-top:3px;
}

.rowData{
	border-bottom:1px solid #a2a9c7;
	padding: 10px;
	color: #181818;
	color: #666666;
	font-size: 95%;
	background-color: #ffffff;
}

.la_TopCoursesBox .rowData	{		background-color: #c5eff8;	}

.aTitle:link		
{
	color: #2d6787;	text-decoration: underline;		
	font-weight:normal;	font-size:120%; line-height: 200%;
}
.aTitle:visited		
{
	color: #999999;	text-decoration: underline;		
	font-weight:normal;	font-size:120%; line-height: 200%;
}
.aTitle:active		
{
	color: #2d6787;	text-decoration: underline;		
	font-weight:normal;	font-size:120%; line-height: 200%;
}
.aTitle:hover		
{
	color: #247e84;	text-decoration: underline;		
	font-weight:normal;	font-size:120%; line-height: 200%;
}

.aTitleMedia:link		{ color: #2d6787;	text-decoration: underline;		font-weight:normal;	font-size:120%; line-height: 200%; }
.aTitleMedia:visited		{ color: #999999;	text-decoration: underline;		font-weight:normal;	font-size:120%; line-height: 200%; }
.aTitleMedia:active		{ color: #ffffff;	text-decoration: underline;		font-weight:normal; font-size:120%; line-height: 200%;	}
.aTitleMedia:hover		{ color: #247e84;	text-decoration: underline;		font-weight:normal; font-size:120%; line-height: 200%;	}

.pagination_wrapper {
	text-align: right;
	padding: 5px;
	border-top:		1px solid #7b8081;
	border-bottom:	1px solid #7b8081;
	margin-top:		5px;
	margin-bottom:	5px;
	background-color: #e2fe9e;
}

.pagination_panel {
	float: right;
	text-align: center;
}

.pagination_currentInfo {
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
}

.pagination_currentInfo a:link			{	color:#00849e;	text-decoration: none;		cursor: hand;	}
.pagination_currentInfo a:visited		{	color:#999999;	text-decoration: none;		cursor: hand;	}
.pagination_currentInfo a:active		{	color:#00c6ed;	text-decoration: none;		cursor: hand;	}
.pagination_currentInfo a:hover 		{	color:#70d6ff;	text-decoration: underline;	cursor: hand;	}

.pagination_wrapper td {
	font-size: 85%;
	font-weight: bold;	
	border: 1px solid #7b8081;
	padding: 2px;	
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
}

.pagination_activeLabel 
{}

	.pagination_activeLabel a:link			{	color:#00849e;	text-decoration: none;		cursor: hand;	}
	.pagination_activeLabel a:visited		{	color:#999999;	text-decoration: none;		cursor: hand;	}
	.pagination_activeLabel a:hover 		{	color:#00c6ed;	text-decoration: underline;	cursor: hand;	}
	.pagination_activeLabel a:active		{	color:#70d6ff;	text-decoration: none;		cursor: hand;	}
	

.pagination_inactiveCurrentLabel {
	background-image:url('/images/lsbd/inner/colright_bg.gif');
	color: #444444;
	font-weight: bold;
	padding: 3px;
	width: 30px;
}























