
.labelCell
{
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	vertical-align:top;
}
.dateField
{
	width: 70px;
	cursor: pointer;
}
.decimalField
{
	text-align:right;
	width: 70px;
}
.integerField
{
	text-align:right;
	width: 70px;
}
.registrationDetailsTitle
{
	font-style:italic;color:#555;
}
.validator
{
	color: #f00;
	font-size:0.9em;
}
.clickableField{ cursor: pointer; }
.footer{ text-align:center; width:100%;}
td{vertical-align:top; }

..collapsePanelHeader{	
	width:640px;		
	height:20px;
	color: Yellow;
	background-color: Black;
	font-weight:bold;
	float:left;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}
.collapsePanel {
	width: 640px;
	height:0px;
	background-color:white;
	overflow:hidden;
}

/*

    This CSS file contains all structural selectors and rules.

*/


/* Main Page Layout */

* 
{
    margin: 0px;
    padding: 0px;
}

.clearboth 
{
    clear: both;
}


#pageDiv2 
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#breadCrumbsDiv 
{
    padding: 5px;
    float: left;
}
.adminBreadCrumbs
{
	font-style: italic;
}
.adminMainMenu
{
	
}

#loginStatusDiv 
{
    padding: 5px;
    float: right;
}

#mainMenuDiv 
{
    padding: 5px;
    clear: both;
}

#contentDiv 
{
    padding: 5px;
}

#decriptionDiv1 
{
    padding: 5px;
}

#descriptionDiv2 #descriptionText 
{
    float: left;
    width: 850px;
}

#descriptionDiv2 #actionsMenuHolder 
{
    float: left;
    margin-left: 50px;
    margin-bottom: 6px;
}

#detailsDiv1 
{
    padding: 5px;
}

/* END Main Page Layout */

/* Controls Layout */

#adminLogin 
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

#adminLogin #loginHeader 
{
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#adminLogin #loginBody 
{
    padding: 20px 70px;
	margin: 0 auto;
}

div.notificationBody 
{   
    position: absolute;
    z-index: 100;
}

#actionMenuDiv 
{
    width: 250px;
}

#actionMenuBody 
{
    margin: 5px;
}

.hoverMenu 
{
}

#actionMenuDiv.hoverMenu 
{
    width: auto;
}

.hoverMenu #actionMenuHeader 
{
    display: none;
}

.hoverMenu #actionMenuBody 
{
    margin: 0px;
}

.hoverMenu ul li 
{
    padding: 5px;
}
div#controlModeLinks
{
	width:100%;
	border-bottom: solid 1px #000;
	padding: 2px 0px 4px 0px;
	font-size: 1.1em;
}
div#controlModeLinks div.modeLink
{
    float:left;
    margin-right: 8px;
}

div#controlModeLinks div.modeLink a 
{
    text-decoration: none;
}

div.taxonomyTreeView 
{
    overflow: auto;
}

.labelCreditCardDialog
{
	float:left;
	width:80;
	padding-right:0px;
}

.labelRefundDialog
{
	float:left;
	width:100;
	padding-right:0px;
}

/* END Controls Layout *//*

    Contains the basic theme of the pages, including colors, fonts, and background

*/

/* Main Page Theme */

body.adminBody 
{
    background: #b0c1de;
}

#pageDiv 
{
    
}

#pageDiv2 
{
    border: 1px solid black;
    background: #edf1f7;
}

#pageHeaderDiv 
{
    border-bottom: 3px solid black;
}

#loginStatusDiv2 span 
{
    font-weight: bold;
}

#mainMenuDiv 
{
    background: #8FA6D0 url(includes/images/header-background.gif) repeat-x;
}
#mainMenuDiv a{ color: #d8d8ff; }

#descriptionDiv 
{
    border-bottom: 2px solid black;
}

/* END Main Page Theme */

/* Controls Theme */

#adminLogin 
{
    background: #edf1f7;
    border: 2px solid black;
}

#adminLogin #loginHeader 
{
    background: #8FA6D0;
    border-bottom: 2px solid black;
}

#controlModeLinks a.unselected 
{
    font-style : normal;
}

#controlModeLinks a.selected
{
    font-style : italic;
}

div.notification div.Error 
{
    background: red;
    color: White;
}

div.notification div.Information
{
    background: green;
    color: white;
}

div.notification div.Warning
{
    background: yellow;
    color: Black;
}

#actionMenuDiv 
{
    border: 1px solid black;
}

#actionMenuDiv ul 
{
    list-style: none;
}

#actionMenuHeader span 
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #8FA6D0 url('includes/images/header-background.gif') repeat-x;
    display: block;
    color: #ffffff;
}

.modalBackground 
{
    background: #000000;
    filter:alpha(opacity=40);
    opacity: 0.5;
}

.modalWindow 
{
    background: #EDF1F7;
    border: 2px solid black;    
}

.modalHeader 
{
    background: #8FA6D0;
    border-bottom: 2px solid black;
    padding: 5px;
    font-weight: bold;
}
	
.modalHeaderTitle
{
	float: left;
    margin-right: 7px;
    font-weight: bold;
}

.modalHeaderControls 
{
    float: right;
}

.modalHeaderControls ul
{
    list-style: none;
}

.modalHeaderControls ul li 
{
    float: left;
    margin-left: 3px;
}

.modalBody 
{
    padding: 5px;
}

.modalFooter
{
	padding: 5px;
	background: #8FA6D0;
    border-top: 2px solid black;
    text-align:right;
}
.modalFooterCenter
{
	padding: 5px;
	background: #8FA6D0;
    border-top: 2px solid black;
    text-align:center;
}

.modalFooterControls ul
{
	list-style: none;
}

.modalBackground
{
	filter:alpha(opacity=40);
	opacity: .40;
	-moz-opacity: .40;
}

.hoverMenu 
{
    border: 1px solid black;
    background: #b0c1de;
}

.hoverMenu ul 
{
    list-style: none;
}

.hoverMenu ul li 
{
    border-bottom: 1px solid black;
}

.hoverMenu ul li a 
{
    text-decoration: none;
}
.modalGroupingType
{
	text-align: left;
	padding-top: 5px;
}

.contentNode 
{
    font-style: italic;
}

.collapsableHeader
{
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	background-color: #f0ccff;
	cursor: pointer;
}
div.collapsableContent 
{
    /* margin-bottom: 5px; */
}

div.collapsableContent div.collapsableContent 
{
    margin-bottom: 0px;
}

div.collapsableBody 
{
    padding: 5px;    
}

div.collapsableBox 
{
    border: solid 1px #444;
    margin-bottom: 5px;
    width: 100%;
}
.adminMainMenuLevelDynamic
{
	padding: 1px 4px;
	font-weight: bold;
	font-size: 1.1em;
	background: #8FA6D0 url(includes/images/header-background.gif) repeat-x;
}
.adminMainMenuLevelDynamicHover
{
	background-color: #ffffd0;
	
}
.adminMainMenuLevel
{
	padding: 1px 4px;
	font-weight: bold;
	font-size: 1.1em;
}
.adminMainMenuLevelHover
{
	
}

.entity_grid
{
	overflow-x: scroll; overflow-y:scroll; 
	/*  height: 500px;  */
    margin-top:10px;
}
/* END Controls Theme */


body {
}
.email
{
}
.email label
{
	width:30%;
	float:left;
	clear:left;
	text-align:right;
	white-space: nowrap;
	min-width: 5em;
	padding-top: 4px;
}

