﻿/* UNIVERSAL SELECTORS START HERE --------------------------------------------------------------------------- */
html, 
body {
	margin: 0;
	padding: 0;
}

body, legend {
	color: #606060;		
}

body, input, textarea, select, button, legend {
	font-size: 12px;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif; 
}

a, 
a:visited {
text-decoration:underline; 
color:#00008B;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

#additionalContentLeftPanel {
	float: left;
	margin: 0 0 122px -25%;
	width: 25%;
}

#additionalContentLeftPanelInner {
	padding: 25px 10px;
}

#header {
margin:0;
padding:0;
}
/* UNIVERSAL SELECTORS END HERE ----------------------------------------------------------------------------- */


/* SHORTCUTS */
.clr {
	clear: both;
	visibility: hidden;
}

/* H TAGS ALL NOTED HERE ------------------------------------------------------------------------------------ */
h2, 
h5 {
    margin:0 0 10px 0;
    font-size:14px;
}
/* H TAGS ALL NOTED HERE ------------------------------------------------------------------------------------ */


/* MAIN CONTAINERS START HERE ------------------------------------------------------------------------------- */
/* THIS IS THE SITE WRAPPER, NEEDED IN ORDER TO CENTER PAGE IN BROWSER */
#siteWrapper {
	margin: 0 auto;
}

/* THIS CONTAINS - additionalContainer & mainContainer - USED TO CONTROL BG COLOR FROM ADMIN TOOL */
#contentContainerWrapper {
    height:100%;
    margin-top:0;
}

/* THIS IS THE LEFT USER CONTENT CONTAINER */
#additionalContainer {
	float:left;
	width:20%;
	word-wrap:break-word;
	padding:25px 0 25px 0;
	/*border-right:1px solid #606060;*/
	margin-top:-122px;
}
    
/* THIS IS THE MAIN CONTENT AREA CONTAINER, ALL CONTENT RESIDES IN THIS CONTAINER */
#mainContainer{
	float:right;
	width:80%;
	text-align:left;
}

#mainContainerOuterTube {
	float: left;
	width: 100%;
}

/* SUB-MAIN CONTENT CONTAINER */
#mainContainerInnerTube {
	padding:25px;
	/*border-left:1px solid #606060;*/
	min-height:500px;
}

/* THIS IS FOR THE PROGRESS PANEL */
.progressPanel {
    min-height:95px;
}

/* THIS IS FOR THE IMAGE FOOTER */
#footer {
	clear: both; /* not sure why this is required */
	text-align: left;
}
/* MAIN CONTAINERS START HERE ------------------------------------------------------------------------------- */












/* HEADER AND ERROR MESSAGE PANEL AT TOP OF PAGE */
#registrationTypeForm div.hdrErrorPanel, #locationFormHeadPanel {
    padding-bottom:25px;
}




/* SELF CLEAR ELEMENTS START HERE --------------------------------------------------------------------------- */
/* Self-clear any floats that the "layoutContainer (lc)" contains */
/* This works in IE8 (IE8 Standards Mode), Firefox, Chrome, and probably Safari (untested) */
.lc:after {
	content: "";
	display: block;
	clear: both;
}
/* SELF CLEAR ELEMENTS END HERE ----------------------------------------------------------------------------- */




/* PRIVACY POLICY and COOKIE POLICY START HERE ------------------------------------------------------------------------------ */
#hyperlinkPrivacyPolicy {
    display:block;
    padding:0 0 10px 5px;
    text-align:left;
}

#hyperlinkPoweredBy img {
float:left;
border:0;
padding:0 0 0 10px;
}

#hyperlinkCookiePolicy {
    display:block;
    padding:0 0 10px 5px;
    text-align:left;
}

#PGFTermsLink {
    display:block;
    padding:0 0 10px 5px;
    text-align:left;
}

#PGFHelpDeskLink {
    display:block;
    padding:0 0 10px 5px;
    text-align:left;
}


/* PRIVACY POLICY and COOKIE POLICY END HERE -------------------------------------------------------------------------------- */



/* FORM FIELDSET FORMATING STARTS HERE ---------------------------------------------------------------------- */
/* BEGIN TEST IE8 FIX FOR FIELDSET COLOR BLEED ---------------------------------*/
body.ie8 fieldset 
{
    position: relative;
    padding-top: 0.8em;
}

body.ie8 fieldset legend 
{
    position: absolute;
    top: -.6em;
    left: .2em;
}
/* END TEST IE8 FIX FOR FIELDSET COLOR BLEED -----------------------------------*/


