﻿body 
{
	background-image: url('images/Background_1280x8_Blu_White1.png');
	background-repeat:repeat-y;
	background-color: #3B6193;
	background-position: center top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663300;
	text-align: center;
}
.adjustedZIndex
{
	/* FIXES MENU BROKEN BY IE8 */
	/* REFERENCE IN DynamicMenuStyle as CssClass value */
    z-index: 1;
}
a
{
	text-decoration: none;
}
table
{	text-align: left;
}
.menuOuterTable
{
	border-width: 0px;
	background-color: #715844;
}
.headerTable
{
	border-color: #FFFFFF;
	height: 152px;
	width: 802px;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-spacing: 0px;
}
.headerImageCell
{
	background-position: center center;
	/*background-image: url('images/Elephant_WebHeader1.jpg');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.mainPlaceholderCell
{
	background-color:White;
}
.verticalBar
{
	width: 2px;
	background-color:Maroon;
}
.leftPanel
{
	background-color: #715844;
	width: 148px;
}
.rightPanel
{
}
.rightVerticalBar
{
	width: 2px;
	background-color:Maroon;
}
.copyright
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663300;
	text-decoration: none;
}
.copyright a
{
	color: #663300;
	text-decoration: none;
}
.leftText
{
	color: #FFFFFF;
	font-style: italic;
	font-size: .9em;

}
.rightText
{
	color: #000066;
	font-size: .8em;
}
.ascription
{
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.grid
{
	background-color: #FFFFCC; /*font-family: Arial, Helvetica, sans-serif;*/
	color: #663300;
	border: 1px solid #996633;
	font-weight: bold;
}
.gridGreen
{
	background-color: #CCFFCC;
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #663300;
	border: 1px solid #996633;
	font-weight: bold;
}
.gridBlue
{
	background-color: #E1E1E0; /*font-family: Arial, Helvetica, sans-serif;*/
	color: #000066;
	border: 1px solid #44638A;
	font-weight: normal;
}
.grid a
{
	font-weight: normal;
	color: #000066;
}
.gridSelected
{
	border-style: inset;
	border-width: thin medium medium thin;
	border-color: #996633 #CC9900 #CC9900 #996633;
	color: #CC3300;
	background-color: #CCCCFF;
	font-weight: bold;
}
.gridHeader
{
	background-color: White;
}
.gridAltRow
{
	background-color: White;
	text-align: left;
}
.gridPager
{
	text-align: left;
}
.gridEditRow
{
	background-color: #FFFF66;
	color: Black;
}
.gridRow
{
	border: thin solid #CCCCCC;
}
.rightAdmin
{
	background-color: #3C6194; /*font-family: Arial, Helvetica, sans-serif;*/
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Times New Roman' , Times, serif;
}
.rightPanelAdmin
{
	background-color: #33CCFF;
}
.errorText
{
	color: #FF3300;
}
.pageTitle
{
	font-size: x-large;
	font-weight: bold;
	color: #000066;
}
.articleTitle
{
	font-size: x-large;
	font-weight: bold;
	color: #000066;
}
.articleByLine
{
	color: #FF9900;
	font-weight: bold;
	font-style: italic;
}
.articleDate
{
	color: #663300;
}
.articleText
{
}
/*  divCalEndDate is the ID of a div that
	surrounds the calendar control.  When the trigger image is
	clicked, it changes the div's display to "block".  This reverts
	after postback */
#divCalEndDate
{
/*	display:none;*/ /*this is the default setting*/
	display:none;
	position:absolute;
	border:solid 2px black;
	background-color:White;
}
.commentTable
{
	background-color: #E1E1E0; /*font-family: Arial, Helvetica, sans-serif;*/
	color: #000066;
	border: 1px solid #44638A;
	font-weight: normal;
}