﻿
/************ HTML Tags************/

body
{
}

h1
{
    padding-top: 10px;
    margin-bottom: 10px;
}

h2
{
    margin-bottom: 5px;
    padding-top: 10px;
}

h3
{
    padding-top: 10px;
}

h4
{
    margin-bottom: 2px;
}

h5
{
    padding: 4px 0px 4px 5px;
    margin: 0px;
}

p
{
    margin-top: 5px;
    margin-bottom: 15px;
}

a:hover img.ImageHover
{
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    opacity: .40;
}

input
{
    border: solid 1px;
}

select
{
    border: none;
    height: 22px;
}

textarea
{
    border: solid 1px;
}

/************ Global ************/

.FixedContainer
{
    width: 951px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.ReadMore
{
    float: right;
}

.NoPadding
{
    padding: 0px;
}

.NoMargin
{
    margin: 0px;
}

.NoBorder
{
    border: none;
}

.NoBorder input
{
    border: none;
}

.MarginBottom
{
    margin-bottom: 15px;
}

input.Button
{
    background-image: url(../Images/Buttons/Button.gif);
    width: 158px;
    height: 26px;
    border: none;
    cursor: pointer;
    background-position: bottom;
}

input.Button:hover 
{
    background-position: top;
}

input.ButtonMedium
{
    background-image: url(../Images/Buttons/ButtonMedium.jpg);
    width: 100px;
    height: 26px;
    border: none;
    cursor: pointer;
    background-position: bottom;
}

input.ButtonMedium:hover
{
    background-position: top;
}


input.ButtonSmall
{
    background-image: url(../Images/Buttons/ButtonSmall.gif);
    width: 76px;
    height: 26px;
    border: none;
    cursor: pointer;
    background-position: bottom;
}

input.ButtonSmall:hover
{
    background-position: top;
}

.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

.AlignBottom
{
    vertical-align: bottom;
}

.AlignTop
{
    vertical-align: top;
}

.AlignMiddle
{
    vertical-align: middle;
}

.AlignCenter
{
    text-align: center;
}

.AlignRight
{
    text-align: right;
}

.AlignLeft
{
    text-align: left;
}

.ImageWithLeftTextWrap
{
    margin-left: 10px;
    margin-bottom: 6px;
}

.Clear
{
    clear: both;
    height: 0px;
}

.Spacer
{
    height: 15px;
}

.FormsList li
{
    margin-left: 20px;
}

.FormsList li:first-child 
{
	margin: 0;
}

.FormsList .ListIconContainer a:hover div
{
	text-decoration: underline;
}

.ListIconText
{
    padding-top: 5px;
    cursor: pointer;
    text-align: center;
}

div.PrintButton
{
    position: absolute;
    top: 55px;
    right: -220px;
    height: 44px;
    width: 158px;
    background-image: url(../Images/Buttons/PrintMapCompleteButton.png);
    background-position: bottom;
    cursor: pointer;
}

div:hover.PrintButton
{
    background-position: top;
}

.NoWrap
{
	white-space: nowrap;
}

/* Hides from IE-mac \*/
div
{
    height: 1%;
}
/* End hide from IE-mac */

.GoldBorder
{
    border: solid 1px;
    height: 24px;
}

/************ Main Header ************/

#HeaderStretchContainer
{
    width: 100%;
    border-bottom: solid 3px;
}

#HeaderLogoConatiner
{
    width: 203px;
    height: 108px;
    float: left;
    text-align: center;
    padding-top: 10px;
}

#HeaderImageContainer
{
    width: 748px;
    height: 118px;
    float: right;
}

.HomePhotoContainer
{
    width: 646px;
    height: 118px;
}

/************ Main Content ************/

#ContentStretchContainer
{
    width: 100%;
}

#ContentContainer
{
    float: right;
    padding-left: 15px;
    width: 731px;
    margin-bottom: 15px;
}

#MainMenu
{
    width: 204px;
    float: left;
    min-height: 380px;
    height: auto !important;
    background-image: url(../Images/Backgrounds/MenuBackground.gif);
    background-repeat: repeat-x;
    padding-bottom: 20px;
}

*html #MainMenu
{
    height: 380px;
}

.PageHeaderImage
{
    margin-top: 10px;
}

/************ Main Footer ************/

#FooterStretchContainer
{
    width: 100%;
    border-bottom: solid 3px;
    border-top: solid 3px;
    min-height: 10px;
    height: auto !important;
}

#FooterBandLeft
{
    width: 500px;
    float: left;
    padding: 18px 0px 18px 0px;
    margin-left: 7px;
    margin-right: 20px;
}

#FooterBandLeft .HomeEvent li
{
    padding-top: 5px;
}

#FooterBandRight
{
    width: 300px;
    float: left;
    padding: 18px 0px 18px 0px;
}

#FooterBandLeft img
{
    border: solid 3px;
    margin-right: 10px;
}

#FooterBandLeft .HomeEvent img
{
    float: left;
    width: 118px;
}

#FooterBandRight img
{
    border: solid 3px;
}

#FooterLinks
{
    margin-top: 8px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
}

#FooterLinks ul
{
    margin-left: 20px;
}

#FooterLinks li
{
    white-space: nowrap;
    float: left;
    padding-right: 30px;
}

#FooterCopyright
{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.HomeSponsor
{
	width: 109px;
	height: 58px;
	border: solid 2px;
	margin-right: 7px;
	text-align: center;
	padding: 8px;
	cursor: pointer;
}

td.SponsorNoImage
{
	height: 58px;
	border: solid 1px;
	vertical-align: middle;
}

/************ Form ************/

.Form li
{
    padding-bottom: 5px;
}

.FormContainer
{
    padding: 10px 10px 15px 10px;
    margin: 0px 0px 3px 0px;
    border: solid 1px;
}

.FormContainer ul
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/************ Main Event Master Page ************/

#MainEventLogoContainer
{
    position: relative;
    height: 0px;
}

#MainEventLogoContainer img
{
    position: absolute;
    right: 0px;
    top: -109px;
}

#MainEventContent
{
    margin-right: 233px;
}

/************ Featured Item ************/

.PageFeatureContainer
{
    margin-top: 15px;
    border: solid 1px;
}

.PageFeature
{
    padding: 0px 0px 10px 0px;
    
}

.PageFeature h2
{
    padding: 3px 0px 3px 10px;
}

.PageFeature ul
{
    margin: 5px 15px 0px 10px;
}

/************ Rental Information ************/

ul.RentalDescription
{
    margin-left: 12px;
}

ul.RentalDescription li
{
    margin-bottom: 6px;
}

.RentalListItem
{
    border: solid 1px;
    margin-bottom: 15px;
}

.RentalListItem.EntertainementListItem ul li
{
	padding-bottom: 4px;
}

.RentalListItemContent
{
    padding: 8px;
}

ul.RentalDescription
{
    width: 400px;
}

.FirstItem
{
    border-top: solid 1px;
}

.PictureContainer
{
    border: solid 1px;
    width: 632px;
}

.PictureTitle
{
    border-bottom: solid 3px;
}

.PictureTitle h2
{
    padding-left: 10px;
    padding-top: 5px;
}

/************ Events List ************/

.EventListContainer
{
    margin-top: 10px;
}

.NewsList li
{
    padding-bottom: 8px;
}

.NewsReadMoreLink
{
    padding-right: 7px;
    background-image: url(../Images/Buttons/Admin/NextPageArrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

/************ Home Page Icon Links ************/

.ThreeIconButtonsOutterContainer
{
    position: relative;
}

.ThreeIconButtonsInnerContainer
{
    position: absolute;
    top: -83px;
    right: 0px;
}

.GrapeFestivalIcon
{
    width: 104px;
    background-image: url(../Images/Icons/GrapeFestivalIcon.png);
}

.WineShowIcon
{
    width: 89px;
    background-image: url(../Images/Icons/WineShowIcon.png);
}

.StreetRodShowIcon
{
    width: 92px;
    background-image: url(../Images/Icons/StreetRodShowIcon.png);
}

.IndividualIconLink
{
    height: 104px;
    background-position: top;
    cursor: pointer;
} 

.IndividualIconLink:hover
{
    background-position: bottom;
}

.Bubble
{
    position: relative;
    visibility: hidden;
}

.Bubble img
{
    position: absolute;
    top: -35px;
    left: -75px;
}

/************ Sponsors Page ************/

.SponsorsList>li
{
    float: left;
    margin-bottom: 15px;
}

.SponsorsList li.LeftColumn
{
    margin-right: 10px;
}

.SponsorContainer
{
    width: 350px;
}

.SponsorContent
{
    padding: 8px;
}

.SponsorsList .PictureContainer
{
    min-height: 180px;
    height: auto !important;
}

/* for Internet Explorer */
html .SponsorsList .PictureContainer 
{
    height: 180px;
}
/**/

.SponsorContainer img
{
    border: solid 1px;
    float: left;
}

.SponsorLogo 
{
    float: left;
}

.SponsorLogo img
{
    margin-right: 10px;
}

.SponsorAddress
{
    width: 120px;
    float: right;
}

.SponsorAddress li
{
    float: none;
    white-space: nowrap;
}

.SponsorPhoneEmailAndUrl
{
    width: 100%;
}

.SponsorPhoneEmailAndUrl li
{
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

/************ Purchase Tickets ************/

.PurchaseTicketsContainer
{
	border:1px solid #D3B31D;
	background: #fcfaef;
	padding: 8px;
	margin: 2px 10px 0 0;	
}

.PurchaseTickets td
{
    padding: 10px;   
}

.PurchaseTickets
{
    margin-bottom: 5px;
}

.PurchaseTickets th
{
    padding: 2px 10px 2px 10px;   
}

.SponsorDetailPage p
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.SponsorDetailPage li
{
    padding-bottom: 8px;
}

.MailingAddress.FloatLeft 
{ 
	margin-bottom: 8px; 
}

.OrderItemIcon.WineShowTicket
{
	vertical-align: top;
}

.WineShowDefaultPageImage
{
    display: block;
    margin-right: 14px;
    float: left;
    height: 230px;
    width: 323px;
}

.ImageWineBottles
{
    float: left;
}

.HIEInfo
{
    border: solid 1px #d3b31d;
    display: block;
    float: left;
    margin: 14px 0 0 14px;
    padding: 10px 10px 10px 14px;
    width: 505px;
}

.HIEInfo h2
{
    border-bottom: solid 2px #d3b31d; 
    margin-bottom: 8px;
    padding: 4px 0 8px 0;
    width: 292px; 
}

.HIEInfoLogo
{
    float: right;
    margin-left: 12px;
}

.WineShowHeading
{
	margin: 14px 0 4px;
}

.WineShowImageCaption
{
    font-style: italic;
    position: relative;
    top: 74px;
}

.WineBasketQuantityInput, .WineShowTicketsQuantityInput, .GrapeFestivalQuantityInput, .WristbandQuantityInput
{
	display: block;
	float: left;
	margin-top: 6px;
	width: 80px;
}

.WillCallSelectInput
{
	display: block;
	float: left;
	margin-top: 6px;
	width: 160px;
}

.WillCallSelectInput input
{
	border: none;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.WillCallSelectInput label
{
	line-height: 14px;
}

.CouponCodeInput
{
	display: block;
	float: left;
	margin-top: 6px;
	width: 90px;
}

.OrderValidator
{
	float: left;
	display: inline-block;
	width: 100%;
}

.InputWrapper
{
	display: inline-block;
	float: left;
	width: 100%;
}

.OrderItemIcon
{
	width: 50px;
	padding-right: 2px !important;
}


/************ Entertainment ************/

.NameAndTime
{
    width: 450px;
}

.NameAndTime p, .NameAndTime ul.CommonList
{
	margin-left: 13px;
}

.NameAndTime ul.CommonList
{
	list-style: disc inside;
}

.LuchaLibre .NameAndTime
{
	width: auto;
}

.LuchaLibre ul, .LuchaLibre p
{
	margin-left: 0;
}

.LuchaLibre .Luchador
{
	margin: 0 15px 0 0;
}

.LuchaLibre .Luchador h3
{
	padding-top: 3px;
	text-align: center;
}

/************ List ************/

.List
{
    width: 100%;
    border: solid 1px #990000;
}

.List td
{
    padding: 5px;
}

.Row
{
    background-color: #f5efd6;
}

.AlternateRow
{
    background-color: #ffffff;
}

.InnerRow
{
    width: 100%;
}

.InnerRow td
{
    padding: 3px;
}

.DailyEntertainment li
{
	margin: 5px 0;
}



/*****************************************************************************************
Begin Admin Styles
*****************************************************************************************/

.MaxWidthTextArea
{
    width: 100%;
    height: 100px;
}

.AdminFormList
{
    padding-bottom: 8px;
}

.AdminFormList li
{
    padding-bottom: 8px;
}

/************ Admin Login ************/

#LoginFormContainer
{
    width: 500px;
    margin: 50px auto 0px auto;
    position: absolute;
}

#LoginFormContainer td
{
    text-align: left;
    padding-bottom: 3px;
}

#AdminLoginContents
{
    margin-left: 110px;
}

/************ Admin Master ************/

#DashboardContainer
{
    float: right;
    width: 747px;
    margin-bottom: 15px;
}

#DashboardIconContainer
{
    background-image: url(../Images/Backgrounds/Admin/IconContainerBackground.gif);
    background-repeat: repeat-x;
    height: 80px;
    border-bottom: solid 3px;
    padding: 18px 0;
}

#AdminPageHeader
{
    height: 23px;
    background-image: url(../Images/Backgrounds/Admin/AdminPageTitleBackground.png);
    padding: 5px 0px 0px 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    width: 737px;
}

#AdminPageHeader h1
{
    color: #ffffff;
}

ul.AdminIcons
{
	margin-left: 30px;
}

ul.AdminIcons li
{
    float: left;
    width: 100px;
}

#AdminContentContainer
{
    margin-left: 15px;
    padding-top: 15px;
    text-align: center;
}

.Form td
{
    padding-bottom: 3px;
}

.AdminListItem
{
    background-image: url(../Images/Backgrounds/Admin/GoldenLine.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.AdminListItem h2
{
    padding: 0px 0px 2px 5px;
    margin: 8px 0px 0px 0px;
    background-image: url(../Images/Backgrounds/Admin/GoldenLine.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.AdminSponsorListLogo
{
    width: 150px;
    margin-right: 8px;
    margin-bottom: 5px;
}

.SponsorDate
{
    padding-bottom: 5px;
}

.AdminMarginLeft
{
    margin-left: 10px;
}

.AdminButtonContainer
{
    padding: 0px 10px 10px 10px;
}

.AdminButtonContainer .NoBorder input
{
	margin-top: 4px;
}

/************ Basketball PDFs ************/

.MiddleSchoolMadness .AdminFormList, .MarchMadness .AdminFormList, .MayMadness .AdminFormList
{
	background-color: #f7f1d5;
	border: solid 1px #d3b31d;
}

.MiddleSchoolMadness .ItemContent, .MarchMadness .ItemContent, .MayMadness .ItemContent
{
	margin-top: 8px;
}

.MiddleSchoolMadness li, .MarchMadness li, .MayMadness li
{
	margin-bottom: 8px;
}

.MiddleSchoolMadness li.WithPdf .AdminFormList, .MarchMadness li.WithPdf .AdminFormList, .MayMadness li.WithPdf .AdminFormList
{
	padding-bottom: 26px;
}

.MiddleSchoolMadness .AdminFormList, .MarchMadness .AdminFormList, .MayMadness .AdminFormList
{
	width: 634px;
	padding: 0 0 10px 80px;
}

.InfoPdfIcon, .RulesPdfIcon, .EntryFormPdfIcon, .BracketPdfIcon
{
	display: block;
	height: 60px;
}

.PdfIcon.Info, .PdfIcon.Rules, .PdfIcon.EntryForm, .PdfIcon.Bracket
{
	border: solid 1px #d3b31d;
	height: 60px;
}

.PdfIcon.Info
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/InfoNoPdfIcon58x58.gif) no-repeat;
}

.PdfIcon.Rules
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/RulesNoPdfIcon58x58.gif) no-repeat;
}

.PdfIcon.EntryForm
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/EntryFormNoPdfIcon58x58.gif) no-repeat;
}

.PdfIcon.Bracket
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/BracketNoPdfIcon58x58.gif) no-repeat;
}

.InfoPdfIcon 
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/InfoPdfIcon58x58.gif) no-repeat;
}

