﻿.ResourceTypeTitleBar
{
	padding				: 4px; 
	background-color	: #646464; 
	color				: White;
	margin-bottom		: 3px;
	height				: 47px;
}

.ResourceTypeTitleBar:hover
{
	background-color	: #ae1a1a; 
	cursor				: pointer;
}

.ResourceTypeTitleBar.Selected
{
	background-color	: #ae1a1a; 
}

.NoContent
{
	color				: #363636;
	font-size			: 70%;
	font-weight			: bold; 
	padding-left		: 3px;
}

.DocumentLinks
{
	font-size			: 70%;
	padding-top			: 3px;
	padding-bottom		: 3px;
	font-family			: Verdana;
	font-weight			: bold; 
	padding-left		: 3px;
}

.DocumentLinks a
{
	color				: #363636;
	text-decoration		: none;
	padding-left		: 3px;
}
.DocumentLinks a:hover
{
	color				: #881115;
	text-decoration		: underline;
	padding-left		: 3px;
}
.DocumentLinks a:visited
{
	color				: #881115;
	text-decoration		: underline;
	padding-left		: 3px;
}

.DocumentLinks a
{
	color				: #646464;
	text-decoration		: none;
}

.VideoLinks
{
	font-family			: Verdana;
	font-size			: 70%; 
	font-weight			: bold; 
}

.VideoLinks a
{
	color				: #363636; 
	text-decoration		: none; 
	padding-right		: 3px;
}
.VideoLinks a:hover
{
	color				: #881115;
	text-decoration		: underline;
	padding-right		: 3px;
}
.VideoLinks a:visited
{
	color				: #881115; 
	text-decoration		: underline;
	padding-right		: 3px;
}



