/* Paging CSS */

.pg-normal {
	color: white;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.pg-selected {
	color: #74a893;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}

/* Video table CSS*/

#video_table tr td a {
	display: block;	
	width: 200px;
	height: 30px;
	padding-top: 10px;
}

#video_table tr td {
	list-style: none;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

#video_table tr td a { 
	text-decoration: none; 
}

#video_table tr td a:hover {	
	color: #74a893;
	/*background-color: #d1e3db;*/
	font-size: 13px;
	font-weight: bold;
}

.selected {
	color: green;
	/*background-color: #deebe5;*/
	font-size: 13px;
	font-weight: bold;
}

/* Sound List CSS*/

#sound_table tr td a {
	display: block;	
	width: 200px;
	height: 30px;
	padding-top: 10px;
}

#sound_table tr td {
	list-style: none;
	padding-bottom: 5px;	
	border-bottom: 1px dotted gray;
}

#sound_table tr td a { 
	text-decoration: none; 
}

#sound_table tr td a:hover {	
	color: #74a893;
	/*background-color: #d1e3db;*/
	font-size: 13px;
	font-weight: bold;
}