.RulesPdfIcon 
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/RulesPdfIcon58x58.gif) no-repeat;
}

.EntryFormPdfIcon
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/EntryFormPdfIcon58x58.gif) no-repeat;
}

.BracketPdfIcon
{
	background: #fff url(../Images/Icons/Admin/PdfIcons/BracketPdfIcon58x58.gif) no-repeat;
}

.BasketballPdfs.FloatLeft 
{
	width: 160px;
}

.PdfIcon
{
	margin: 10px 10px 0 -70px;
	text-align: center;
	width: 60px;
}

.PdfUpload
{
	padding-top: 6px;
}

.PdfUpload input
{
	vertical-align: top;
	background-color: #fff;
	padding: 2px 0 2px 2px;
	height: 26px;
}

.PdfUpload input.ButtonSmall
{
	padding: 0;
}

.PdfUpload .ButtonSmall
{
	margin-left: 7px;
}

.PdfInfo
{
	margin-top: 14px;
}

.PdfInfo .ButtonSmall
{
	margin-top: 3px;
}

.PdfInfo span
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.UploadRules 
{
	padding-left: 10px;
}

.MiddleSchoolMadness .FileName, .MarchMadness .FileName, .MayMadness .FileName
{
	color: #888;
	font-weight: normal;
}

.MiddleSchoolMadness .Update input, .MarchMadness .Update input, .MayMadness .Update input
{
	background-image: url(../Images/Buttons/ButtonSmall.gif);
	margin-top: 35px;
	width: 76px;
}

