﻿/*
-----------------------------------------------------------------------------  
Web Parts
-----------------------------------------------------------------------------
*/

/* General Web Part Style */
.ms-WPBody {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;    
}

.ms-WPBody TABLE {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;    
}

.ms-WPBody TD {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;    
}

/* CQWP RSS feeds */
/*NSG:20130401 Modified for 2013*/
.cqfeed { margin: -16px 0 0 0 !important; position: relative; /*top: -20px;*/ }
.cqfeed img { vertical-align: middle; padding-right: 2px; margin-top:-45px;}
.cqfeed a { text-decoration: none; color: #888888 !important; font-weight: bold; }

/* CQWP Home Grid */
.content-title2 a{
    font-size:1em;
    margin:0 0 20px 0;
    padding:0;
    color:#002E73;
    line-height:1.3em;
    border-bottom:#666 thin;
    float:left;
}

.content-title2 a:hover{
    text-decoration:underline;	
}	
