﻿.boldlabel, boldLabel 
{
	font-weight:bold;
}

.smallLabel, .smalllabel
{
	font-size: .75em;
	line-height: .95em;
}

.alert
{
	color: #c41230; /*-- red, medium --*/
	font-weight: bold;
	font-style: italic;
}

.tableHeader 
{
	font-size: 1em;
	color: #fff;
	background-color: #c41230; /*-- red, medium --*/
	padding: 6px;
	height: 20px;
	border-left: #999 1px solid; 
	border-right: #999 1px solid; 
	border-top: #999 1px solid; 
}

.tableSubHeader 
{
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background-color: #ddd;
	border: #ffffff 0px solid;
}

.SearchHeader {
	margin: 0;
	padding: 0 0 .3em;
	font-size: 20px;
	font-weight: normal;	
	color: #a20404; /*-- red, dark --*/
    }

/*------------------------------------------------
Rotating Banner Style Attributes 
	
Note: Height & Width properties are set via the 
RotatingBanner.ascx Control Properties via the 
Sitefinity admin
------------------------------------------------*/
.carousel 
{
    margin: 0;
    padding: 0;
    /*padding-left: 40px;*/
}

.carousel img 
{
    /*float: right;*/
    /*margin-left: 20px;*/
    border-top: 1px solid #fff;
    /*background: #efefef;*/
}
.carousel ul.carousel-nav 
{
    padding: 0;
    margin-top: 6px;
    margin-left: 0px;
}
.carousel li.carousel-link 
{
    display: inline;
    padding: 4px 8px 4px 8px;
    border-right: solid 1px #6894ba; /*-- blue, light --*/
}
.carousel-links 
{
}
.carousel-links a:link, 
.carousel-links a:visited, 
.carousel-links a:hover
{
    text-decoration: none;
    font-size: 11px;
    color: #f9e47e; /*-- yellow, medium --*/
}
.carousel-links a:hover
{
    color: #fff;
}
.carousel-content
{
    font-size: .95em;
    line-height: 1.4em;
    overflow: hidden;
    background-color: White;
}
.carousel-content h2 
{
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-top: 28px;
    line-height: 36px;
}