﻿html
{
    color: #888;
    font-size: 9pt;
    font-family: Arial;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body 
{
    background-color: #EFEFEF;
    margin: 0;
    padding: 0;
}

a, a:visited
{
    color: #5E0000;
}

a:hover
{
    color: #84846E;
}

#SubNav a, #SubNav a:visited
{
    font-weight: bold;
    font-size: 10pt;
}

#Content h1, h1
{
    clear: both;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #3d3d3d;
    border-bottom: solid 2px #7a2229;
    margin: 25px 0 15px;
}

#Content h2, h2
{
    font-size: 1.05em;
    line-height: 1.5em;
    color: #888;
    border-bottom: solid 2px #888;
    margin: 25px 0 15px;
}

#Content, #Content font
{
    line-height: 1.5em;
}

#Content p
{
    margin: 0 0 15px 0;
}

#Col1
{
    float: left;
    width: 650px;
    margin: 0px 25px 25px 25px;
    overflow: hidden;
}
#Col2
{
    float: right;
    width: 210px;
    margin: 3px 10px 15px 0;
    overflow: hidden;
}

#Footer a, #Footer a:visited
{
    color: #999;
    text-decoration: none;
}

#Footer a:hover
{
    color: #7a2229;
    text-decoration: underline;
}

#AdminLinks
{
    color: #CCC;
    font-weight: normal;
}

/** ContentE **/
.contentTable
{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	margin-left: 1px;
	margin-bottom: 15px;
	width: 99%;
}

.contentHeaderCell
{
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
}

.contentCell, .contentActionCell, .contentTitleCell
{
	border: solid 1px #CCCCCC;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.contentActionCell
{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 125px;
}

.contentTitleCell
{
	font-size: 12px;
}

.editorHeader
{
	color: #666;
	font-size: 8pt;
	margin: 10px 0 5px 0;
}

.editorSubHeader
{
	font-weight: bold;
	font-size: 1em;
}

.buttonArea
{
    margin: 15px 0;
}

.RichTextBoxAttachmentsSection
{
    border: solid 2px #D4D0C8;
    margin: -1px 1px 1px 0px;
}

.RichTextBoxAttachmentsLabel
{
    font-size: .9em;
    background-color: #D4D0C8;
    padding: 0px 0px 2px 5px;
    font-weight: bold;
    color: #666;
}

.RichTextBoxAttachmentItem
{   
    margin: 5px;
}

.RichTextBoxAttachmentTitle
{
    float: left;
    width: 85%;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}

.RichTextEditor
{
    
}

.RichTextEditorWindow br+p
{
}

.editorWindow
{
    color: #0F0;
}

.LayoutTable, .LayoutTable tr, .LayoutTable td, .LayoutTable th
{
    border: dashed 1px #F00;
    padding: 5px;
}

.SearchResultsTable
{
	font-size: .85em;
	width: 100%;
	padding: 2px 2px 2px 2px;
	empty-cells: show;
}

.SearchResultsTable th, .SearchResultsTable td
{
	padding: 2px;
}

.SearchResultsTableRows, .SearchResultsTableRowsAlt
{
	margin: 4px 4px 4px 4px;
}

.SearchResultsTable th
{
	color: #666;
	background-color: #CCCCCC;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableHeader
{
	color: #FFFFFF;
	background-color: #999999;
	font-weight:bold;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}

.SearchResultsTableRowsAlt
{
	background-color: #DFDFDF;
}

.optionHeader
{
    font-size: .85em;
}

.InputLabel
{
    background-color: #EFEFEF;
    padding: 2px 10px 2px 10px;
    text-align: right;
    vertical-align: top;
    width: 200px;
}

a.ActiveSubNav
{
    color: #000;
    text-decoration: none;
}

.ContentByLine
{
    color: #AAA;
    font-size: 8pt;
    font-style: italic;
    text-align: right;
}

.Widget
{
    overflow: hidden;
}

.optionBody
{
    margin-left: 22px;
}

.buttonArea
{
    text-align: right;
}