﻿body, html { font-family: Arial; font-size: 11px; }
form { padding:0; margin: 0;}

/* RESETS */
p { padding:0; margin: 0 0 10px 0;}
a { text-decoration: none; }
img { border: none; }
/* ------------ END: RESETS */


.MessageLabel { padding: 5px; margin: 5px 0 5px 0; font-weight: bold; position: relative; }
.ErrorLabel, .ValidationSummary { padding: 5px; margin: 5px 0 5px 0; font-weight: bold; position: relative; }

.Clear { clear: both; }
.DontDisplay { display: none; }
.TableRow	{ display:table-row;}
.Invisible { visibility: hidden; }
.NoWrap { white-space: nowrap; }
.Center { text-align: center; }

.Section { margin-bottom: 10px; }
.Section .Content { padding: 10px; }
.SubContent {}

.Title { font-size: 18px; margin: 0 0 5px 0; }
.SubTitle { font-size: 14px; margin: 0 0 5px 0; text-transform: uppercase; }

.BreadCrumbHeader { font-size: 16px; margin: 0 0 5px 0;  }
.BreadCrumbHeader a {  }

.InfoBox { }

.FieldWrapper .FieldLabel { } 
.FieldWrapper .FieldValue { } 


.SubMenu {margin: 0; padding: 0;}
.SubMenu li {}
.CompletionListItem, .CompletionListHighlightedItem { padding: 3px; font-weight: bold; }


.Pager { text-align: center; margin: 10px; }

.FeaturedPartyImg { width: 70px; height: 55px; background-image: url(/Assets/Images/Icons/featuredParty.png); }