.PdfIcon .DeleteLink
{
	display: block;
	font-weight: bold;
	margin-top: 4px;
}

.UploadPdfSuccessMessage, .UploadPdfErrorMessage
{
	display: block;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 0 8px;
}

.UploadPdfSuccessMessage
{
	background-color: #a1e075;
	border: solid 1px #3a8e00;
	color: #3a8e00;
}

.UploadPdfErrorMessage
{
	background-color: #e28383;
	border: solid 1px #990000;
	color: #990000;
}

/************ Annual Events ************/

.AnnualEvents .Visible
{
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

.AnnualEvents .ItemContent
{
	padding: 10px 0 20px 55px;
}

.AnnualEvents .ItemContent span.Visible
{
	display: block;
}

.FormGoldBackground.GrapeFestivalAnnualEvent, .FormGoldBackground.SpringWineShowAnnualEvent, .FormGoldBackground.MarchMadnessAnnualEvent, 
.FormGoldBackground.MiddleSchoolMadnessAnnualEvent, .FormGoldBackground.MayMadnessAnnualEvent
{
	background-position: center center;
}

.AnnualEvents.GrapeFestivalAnnualEvent .ItemContent
{
	background: transparent url(../Images/Icons/Admin/GrapeFestivalIconSmall.png) no-repeat left 5px;
}

.AnnualEvents.SpringWineShowAnnualEvent .ItemContent
{
	background: transparent url(../Images/Icons/Admin/WineShowIconSmall.png) no-repeat left 5px;
}

.AnnualEvents.MarchMadnessAnnualEvent .ItemContent, .AnnualEvents.MiddleSchoolMadnessAnnualEvent .ItemContent, .AnnualEvents.MayMadnessAnnualEvent .ItemContent
{
	background: transparent url(../Images/Icons/Admin/BasketBallIconSmall.png) no-repeat left 10px;
	padding: 10px 0 12px 55px;
}

.AnnualEvents .FloatLeft.EventStart, .AnnualEvents .FloatLeft.TicketStart
{
	margin-right: 6px;
}

.AnnualEvents .FloatLeft.EventEnd, .AnnualEvents .FloatLeft.TicketEnd
{
	margin-right: 16px;
}

.AnnualEvents .FloatLeft.Update input
{
	vertical-align: bottom;
}

.AnnualEvents .FloatLeft
{
	height: 38px;
	width: 135px;	
}

.AnnualEvents .FloatLeft b
{
	line-height: 12px;
	white-space: nowrap;
}

.AnnualEvents .FloatLeft.Update
{
	width: auto;	
}

.AnnualEvents .FloatLeft.Update span
{
	display: inline-block;
	height: 100%;
	margin-left: -1px;
	vertical-align: bottom;
	width: 1px;
}

.AnnualEvents .AlignRight input
{
	margin-top: 6px;
}

.AnnualEvents.MarchMadnessAnnualEvent .AlignRight input, .AnnualEvents.MiddleSchoolMadnessAnnualEvent .AlignRight input, .AnnualEvents.MayMadnessAnnualEvent .AlignRight input
{
	margin: 14px 292px 0 0;
}

.UpdateAnnualEventSuccessMessage, .UpdateAnnualEventErrorMessage
{
	display: block;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 0 8px;
}

.UpdateAnnualEventSuccessMessage
{
	background-color: #a1e075;
	border: solid 1px #3a8e00;
	color: #3a8e00;
}

.UpdateAnnualEventErrorMessage
{
	background-color: #e28383;
	border: solid 1px #990000;
	color: #990000;
}

/************ Add Coupon Codes ************/

.CouponListItemContent
{
	padding: 8px 0;
}

.AddEditCoupons .FloatLeft
{
	height: 38px;
	margin-right: 6px;
}

.AddEditCouponsOuter
{
	padding: 8px 0;
}

.AddEditCouponsOuter .Visible
{
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

.AddEditCoupons .FloatLeft.CouponName, .AddEditCoupons .FloatLeft.EndDate
{
	margin-right: 16px;
}

.AddEditCoupons .FloatLeft.Discount
{
	margin-right: 0;
}

.FloatLeft.Discount .Watermark
{
	color: #ccc;
}

.AddEditCoupons .FloatLeft.Add
{
	margin: 0 0 0 16px;
}

.AddEditCoupons .FloatLeft.Add input
{
	vertical-align: bottom;
}

.AddEditCoupons .FloatLeft b
{
	line-height: 12px;
	white-space: nowrap;
}

.AddEditCoupons .FloatLeft.Add span
{
	display: inline-block;
	height: 100%;
	margin-left: -1px;
	vertical-align: bottom;
	width: 1px;
}

.AddCouponSuccessMessage, .AddCouponErrorMessage
{
	display: block;
	font-weight: bold;
	padding: 10px;
	margin: 10px 0 0 8px;
}

.AddCouponSuccessMessage
{
	background-color: #a1e075;
	border: solid 1px #3a8e00;
	color: #3a8e00;
}

.AddCouponErrorMessage
{
	background-color: #e28383;
	border: solid 1px #990000;
	color: #990000;
}

/************ Admin Form ************/

.FormGoldBackground
{
    width: 716px;
    padding: 0px 10px 2px 10px;
    background-color: #efe3ab;
    border: solid 1px;
    margin: 10px 0 0 8px;
}

.FormGoldBackground h2
{
    padding: 0px 0px 2px 0px;
    margin: 8px 0px 0px 0px;
    border-bottom: solid 1px;
}

.EditSponsorLogo
{
	border: solid 2px;
	padding: 4px;
	margin: 18px 0 0 30px;
}

/************ Admin Error Pop Up ************/

.ErrorPopUpContainer
{
    position: absolute;
    width: 190px;
    bottom: 90px;
    left: -30px;
}

.ErrorPopUpTop
{
    height: 13px;
    width: 255px; 
    background-image: url(../Images/Backgrounds/Admin/ErrorPopUp/ErrorPopUpTop.png);   
}

.ErrorPopUpBody
{
    width: 235px;
    background-image: url(../Images/Backgrounds/Admin/ErrorPopUp/ErrorPopUpBody.png);
    background-repeat: repeat-y;
    text-align: center;
    padding: 0px 10px 6px 10px;
    font-weight: bold;
}

.ErrorPopUpBottom
{
    height: 24px;
    width: 255px; 
    background-image: url(../Images/Backgrounds/Admin/ErrorPopUp/ErrorPopUpBottom.png);   
}

/************ Sponsor Management Tool Bar ************/

.SponsorManagementToolBar
{
    padding: 3px 0px 3px 3px;
    border: solid 1px;
    height: 23px;
    float: right;
    margin-bottom: 4px;
}

.SponsorManagementToolBar li
{
    padding-right: 3px;
}

.SponsorManagementToolBar input
{
    filter:alpha(opacity=0);
    -moz-opacity:.0;
    opacity:.0;
}

.DeleteSponsorLogo
{
    width: 102px;
    height: 22px;
    background-image: url(../Images/Buttons/Admin/DeleteLogoButton.gif);
    cursor: pointer;
}

.DeleteSponsorLogo input
{
    width: 102px;
    height: 22px;
}

.DeleteSponsorLogo:hover
{
    background-image: url(../Images/Buttons/Admin/DeleteLogoButtonHover.gif);
}

.DeleteSponsor
{
    width: 117px;
    height: 22px;
    background-image: url(../Images/Buttons/Admin/DeleteSponsorButton.gif);
    cursor: pointer;
}

.DeleteSponsor input
{
    width: 117px;
    height: 22px;
}

.DeleteSponsor:hover
{
    background-image: url(../Images/Buttons/Admin/DeleteSponsorButtonHover.gif);
}

.ManageSponsor
{
    width: 125px;
    height: 22px;
    background-image: url(../Images/Buttons/Admin/ManageSponsorButton.gif);
    cursor: pointer;
}

.ManageSponsor input
{
    width: 125px;
    height: 22px;
}

.ManageSponsor:hover
{
    background-image: url(../Images/Buttons/Admin/ManageSponsorButtonHover.gif);
}

/************ Sponsor Management ************/

.MemberList
{
	border: 1px solid #f6f0d2;
	border-bottom: none;
	margin: 5px 0 10px 0;
}

.MemberList .MemberImage
{
	border: 2px solid #f6f0d2;
	background-color: #fff;
	padding: 3px;
}

.MemberList .MemberImage img
{
	width: 50px;
	margin: auto;
	display: block;
}

.MemberList th
{
	background-color: #990000;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
}

.MemberList td
{
	padding: 5px;
	border-bottom: 1px solid #f6f0d2;
}

.MemberList td td
{
	border: none;
	padding: 0 5px 5px 0;
	vertical-align: top;
}

.MemberList .AltRow
{
	background-color: #fefdf8;
}

/************ Event Management Tool Bar ************/

.DeleteEventFile
{
    width: 96px;
    height: 22px;
    background-image: url(../Images/Buttons/Admin/DeleteFileButton.gif);
    cursor: pointer;
}

.DeleteEventFile input
{
    width: 96px;
    height: 22px;
}

.DeleteEventFile:hover
{
    background-image: url(../Images/Buttons/Admin/DeleteFileButtonHover.gif);
}

.DeleteEvent
{
    width: 108px;
    height: 22px;
    background-image: url(../Images/Buttons/Admin/DeleteEventButton.gif);
    cursor: pointer;
}

.DeleteEvent input
{
    width: 108px;
    height: 22px;
}

.DeleteEvent:hover
{
    background-image: url(../Images/Buttons/Admin/DeleteEventButtonHover.gif);
}

.ManageEvent
{
    width: 111px;
    height: 22px;
    background-image: url(../Images/Buttons/Admin/ManageEventButton.gif);
    cursor: pointer;
}

.ManageEvent input
{
    width: 111px;
    height: 22px;
}

.ManageEvent:hover
{
    background-image: url(../Images/Buttons/Admin/ManageEventButtonHover.gif);
}

.Prev
{
    padding-left: 7px;
    background-image: url(../Images/Buttons/Admin/PrevPageArrow.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.Prev:hover
{
    cursor: pointer;
}

.Next
{
    padding-right: 7px;
    background-image: url(../Images/Buttons/Admin/NextPageArrow.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.Next:hover
{
    cursor: pointer;
}

.Pager
{
    margin-top: 5px;
}

.ajax__calendar_container
{
    height: 190px;
}

.ajax__calendar
{
    background-color: #ffffff;
}

#MainEventContent #gallery a 
{
	display: block;
	float: left;
	margin: 0 4px 10px 0;
}

#MainEventContent #gallery a:hover
{
    text-decoration: none;
}

#MainEventContent #gallery a span
{
	display: block;
	text-align: center;
	width: 93px;
}


/************ Facebook "Like" Styling ************/

.FbWrapper
{
	bottom: 14px;
	position: absolute;
	left: 7px;
	height: 62px; 
	width: 190px;
}

.FbLink
{
	background: url(../Images/Icons/FacebookRed.gif) no-repeat;
	display: block;
	float: left;
	height: 62px;
	margin-right: 9px;
	width: 63px;
}

.FbLink:hover
{
	background-position: 0 -62px;
}

.fb-like
{
	float: left	
}


/*****************************************************************************************
Overrides to Specific Styles
*****************************************************************************************/

.ClearBackground
{
    background-image: url(../../../Images/Clear.gif);
}

.NoWrap li
{
    white-space: nowrap;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 550;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#lightbox-container-image-data #lightbox-image-details, #lightbox-container-image-data, #lightbox-container-image-data-box {
height: auto;
}
