﻿body
{
    background-position: center top;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #18200B url(images/background_main.jpg) repeat-y center top;
    font-size: 11px;
}

.MinimalBody
{
    background: #E2E8FE;
}

.DocumentBody
{
    background: #FFFFFF;
    font-size:medium;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
}

a:link
{
    color: #663300;
}
a:visited
{
    color: #663300;
}
a:hover
{
    color: #990033;
}
a:active
{
    color: #663300;
}

input, select, textarea
{
    font-size: 1em;
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
    margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0 3px 0;
}



h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

/* Menu Section */

.MinimalMenuPanel
{
    border: 1px solid #333333;
    background: url(images/MenuBar_Minimal.gif) repeat-x;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin-right: auto;
    margin-left: auto;
    background-color: #495929;
}

.MinimalMenuStatic, .MinimalMenuDynamicItem, .MinimalMenuSelected, MinimalMenuHover
{
    padding: 2px 4px 3px 4px;
}

.MinimalMenuSelected
{
    background-color: #768452;
}

.MinimalMenuHover
{
    background-color: #6B764B;
}

.MinimalMenuDynamic
{
    z-index: 100;
}

.MinimalMenuDynamicItem
{
    border: 1px solid #333333;
    background: url(images/MenuBar.gif) repeat-x;
}

.MinimalMenuPanel a:link, .MinimalMenuPanel a:visited
{
    color: #FFFFFF;
}

.MinimalMenuPanel a:hover
{
    color: #FFFF99;
}

.MinimalMenuPanel a:active
{
    color: #FFFF99;
}


.membercard h3
{
    font-size: 1em;
}

#loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

.Poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.fullwidth h3
{
    font-size: 13px;
    font-weight: bold;
}


.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.RightBlockHome h3, .LeftBlockHome h3
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/* Picture at the top of the site */
.Poster
{
    background: url(images/poster.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 17px;
}

/* Footer at the bottom of the site */
#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #9999CC;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px; /*position: relative; */
}

#columnright
{
    margin-left: 245px; /*  position:relative; */
}

.leftblock
{
    border: 1px solid #9999CC;
    padding: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    vertical-align: top;
}

.rightblock
{
    border: 1px solid #9999CC;
    padding: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    position: relative; /*width: 446px; */
    width: 459px;
    float: right; /* Needed for IE6 */
}

.Spacer
{
    height: 5px;
}
.clear2column
{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0px;
    height: 0px;
    clear: both;
}

/* Home Page Layout */
.LeftBlockHome
{
    background-position: #FFFFFF;
    border: 1px solid #9999CC;
    padding: 8px;
    margin-bottom: 3px;
    background: #FFFFFF;
    vertical-align: top;
}

.RightBlockHome
{
    border: 1px solid #9999CC;
    padding: 8px;
    margin-bottom: 3px;
    margin-left: 3px;
    background: #FFFFFF;
    position: relative;
}

/* A full width block on the page */
.fullwidth, .errorstatusmessage
{
    border: 1px solid #9999CC;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

#loginbanner
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #9999CC;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #9999CC;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
}

/* Command buttons on pages */
.actionbuttons
{
    text-align: right;
    position: relative;
    padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #9999CC;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #E2E8FE;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #9999CC;
    border-collapse: collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #9999CC;
    border-left: 1px solid #9999CC;
    clear: none;
    padding: 2px;
}

.calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    text-align: left;
    border: 1px solid #9999CC;
    height: 60px;
    vertical-align: top; /* needed for positioning the dayNumber part */
    border-collapse: separate;
    border-spacing: 1px;
}

.calcurrentmonth
{
    background-color: #F0F3FF;
}
.calothermonth
{
    background-color: #CCCCFF;
}
.calcurrentday
{
    background-color: #FED36B;
}
.calweekend
{
    background-color: #CCCCCC; /*  width: 15%; */
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position: absolute;
    right: 0;
    padding-right: 15px;
}



/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 1em;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}


.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