/* THIS IS FOR THE FIELDSET GLOBAL VALUES */
fieldset  {
	-moz-border-radius:6px;
	-webkit-border-radius:5px;
	border:1px solid #606060;
	margin-top:25px;
	padding:0 0 3px 0;
}

/* THIS IS FOR THE SMALL FORMS */
.uniformFieldsetSm  {
	clear:both;
	width:100%;
	padding: 0 0 17px 0; 
	margin:25px 0 0 0;
}

.ie8 .uniformFieldsetSm  {
    padding-top:25px;
}


/* PADDING FOR THE REG TYPE FORM FIELDSETS */
.uniformFieldsetLg  {
	padding: 10px 0 17px 0; 
	clear: both;
	float:none;
}

.ie8 .uniformFieldsetLg  {
    padding-top:25px;
}

/* THIS IS FORMATING FOR THE FIELDSET HEADERS */
fieldset legend {
	font-weight:bold;
	padding:0 10px 0px 10px;
	text-transform:uppercase;
	margin-left:10px;
}
/* FORM FIELDSET FORMATING ENDS HERE ---------------------------------------------------------------------- */




/* GLOBAL FORM ELEMENTS START HERE - INPUTS, TEXT AREA, RADIO, CHECKBOX ----------------------------------- */
/* TEXT DESCRIPTIONS BESIDE FORM ELEMENTS - MAINLY INPUTS */
fieldset label {
	display: block;
    text-align: left;
    margin-left:25px;
    margin-right:10px;
}

/* IE OVERRIDE - IE SUCKS ASS */
.ie fieldset label {
    padding-top:7px;
}

/* THIS IS FOR THE INPUT, TEXT AREA, AND DROP DOWN FORMATTING */
fieldset input, 
fieldset textarea, 
fieldset select {
	margin: 5px 0 5px 25px;
	-moz-border-radius:4px;
	-webkit-border-radius:3px;
	border:1px solid #606060;
	width: 29.25%;
	padding-left: 3px;
	padding-right: 3px;
}

select {
	margin: 5px 0 5px 0px;
	-moz-border-radius:4px;
	-webkit-border-radius:3px;
	border:1px solid #606060;
	padding: 3px;
}


fieldset input[type="text"], 
input[type="password"] {
	float:left;
	height:auto;
}

/* FORMATING FOR DROP DOWN SELECTOR MENUS */
fieldset select {
	float:left;
	height:auto;
	padding:3px;
	width:30.25%;
}

/*
fieldset input#PageAlias {
    clear:both;
    margin: -5px 0 0 0;
    width: auto;
}
*/


#PageAlias_IC label {
    display: inline;
}

#PageAlias {
    display: inline;
    margin-left: 0;
    float: none;
}

fieldset input[type="radio"] {
	margin:-3px 0 0 0;
	padding:0;
	border:0;
	width:auto;
}

/* THIS IS FOR THE TEXTAREA FORMATING */
fieldset textarea {
	margin-right:50px;
	padding-right:0;
	padding-left:0;
	width:30%;
}


/* IE fix */
.ie6or7 fieldset input, .ie6or7 fieldset textarea {
    clear: left;
}

.ie6or7 fieldset input[type="radio"] {
	clear: none;
}

fieldset ol {
	list-style: none outside none;
}

ol {
	margin:0;
	padding:0;
}

fieldset li {
	float:left;
	width: 100%;
	padding-top:5px; 
	margin-top:2px;
	border-top:2px solid transparent; /* THIS BORDER IS NEEDED TO AVOID VERTICAL SHIFTING WHEN ERROR MESSAGE APPEARS - DO NOT REMOVE */
	border-bottom:2px solid transparent; /* THIS BORDER IS NEEDED TO AVOID VERTICAL SHIFTING WHEN ERROR MESSAGE APPEARS - DO NOT REMOVE */
}

/* USED FOR THE PARAGRAPHS OF TEXT CONTAINED WITHIN A FIELDSET LI */
.txt {
	clear:left;
	float:left;
	padding:0; 
	margin-left:25px;
	margin-right:25px;
	width:auto;
}

/* GIFT AID IE7 FIX */
.ie6or7 #liGiftAid.txt {
margin-top:25px;
width:90%;
}
/* GLOBAL FORM ELEMENTS ENDS HERE - INPUTS, TEXT AREA, RADIO, CHECKBOX -------------------------------------- */




/* INPUT ELEMENT FORMATING STARTS HERE ---------------------------------------------------------------------- */
/* THIS IS THE GLOBAL INPUT SELECTOR */
input {
	-moz-border-radius:4px;
	-webkit-border-radius:3px;
	border:1px solid #606060;
	min-height:22px; 
}

