/*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
{
 	text-align: left;
	background-image: linear-gradient(to bottom, #bebebe,#e6e6e6, #f2f2f2);
	border: 1px solid #bebebe;
	height: 10px;
	padding: 2px 0 2px 5px;
	font-size: 14px;;
}

/*This is the Heading for tables*/
caption
{
    color:white;
    padding:.1em;
    font-size:1.em;
}

h3
{
	background-color:#F0F3F6;
}

#contentBox
{
    clear:both;
    border: solid 1px #808080;
    padding: 3px;
	
}

/*  menu, and heading*/
.td, caption
{
    /*background-color:#CDC9A9; #BCBDC0*/
    background-color: #00467f;
   
}

/*dark blue colr that is on menu, and heading*/
.groupByRadioBackgroundColor
{
	background-color:#e1e1e1;
  
}

.alternateColor 
{
	background-color:#aedcff;
}

/*color of grouping row in a table*/
.groupingRow
{
    background-color:#f8d1cf;
    font-size:1em;
    font-weight:bold;
    padding-top:.4em;
    padding-bottom:.4em;
    vertical-align:middle;
}

.padFilters{float:left;padding-left:.6em;}
.IconLink{text-decoration: none; color:#ffffff; }
.IconLink a, IconLink a:visited{text-decoration: none; color:#ffffff;	}