/* Progress steps
**************************************/
.ProgressStepsWrapper { height: 38px; width: auto; border: solid 1px #d0d0d0; margin: 10px 0 10px 0; }
.ProgressStepsWrapper div { color: #666666; }
.ProgressStepsWrapper div { float: left; text-align: center; height: 27px; padding-top: 11px; font-size: 14px; }
.ProgressStepsWrapper div.StepEndOnOn { background-image: url(/Assets/Images/backgrounds/stepEdgeOnOn.jpg); width: 20px; }
.ProgressStepsWrapper div.StepEndOnOff { background-image: url(/Assets/Images/backgrounds/stepEdgeOnOff.jpg); width: 20px; }
.ProgressStepsWrapper div.StepEndOffOff { background-image: url(/Assets/Images/backgrounds/stepEdgeOffOff.jpg); width: 20px; }
.ProgressStepsWrapper div.OnStep { background-color: #e5e5e5; }
.ProgressStepsWrapper div.OffStep { background-color: #ffffff; }


/* END Progress steps ****************/




/* Forms */

.Form {}
.Form caption { font-weight: bold; padding: 5px; }
.Form .TextField { width: 200px; }
.Form .FieldTitle { padding: 7px 7px 7px 3px; vertical-align: top; }
.Form .RqrdFieldTitle { padding: 7px 20px 7px 3px; background-image: url(/Assets/Images/icons/checkRequired.png); background-repeat: no-repeat; background-position: right;}
.Form .Label { font-weight: bold; padding-right: 15px;}
.Form .SubHeader { font-weight: bold; padding: 5px;}
.Form .FieldTitleHeader { font-weight: normal; text-align: left; font-size: 17px; padding: 5px;}
.Form .Buttons { text-align: center; }

.FormFieldset { padding: 10px; margin-bottom: 10px;}
.FormFieldset legend { font-size: 17px; margin-bottom: 10px; }


.DataGrid {}
.DataGrid caption {font-weight: bold; padding: 5px; }
.DataGrid th { padding: 5px 10px 5px 10px; }
.DataGrid td { padding: 3px 10px 3px 3px; vertical-align: top; }
.DataGrid .Alternating td { }
.DataGrid .Buttons { text-align: center; padding: 10px; }

.TreeviewChild { padding-left: 18px; background-image: url(/Assets/Images/icons/treeviewChild.jpg); background-repeat: no-repeat; }

input, select, textarea { font-size: 11px; }
.TextField {  }
.DateField { width: 100px; background-image: url(/Assets/Images/icons/CalendarIcon.png); background-position: right; background-repeat: no-repeat; }
.NumberField { }
.DropList { }
.Radio input, input.Radio , .Checkbox input, input.Checkbox  { background-color: Transparent; border: none; cursor: pointer; }
.Radio label, .Checkbox label { cursor: pointer; }

.Validator {}

.Button { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 12px; font-weight: bold; padding: 2px 3px 2px 3px; margin: 0; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); -webkit-border-radius: .3em; -moz-border-radius: .3em; border-radius: .3em; cursor: pointer; }


.SoldOutButton { padding: 4px 8px 4px 8px; text-decoration: none; white-space: nowrap; text-align: center; font-weight: bold;}

/* END: Forms */


.PopupContainer {padding: 5px; }
.PopupContainer a {}


.TabWrapper { height: 22px; }
.TabWrapper .InactiveTab, .TabWrapper .ActiveTab
    { display: block; float: left; width: auto; font-size: 14px; padding: 3px 10px 2px 10px; margin-right: 2px; min-width: 60px; height: 17px; text-align: center; }
.TabWrapper .InactiveTab { cursor: pointer;  height: 16px; }
.TabWrapper .ActiveTab { cursor: default; border-bottom: none; }

.TabSection { }



/* ICONS */

.HelpLink {	padding-left: 16px; background-image: url(/Assets/Images/icons/questionMark.png); background-repeat: no-repeat; height: 16px}
.Rqrd { padding: 0 11px 0 0; background-image: url(/Assets/Images/icons/checkRequired.png); background-repeat: no-repeat}


.InactiveIcon { float: left; background-image: url(/Assets/Images/icons/inactiveAdminIcon.png); width: 24px; height: 20px; }
.NotSellingIcon { float: left; background-image: url(/Assets/Images/icons/notSellingTickets.gif); width: 24px; height: 20px; }
.TableTicketIcon { float: left; background-image: url(/Assets/Images/icons/TableTicket.png); width: 24px; height: 20px; }
.PrivateEventIcon {float: left; background-image: url(/Assets/Images/icons/PrivateEvent.png); width: 24px; height: 20px; }
.NoImgsIcon { width: 24px; height: 20px; background-image: url(/Assets/Images/icons/noImagesAdminIcon.jpg); }
.ShowContactIcon { width: 24px; height: 20px; background-image: url(/Assets/Images/icons/contactInfoAdminIcon.jpg); }
.SoldOutIcon { width: 24px; height: 20px; background-image: url(/Assets/Images/icons/soldOutAdminIcon.jpg); }
.HotPartyIcon { width: 24px; height: 20px; background-image: url(/Assets/Images/icons/hotPartyAdminIcon.jpg); }
.VideoIcon { width: 24px; height: 20px; background-image: url(/Assets/Images/icons/videoAdminIcon.jpg); }
.BuyLinkIcon { width: 24px; height: 20px; background-image: url(/Assets/Images/icons/externalBuyAdminIcon.png); }
.PrintPageIcon { padding: 0 0 7px 24px; background-repeat: no-repeat; background-image: url(/Assets/Images/icons/printer.png); }

/* END: ICONS */



/* Popup box Styles */

.PopupTitle { position: relative; padding: 5px; height: 16px;}
.PopupTitle .CloseButton {position: absolute; right: 0; top: 5px; padding: 0; margin: 0; width: 23px; height: 18px; cursor: pointer; font-weight: bold; }
.ModalPopupBody {}

.PopupUiCover { opacity:.60; cursor:wait; filter:Alpha(opacity=50); ~Moz-Opacity:.60; background-color: #000; }

/* END Popup box Styles */



/* Record Results */

#SearchResultsHeader { height: 35px; position: relative; margin-top: 5px; }
#SearchResultsHeader .Pager { margin: 0;}
#SearchResultsHeader #SortHeader { position: absolute; left: 0; top: 0; width: 250px;}

.DataRecord { }
.DataRecordAlt {  }

.DataRecord:hover, .DataRecordAlt:hover {}

.EventResultsWrapper { padding: 5px; border: solid 1px; -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; }
.EventRecord { width: auto; height: 60px; padding: 3px; margin-bottom: 4px; font-size: 11px; clear: both; border: solid 1px; -webkit-border-radius: .7em; -moz-border-radius: .7em; border-radius: .7em; }
.EventRecord a {  font-weight: bold; }
.EventRecord .Thumbnail { float: left; width: 130px; min-height: 40px; }
.EventRecord .EventInfo { width: 180px; float: left; font-size: 11px; padding-top: 15px; margin-right: 5px; overflow: hidden; }
.EventRecord .VenueInfo { float: left; width: 150px; white-space: nowrap; overflow: hidden; padding-top: 15px; margin-right: 5px; }
.EventRecord .DateInfo { float: left; width: 120px; height: 55px; margin-top: 7px; background-image: url(/Assets/Images/Icons/eventDateCalendar.png); background-repeat: no-repeat; position: relative; }
.EventRecord .DateInfo div { position: absolute; }
.EventRecord .CalendarMonth { text-transform: uppercase; font-size: 10px; left: 13px; top: 10px; } 
.EventRecord .CalendarDay { font-size: 22px; font-weight: bold; left: 10px; top: 20px; } 
.EventRecord .Date { left: 48px; top: 11px; font-weight: bold;  } 
.EventRecord .ButtonsArea { width: 65px ; float: left; padding-top: 20px; vertical-align: middle; }
.EventRecord .ButtonsArea .Button, 
	.EventRecord .ButtonsArea .SoldOutButton { width: 50px; font-size: 11px; }





.VenueRecord { height: 50px; border-bottom-width: 1px; border-bottom-style: dotted; margin-top: 10px; }
.VenueRecord .Thumb { width: 110px; float: left; }
.VenueRecord .Body { width: 400px; float: left; }
.VenueRecord .Type { font-size: 10px; }