input[type=checkbox],input[type=radio] {
    min-height:0px;
} 

/* THIS HIGHLIGHTS THE ACTIVE INPUT FIELD WITH A BACKGROUND COLOR */
#mainForms input:focus, #mainForms select:focus {
	border: solid 1px #606060;
	background-color: #ebebeb;
}

/* THIS IS THE SELECTOR FOR THE AREACODE AND PHONE EXTENSION INPUT FIELDS */
input span.areacode, input span.areacodeRO {
	width:auto;
	float:right;
}

/* THIS IS THE SELECTOR FOR THE PHONE INPUT FIELD */
input[type="text"].phone, input[type="text"].phoneRO {
    float:left;
	padding:0;
	margin-left:25px;
	width:17.5%;
}

/* FIX FOR IE7 */
.ie6or7 input[type="text"].phone, .ie6or7 input[type="text"].phoneRO {
    float:none;
	clear:none;
}

/* THIS IS THE SELECTOR FOR THE PHONE INPUT FIELD WITH AREA CODE */
input[type="text"].phoneWithAreaCode, input[type="text"].phoneWithAreaCodeRO {
	margin-left:15px;
}

/* FIX FOR IE7 */
.ie6or7 input[type="text"].phoneWithAreaCode, .ie6or7 input[type="text"].phoneWithAreaCodeRO {
    float:none;
	clear:none;
}

/* THIS IS THE SELECTOR FOR THE AREACODE AND PHONE EXTENSION INPUT FIELDS */
input.phoneextension, input.phoneextensionRO {
	width:auto;
	float:right;
}

span.pExtension, span.pExtensionRO {
    float:left;
    height:auto;
    margin-left:25px;
}

/* FIX FOR IE7 */
.ie6or7 span.pExtension, .ie6or7 span.pExtensionRO {
    float:none;
    position:absolute;
}

span.pExtensionShown input, span.pExtensionShownRO input {
    margin:3px 0 0 25px;
}

span.pExtension input, span.pExtensionRO input{
    margin:0;
}
/* INPUT ELEMENT ENDS HERE ---------------------------------------------------------------------------------- */




/* ERROR HANDLING STARTS HERE ------------------------------------------------------------------------ */
/* The invalid characters error message shown at the top of the page when one or more fields on the form contain invalid characters, such as --. */
.invalidCharacters, .errorSummary {
	font-size: 16px; 
	font-weight: bold;
    color: #ff0000;
    padding-bottom:25px;
    margin:0;
	float: left;
	width: 100%;
}

/* THE ASTERISK THAT MARKS A REQUIRED FIELD */
.requiredMarker {
	color:#ff0000;
	padding-right:5px;
	float:left;
}

/* THIS IS THE STYLING FOR ALL ERROR MESSAGES */
.requiredError, .customError {
	color:#ff0000;
	font-weight:bold;
	text-align:right;
	float:right;
}

/* STYLING FOR GENERAL ERROR MESSAGE CONTAINER DIV */
.errorContainer {
	float:right; 
	margin-right:25px;
	margin-top:3px;
	padding-bottom:3px;
	min-height:12px; 
	width:55%;
}

/* SPECIFIC STYLING FOR THE PHONE FIELD ERROR CONTAINER */
.errorContainerPhones {
	float:right; 
	margin-right:25px;
	margin-top:3px;
	padding-bottom:3px;
	min-height:12px; 
	width:auto; /* was 40%, but auto is required for ie7  */
	height:auto;
}

/* FORMATING FOR THE SPANS THAT CONTAINS ALL ERROR MESSAGES */
.errorContainer span, .errorContainerPhones span {
	float:right;
	clear:both;
} 

/* ERROR MESSAGE BACKGROUND COLOR LIST FORMATING FOR MAIN ERRORS */
/* Have to do this within fieldsets, otherwise the waiver checkbox will get highlighted */

fieldset li.requiredIsEmpty, 
fieldset li.invalidData, 
fieldset li.customError {
	float:left;
	background-color:#ffdbde;
	border-top:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	margin-top:2px; /* THIS IS A 2PX SPACE BETWEEN ERROR MESSAGES */
}

/* THIS IS TO HIGHLIGHT THE INPUT FIELDS WITH RED BORDER WHEN INVALID OR EMPTY */

input.requiredNoSpaces, textarea.requiredNoSpaces, select.requiredNoSpaces, 
input.invalidData, input.requiredIsEmpty, 
textarea.invalidData, textarea.requiredIsEmpty, 
select.invalidData, select.requiredIsEmpty {
    border:1px solid #ff0000;
}

/* ERROR HANDLING ENDS HERE ------------------------------------------------------------------------------------ */