.readOnlyField
{
    border-style: inset;
    border-width: 1px;
    padding: 1px;
    background-color: #E3E3E3;
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    border-bottom: 1px dashed #DBCE6A;
    margin: 0px 0px 0px 0px;
    width: 444px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* Floats thumbnail image off to the right */
.NewsThumbnailImage
{
    float: right;
    margin: 0 0 0 5px;
}
.NewsThumbnailImage a:link img, .NewsThumbnailImage a:visited img, .NewsThumbnailImage a:active img
{
    color: #8A3700;
    border-color: #8A3700;
}
.NewsThumbnailImage a:hover img
{
    color: #990033;
    border-color: #990033;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear: right;
    margin: 0;
    padding: 0;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

/* Used by the page number control */
.PageNumbers
{
    display: inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

/* Used in the two column lists */

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 10px;
    width: 198px;
}

.clearcard
{
    clear: left;
    height: 0;
    margin: 0;
    padding: 0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}
#membercardcolumnright
{
    margin-left: 226px;
}
.membercard p
{
    margin: 5px;
}

/************************************************************************
* 
* Compact Event list
*
************************************************************************/


/* define event grid view columns */
/* todo: use or remove */

.eventlistdate
{
    padding-right: 4px;
}
.eventlisticon
{
    text-align: center;
}
.eventlisttime
{
    text-align: center;
    width: 95px;
}
.eventlistevent
{
    font-weight: bold;
}
.eventlistlocation
{
    /* no styles needed at this time */
}
.eventlist td
{
    padding-bottom: 4px;
}

/*
.eventlist, .eventlist td, .eventlist tr
{
    border-style:none;
}
*/

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    padding: 2px 3px 4px 3px;
    background-position: url(images/background_button_small.gif) repeat-x;
    background: url(images/background_button_small.gif) repeat-x;
    background-color: #495929; /* To prevent flash of body color before image is loaded */
    border: none;
    color: #FFFFFF;
    height: 20px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.buttonsmall-ovr
{
    background-position: url(images/background_button_small-ovr.gif) repeat-x;
    color: #FEFFBD;
    background: url(images/background_button_small-ovr.gif) repeat-x;
    background-color: #495929; /* To prevent flash of body color before image is loaded */
}


/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #9999CC;
    margin: 5px;
    background: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

/* Photos section */
.Thumbnail
{
}

.Thumbnail .Selected, .Thumbnail .Unselected
{
    text-align: center;
    padding: 5px 5px 5px 5px;
}

.Thumbnail .Unselected
{
    background-color: Transparent;
    cursor: pointer;
}

.Thumbnail .Selected
{
    background-color: #FED36B;
    cursor: default;
}

.PhotoAlbumContents
{
    border: 3px ridge #C1D2EE;
    background-color: #000000;
    color: #FFFFFF;
    float: right;
}

.PhotoAlbumImageContainer
{
    position: relative;
    border: 3px ridge #C1D2EE;
    float: left;
    text-align: center;
    vertical-align: middle;
    background-color: #000000; /* Bug in IE filter renders true black pixels as white. Use black background. */
    color: #FFFFFF;
}

.PhotoImageSmallContainer
{
    position: relative;
    border: 3px ridge #C1D2EE;
    vertical-align: top;
    background-color: #000000; /* Bug in IE filter renders true black pixels as white. Use black background. */
    color: #FFFFFF;
}

.PhotoImage
{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    cursor: pointer;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.0;
    khtmlopacity: 0.0;
    mozopacity: 0.0;
    -khtml-opacity: .0;
    -moz-opacity: .0;
    visibility: hidden;
}

/* End of photos section */

/* Dialog boxes and control panels */
/* This section disabled, use only if browser has problem with 
opacity or filter 
.DialogBox
{
	border: 3px ridge #CCCCFF;
	background-color: #E3E3E3;
	z-index: 99;
	position: absolute;
	top: 40%;
	left: 30%;
}

.DialogBox .TitleBar
{
	padding: 5px;
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
}

.DialogBox .Contents {
	padding:10px
}

.ModalBackground
{
	z-index: 1;
	background-image: url(images/translucent_gray.gif);
	background-repeat: repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
}
*/

/*Modal Popup*/
.ModalBackground
{
    background-color: Gray;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    khtmlopacity: 0.7;
    mozopacity: 0.7;
    -khtml-opacity: .70;
    -moz-opacity: .70;
}

.ModalPopup
{
    border: 4px ridge #CCCCFF;
    background-color: #E3E3E3;
    width: 250px;
}

.PopupTitleBar
{
    padding: 4px 0px 4px 0px;
    background-color: #663300;
    color: #FFFFFF;
    font-weight: bold;
    cursor: move;
    width: 100%; /* Width must be 100% to avoid vertical bar when dragging. */
}

.PopupContents
{
    padding: 10px;
}

/* End of dialog boxes and control panels */

.ImagePickerList
{
    overflow: auto;
    height: 230px;
    width: 480px;
    border: solid 1px #9999CC;
}

.SelectableImage
{
    background: #FFFFFF;
    border: 1px solid #E8DCA3;
    padding: 2px;
}

.contextbuttons
{
    margin: 5px 3px 5px 3px;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width: 120px;
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width: 300px;
}

.txtblock
{
    width: 300px;
}

/* Popup video window */
.PopupVideo
{
    border: 5px ridge #C1D2EE;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    overflow: visible;
    z-index: 1;
    color: #FFFFFF;
    text-align: center;
}

/* For link to player */
.PopupVideo a:link, .PopupVideo a:hover, .PopupVideo a:visited, .PopupVideo a:active
{
    color: #6699FF;
}

/* Close button */
.CloseButton, .CloseButtonHover
{
    font-weight: bold;
    float: right;
}

.CloseButton
{
    border: 2px solid #000000;
}

.CloseButtonHover
{
    border: 2px outset #C1D2EE;
}

/* Close button */
.CloseButtonSmall, .CloseButtonSmallHover
{
    border: 1px solid #FFFFFF;
    background-color: #CC0000;
    color: #FFFFFF;
    float: right;
    cursor: default;
    padding-left: 3px;
    padding-right: 2px;
    font-family: sans-serif;
}

.CloseButtonSmall
{
}

.CloseButtonSmallHover
{
    background-color: #CC0000;
    color: #FFFFFF;
}

/* Plain text links */
.TextLink
{
    color: #8A3700;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

/* Image link */
.ImageLink
{
    vertical-align: middle;
    cursor: pointer;
    border: none;
}

/* Used for important message or announcment */
.importantmessage
{
    color: #FFFFFF;
    background-color: #CC0000;
    font-weight: bold;
}

/* Strikeout - used for canceled events */
.strikeout
{
    text-decoration: line-through;
}

/* Status message */
.statusmessage
{
    background-color: #C0C0C0;
    border-style: inset;
    border-width: 1px;
}

/* Error status message
picks up some of its properties from .fullwidth */
.errorstatusmessage
{
    vertical-align: middle;
    cursor: pointer;
    color: #FF0000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-right: inherit;
    padding-bottom: 0px;
    padding-left: inherit;
    float: none;
    position: absolute;
    top: 10px;
}

/* Validation message for input fields */
.ValidationMessage
{
    color: #FF0000;
    visibility: hidden;
}

/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(Images/SavedStar.png);
}

/* Locations for calendar background colors */
.Location0
{
    padding: 1px;
    background-color: #E1E1E1;
}
.Location1
{
    padding: 1px;
    background-color: #CCFFCC;
}
.Location2
{
    padding: 1px;
    background-color: #FFFFCC;
}

/* Standard Grids/Tables */
.GridStandard
{
    border: 1px solid #9999CC;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
}
.GridStandard td
{
    border: 1px solid #9999CC;
    padding: 1px 3px 1px 3px;
}
.GridStandard th
{
    font-weight: bold;
    border: 1px solid #9999CC;
    background-color: #663300;
    color: #FFFFFF;
    padding: 1px 3px 1px 3px;
}
.GridStandard .Alt
{
    background-color: #E3E3E3;
}
.GridStandard .Pager
{
    font-weight: bold;
    border: 1px solid #9999CC;
    background-color: #663300;
    color: #FFFFFF;
    padding: 1px 5px 3px 5px;
}
.GridStandard .Pager a
{
    font-weight: normal;
    color: #FFFFFF;
}

/** Collapse buttons **/
.CollapseButtonDown, .CollapseButtonUp, .CollapseButtonDownHover, .CollapseButtonUpHover
{
    width: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

.CollapseButtonDown
{
    background-image: url(images/icon_collapse_down.gif);
}
.CollapseButtonUp
{
    background-image: url(images/icon_collapse_up.gif);
}
.CollapseButtonDownHover
{
    background-image: url(images/icon_collapse_down_hover.gif);
}
.CollapseButtonUpHover
{
    background-image: url(images/icon_collapse_up_hover.gif);
}

.SectionHeader
{
    margin: 0px 0px 4px 0px;
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #9999CC;
}

.StandardControl
{
    border: 1px solid #9999CC;
}

.DocumentNote
{
    background-color: #E3E3E3;
    padding-right: 1em;
    padding-left: 1em;
    display: inline-block;
}

.ToolTip
{
    padding: 2px;
    border: 1px solid #999999;
    background-color: #FFFFCC;
}