﻿/*****************************************************
 * File Name: Content.css
 * Created By: Michael Walker
 * Date Created: 10/7/2007
 * 
 * Summary:
 * This is a Cascading Style Sheet that controls the 
 * styles of a web page.  This file specifically 
 * controls the look of the Content on the page.  These
 * classes are the Styles that Editors may choose from
 * when editing their content within the CMS
 *
 * Revisions:
 * Modified By      Date        Comments
 * -----------      ----        --------
 * Tim Stratton		12/13/07	Updated sytles for paragraphs.  Remove all spacing above and below.
 * Michael Walker	12/14/07    Added Footnote Style.  Added Alignment to all styles.  Added UL Styles.
 * Ken Goodson		08/13/08	Added #navbar and .f to style the paging of search results.
 *                              Also added SearchSectionTitleBlack and cbSearchResults styles.
 *****************************************************/
ul
{
    margin-top:0px;
    margin-bottom:0px;
}
ul li ul
{
    list-style-type:square;   
}
ul li ul li ul
{
    list-style-type:disc;   
}
ol
{
    margin-top:0px;
    margin-bottom:0px;
}
p
{
    margin:0px;
}
.PageTitleBlack
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#000000;
    font-weight:bold;
    text-transform:uppercase;
    text-align:left;
}

/*
.PageTitleRed
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#FF0000;
    font-weight:bold;    
}
*/

.SectionTitleBlack
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    font-weight:bold;
    text-align:left;    
}

.SectionTitleRed
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#FF0000;
    font-weight:bold;
    text-align:left;    
}
.Content
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000000;
    text-align:justify;
}
.Footnote
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    text-align:justify;
}
a,a:visited
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#0553A5;
    text-decoration:none;
}
a:hover
{
    color:#FF0000;
    text-decoration:underline;
}
.DoNotPrint{}

/* these next two are for the paging of search results */
.SearchSectionTitleBlack
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    background-color: #D2D2D2;  /* #D2D2D2 = LIGHT GRAY - Boardwalk*/
    font-weight:bold;
    text-align:left; 
	margin: 0px 1px 20px 1px;
	padding: 2px 2px 2px 2px; 
	/*border-top:1px solid #FF0000; 
	border-bottom: 1px solid #FF0000; 	  */
}
#cbSearchResults
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight: 400;
    color:#000000;
    text-align:justify;
}
/* Turned off paging because of unsatisfactory results */
#navbar
{
	display: none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #FF0000;
	display:block;
	margin-top:0.5em;
	padding: .5em 0 1.5em 0;
	text-align:center;
	color:#000000;*/
}
.f /* used with the navbar when paging is turned on */
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0em;
	padding:0em;
	color:#000000;
	font-size: 15px;
}
