﻿/* Tab Strip */

#NewsTabStrip li a .innerWrap
{
	background-image:url(../../media/images/tabBackground.gif);
}





/* */


h1
{
	color:#811232;
	font-weight: bold;
	font-size:12pt;
}

h2
{
	color:Black;
	font-weight: bold;	
	font-size:12pt;
}

h3
{
	color:#811232;
	font-weight: bold;	
	font-size:10pt;
}


.formTable table, .formTable tr, .formTable td
{
	vertical-align:middle;
}

.formTable .heading, .resultsTable th
{
	background-color:#811232;
	color:White;
	font-weight:bold;
}

.formTable .value, .resultsTable tr
{
	background-color:#DDE1EA;
}

.formTable .heading a, .resultsTable th a
{
	color: white;
}

.newsPortlet
{
	width:555px;
	border:solid 2px Silver;
	margin:10px 0px 0px 10px;
	position:relative;
	overflow:hidden;
}

.newsPortlet .content
{
	background-image:url(../../media/images/portletBackground.jpg);
	min-height:100px;
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	width:100%;	
	clear:both;
}

.newsPortlet .tabstrip
{
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url(../../Media/Skins/TabStrip/Portlet/img/tabBackground.gif);
	background-repeat:repeat-x;
}



/* Right Hand Content Links */
.articleHeadingLink
{
	color:#811232;
	font-weight:bold;
	font-size:10pt;	
}


.articleContent
{
	font-size:8pt;
	text-align:justify;
}

.articleReadMoreLink
{
	color:Black;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}


/* Miscellaneous */
.sectionHeading
{
	color:#70AFDE;
	font-size:20pt;
	font-weight:bold;
	text-align:right;
	padding-top:10px;
	border-bottom: solid 1px #70AFDE;
}


.profileSectionHeading
{
	color:#70AFDE;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: solid 1px #70AFDE;
}

.errorMessage 
{
	color: Red;
	font-weight: bold;
}

.leftPadding 
{
	margin: 0 0 0 10px;
}

.outline 
{
	border: #811232 2px solid;
	border-collapse: collapse;
}


/* Search Results */
.searchResults
{
    font-size:10pt;
}

.searchResults .pageUrl
{
    color:Gray;
    font-size:8pt;
}

.searchResults .typeDescription
{
    color:Gray;
    font-size:8pt;
}



/* */

.shadedTable
{
    background-color:#D4D7EA;
}