﻿body 
{
    background-color: #5786a5;
    background-image: url(../images/wno_02.png);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: .8em;
    line-height: 1.15em;
}

a, a:visited
{
    color: #003751;
    outline: none;
    text-decoration: underline;
}

a:hover
{
    color: #009ade;
}

h1
{
    font-size: 12pt;
    color: #003751;
}

h2
{
    font-size: 10pt;
    color: #003751;
}


div.ContentWrapper
{
    margin: 25px 25px 0;
    padding-bottom: 15px;
}

div.ContentWrapper p, div.ContentWrapper ul
{
    margin: 0 0 10px;
    list-style-type: square;
}

div.ContentBlurb
{
    border: solid 1px #2d607c; /**  ;**/
    color: #003751;
    background-color: #9dd9df;
    font-size: 7pt;
    width: 325px;
    margin: 3px auto;
    min-height: 375px;
    padding-top: 10px;
}

div.ContentBlurb h1
{
    font-size: 10pt;
    font-weight: bold;
}

div.ContentBlurb h1
{
    margin: 0 0 5px;
}

div.ContentBlurb p
{
    margin: 0 10px 10px;
}

div.ContentBlurb ul
{
    list-style-type: square;
    margin: 15px 0;
    padding: 0 25px;
}

div.SplashBlurb
{
    border: solid 1px #2d607c; /**  ;**/
    background-color: #a5c2ca;
    width: 325px;
    margin: 3px auto;
}

div.SplashBlurbStage
{
    background-color: #fff;
    margin: 10px;
    text-align: center;
}

div.SplashBlurb img
{
    margin: 12px 12px 10px 12px;
    width: 190px;
    height: 150px;
}

div.LogoBlurb
{
    border: solid 1px #2d607c; /**  ;**/
    background-color: #f0f4f7;
    width: 275px;
    margin: 10px auto 0;
}
div.LogoBlurb img
{
    margin: 12px;
    width: 250px;
    height: 120px;
}

.ButtonSetA 
{
    margin: 10px auto 0;
    width: 275px;
}
.ButtonSetA a.PhotoGalleryButton
{
    background-image: url(../images/photo_gallery.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #2d607c;
    border-right: none;
    display: block;
    padding: 8px 0;
    height: 25px;
    width: 142px;
}
.ButtonSetA a.PhotoGalleryButton:hover
{
    background-color: #0ff;
}
.ButtonSetA a.VolunteersButton
{
    background-image: url(../images/volunteers.png);
    background-position: center center;
    background-repeat: no-repeat; 
    border: solid 1px #2d607c;
    display: block;
    padding: 8px 0;
    height: 25px;
    width: 130px;
}
.ButtonSetA a.VolunteersButton:hover
{
    background-color: #0ff;
}

a.PurchaseNowButton
{
    background-image: url(../images/buttons_sprite.png);
    background-position: center -1px;
    background-repeat: no-repeat;
    display: block;
    height: 112px;
    margin: 0 1px;
    width: 320px;
}

a.SponsorshipsButton
{
    background-image: url(../images/buttons_sprite.png);
    background-position: center -115px;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    margin: 0 1px;
    width: 320px;
}

a.ReservationsButton
{
    background-image: url(../images/buttons_sprite.png);
    background-position: center -196px;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    margin: 0 1px 15px;
    width: 320px;
}

a.PurchaseNowButton:hover,
a.SponsorshipsButton:hover, 
a.ReservationsButton:hover
{
    background-image: url(../images/buttons_sprite_on.png);
    cursor: hand;
    cursor: pointer;
}
div.SponsorBlurb
{
    border: solid 1px #2d607c; /**  ;**/
    background-color: #f0f4f7;
    width: 325px;
    margin: 10px auto 0;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
}
div.SponsorBlurb img.SponsorTitle
{
    margin: 15px 10px 5px 10px;
}
div.SponsorBlurb p
{
    margin: 0 0;
    padding: 0 0;
}
div.Footer
{
    font-size: 8pt;
    color: #003751;
    border-top: solid 1px #2d607c;
    padding-top: 15px;
    margin: 15px auto;
    text-align: center;
    width: 728px;
}

div.Backdrop
{
    border: solid 1px #2d607c;
    background-color: #a5c2ca;
    margin: 3px auto;
    min-height: 400px;
}

.InputTip
{
    color: #5786a5;
}

.ValidationSummary
{
	background-color: #eee;
	border: solid 2px #FF0000;
	font-size: 1em;
	padding: 15px;
	margin: 10px 0px 15px 0px;
	color: #000000;	
	display: block;
}


.ValidationSummary ul
{
	padding: 0px;
	margin: 15px 0px 10px 35px;
}

.ValidationSummary li
{
	list-style-type: square;
}


.contentTable
{
    background-color: #efefef;
	border: solid 1px #AAA;
	border-collapse: collapse;
	width: 100%;
}

.contentHeaderCell
{
	background-color: #CCCCCC;
	border: solid 1px #CCCCCC;
	color: #555;
	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: #213770;
	margin-bottom: 5px;
}

.editorSubHeader
{
	font-weight: bold;
	font-size: 1em;
}

.buttonArea
{
	margin-top: 15px;
	margin-right:15px;
	text-align: right;
}

.optionBody
{
	padding-left: 25px;
}

.categoryHeaderCell
{
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
	padding-left: 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;
}

.GalleryWrapper
{
    margin: 15px 0;
}

.PhotoWrapper
{
    float: left;    
    margin: 0px 0px 5px;
    padding: 2px 0px 0px;
    text-align: center;
    width: 245px;
}

.GallerySearch
{
    margin-bottom: 15px;
}

.GallerySearch input
{
    margin-right: 5px;
}

.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: 635px;
}

.RichTextBoxAttachmentItem + .RichTextBoxAttachmentItem
{
    border-top: solid 1px #D4D0C8;
    padding-top: 2px;
}

.RichTextEditor
{
    line-height: 1.5em;
}

.RichTextEditorWindow br+p
{
}

.SubFooter a:hover
{
    color: #FFF;
}
