/* ================================
    CSS STYLES FOR Module SermonCompanion
   ================================
*/
.cssSC10pt
{
	font-family: Verdana;
	font-size: 10pt;
}

.cssSC12pt
{
	font-family: Verdana;
	font-size: 12pt;
}

.cssSC8pt
{
	font-family: Verdana;
	font-size: 8pt;
}

/* Navigation */
.cssSCNavTable
{
	font-family: Verdana;
}

.cssTabOn
{
	background-image: url(TabOn.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 110px;
	font-family: Verdana;
	font-size: 10pt;
	color: White;
}

.cssTabOff
{
	background-image: url(TabOff.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 110px;
	font-family: Verdana;
	font-size: 10pt;
	color: White;
}

A.cssSCNavLink:link {
    text-decoration:    none;
    color: #FFEDA6;
}

A.cssSCNavLink:visited  {
    text-decoration:    none;
    color: #FFEDA6;
}

A.cssSCNavLink:active   {
    text-decoration:    none;
    color: #FFEDA6;
}

A.cssSCNavLink:hover    {
    text-decoration:    none;
    color: Red;
}
A.cssSermonLink:link
{
	text-decoration: none;
	color: #0000FF;
}
A.cssSermonLink:visited
{
	text-decoration: none;
	color: #0000FF;
}
A.cssSermonLink:active
{
	text-decoration: none;
	color: #0000FF;
}
A.cssSermonLink:hover
{
	text-decoration: underline;
	color: #FF0000;
}
div.branding
{
	text-align: center;
	padding: 25px 0 15px 0;
}

div.branding img
{
	border: 0 !important;
}