/* COMMON CORNER ROUNDING */
.uniformSearchPanel, .uniformSelectorPanel, .uniformSelectorTable 
{
	-moz-border-radius:6px;
	-webkit-border-radius:5px;
}

/* THIS IS FOR THE START TIME MENU CONTAINERS */
.uniformSelectorTable { 
    float:left;
    width:100%;
    border: solid 2px transparent;
}

/* FORMATING FOR SEARCH FIELDS STARTS HERE ---------------------------------------------------------------------- */
/* THIS IS THE SEARCH LOCATION AND START TIME CONTAINERS FOR THE SELECTION MENUS */
.uniformSelectorPanel {
	border:2px solid #606060;
	float:left;
	background-color:#ffffff;
}

/* THIS IS THE SEARCH PANEL CONTAINER FOR THE INPUT SEARCHES */
.uniformSearchPanel {
	border:2px solid #606060;
	padding:0;
	width:350px;
	float:left;
}

.uniformSearchPanel div {
    float:right;
    padding:10px 0 10px 0;
    text-align:right;
    width:100%;
}

/* SEARCH FIELD INPUT FORMATING INCLUDING MAG GLASS ICON  */
.uSearchField {
	-moz-border-radius:4px;
	-webkit-border-radius:3px;
	border:1px solid #606060;
	margin-left:10px;
}
/* FORMATING FOR SEARCH FIELDS ENDS HERE -------------------------------------------------------------------- */




/* STARTS HERE - RADIO BUTTONS FOR CONTACT / UDF PAGES UNTIL CONTENT BROKEN OUT OF TABLES ------------------- */
fieldset li.radioWorkHomePad {
    margin-top:10px;
    padding-top:0;
    border:0;
}

fieldset td.radioWorkHome {
    padding-left:25px;
}

fieldset span.radioWorkHome input[type="radio"] {
    float:left;
    margin-right:5px;
    width:auto;
    border:0;
    margin-left:25px;
}

/* IE OVERRIDE */
.ie fieldset span.radioWorkHome input[type="radio"] {
    margin-right:3px;   
}

fieldset span.radioWorkHome label {
    float:left;
    margin:0;
    padding-right:50px;
    text-align:left;
    width:auto;
}
/* STARTS HERE - RADIO BUTTONS FOR CONTACT / UDF PAGES UNTIL CONTENT BROKEN OUT OF TABLES ------------------- */




/*	Some common styling for overlays.
	Height/width needs to be set on each specific overlay ID due to content requirements being different
*/
div.overlayInnerBox
{
	border: solid 2px black;
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow:auto;
	
	/* have to specify a background color for the overlays in case the event is using DEFAULT styling 
		and therefore has no generated EUI stylesheet to carry the main background color over into the overlays */
	background-color: White;
}

.uniformSelectorTable caption
{
	display: none;
}


.uniformSelectorTable th, .uniformSelectorTable td {
	padding:0.25em; 
}

.uniformSelectorTable tbody tr
{
    cursor: default;
    background-color: #e4e4e4; 
}

.uniformSelectorTable tbody tr:hover
{
    background: #C4C4C4;
}

.uniformSelectorTable tbody tr:hover td
{
	/* border-top-color: #C4C4C4; */
    border-bottom-color: white;
}

.uniformSelectorTable tbody tr.selected td {
    background-color: #c8d2d6;
    /* color: #ffffff; */
}

.uniformSelectorTable tbody tr.selected:hover td
{
	/* border-top-color: #007BBD; */
}
/* SPECIFIC STUFF */

#contact, #additionalInfo, #payment, #registerForm
{
	margin: auto;
}

#searchSwitcher
{
	padding: 1px;
}

/* MISCELLANEOUS ELEMENTS */
/* THIS IS FOR THE MAIN USER CONTENT PARAGRAPHS */
div.note {
    padding-bottom:5px;
}

.regTypeSelectDescriptionSpan {
    float:left;
    padding-bottom:5px;
}




/* EVENT USER INTERFACE STYLE OVERRIDES STARTS HERE ----------------------------------------------------------- */
h2.pageHeading, p.pageHeading {
    padding:0;
    margin:0;
}

/* THIS IS TO REMOVE UNNECCESARY PADDING  */
p.pageDescription, p {
    padding:0;
    margin:0;
}

/* FONT OVERRIDE FOR REGISTRATION TYPE FORM PAGES */
.uniformSelectorTable  td {
	color: #606060;
}

.uniformSelectorTitlebar th {
    color:White;
}
/* EVENT USER INTERFACE STYLE OVERRIDES ENDS  HERE ----------------------------------------------------------- */