﻿/**/
p.News-Header
{
    font-size:18px;
}
.note
{
	background-color:white;
	color:black;
	font-family:Arial;
	font-size:10px	
}
/*Modal Popu
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}*/
.DataGridTableRow1
{
    FONT-SIZE: 12px;
    font-family:Arial;
    BACKGROUND-COLOR: #ffffff
}
.DataGridTableRow2
{
    FONT-SIZE: 12px;
    font-family:Arial;
    BACKGROUND-COLOR: #eeeeee
}
.DataGridHeader
{
	FONT-SIZE: 11px;
	font-family:Arial;
    BACKGROUND-COLOR: #454344;
    color:White;
}
.DataGridFooter
{
	FONT-SIZE: 11px;
	font-weight:bold;
	font-family:Arial;
    BACKGROUND-COLOR: #FFFFFF	
}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100; }
	h1 {
		color:#333;
		font-size:36px;
		margin-top:0; /* Safari */
		margin-left:20px; }
		
h4, h5, h6, p, a,
blockquote, 
ul, ol, li,
legend, label, input, textarea, table { font-family:Arial, Helvetica, sans-serif; }
	h4 {
		font-size:16px;
		line-height:26px;
		margin:0;
		text-transform:uppercase; }
	h6 {
		font-size:12px;
		line-height:19px;
		margin:20px 0 12px;
		text-transform:uppercase; }
		span.yellow { color:#fab217; }
		span.red { color:#a30e32; }
		span.black { color:#231f1e; }
		.bio {
		font-size:12px;
		line-height:19px;
		margin:0 0 12px; }
	p {
		color:#000;
		font-size:14px;
		line-height:19px;
		margin:0; /* Safari */
		padding:0; /* Safari */}
		/* Font Sizes */
		.font-10 { font-size:10px; line-height:13px; }
		.font-11 { font-size:11px; line-height:15px; }
		.font-12 { font-size:12px; line-height:17px; }
.accordionHeader 
{
    border: 1px solid #888;
    color: white;
    background-color: #999;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.GridRowAlternate .accordionHeader
{
    border: 1px solid #666;
    color: white;
    background-color: #555;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.GridRowAlternate .accordionContent
{
    background-color: #dbdbdb;
    border:1px solid #888888;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionContainer
{
    margin-bottom:10px;   
}
.firstColumn
{
    max-width:150px;
    white-space:normal;
}
.detailHeader
{
    overflow:hidden;
    border: 1px solid #CCC;
    margin: 5px;
}
.detailAlternateRow
{
    background-color: #CCC;
    border: 1px solid #DDD;
    border-top: none;
    overflow:hidden;
}
.detailRow
{
    background-color: #FFF;
    border: 1px solid #DDD;
    border-top: none;  
    overflow:hidden;
}
.photoWrapper
{
    margin-right:5px;
    float:left;
}
.detailChargeList
{
    width:478px;
    float:left;
    font-size:14px;
}
.title
{
    font-size:14px;
    line-height:20px;
}
.backNav
{
    margin-bottom:10px;
}