.emailTemplateDetailsWrapper input, .emailTemplateDetailsWrapper select
{
	width: 200px;
	margin: 2px;
}
.emailTemplateDetailsCheckbox input
{
	width: auto;
	margin: 2px;
}
.emailTemplates
{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.emailTitle
{
	background: #8FA6D0 url(../includes/css/adminsite/itsaboy/images/header-background.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
.emailTemplateFieldMappingHeader
{
	font-weight: bold;
	text-align:center;
	background: #8FA6D0 url(../includes/css/adminsite/itsaboy/images/header-background.gif) repeat-x;
	color: #fff;
	padding: 4px;
	margin: 0px 0px 2px 0px;
}
.emailTemplateDetailsFieldMappings
{
	margin: 3px auto;
	width: 800px;
}
.emailTemplateFieldMappingRow td
{
	padding: 2px;
}
.emailAddField
{
	border: solid 1px #000;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 4px 0px;
}
.emailAddField input, .emailAddField select
{
	width: 200px;
	margin: 2px;
}
.emailAddFieldFooter
{
	text-align: right;
}
.emailAddFieldFooter input{ width: auto; }
.emailTemplateDetailsFooter
{
	text-align:center;
	padding: 5px;
}
table.emailWizard
{
	background: #8FA6D0;
	border: solid 1px #444;
}
.emailWizardHeader
{
	font-size: 1.2em;
	text-align:center;
	background: #8FA6D0 url(../includes/css/adminsite/itsaboy/images/header-background.gif) repeat-x;
	color: #fff;
	font-weight:bold;
	padding: 8px;
}
.emailWizardMessage
{
	background: #8FA6D0;
	margin: -8px;
	margin-top: 4px;
	padding-top: 4px;
	text-align: left;
	color: #800;
	font-weight: normal;
	font-style: italic;
}
.emailWizardBody
{
	padding: 8px;
}
.emailWizardFloatLeft
{
	float: left;
}
.emailWizardFloatRight
{
	float: right;
}
.emailWizardLeftIndent
{
	padding-left: 0.8em;
	padding-top: 2px;
}
.emailWizardSubHeading
{
	padding-left: 0.8em;
	padding-bottom: 4px;
	font-weight: bold;
}
.emailWizardLeftIndent select
{
	width: 350px;
}
.emailWizardButtonNotVisible
{
	display: none;
}
.emailWizardDivAlignRight
{
	float:left;
	padding-top: 4px;
	padding-left: 4px;
}
.emailWizardCloseButton
{
	float:right; margin-top:-6px; margin-right: -4px;
}
.emailWizardHeaderContainer
{
	padding-bottom:6px;
}
.advancedUserSearchButtonBar
{
	padding-top: 8px;
}
.advancedUserSearchResults
{
	min-width: 760px;
	width: 95%;
	overflow: auto;
	padding: 5px;
	margin: 5px auto;
}
.advancedUserSearchResultsHeader
{
	background: #8FA6D0 url(images/header-background.gif) repeat-x;
	color: #fff;
	padding: 0px 2px;
}

.advancedUserSearchEmptyData
{
	margin: 30px auto;
	padding: 30px;
	text-align:center;
	font-weight:bold;
	font-size: 1.1em;
}
.advancedUserSearchUsersFound
{
	font-weight: bold;
}
.advancedUserSearchPager
{
	padding-bottom: 5px;
}
.searchParametersHeader
{
	background: #8FA6D0 url(images/header-background.gif) repeat-x;
	color: #fff;
	padding-left: 2px;
	margin: 1px 0px;
	cursor: pointer;
}
.searchParameters
{
}
.searchParameters label
{
	width:30%;
	float:left;
	clear:left;
	text-align:right;
	white-space: nowrap;
	min-width: 5em;
	padding-top: 4px;
	padding-right: 2px;
}
.searchParameters input
{
	margin-top: 2px;
}
.searchParametersCheckbox
{
	height: 18px;
	padding-top: 6px;
	padding-left: 2px;
}
.searchParameters select
{
	margin-top: 2px;
	width: 100px;
}

.calloutBackground
{
	background:url(includes/images/right_callout_bg.jpg) repeat-x;
	padding-bottom:10px;
	margin-right:2px;
	margin-bottom:8px;
	background-color:#F5F6FB;

}

.calloutBackground p
{
	margin-top:10px;
	margin-bottom:10px;
}

.calloutTitle {
	color:#1F2F50;
	font-family:Arial, Helvetica, sans-serif;
	font:"Arial Black";
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:15px;
	padding:2px;
	padding:5px 0px;
	margin-bottom:5px;
	background:url(includes/images/callout_title_border_bottom.jpg) no-repeat;
	background-position:bottom;
	width:163px;

}


/* START standard table */

table.standard, table.standard.drill 
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px;
    color: #483D8B;
}

table.standard thead th,table.standard.drill thead th 
{
    font-weight: bold;
    padding: 8px;
    background: #8FA6D0 url(includes/images/header-background.gif) repeat-x scroll 0 0;
    color: #D8D8FF;
}

table.standard tbody tr
{    
    background: transparent;
}

table.standard tbody tr td 
{    
    text-align: center;
    padding: 8px;
}

table.standard tbody tr td.drill
{
    padding: 0px;
}

table.standard tbody tr.even td, table.standard.drill tbody tr.even td
{
    background: #E8EDFF url(includes/images/standard_tbl_cell_bg_even.gif) repeat-x scroll bottom;
}

table.standard tbody tr.odd td, table.standard.drill tbody tr.odd td
{
    background: #E8EDFF url(includes/images/standard_tbl_cell_bg_even.gif) repeat-x scroll bottom;
}

table.standard tfoot tr td, table.standard.drill tfoot tr td
{
    /*background: #B9C9FE;
    height: 5px;
    padding: 0px;
    */
    display: none;
}

table.standard.drill 
{
    margin-bottom: 0px;
}

table.standard span.drill 
{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

/* END standard table */

.modalWindow
{
	text-align:left;
	min-width: 300px;
}
.modalBody
{
	padding: 6px;
}
.modalBody label
{
	width: 35%;
	float: left;
	clear: left;
	text-align: right;
	white-space: nowrap;
	min-width: 5em;
}
.modalBody span
{
	width: 35%;
	float: left;
	clear: left;
	text-align: right;
	white-space: nowrap;
	min-width: 5em;

}
.modalBody .innerGrid
{
	margin: 0px auto; width:95%;
}
.modalBackground
{
	filter:alpha(opacity=40);
	opacity: .40;
	-moz-opacity: .40;
}
.centerContents { text-align: center; width:100%; }
.panel
{
	width: 385px;
	background: #EDF1F7;
    border: 1px solid #000;
}
.panelHeader
{
	background: #8FA6D0;
    border-bottom: 1px solid black;
    padding: 5px;
    text-align: center;
    height:20px;
    font-weight:bold;
    font-size: 1.1em;
}
.panelBody
{
	height: 500px;
	overflow: auto;
}
.panelBodyNoFooter
{
	height: 536px;
	overflow: auto;
	text-align:left;
	/*
		400-body height, 25-footer, 10-footer padding, 1-footer border
	*/
}
.panelBodyLargeFooter
{
	height: 400px;
	overflow: auto;
	text-align:left;
}
.panelFooter
{
	background: #8FA6D0;
    border-top: 1px solid black;
    padding: 5px;
    text-align: right;
	height:25px;
}
.panelLargeFooter
{
    border-top: 1px solid black;
    padding: 5px;
    overflow: auto;
	height:125px;
	text-align:left;
}
.collapsableHeader
{
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
	background-color: #f0ccff;
	cursor: pointer;
}
.collapsableContent {}
.searchTeams
{
	text-align: center;
	font-size: 0.9em;
}

.dragStart{ background-color: #ffffbb; }

.draggableTeam
{
	margin: 1px 5px;
	padding: 1px 1px;
	font-size: 0.9em;
	cursor: move;
	text-align:left;
	border: solid 1px #bbb;
	width: 365px;
	float:left;
}
.nonDraggableTeam
{
	margin: 1px 5px;
	padding: 1px 1px;
	font-size: 0.9em;
	text-align:left;
	border: solid 1px #bbb;
	width: 355px;
	float: left;
}
.draggableTeamName{ width: 135px; }
.teamView{ font-size: 0.9em; }
.teamViewButton{ float: right; }
.searchTeams{ text-align: center; }

.divisionDetailsContainerActive { background-color: #ffffdd; }
.divisionDetailsContainerHover{ background-color: #e0e0e0; }

.draggableDivision
{
	margin: 2px 5px;
	text-align: center;
	width: 355px;
	border: solid 1px #888;
	cursor: move;
}
.draggableDivisionHightlight { background-color: #ffffdd; }
.nonDraggableDivision
{
	margin: 2px 5px;
	text-align: center;
	width: 95%;
	border: solid 1px #888;
}
.draggableDivisionActions{ text-align: right; font-size: 0.8em; }

.registeredDivision
{
	border-color: #00a;
	border-width: 2px;
}
.divisionPublished
{
	background-color: #ccffcc;
}
.divisionDisplayNormalLabel
{
	text-align:left; 
}

.divisionDisplayLabel
{
	text-align:left; width:90px;
	font-size: 0.9em;
}
.divisionDisplayField
{
	text-align:left; padding:0px 0px 0px 2px;
	font-size: 0.9em;
}
.divisionDisplayFieldRight
{
	text-align:right; padding:0px 0px 0px 2px;
	font-size: 0.9em;
}
.divisionDisplayNormalField
{
	text-align:center;
	background-color: #8FA6D0;
}
.divisionPublished
{
	background-color: #ccffcc;
}
.closeDivision { float: right; width: 20px; }
.collapsableDivision{ float:left; width:20px; }
.accordianHeader 
{
    background: #AFC8F4;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
    margin-bottom: 1px;
}
.accordianContent
{
    color: black;
}
.accordianSelected 
{
    /* background-color: #AFC8F4; */
    background-color: #F4F484; 
    font-weight: bold;
    text-align: center;
}
.property
{
	text-align: center;
	padding: 4px 0px;
}
.noDisplay { display: none; visibility: hidden; }

.nonDraggableRegistration
{
	margin: 1px 2px;
	padding: 1px 1px;
	font-size: 0.9em;
	text-align:left;
	border: solid 1px #bbb;
	width: 360px;
	float: left;
}
.draggableRegistrationName{ width: 200px; }
.draggableRegistrationGender{ width: 50px; }
.draggableRegistrationAge{ width: 50px; }
.draggableRegistrationLevel{ width: 60px; }
.draggableRegistrationStatus{ }
.registrationView{ font-size: 0.9em; }
.registrationsContainer{ height: 280px; overflow: auto; }.email
{
}
.email label
{
	width:30%;
	float:left;
	clear:left;
	text-align:right;
	white-space: nowrap;
	min-width: 5em;
	padding-top: 4px;
	background: #8FA6D0;
}

.emailTemplateDetailsWrapper input, .emailTemplateDetailsWrapper select
{
	width: 200px;
	margin: 2px;
}
.emailTemplateDetailsCheckbox input
{
	width: auto;
	margin: 2px;
}
.emailTemplates
{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.emailTitle
{
	background: #8FA6D0 url(includes/images/header-background.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
.emailTemplateFieldMappingHeader
{
	font-weight: bold;
	text-align:center;
	background: #8FA6D0 url(includes/images/header-background.gif) repeat-x;
	color: #fff;
	padding: 4px;
	margin: 0px 0px 2px 0px;
}
.emailTemplateDetailsFieldMappings
{
	margin: 3px auto;
	width: 800px;
}
.emailTemplateFieldMappingRow td
{
	padding: 2px;
}
.emailAddField
{
	border: solid 1px #000;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 4px 0px;
}
.emailAddField input, .emailAddField select
{
	width: 200px;
	margin: 2px;
}
.emailAddFieldFooter
{
	text-align: right;
}
.emailAddFieldFooter input{ width: auto; }
.emailTemplateDetailsFooter
{
	text-align:center;
	padding: 5px;
}
table.emailWizard
{
	background: #8FA6D0;
	border: solid 1px #444;
	background: #8FA6D0;
}
.emailWizard
{
	background: #8FA6D0;
	border: solid 1px #444;
	background: #8FA6D0;
}
.emailWizardHeader
{
	font-size: 1.2em;
	text-align:center;
	background: #8FA6D0 url(includes/images/header-background.gif) repeat-x;
	color: #fff;
	font-weight:bold;
	padding: 8px;
}
.emailWizardMessage
{
	background: #8FA6D0;
	margin: -8px;
	margin-top: 4px;
	padding-top: 4px;
	text-align: left;
	color: #800;
	font-weight: normal;
	font-style: italic;
}
.emailWizardBody
{
	padding: 8px;
}
.emailWizardFloatLeft
{
	float: left;
}
.emailWizardFloatRight
{
	float: right;
}
.emailWizardLeftIndent
{
	padding-left: 0.8em;
	padding-top: 2px;
}
.emailWizardSubHeading
{
	padding-left: 0.8em;
	padding-bottom: 4px;
	font-weight: bold;
}
.emailWizardLeftIndent select
{
	width: 350px;
}
.emailWizardButtonNotVisible
{
	display: none;
}
.emailWizardDivAlignRight
{
	float:left;
	padding-top: 4px;
	padding-left: 4px;
}
.emailWizardCloseButton
{
	float:right; margin-top:-6px; margin-right: -4px;
}
.emailWizardHeaderContainer
{
	padding-bottom:6px;
}
.emailWizardTemlpateFieldTextValue
{
	width: 400px;
	margin: 2px 0px;
}
.emailWizardTemplateFieldNumericValue
{
	width: 100px;
	margin: 2px 0px;
}
.emailWizardTemplateFieldTextareaValue
{
	height: 100px;
	margin: 2px 0px;
}
.emailWizardListTemplateFields
{
	overflow: auto; height: 350px;
}
.emailWizardTemplateField label
{
	width:10%;
	float:left;
	clear:left;
	text-align:right;
	white-space: nowrap;
	min-width: 5em;
	padding-top: 4px;
}
.advancedUserSearchButtonBar
{
	padding-top: 8px;
}
.divPage 
{
	background:#EDF1F7 url(../../includes/images/content-cell-background.gif) repeat-x scroll left top;
	padding:10px;
}

.teamDetails 
{
	padding-bottom:15px;
}

.teamName
{
	font-size:14px;
	font-weight:bold;
	color:#000099;
	padding-bottom:3px;
}

.sectionTitle
{
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
}

.labelEvent
{	
	float:left;
	padding-right:10px;
	font-weight:bold;
	text-align:right;
	width:90px;
}

.eveDetailsWrapper 
{
	margin-bottom:3px;
}

.divTeamAttendence 
{
	margin-top:10px;
}
.divScoreGame
{
	padding-bottom:10px;
	margin-top:10px;
}

.ReporterName
{
	font-weight:bold;
	color:Maroon;
}

.divRepeaterScores 
{
	padding-bottom:10px;
}

.divTeamNames 
{
	padding-bottom:10px;
}.pageHeading , .pageHeading a
{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:Black;
}

.pageHeading a:hover
{
	color:blue;
}

.divFields
{
	background-color:#CEDAEA;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:25px;
	padding-right:10px;
}

.divGyms
{
	background-color:#EDF0F7;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	padding-right:10px;
}

.divLocation 
{
	padding-left:0px;
	padding-bottom:10px;
}

.divLinks 
{
	padding-top:10px;
	padding-bottom:10px;
}

.label 
{
	float:left;
	padding-right:10px;
	font-weight:bold;
	font-style:oblique;
	width:70px;
}

.eveDetails 
{
	
}

.divlocationName
{
	font-weight:bold;
	color:#000099;
}/* Layout and Theme for the Field Inventory Manager */

#locationTreeDiv 
{
    float: left;
    width: 20%;
}

#locationTreeBodyDiv .taxonomyTreeView 
{
    height: 300px;
}
#locDetailsDiv1
{
 width: 100%;
}

#locationDiv 
{
    float: left;
    width: 80%;
}

#locDetailsBodyDiv2 
{
    float: left;
    margin-right: 10px;
    width: 100%;
}

#locDetailsBodyDiv3 
{
    float: left;
}

#permitDiv 
{
    float: left;
}

.collapsableHeader 
{
    border: none;
    border-bottom: solid 1px #444;
    width: 100%;
    padding-right: 0px;
    margin-right: 5px;
}

div#locDetailsHeader 
{
    float: left;
    margin-right: 0px;
}
.collapsableContent
{
 padding-right: 0px;
 margin-right: 0px;	
 width: 100%;
}

/* styling for div based forms */

.fieldDiv 
{
    clear: both;
    margin-bottom: 5px;
}

.fieldLabel 
{
    width: 150px;    
    float: left;
}

.fieldItem 
{
    width: 200px;
    float: left;
    margin-right: 10px;
}

.fieldButton
{
    float:left;
}

.fieldItem input[type="text"] 
{
    width: 170px;
}

.fieldItem textarea 
{
    width: 200px;
}

.fieldItem select 
{
    width: 200px;
}

.fieldItem ul.simple
{
    list-style: none;    
    border: solid 1px #444;
    border-top: none;
}

.fieldItem ul.simple li 
{
    background: #B0E0E6;
    padding: 3px;
    border-top: solid 1px #444;
}

.fieldItem ul.simple li.odd
{
    background: #B0C4DE;        
}
.integerInput
{
	text-align: right;
	padding-right: 1px;
	width: 60px;
}

.myAccountLabel {
clear:both;
float:left !important;
font-weight:bold;
padding:3px 10px 3px 0;
text-align:right;
width:150px;
}

.myAccountField
{
	float:left !important;
	padding:3px 0;
}

.myAccountTextArea
{
	float:left !important;
	border:1px solid gray;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;	
	margin:0 3px;
}

.myAccountRadioButtonList
{
	float:left !important;
	border:0px solid gray;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;	
	margin:0 3px;
}
.myAccountButtons
{
	clear:both;
	padding-left: 20px;
}
.linkEditLogin
{
	float: right;
}
fieldset
{
	border:none;
}

.validation
{
	float:left !important;
	margin:0 3px;
}

.successMessage
{
	color:Red;
}

.userGridView
{
	text-align:left;
	border: solid 1px #555;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #fff;
}
.userGridViewNoItemText{ font-size:0.9em; padding: 4px 0px; }
.userGridViewAddItem{ padding:2px 0px 4px 5px; margin-top:6px; font-size:0.8em; border-top: solid 1px #a0a0a0; width:300px; }

.guideText
{
}

.guideTextContactInfo
{

}	.newsWrapper {
	background:#EDF1F7 url(../../includes/images/content-cell-background.gif) repeat-x scroll left top;
	margin-bottom:5px;
}

.newsDescription {
	background-attachment:scroll !important;
	background:url(../../includes/images/news-head.gif) repeat-x scroll;
	background-color:transparent !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	padding-top:50px;
	padding-right:10px;
	padding-left:15px;	
}



#newsContent
{
	padding-left:15px;
}

#newsContent li
{
	border-bottom:dashed 1px  #666666;
	padding-bottom:5px;
}

#newsContent a
{
	text-decoration:none;
}

#newsContent a.hover, visited, active
{
	text-decoration:none;
}

.bullet 
{
	list-style-image: url(../../includes/images/zog-link.gif);
}


/**********************************************************************************/
.wrapperOnsale {
	background:#EDF1F7 url(../../includes/images/content-cell-background.gif) repeat-x scroll left top;
	margin-bottom:5px;
}

.divflagOnSale {
	background-attachment:scroll !important;
	background:url(../../includes/images/flag_onsale1.jpg) repeat-x scroll;
	background-color:transparent !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	padding-top:30px;
	padding-right:10px;
	padding-left:15px;	
}

.divflagCommingSoon {
	background-attachment:scroll !important;
	background:url(../../includes/images/coming-soon-head.gif) repeat-x scroll;
	background-color:transparent !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	padding-top:30px;
	padding-right:10px;
	padding-left:15px;
}

.divflagCurrenActivities {
	background-attachment:scroll !important;
	background:url(../../includes/images/flag_currentactivities.jpg) repeat-x scroll;
	background-color:transparent !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	padding-top:30px;
	padding-right:10px;
	padding-left:15px;
}

.divImage 
{
	float:right;
	margin-right:0px;
}

.productsDiv 
{

}

.productsDivWithoutImage 
{
}

.productsDiv ul
{
}
.productsDivWithoutImage ul
{
}

.bulletOn 
{
	list-style-image: url(../../includes/images/zog-link-orange.gif);
}
.bulletOff 
{
	list-style-image: url(../../includes/images/zog-link.gif);
}

.subBullets
{
	margin-right:0px;
	margin-left:0px  !important; 	
	list-style-image:none;
	list-style-type:square;
}
/*******************************************************************************************/
div.creditPanel 
{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

div.creditPanel div.paymentBody 
{
    height: 90px;
}

div.checkPanel
{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

div.checkPanel div.paymentBody 
{
    height: 110px;
}

div.billingPanel 
{
    clear: both;
    width: 100%;
}

div.cartPanel 
{
    margin-bottom: 10px;
}

div.paymentHeader 
{
    background: transparent url(includes/images/right_callout_bg.jpg) repeat-x scroll 0 0;
}

div.paymentHeader h3 
{
    font-size: 13px;
    padding: 10px;
}
div#PrintPanel
{
	color: black; background: white; 
	font-family: Arial, Sans-Serif;  font-size: 12px;
}

#PrintPanel A:link {color: black; text-decoration: none;}
#PrintPanel A:visited {color: black; text-decoration: none;}
#PrintPanel A:active {color: black; text-decoration: none;}
#PrintPanel H1, #PrintPanel H2, #PrintPanel H3 {color: black; padding-bottom: 1px; border-bottom: 1px solid gray;}

#Schedule1_divMasterSchdules {display: none;}
#Schedule1_divPage {font-size: 10px;}
#Schedule1_panelBodyUnscoredGames table { font-size: 12px; }


 
#entityGrid_totalCount {display: none;}
/*/#PrintPaneldiv */ 
#PrintPanel .grid_pager {display: none;}
#PrintPanel table {font-family: Arial, Sans-Serif;  font-size: 12px; }

#PrintPanel table tbody tr th {font-size: 13px; color: black; border-bottom: solid 1px black; }
#PrintPanel table tbody tr th a:link{font-size: 13px; color: black;}
#PrintPanel table tbody tr th a:visited{font-size: 13px; color: black;}
#PrintPanel table tbody tr th a:active{font-size: 13px; color: black;}
#PrintPanel table tbody tr th a:hover{font-size: 13px; color: black;}

.label
{
	text-align: right;
	padding-right: 5px;
	vertical-align:middle;
}
.dateField
{
	width: 70px;
	cursor: pointer;
}
.decimalField
{
	text-align:right;
	width: 70px;
}
.integerField
{
	text-align:right;
	width: 70px;
}
.registrationDetailsTitle
{
	font-style:italic;color:#555;
}
.validator
{
	color: #f00;
	font-size:0.9em;
}html, body, ul, ol, li, p, form, fieldset, a 
{
	font-family:Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;
	font-style:normal;
}
html, body, ul, ol, li, p, form, fieldset
{
	font-size:11px;
}

body.public{ background-color: #fff; }
.loginFailureText{ color: #000; font-style:italic; }
.loginFailureTextPublic{ color: #fff; font-style:italic; }
.divTop 
{
	width:100%;
}

.divBottom 
{
	width:100%;
}

.divLeft
{
	width:170px;
	left:0px;
	top:120px;
	position:absolute;
}

.divCenter 
{
	padding: 5px;
	margin-left:175px;
	margin-right:170px;
	margin-top:5px;
	background-color: #EDF0F7;
	z-index:2;
}

.divRight
{
	width:165px;
	min-height:500px;
	text-align: center;
	padding-top: 10px;
	right:0px;
	top:120px;
	position:absolute;
	z-index: 1;
}

.wrapper 
{
	top:-3px;
	left:-3px;
	width:100%;
	position:absolute;
	margin:0px;	
}

.masterMainTable
{
	width:100%;
	left:0px;
	top:0px;
}

.masterHeader
{
	left:0px;
	top:0px;
	height: 120px;
	width:100%;
	background-attachment:fixed;
	background-color:Transparent;
}

.headerWrapper
{

}


.leftNavBar
{
	left:0px;
	top:0px;
	height: 100%;
	width:170px;
	background-attachment:fixed;
	background-color:Transparent;
}

.leftNavBarWrapper 
{
		min-height:300px;
}

.loginControl 
{
	padding-left:10px;
	height:150px;
	width:165px;
}

.leftMenu
{
	padding-left:4px;
	min-height:200px;
	width:165px;
	height:100%;
	color:White;
	z-index:9999;
}

.leftCallout 
{
	color:White;
	padding-left:6px;
	background-color:#2C57A5;
	margin-right:10px;
	padding-bottom:5px;
}

.weather 
{
	width:145px;
	border-left:2px solid #3A64AE;
	border-right:2px solid #3A64AE;
}

.instantStatus
{
	padding-top:3px;
	font-weight:normal;
	text-align:center !important;
	text-decoration:underline;
}


.instantStatus a
{
	color:White;
}

.callout
{
	text-align:center;
}

.callout img
{
	width:146px;
}

.copyright 
{
	text-align:center;
}

.charity_meter
{
	color:white;
	font-size:10px;
	left:900px;
	position:absolute;
	top:30px;
	width:100px;
}

.clearCache
{
	right:50px;
	top:30px;
	position:absolute;
}

.topmenu 
{
	position: absolute;
	margin-left:300px;
	margin-top:102px;
}

.LabelField
{
	font-weight:bold;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.InputTextArea
{
	border:1px solid gray;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;	
}


.section 
{
	background-color:#EDF0F7;
}

.section h3
{
	background:transparent url(includes/images/right_callout_bg.jpg) repeat-x scroll 0 0;
	border-bottom:1px solid white;
	padding:10px;
	font-size:13px;	
}

.section h2
{
	font-size:15px;	
	padding-left:5px;
}

.message
{
	color:Red;
}

.modalBackground 
{
          background-color :Gray; 
          filter:alpha(opacity=90);
          opacity:0.9; 
} 

 /*START this is to remove the details of ektron content block TO DO figure out a better way to do this*/
fieldset
{
  display: none;
  visibility: hidden;

}

fieldset p
{
	display:none;
	visibility:hidden;
}
/* END this is to remove the details of ektron content block TO DO figure out a better way to do this*/

/* styles for the navigation menu Start here*/
.PrimaryDropDownContainer
{
	background-color:Red;
	border:solid 0px #cbcbcb;
	font:normal 11px Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;	
	margin-left:5px;
	background-color:#202F4E;
}


.PrimaryMenuSide 
{		
	margin-left:5px;
	background-color:#202F4E;
	z-index:100;
}
.PrimaryMenuSide a, a.visited
{
	color:White;	
	font:normal 11px Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;		
	font-weight:bold;
	padding: 5px 5px;	
}

.PrimaryMenuSide table
{
	border-bottom:solid 1px #ffffff;
	font:normal 11px Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;		
	background-color:#202F4E;
}
.PrimaryMenuSide td
{
	padding: 2px;
}

.PrimaryMenuTop 
{		
	margin-left:25px;
}
.PrimaryMenuTop a, a.visited
{
	color:White;	
	font:normal 11px Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;		
	font-weight:bold;
	padding: 0px 8px;
}

.PrimaryMenuTop table
{
	
}

.PrimaryDropDowns 
{
	background-color:#202F4E;
	font:normal 11px Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;		
	border:solid 1px #cbcbcb;
	padding-left:5px;	
	padding-right:10px;	
}

.PrimaryDropDowns td
{
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
}

.PrimaryDropDowns a, a.visited
{
	color:White;
}

.tempRow 
{
	padding-left:10px;
	display:block !important;		
}

.tempRow table
{
	border:0px;
	background-color:#202F4E;
}

.tempRow a, a.visited
{
	font-weight:normal;
}

/* styles for the navigation menu End here*/

/* styles used in the static pages START*/
.divGeneralText {
	background:#EDF1F7 url(../../includes/images/content-cell-background.gif) repeat-x scroll left top;
	margin-bottom:5px;
	padding-left:10px;
	padding-bottom:5px;
}
.divGeneralText ul
{
	padding: 10px 0px 10px 20px ;
}
.divGeneralText li
{
	padding-left: 5px;
}
.divGeneralText p
{
	padding-bottom: 6px;
}

.redHeaing, .redHeading
{
	font-size:25px;
	font-weight:bold;
	color:Red;
	padding-left:5px;
	padding-bottom: 10px;
}
.redHeading a:visited
{
	color:Red;
}
.redHeading a:hover
{
	color:#ff5500;
}

.boldUnderline
{
	font-weight:bold;
	text-decoration:underline;
	font-size:15px;
	padding-bottom: 8px;
}
/* styles used in the static pages END*/

.GridRow 
{
	background-color:#EDF0F7;
}

.GridRowAlt
{
	background-color:#FFFF99;
}

.GridHeader
{
	background-color:#8FA6D0;
	color:White;
	font-weight:bold;
	padding:15px;
}
.zogSportsInNews
{
	padding: 10px 0px 0px 40px;
}
.validMessage
{
	font-style: italic;
}
.invalidMessage
{
	font-style: italic;
	color: #f00;
}

.welcome
{
	font-weight:bold;
}

.signup
{
	padding-top:10px;
	text-transform:uppercase;	
	font-weight:bold;
}

.signup a 
{
	color:White;	
}
.signup a:hover 
{
	color:Blue;	
}

.forgotPassword 
{
	
}
.forgotPassword h3 {
	background:transparent url(includes/images/right_callout_bg.jpg) repeat-x scroll 0 0;
	border-bottom:1px solid white;
	font-size:13px;
	padding:10px;
	margin-bottom:10px;
}
h1.checkout 
{
    font-size: 14px;
    border-bottom: 1px dashed #8FA7D0;
    margin: 10px 0px;
    padding-bottom: 8px;
}

.message
{
	font-weight:bold;
	font-size:13px;
	color:Red;
}

.divOrderConfirmationTotal
{
	width:100%;
	text-align:right; 
	margin-top:5px;
	margin-right:3px; 
	font-weight:bold;
	font-size:13px;
}

.activityName
{
	background-color:#CEDAEA ;
	color:Black;	
	font-weight:bold;	
	margin-bottom:3px;
	padding-top:5px;
	padding-bottom:5px;
}

.activityName a
{
	color:Black;
}

.activityName a:hover
{
	color:Blue;
}

.myActivitiesSections 
{
	margin-bottom:25px;
	background-color:#EDF0F7;
}

.myActivitiesSections h3
{
	background:transparent url(includes/images/right_callout_bg.jpg) repeat-x scroll 0 0;
	border-bottom:1px solid white;
	padding:10px;
	font-size:13px;	
}

ul
{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
}

ol
{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
}

li
{
	margin-left:20px;
}
.textbox 
{
  font-size: 11px;
  font-family:Verdana,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;	
  height: 20px;
}

div#__asptrace 
{
    position: absolute;
    top: 1500px;
}

.RosterTextArea
{
	border:1px solid gray;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;	
}

.RosterLabel {
	font-weight:bold;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.memberGridRow 
{
	background-color:#EDF0F7;
}

.memberGridRowAlt
{
	background-color:#FFFF99;
}

.divAddUsers 
{
	background-color:#EDF0F7;
}
.divStaffSearch 
{
	border:2px;
	border-style:solid;
	height:150px;
	overflow:scroll;	
	margin-bottom:10px;
	padding-left:5px;
}

.divStaffDetails 
{
	border:2px;
	border-style:solid;
	margin-top:10px;
	padding-left:5px;
}
.pageTitle 
{	
	text-align:center;
	font-size:15px;
}

.divGamesScored 
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

.divGamesWithoutScore
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

.divFutureGames
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;	
}

.sectionHeading 
{
	font-size:15px;
	font-weight:bold;
	padding-top:5px;	
	padding-bottom:5px;	
	padding-left:5px;
	background-color:Silver;
	border:1px;
	border-style:solid;
}

.divGame
{
	padding-left:20px;
	padding-bottom:10px;
}

.divGameName
{	
	color:#000099;
}
.divGameName a
{
	text-decoration: underline;
}


.label 
{
	float:left;
	padding-right:10px;
	font-weight:bold;
	font-style:oblique;
	width:80px;
}

.pabelBody
{
	border:1px;
	border-top:0px;
	border-style:solid;
}

tr.postponed 
{
    background-color: Red;
    color: White;
}

tr.postponed a 
{
    color: White;
}

ul.team-list 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.team-list li 
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}

div#schedule_activity_content
{

}

div#schedule_activity_content fieldset {display: none; width: 100%; text-align: center;}
.divPage
{
	border:1px;
	border-style:solid;
	padding-top:5px;
	padding-left:5px;
}

.addScoreColumn
{
	float:left;
	padding-left:3px;
	padding-right:3px;
}

.addLabel 
{
	font-weight:bold;
}

.addScoreValue
{

}

.addScoreValue select 
{
    width: 133px;
}

.addScoreValue input[type="text"] 
{
    width: 40px;
}

.divAddScore
{
	height:40px;
}
.divViewScore 
{
	padding-bottom:15px;
}

.message 
{
	color:Red;
}

.divSaveApprove 
{
}

/* 
SCORES CONTROL STYLES
*/

#scores_tbl {width: 100%;}
#scores_tbl table { font-size: 11px; border-top: solid 1px #8FA6D0; border-right: solid 1px #8FA6D0; border-left: solid 1px #8FA6D0;}
#scores_tbl table td {padding: 5px; border-right: solid 1px #8FA6D0; border-bottom: solid 1px #8FA6D0; vertical-align: middle;}
.score_tbl_header
{
	padding: 5px; font-weight: bold; border-right: solid 1px #8FA6D0; border-bottom: solid 1px #8FA6D0;
	font-weight: bold;
}
.season
{

}
.seasonFooter{ text-align:center; width:100%;}
.season label
{
	width:35%;
	float:left;
	clear:left;
	text-align:right;
	white-space: nowrap;
	min-width: 5em;
	padding-top: 4px;
}
.season input
{
}
.season div
{
	padding: 1px 0px;
}
.seasonValidation
{
	padding: 0px 0px 0px 4px;
}



.EktWordWrap 
{
	/* Word-Wrap support for IE, FireFox, and Safari */
	/* (will be supported by more as they adopt CSS 3.0) */
	word-wrap: break-word; 
	-moz-binding: url('../xml/moz_wordwrap.xml#wordwrap'); /* add support for FireFox 2.0 */
}
.EktronCartCtl{position: relative;top: 0px;left: 0px;}
.EktronCartCtl .error{color: #ff0000;}
.EktronCartCtl .noSavedCarts{color: brown;}
.EktronCartCtl .duplicateEvent{color: #00ff00;}
div.EktronCartWrapper {width:60em;margin:0 auto;}
div.EktronCartWrapper img {border:none;}
div.EktronCartWrapper table {	width:100%;margin:0em 0em 1em 0em;font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;border-collapse:collapse;}
div.EktronCartWrapper table caption {line-height:40px;padding:10px 0px 10px 55px;background-position:0px 5px;background-repeat:no-repeat;text-align:left;margin:0;font-weight:bold;font-size:1.5em;}
div.EktronCartWrapper table.savedCarts caption {background-image:url('../images/shoppingcart_full.gif');}
div.EktronCartWrapper table tr {background-color:white;}
div.EktronCartWrapper table tr.stripe {background-color:#F2F0F5;}
div.EktronCartWrapper table th {background-color:#8FA6D0;line-height:20px;border:1px solid silver;padding:.25em;background-position:0px 0px;background-repeat:repeat-x;color:white;}
div.EktronCartWrapper table th a {font-weight:normal;}
div.EktronCartWrapper table td {text-align:center;border:1px solid silver;padding:.25em;}
div.EktronCartWrapper table .alignRight {text-align:right;}
div.EktronCartWrapper table .alignLeft {text-align:left;}
div.EktronCartWrapper table .textSmall {font-size:.75em;}
div.EktronCartWrapper table a.button {display:block;margin:0;background-color:#f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;font-size:100%;line-height:100%;text-decoration:none;color:#565656;cursor:pointer;padding:5px 10px 6px 7px;}
div.EktronCartWrapper table a.buttonLeft {float:left;}
div.EktronCartWrapper table a.buttonRight {float:right;}
div.EktronCartWrapper table a.buttonInline {display:inline;}
div.EktronCartWrapper table a.button img {margin:0 3px -3px 0 !important;padding:0;border:none;width:16px;height:16px;}
div.EktronCartWrapper table a.renameCart img {margin:0 3px -1px 3px !important;padding-left:3px;}
div.EktronCartWrapper table .BrowserIE7 a.renameCart {display: inline-block;}
div.EktronCartWrapper table .BrowserIE7 span.label {position: relative; left: 0; top: -5px; padding-right: 5px;}
div.EktronCartWrapper table a.button:hover {border:1px solid #fbc2c4;color:#d12f19;}
div.EktronCartWrapper table a.greenHover:hover {background-color:#E6EFC2;border:1px solid #C6D880;color:#529214;}
div.EktronCartWrapper table a.redHover:hover {background:#fbe3e4;border:1px solid #fbc2c4;color:#d12f19;}
div.EktronCartWrapper table a.blueHover:hover {background-color:#dff4ff;border:1px solid #c2e1ef;color:#336699;}
div.EktronCartWrapper table div.buttonRight {float:right;}
div.EktronCartWrapper table div.divButton {display:inline;margin:0;background-color:#f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;font-size:100%;line-height:100%;text-decoration:none;color:#565656;cursor:pointer;padding:5px 10px 6px 7px;}
div.EktronCartWrapper table.cartTable caption {border-bottom:1px dotted silver;}
div.EktronCartWrapper table.cartTable caption {background-image:url('../images/shoppingcart.gif');}
div.EktronCartWrapper table.cartTable thead tr.rowCartData th {background-image:none;line-height:60px;margin:0;padding:1.75em 0em 1.5em 0em;color:#4c4c4c;background-color:white;border:none;}
div.EktronCartWrapper table.cartTable thead tr.rowCartData th.cartActions div.cartActionsListWrapper {position:relative; top: 0px; left: 0px;z-index:0;}			
div.EktronCartWrapper table.cartTable thead tr.rowCartData th.cartActions div.cartActionsListWrapper ul.cartActionsList {position:absolute;right:0;top:-1em;list-style-type:none;margin:0;padding:0;}
div.EktronCartWrapper table.cartTable thead tr.rowCartData th.cartActions div.cartActionsListWrapper ul.cartActionsList li {display:inline;}
div.EktronCartWrapper table.cartTable thead tr.rowCartData th.cartActions div.cartActionsListWrapper ul.cartActionsList li a {margin-left:10px;}
div.EktronCartWrapper table tfoot tr td {background-image:url('../images/tfoot.gif');background-position:0px 0px;background-repeat:repeat;}
div.EktronCartWrapper table tfoot tr td.noBackgroundImage {background-image:none;}
div.EktronCartWrapper table tfoot tr.rowSubtotal td {font-weight:bold;}
div.EktronCartWrapper table tfoot td input.zipCode {width:4em;text-align:right;margin:0 auto;}
div.EktronCartWrapper table tfoot tr td.noBorderTop {border-top:none;}
div.EktronCartWrapper table tfoot tr td.noBorderTopBottom {border-top:none;border-bottom:none;}
div.EktronCartWrapper table tfoot tr.rowContinueShopping td {background-image:none;border-top:1px solid silver;border-right:none;border-left:none;border-bottom:1px dotted silver;padding:15px 0px;}
div.EktronCartWrapper table tfoot tr.rowContinueShopping td.continueShopping,
div.EktronCartWrapper table tfoot tr.rowContinueShopping td.checkout {border-top:1px solid silver;}
div.EktronCartWrapper table tfoot tr.rowContinueShopping td.checkout div.checkoutActionsWrapper {position:relative;z-index:0;}			
div.EktronCartWrapper table tfoot tr.rowContinueShopping td.checkout div.checkoutActionsWrapper ul.checkoutActionsList {position: relative; top: 0; right: 0;list-style-type:none;margin:0;padding:0;}
div.EktronCartWrapper table tfoot tr.rowContinueShopping td.checkout div.checkoutActionsWrapper ul.checkoutActionsList li {display:inline;}
div.EktronCartWrapper table tfoot tr.rowContinueShopping td.checkout div.checkoutActionsWrapper ul.checkoutActionsList li a {margin-left:10px;}
div.EktronCartWrapper table tfoot tr.rowAdvisoryMessage td {color: #ff0000; background-image:none;border-top:1px solid silver;border-right:none;border-left:none;border-bottom:1px dotted silver;padding:15px 0px;}
div.EktronCartWrapper table tbody td a {color:blue;text-decoration:none;}
div.EktronCartWrapper table tbody td a:hover {color:blue;text-decoration:underline;}
div.EktronCartWrapper table tbody td a:visited {color:blue;}
div.EktronCartWrapper table tbody td.colItemName {width:40%;text-align:left;}
div.EktronCartWrapper table tbody .colItemNameKitNames { margin-left: 10px;}
div.EktronCartWrapper table tbody td.colProductId {width:10%;}
div.EktronCartWrapper table tbody td.colQty {width:10%;}
div.EktronCartWrapper table tbody td.colItemPrice {width:10%;}
div.EktronCartWrapper table tbody td.colEarlyPrice {width:10%;}
div.EktronCartWrapper table tbody td.colTotal {width:20%;}
div.EktronCartWrapper table tbody td.colCartName {width:45%;text-align:left;}
div.EktronCartWrapper table tbody td.colLastModified {width:30%;}
div.EktronCartWrapper table tbody td.colCartItems {width:10%;}
div.EktronCartWrapper table tbody td.colcartSubtotal {width:15%;}
div.EktronCartWrapper table tbody td.colQty input.productQtyText {width:2em;text-align:right;margin:0 auto;}
div.EktronCartWrapper table tbody td.colDiscountCoupon{text-align: right;}
div.EktronCartWrapper table tbody td img.removeFromCart {white-space: nowrap;}
div.EktronCartWrapper table tbody td span.couponCode{font-weight: bolder; font-style: italic; color: #0000ff;}
div.EktronCartWrapper table tbody td span.couponDiscountAmount{color: #ff0000;}
div.EktronCartWrapper .emptyCart {text-align: left; font-weight: bold; color: #ff0000;}
div.EktronCartWrapper .noSavedCarts {text-align: center; color: #000000;}
div.EktronCartWrapper .divButton img {padding-left: 0.5em;}
div.EktronCartWrapper table div.ApplyCouponUI {margin:0;background-color:#f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;font-size:100%;line-height:100%;text-decoration:none;color:#565656;cursor:pointer;padding:5px 11px 7px 24px;position: absolute;top: -2px;right: 0px;height: 30px;}
div.EktronCartWrapper .ApplyCouponUI span {padding-right: 10px;}
div.EktronCartWrapper .ApplyCouponUI .ApplyCouponField {width: 200px;}
div.EktronCartWrapper .ApplyCouponUI img {padding-left: 0.5em;}
div.EktronCartWrapper .removeCoupon {padding-left: 0.6em;}
/* start for IE */
body div.EktronCartWrapper table div.BrowserIE6 {left: -20px;}
body div.EktronCartWrapper table.cartTable thead tr.BrowserIE6 {height:50px;}
body div.EktronCartWrapper table.cartTable thead tr th {height:30px;}
body div.EktronCartWrapper .rowCartData .cartActions div.BrowserIE {height:1px;margin-top: 0px;}
/* end for IE */


table.savedCarts 
{
    display: none;
}

tr.rowCartData 
{
    display: none;
}

tr.rowContinueShopping td.continueShopping a.button
{
    display: none;
}

ul.checkoutActionsList li a.checkoutCartButton,  ul.checkoutActionsList li a.updateCartButton
{
    display: none;
}

table.cartTable caption 
{
    display: none;
}

div.EktronCartWrapper 
{
    margin: 0 0 0 0;
}

td.checkout.emptyCart span 
{
    display: none;
}





.sportDivWrapper {
	background:#EDF1F7 url(../../includes/images/content-cell-background.gif) repeat-x scroll left top;
	margin-bottom:5px;
}

.sportsDescription {
	background-attachment:scroll !important;
	background-color:transparent !important;
	background-position:left top !important;
	background-repeat:no-repeat !important;
	padding:5px;
}

.sportsDescription ul
{
	margin-top:3px;
	margin-bottom:3px;
}
.sportsDescription li
{
	margin-left:0px;
}

.registerHeading {
	background: url('../images/on-sale-head.gif') no-repeat left top;
	padding-bottom:10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.commingSoonHeading {
	background: url('../images/coming-soon-head.gif') no-repeat left top;
	padding-bottom:10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.currentActivitiesHeading {
	background: url('../images/flag_currentactivities.jpg') no-repeat left top;
	padding-bottom:10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.leagueInfoHeading {
	background: url('../images/league_info_flag.jpg') no-repeat left top;
	padding:1px;
}

.sportsDescription h1 {
	color:#5F87B0;
	font-size:26px;
	font-style:italic;
	margin:5px 0 15px 90px;
}

.registerHeading h1 {
	color:Black;
	font-size:12px;
	margin: 10px 0 15px 90px;
}

.commingSoonHeading h1 {
	color:Black;
	font-size:12px;
	margin: 10px 0 15px 90px;
}

.currentActivitiesHeading h1
{
	color:Black;
	font-size:12px;
	margin: 10px 0 15px 90px;
}

.leagueInfoHeading h1 {
	color:Black;
	font-size:20px;
	margin: 10px 0 15px 90px;
}

.gridView
{
	border-color:White;
}

.gridView table
{
	border-color:White;
}

.memberGridHeader
{
	background-color:#8FA6D0;
	color:White;
	font-weight:bold;
	padding:15px;
	border-color:White;
}

.memberGridRow 
{
	background-color:#EDF1F7;
	vertical-align:top;
	padding-bottom: 4px;
	border-color:White;
}

.memberGridRow td
{
	padding:3px 6px 3px 3px;
	border-color:White;
}
.memberGridRow ul
{
	list-style-type: none;
	padding-left: 8px;
}
.memberGridRowAlt
{
	padding:3px;
	background-color:#CEDAEA;
	vertical-align:top;
	border-color:White;
}
.memberGridRowAlt td
{
	padding:3px 6px 3px 3px;
	border-color:White;
}

.memberGridRowAlt ul
{
	list-style-type: none;
	padding-left: 8px;
}

.activityIntro 
{
	padding-left:100px;
}

.activityTable 
{
	border-bottom-style:solid;
	border-bottom-color:White;
	border-bottom-width:1px;
}

.tableHeading
{
	background-color:#CEDAEA;
	height:20px;
	vertical-align:middle;
	padding-left:20px;
}
.tableValue
{
	background-color:#EDF1F7;
	height:20px;
	vertical-align:middle;
	padding-left:20px;
}

.activityTitle 
{
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

.divFaqs
{
	background-color:#CEDAEA;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:3px;
}

.divFaqsAlt
{
	background-color:#EDF1F7;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:3px;
}


.divFaqs ul
{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0px;
}

.divFaqsAlt ul
{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0px;
}

.divAnswer
{
	margin-left:35px;	
}

.divAnswer ul
{
	list-style-image: url(../../includes/images/zog-link-orange.gif);
	margin-left:0px;
}

.divAnswer ol
{
	margin-left:3px;
}

.divAddUsers 
{
	background-color:#EDF0F7;
	margin-bottom:3px;
	border-color:White;
	border-style:none;
}

.bullet 
{
	margin-left:10px;
	list-style-image: url(../../includes/images/zog-link-orange.gif);
}

.sports_league_info
{
	background-image:url(../../includes/images/league_info_flag.jpg) !important;
}

.sports_league 
{
	background-image:url(../../includes/images/flag_sports_leagues.gif) !important;
}


.social_event_info
{
	background-image:url(../../includes/images/flag_blank.gif) !important;
}
.social_event 
{
	background-image:url(../../includes/images/flag_social_Events.gif) !important;
}

.trip_info
{
	background-image:url(../../includes/images/flag_trip_info.jpg) !important;
}
.trip
{
	background-image:url(../../includes/images/flag_trips.gif) !important;
}

.philanthropy_info
{
	background-image:url(../../includes/images/flag_blank.gif) !important;
}
.philanthropy 
{
	background-image:url(../../includes/images/flag_philanthropy.gif) !important;
}

.class_info
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}
.class 
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}

.clinic_info
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}
.clinic
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}

.tournament_info
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}
.tournament 
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}

.open_gym_info
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}
.open_gym
{
	background-image:url(../../includes/images/flag_blank.gif	) !important;
}

.question 
{
	font-weight:bold;
}

.question ul 
{
	list-style-image: url(../../includes/images/zog-link.gif);
	vertical-align:middle;
}


.priceListGridHeader
{
	background-color:#CEDAEA;
	color:Black;
	font-size:12px;
	font-weight:bold;
}.labelCell{ text-align:right;}
.fieldCell{ text-align:left; padding-left: 2px; }
.footer{ text-align:center; width:100%; padding-top: 5px;}
.centerContents { text-align: center; width:100%; }
.panel
{
	width: 385px;
	background: #EDF1F7;
    border: 1px solid #000;
}
.panelHeader
{
	background: #8FA6D0;
    border-bottom: 1px solid black;
    padding: 5px;
    text-align: center;
    height:20px;
    font-weight:bold;
    font-size: 1.1em;
}
.panelBody
{
	height: 500px;
	overflow: auto;
}
.panelBodyNoFooter
{
	height: 536px;
	overflow: auto;
	text-align:left;
	/*
		500-body height, 25-footer, 10-footer padding, 1-footer border
	*/
}
.panelBodyLargeFooter
{
	height: 400px;
	overflow: auto;
	text-align:left;
}
.panelFooter
{
	background: #8FA6D0;
    border-top: 1px solid black;
    padding: 5px;
    text-align: right;
	height:25px;
}
.panelLargeFooter
{
    border-top: 1px solid black;
    padding: 5px;
    overflow: auto;
	height:125px;
	text-align:left;
}

.searchRegistrations
{
	text-align: center;
	font-size: 1em;
}
.dragStart{ background-color: #ffffbb; }

.draggableRegistration
{
	margin: 1px 2px;
	padding: 1px 1px;
	font-size: 0.9em;
	cursor: move;
	text-align:left;
	border: solid 1px #bbb;
	width: 320px;
	float:left;
}
.registrationContainerActive { background-color: #ffffdd; }
.registrationContainerHover{ background-color: #e0e0e0; }
.nonDraggableRegistration
{
	margin: 1px 2px;
	padding: 1px 1px;
	font-size: 0.9em;
	text-align:left;
	border: solid 1px #bbb;
	width: 320px;
	float: left;
}
.draggableRegistrationName{ width: 160px; }
.draggableRegistrationGender{ width: 50px; }
.draggableRegistrationAge{ width: 50px; }
.draggableRegistrationLevel{ width: 60px; }
.draggableRegistrationStatus{ }
.registrationView{ font-size: 1em; }

.draggableTeam
{
	margin: 2px 5px;
	
	text-align: center;
	width: 365px;
	border: solid 1px #888;
	cursor: move;
}
.nonDraggableTeam
{
	margin: 2px 5px;
	
	text-align: center;
	width: 365px;
	border: solid 1px #888;
}
.draggableTeamActions{ text-align: right; font-size: 1em; }

.teamContainerActive { background-color: #ffffdd; }
.teamContainerHover{ background-color: #e0e0e0; }


.registeredTeam
{
	border-color: #00a;
	border-width: 2px;
}
.teamAboveThreshold
{
	border: dashed 2px #e00;
}
.teamBelowThreshold
{
	border: dashed 2px #88e;
}
.teamPublished
{
	background-color: #ccffcc;
}
.teamCheckBoxContainer
{
	float: left;
}
.teamDisplayNormalLabel
{
	text-align:left; 
}

.teamDisplayLabel
{
	text-align:left; width:90px;
	font-size: 0.9em;
}
.teamDisplayField
{
	text-align:left; padding:0px 0px 0px 1px;
	font-size: 0.9em;
	width:60px;
}
.teamDisplayFieldRight
{
	text-align:right; padding:0px 0px 0px 2px;
	font-size: 0.9em;
}
.teamDisplayNormalField
{
	text-align:center;
	background-color: #8FA6D0;
	font-size: 1em;
}
.closeTeam { float: right; width: 20px; font-size: 0.8em; }
.collapsableTeam{ float:left; width:20px; }
.accordianHeader 
{
    background: #AFC8F4;
    font-weight: bold;
    cursor: pointer;
    text-align:center;
    margin-bottom: 1px;
}
.accordianContent
{
    color: black;
}
.accordianSelected 
{
    /* background-color: #AFC8F4; */
    background-color: #F4F484; 
    font-weight: bold;
    text-align: center;
}
.property
{
	text-align: center;
	padding: 4px 0px;
}
.createTeamDialog
{
	width: 400px;
	text-align: left;
}


.userEditGridView
{
	text-align:left;
	border: solid 1px #555;
	font-size: 1em;
	font-weight: bold;
	background-color: #fff;
}
.userEditGridViewNoItemText{ font-size: 1em; padding: 12px 0px; }
.userEditGridViewAddItem 
{
	padding: 2px 0px 14px 5px; 
	margin-top:4px; 
	margin-bottom: 0px;
	font-size: 1em; 
	border-top: solid 1px #a0a0a0; 
	width:300px; 
}
.userEditDiv 
{
	width:100%; 
}
.userEditInnerDiv
{

}
.userViewInnerDiv
{

}
.userEditInnerDiv label
{
	width:35%;
	float:left;
	clear:left;
	text-align:right;
	min-width: 5em;
	padding-right: 4px;
	padding-top: 4px;
}
.userViewInnerDiv label
{
	width:35%;
	float:left;
	clear:left;
	text-align:right;
	min-width: 5em;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.userViewInnerDiv span
{
	float:left;
	text-align: left;
	min-width: 5em;
	padding-top: 4px;
	padding-bottom: 4px;
}
.userEditInnerDiv input
{
	width: 180px;
}
.userEditInnerDiv div
{
	padding: 1px 0px;
}
.userViewInnerDiv div
{
	padding: 1px 0px;
}
.userEditGridDiv
{
	float: left;
}
.userEditAlternateAddNew input
{
	width: 75px;
}
.userViewEdit
{
	float:right;
	padding-right: 5px;
	margin-top: -20px;
}
#accountInformationContainer
{
	float: left;
	border:solid 1px #000;padding:5px;
	background-color: #EDF0F7;
	width: 49%;
	height: 460px;
}
#contactInformationContainer
{
	float:left;
	border:solid 1px #000;padding:5px;
	border-left-width: 0px;
	background-color: #EDF0F7;
	width:49%;
	height: 460px;
	overflow-y: auto;
}
#userButtonsContainer
{
	clear:left;
	background-color: #EDF0F7;
}
#accountInformationContainer h3
{
	text-align: center;
	padding-bottom: 5px;
}
#contactInformationContainer h3
{
	text-align: center;
	padding-bottom: 5px;
}
.userEditAlternate
{
	font-style:italic;color:#555;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>

</title></head>
<body>
    <form name="form1" method="post" action="/BuildCss.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MTY2ODcyMjlkZA5nqZKzdBgOAj774/Z3pJdCFT9p" />
</div>

    <div>
    
    </div>
    </form>
</body>
</html>
