/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Text Stylings */

.Center {	text-align: center;}
.Left { text-align: left;}
.Right {	text-align: right;}



/* ===================================================================================== STYLES HOME PAGE */
.infoBox .heading, .infoBox .Heading, .infoBox h1,
.infoBoxCalendar .heading, .infoBoxCalendar .Heading, .infoBoxCalendar h1,
.infoBoxWeather .heading, .infoBoxWeather .Heading, .infoBoxWeather h1
{
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	color: #333333;
	border-bottom: 1px solid #dadada;
}

#contentLeft .floatleft, #contentLeft .Floatleft
{
	float: left;
	border: 1px solid #bfbfbf;
	margin-right: 5px;
	margin-bottom: 10px;
}

#contentLeft .floatright, #contentLeft .Floatright
{
	float: right;
	border: 1px solid #bfbfbf;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* ===================================================================================== STYLES FOR CONTENT PAGES */

#contentInt .subheading, #contentInt .Subheading, #contentInt h2,
#contentInt_wide .subheading, #contentInt_wide .Subheading, #contentInt_wide h2
{
	/*
	float: left;
	margin: 0;
	padding: 0;
	*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #696969;
	/*display: inline;*/
}

#contentInt .subheading,
#contentInt_wide .subheading
{
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
	color: #527aa7;
	text-transform: uppercase;
}

#contentInt .floatleft, #contentInt .Floatleft,
#contentInt_wide .floatleft, #contentInt_wide .Floatleft
{
	float: left;
	border: 3px solid #dfdfdf;
	margin-right: 20px;
	margin-bottom: 20px;
}

#contentInt .floatright, #contentInt .Floatright,
#contentInt_wide .floatright, #contentInt_wide .Floatright
{
	float: right;
	border: 3px solid #dfdfdf;
	margin-left: 20px;
	margin-bottom: 20px;
}

#printArea h1 {
	color: #696969;
    	font-size: 13px;
    	font-weight: bold;
    	line-height: 1;
    	text-transform: uppercase;
}

#printArea h2 {
    color: #527AA7;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

#printArea h3 {
    color: #527AA7;
    font-size: 13px;
}

#printArea h4 {
    color: #527AA7;
    font-size: 13px;
}

#printArea h5 {
    color: #527AA7;
    font-size: 13px;
}


#printArea h6 {
    color: #527AA7;
    font-size: 13px;
}

/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.datatable td { padding: 7px 10px; color: #333; }

.datatable .titlerow {
	background: #11457F !important;
	text-align: left;
	font-weight: bold;
	color: #FFF; /* Change Below */
}

.datatable .titlerow td{
	color: #FFF;
}

.datatable .titlerow h2 {
	color: #FFFFFF !important;
	margin: 5px !important;
}

.datatable caption {
	/*height: 0px;
    visibility: hidden;
    display: none; */
}

.datatable .row { background: #FFF; }

.datatable .altrow { background: #e4e4e4; }

.datatable td p, #printArea .datatable td p, td p, #printArea td p{ margin: 7px 0 0 0; }
.datatable td p:first-child, #printArea .datatable td p:first-child { margin: 0 !important; }
td p:first-child, #printArea td p:first-child { margin: 0 !important; }

sub { font-size:80%; }
sup { font-size:80%; }


/* ----- END OF TEMPLATE ----- */