/* ================================
    CSS STYLES
   ================================
*/   

/*

AlbumTitle
AlbumInfo

*/

BODY
{
}
.AdminBackColorLabel
{
 background-color: #EAEAC5;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: bold
}
.AdminBackColorText
{
 background-color: #DED99B; /*FFFFCC */
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
    font-weight: normal
}

.PhotoDeck1
{
	padding: 0px;
	background : url(images/system/PhotoDeckL.jpg) no-repeat;
	width : 240px;
	height : 164px;
	overflow : hidden
}

.PhotoDeck2
{
	padding: 0px;
	background : url(images/system/PhotoDeckR.jpg) no-repeat;
	width : 240px;
	height : 164px;
	overflow : hidden
}
.AlbumFrameThumb
{
	padding: 0px;
	background : url(images/system/PhotoThumb.jpg) no-repeat;
	width : 180px;
	height : 138px;
	overflow : hidden
}
.AlbumFrameThumbSmall
{
	padding: 0px;
	background : url(images/system/PhotoThumbSmall.jpg) no-repeat;
	width : 125px;
	height : 95px;
	overflow : hidden
}

.AlbumFrameSmall
{
	padding: 0px;
	background : url(images/system/PhotoSmall.jpg) no-repeat;
	width : 356px;
	height : 276px;
	overflow : hidden
}
.AlbumFrameLarge
{
	padding: 0px;
	background : url(images/system/PhotoLarge.jpg) no-repeat;
	width : 710px;
	height : 550px;
	overflow : hidden
}
.AlbumInfoText
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: normal
}
.AlbumInfoTextLg
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
   	font-weight: normal
}
.PhotoInfoText
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: normal
}
.PhotoInfoTextLg
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
   	font-weight: normal
}

/* */
.HomeHead
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    HEIGHT: 35px
}

.HomeHeadSmall
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    HEIGHT: 35px
}

/* */
.ContentHead
{
    background-color: #dddca3;
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

/* */
.ErrorTextLarge
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 10pt
}
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 10pt
}
.ExceedsText
{
    font-family: Verdana, Arial;
    color: Red;
    font-size: 7pt;
   	font-weight: normal
}
.PageHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 21px;
   	font-weight: normal
}
.PageContentTitle
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 12px;
   	font-weight: bold
}
.PageContentText
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: normal
}

.NewsHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 12px;
   	font-weight: bold
}
.EventsHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 12px;
   	font-weight: bold
}
.LoginHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
   	font-weight: bold
}
.FieldHeader
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: bold
    /*line-height: 12px*/
}    
.FieldHeaderLarge
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
   	font-weight: bold
    /*line-height: 12px*/
}
.FieldText
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: normal
}

.FieldTextLarge
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 12pt;
   	font-weight: normal
}

.FieldTextSmaller
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 10pt;
   	font-weight: normal
}

.FieldTextSmallerBlack
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 10pt;
   	font-weight: normal
}

.FieldTextFooter
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 8pt;
   	font-weight: normal;
    text-decoration: none
}

.FieldTextLogin
{
    font-family: Arial, Helvetica, sans-serif;
    color: #EAEAC5;
    font-size: 8pt;
   	font-weight: normal
}

.FieldTextBreadCrumbs
{
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
    font-size: 11px;
   	font-weight: normal
}

.ConfirmMessage
{
    font-family: Arial, Helvetica, sans-serif;
    color: green;
    font-size: 12px;
   	font-weight: bold;
    line-height: 4px
}

.ItemStyle
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.CommandButton
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 11px;
   	font-weight: bold
}    

/* * * * * * * * * * * * * * */
/* Styles for all DataGrids  */
/* * * * * * * * * * * * * * */
.DataGridRight
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.DataGridCenter
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.DataGridHeader
{
    background-color: #EAEAC5;
    /*border-bottom: dimgray;
    border-left: dimgray 1px solid;*/
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding-left: 1px
}
.DataGridItem
{
    background-color: White;
    /*border-bottom: dimgray;
    border-left: dimgray 1px solid;*/
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 1px
}
.DataGridItemAlt
{
    background-color: #EAEAC5;
    /*border-bottom: dimgray;
    border-left: dimgray 1px solid;*/
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 1px
}

.DataGridItemSel
{
    background-color: Yellow;
    /*border-bottom: dimgray;
    border-left: dimgray 1px solid;*/
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 1px
}

.DataGridFooter
{
    background-color: EAEAC5;
   /* border-bottom: dimgray;
    border-left: dimgray 1px solid;*/
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
    /*line-height: 9pt;*/
    padding-left: 1px
}

/* text style for the links */
A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #C9C9C9;
    font-size: 9px;
}   

A.SiteLink:hover    
{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: #C9C9C9;
    font-family: Arial, Helvetica, sans-serif; /*Verdana, Helvetica, sans-serif;*/
    text-decoration: none;
    font-size:  10px;
    font-weight: normal
}

A.SiteLinkBold:hover
{
    color: white;
    text-decoration: none;
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color:#5486A9;
    font-family: Arial, Helvetica, sans-serif; /*Verdana, Helvetica, sans-serif;*/
    text-decoration: none;
    font-size:  11px;
    font-weight: normal;
    line-height: 10px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: #5486A9;
    text-decoration: underline;
    padding-left: 10px;
    font-weight: bold;
}

A.MenuSelected
{
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold;
    line-height: 10px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 4px
}

/* Styles used for the Bread Crumb Area */
A.BreadCrumbUnselected, A.BreadCrumbUnselected:link, A.BreadCrumbUnselected:visited
{
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px
}

A.BreadCrumbUnselected:hover
{
    color: Blue;
    font-weight: bold;
    text-decoration: underline;
    padding-left: 10px
}

A.BreadCrumbSelected
{
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    text-decoration: none;
    font-size:  10px;
    font-weight: bold
}

A.BreadCrumbSelected:hover
{
    color: Blue;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    padding-left: 5px
}

/* * * * * * * * * * * * * * */
/* Styles for PowerBrowsers  */
/* * * * * * * * * * * * * * */
.BrowserText
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 11pt;
   	font-weight: normal
}
.BrowserTextBlue
{
    font-family: Arial, Helvetica, sans-serif;
    color: Blue;
    font-size: 9pt;
   	font-weight: normal
}
.BrowserTextSmall
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 12px;
   	font-weight: normal
}
.BrowserTextSmaller
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 11px;
   	font-weight: normal/*;
    line-height: 6px*/ 
}
.ImageInformation
{
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    font-size: 8px;
   	font-weight: bold 
}


/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
/*    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa;    
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}



A:link  {
    text-decoration: none;
    color:  black;
}

A, A:hover {
    text-decoration: underline;
    color:  black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

