﻿/*color of mouse over highlights*/
.highlightColor
{
    background-color:#e2eaef;
}

.rss_text 
{
	float:left;
	padding-right:15px;
	color: #000000;
	text-decoration: none;
}

.rss_photo {
	float: left;
	padding: 0 5px 0 5px;
}

.rss_line {
	clear: both;
	position: relative;
	margin: 0 0 0 0;
	padding: 1px 0 1px 0;
	left: 0px;
	height: 3px;
	width:95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6095c1;
}

/*color of table column headings*/
th
{
    background-color:#F1EEE8;
}

h3
{
	background-color:#F1EEE8;
}

#contentBox
{
    clear:both;
    border: solid 1px #D9D1C1;
    padding: 3px;
	
}

/*This is the Heading for tables*/
caption
{
    color:white;
    padding:.1em;
    font-size:1.25em;
}

/*dark blue colr that is on menu, and heading*/
.td, caption
{
    /*background-color:#CDC9A9;*/
    background-color:#D9D1C1;
}



/*dark blue colr that is on menu, and heading*/
.groupByRadioBackgroundColor
{
	background-color:#D9D1C1;
  
}

/*color of grouping row in a table*/
.groupingRow
{
    background-color:#D9D1C1;
    font-size:1em;
    font-weight:bold;
    padding-top:.4em;
    padding-bottom:.4em;
    vertical-align:middle;
}

.alternateColor 
{
	background-color:#D9D1C1;
}

.padFilters{float:left;padding-left:.4em;}