﻿.boldlabel, boldLabel 
{
	font-weight:bold;
}

.smallLabel, .smalllabel
{
	font-size: .75em;
	line-height: .95em;
}

.alert
{
	color: red; /*-- red --*/
	font-weight: bold;
	font-style: italic;
}

.table-border 
{
	border: 1px solid #105981; /*-- dark blue --*/
	width: 100%;
}

.tableHeader 
{
	font-size: 1em;
	color: #fff;
	background-color: #105981; /*-- dark blue --*/
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	border-left: #105981 0px solid; /*-- dark blue --*/
	border-right: #105981 0px solid; /*-- dark blue --*/
	border-top: #105981 0px solid; /*-- dark blue --*/
}

.tableSubHeader 
{
	font-size: 1em;
	font-weight: bold;
	color: #105981; /*-- dark blue --*/
	background-color: #ddd;
	border: #ffffff 0px solid;
}


/*------------------------------------------------
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;
}

.carousel img 
{
    /*
    float: right;
    margin-left: 20px;
    width: 340px;
    height: 254px;
    background: #efefef;
*/
}
.carousel ul.carousel-nav 
{
    /*
    padding: 0;
    margin-top: 0px;
    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;
*/
}
