/* HTML Elements */
html, body, form
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #ffffff;
	width: 100%;
	min-width: 100%;
}

h1, .heading1
{
	color: #203B78;
	font-size: 1.75em;
}

h2, .heading2
{
	color: #203B78;
	font-size: 1.5em;
}

h3, .heading3, .skinPanelTitle, caption
{
	color: #203B78;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}

h4, legend, .heading4
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #203B78;
	text-align: left;
}

p
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.95em;
	text-align: justify;
}

a, a:link, a:visited, a:active
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.95em;
	color: #273741;
}

a:hover
{
	color: #000000;
}

.formTable th
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	text-align: left;
	color: #ffffff;
	background-color: #203B78;
}

.formTable td
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	text-align: justify;
	white-space: normal;
	padding: 5px;
}

.formTable td .rightAligned
{
	text-align: right;
}

/* Classes applied by Skin files*/

.borderOutset1
{
	border: outset 1px;
}

.skinErrorText
{
	text-align: left;
	font-size: 1em;
	color: #ff0000;
}

.skinFormStyle
{
	background-color: #e6f0ce;
	color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	border-style: outset;
	border-width: thin;
	border-color: #e6e2d8;
	width: 500px;
	min-width: 500px;
}

.skinFormStyle a, .skinFormStyle a:active, .skinFormStyle a:visited
{
	color: #008000;
	font-weight: bold;
}

.skinFormStyle a:hover
{
	text-decoration: underline;
}

/* form title bar */
.skinFormTitleBar
{
	background-color: #1c5e55;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
	padding: 3px;
}

.skinFormBody
{
	padding: 5px;
	text-align: left;
}

.skinFormWindowedBody
{
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}

.clearingFieldRow
{
	clear: both;
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 2em;
	min-height: 2em;
}

.clearingFieldRow
{
	clear: both;
}

.clearingFieldRow div, .flowFieldRow div
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.flowFieldRow
{
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	min-height: 2em;
	clear: both;
}

.noDisplay
{
	display: none;
}

.noWrap
{
	white-space: nowrap;
}

.skinGridViewStyle
{
	border-color: #3b5a82;
	border-style: solid;
	border-width: 1px;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.85em;
	vertical-align: top;
}

.skinGridViewItemStyle, .skinGridViewItemStyle a, .skinGridViewItemStyle a:active, .skinGridViewItemStyle a:visited
{
	vertical-align: top;
	text-align: left;
	color: #273741;
	background-color: #ffffff;
}

.skinGridViewItemStyle a:hover
{
	color: #000000;
}

.skinGridViewAlternatingItemStyle, .skinGridViewAlternatingItemStyle a, .skinGridViewAlternatingItemStyle a:active, .skinGridViewAlternatingItemStyle a:visited
{
	color: #273741;
	background-color: #e3eeff;
	vertical-align: top;
	text-align: left;
}

.skinGridViewAlternatingItemStyle a:hover
{
	color: #000000;
}

.skinGridViewHeaderStyle, .skinGridViewHeaderStyle td, .skinGridViewHeaderStyle th
{
	vertical-align: bottom;
	text-align: center;
	background: #d3dbe9 url('Images/GridHeaderBg.gif') repeat-x;
	border-bottom: solid 1px #9eb6ce;
	font-weight: bold;
	color: #27413e;
}

.skinGridViewHeaderStyle th a, .skinGridViewHeaderStyle a, .skinGridViewHeaderStyle a:active, .skinGridViewHeaderStyle a:visited
{
	font-weight: bold;
	color: #27413e;
	text-decoration: none;
}


.skinGridViewHeaderStyle th a:hover, .skinGridViewHeaderStyle a:hover
{
	text-decoration: underline;
}

.skinGridViewFooterStyle, .skinGridViewFooterStyle td
{
	color: #666;
	background-color: #fbfbfb;
	vertical-align: bottom;
	text-align: center;
}

.skinGridViewFooterStyle a, .skinGridViewFooterStyle a:active, .skinGridViewFooterStyle a:visited, .skinGridViewFooterStyle a:hover
{
	color: #666;
	text-align: center;
}

.skinGridViewFooterStyle table
{
	margin: 0 auto;
}


.skinLabel
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 110px;
	min-width: 110px;
}

.skinLabelAlert
{
	font-size: 0.9em;
	color: #ff0000;
	white-space: normal;
	text-align: center;
}

.skinLabelReadOnlyField
{
	font-size: 0.9em;
	white-space: nowrap;
}

.skinRibbonField
{
	font-size: 0.9em;
	height: 16px;
	max-height: 16px;
	min-height: 16px;
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	padding: 1px;
	margin: 0px;
}

.skinRibbonButton
{
	height: 19px;
	max-height: 19px;
	font-size: 0.9em;
}

.skinStandardButton
{
	color: #3e6aaa;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	cursor: pointer;
	height: 28px;
	width: 100px;
	min-height: 28px;
	min-width: 100px;
}

.skinNextButton
{
	color: #3e6aaa;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	cursor: pointer;
	height: 28px;
	min-height: 28px; /*width: 100px; 	min-width: 100px;*/
	background-image: url(Images/32x32/Next.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	border: outset 1px;
}

.skinPreviousButton
{
	color: #3e6aaa;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	cursor: pointer;
	height: 28px;
	min-height: 28px; /*width: 100px; 	min-width: 100px;*/
	background-image: url(Images/32x32/Previous.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 24px;
	border: outset 1px;
}

.skinFinishButton
{
	color: #3e6aaa;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	cursor: pointer;
	height: 28px;
	min-height: 28px; /*width: 100px; 	min-width: 100px;*/
	background-image: url(Images/32x32/Finish.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	border: outset 1px;
}

.skinCancelButton
{
	color: #3e6aaa;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	cursor: pointer;
	height: 28px;
	min-height: 28px; /*width: 100px; 	min-width: 100px;*/
	background-image: url(Images/32x32/Exit.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	border: outset 1px;
}

.skinStandardText, .standardText
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	text-align: justify;
	white-space: normal;
	padding: 5px;
}


.skinStandardField
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.85em;
	width: 150px;
	min-width: 150px;
	border-style: inset;
	border-width: thin;
}

.skinNarrowField
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.85em;
	width: 60px;
	min-width: 60px;
	border-style: inset;
	border-width: thin;
}


/* Styles for Form Panels */
.skinPanel
{
	color: inherit;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 1em;
	border-style: none;
	margin: 0px auto;
}

.skinPanelText
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.95em;
	text-align: justify;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.skinPanel a, .skinPanel a:active, .skinPanel a:visited
{
	text-decoration: underline;
}


.skinPanel a:hover
{
	font-weight: bold;
}

.skinPanelSideBar
{
	font-size: 0.8em;
	vertical-align: top;
}

.skinPanelButton
{
	color: #3e6aaa;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.85em;
	cursor: pointer;
	height: 20px;
	width: 50px;
	min-height: 20px;
	min-width: 50px;
}

.skinPanelStepStyle
{
}

.skinPanelHeader
{
	font-size: 1em;
	text-align: left;
	vertical-align: bottom;
}

.skinStandardExtendedField
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	width: 200px;
	min-width: 200px;
	border-style: inset;
	border-width: thin;
}

.skinLongField
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	width: 300px;
	min-width: 300px;
	border-style: inset;
	border-width: thin;
}

.skinLongExtendedField
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	width: 400px;
	min-width: 400px;
	border-style: inset;
	border-width: thin;
}

/* Context specific classes */
.buttonContainer
{
	padding: 5px 5px 0px 0px;
	text-align: right; /*float: right;*/
}

.clearingButtonContainer
{
	clear: both;
	padding: 0px;
	text-align: right;
}

.controlContainer
{
	display: inline;
}

.courseWizardStep
{
	width: 600px;
	min-width: 600px;
	height: 565px;
	min-height: 565px;
}

.centeredContainer
{
	margin: 0px auto;
}

.centeredContents
{
	text-align: center;
}

.commentField
{
	width: 350px;
	min-width: 350px;
	height: 100px;
	min-height: 100px;
}

.commentPopup
{
	border-style: solid;
	border-width: 1px;
	border-color: #9F9F9F;
	background-color: #FFFFAA;
	padding: 3px;
	width: 150px;
}

.coursePreviewPopup
{
	border-style: solid;
	border-width: 1px;
	border-color: #9F9F9F;
	background-color: #FFFFAA;
	padding: 3px;
}

.trophyDetailsPopup
{
	border-style: solid;
	border-width: 1px;
	border-color: #9F9F9F;
	background-color: #FFFFAA;
	padding: 3px;
}

.linkPointer
{
	cursor: pointer;
}


.dropShadowPanel
{
	background-color: #bccadd;
	position: relative;
	z-index: 500;
	width: 100%;
}

.dropShadowPanelTitle
{
	background: transparent;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #203B78;
	position: relative;
	top: -1em;
	left: .75em;
	text-align: left;
	z-index: 500;
	width: 100%;
}

.dropShadowPanelContent
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: small;
	padding: 5px;
	text-align: left;
	position: relative;
	z-index: 500;
	width: 95%;
}

.labelContainer
{
	width: 100px;
	min-width: 100px;
	padding: 3px 3px 3px 3px;
}

.leftAlignedContents
{
	text-align: left;
}

.fieldLabelContainer
{
	width: 110px;
	min-width: 110px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
}

.fieldContainer
{
	padding: 0px;
	margin: 0px;
	float: left;
	max-width: 350px;
}

.selectorLabelContainer
{
	width: 100px;
	min-width: 100px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: left;
}

.selectorFieldContainer
{
	padding: 0px;
	margin: 0px;
	float: left;
}

.selectorMessageContainer
{
	width: 270px;
	min-width: 270px;
}

.validatorContainer
{
	padding: 0px;
	margin: 0px;
	float: left;
}

.clearingBreak
{
	clear: both;
}

.marginContainer
{
	margin: 5px;
}

.myHomeContainer
{
	width: 99%;
	min-width: 99%;
	padding: 5px;
}

.myHomeContentContainer
{
	text-align: center;
}

.paddedContainer
{
	padding: 5px;
}

.paddedContainer20
{
	padding: 20px;
}

.pageView
{
	background-color: #bccadd;
	text-align: justify;
}

.profilePageView
{
	background-color: #bccadd;
	text-align: justify;
	height: 400px;
	min-height: 400px;
}

.pageViewContentContainer
{
	padding: 10px;
}

.slideShowFrameContainer
{
	border-style: outset;
	border-width: 2px;
	border-color: #6593cf;
	padding: 5px;
	width: 610px;
	background-color: #ffffff;
	text-align: center;
	height: 550px;
	margin: 0px auto;
}

.slideShowImageContainer
{
	width: 600px;
	height: 450px;
	text-align: center;
}

.slideShowTextContainer
{
	width: 600px;
	min-width: 600px;
	height: 75px;
	min-height: 75px;
	padding: 5px;
	white-space: normal;
	text-align: justify;
	font-size: 1.25em;
	color: #203b78;
}

.slideShowTipContainer
{
	color: #008000;
}

.height25
{
	height: 25px;
	min-height: 25px;
}

.height100
{
	height: 100px;
	min-height: 100px;
}

.height125
{
	height: 125px;
	min-height: 125px;
}

.height150
{
	height: 150px;
	min-height: 150px;
}

.height175
{
	height: 175px;
	min-height: 175px;
}

.height325
{
	height: 325px;
	min-height: 325px;
}

.height375
{
	height: 375px;
	min-height: 375px;
}

.height400
{
	height: 400px;
	min-height: 400px;
}

.height525
{
	height: 525px;
	min-height: 525px;
}

.height200
{
	height: 200px;
	min-height: 200px;
}

.height250
{
	height: 250px;
	min-height: 250px;
}

.heightFull
{
	height: 100%;
	min-height: 100%;
}

.width100
{
	width: 100px;
	min-width: 100px;
}

.width125
{
	width: 125px;
	min-width: 125px;
}

.width250
{
	width: 250px;
	min-width: 250px;
}

.width275
{
	width: 275px;
	min-width: 275px;
}

.width300
{
	width: 300px;
	min-width: 300px;
}
.width350
{
	width: 350px;
	min-width: 350px;
}

.width400
{
	width: 400px;
	min-width: 400px;
}

.width425
{
	width: 425px;
	min-width: 425px;
}

.width450
{
	width: 450px;
	min-width: 450px;
}

.width475
{
	width: 475px;
	min-width: 475px;
}

.width500
{
	width: 500px;
	min-width: 500px;
}

.widthFull
{
	width: 100%;
	min-width: 100%;
}

.heightWidthFull
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}

.centeredText
{
	text-align: center;
}

.rightAligned
{
	text-align: right;
}

.verticalPadding25
{
	padding: 25px 0px 25px 0px;
}

.verticalPadding5
{
	padding: 5px 0px 5px 0px;
}

/*Specific DOM elements */
#footerBar
{
	clear: both;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.75em;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#ribbonBarContainer
{
	min-width: 600px;
}

#applicationMenuContainer
{
	left: 7px;
}

#slideShowContainer
{
	width: 98%;
	min-width: 98%;
	padding: 10px 0px;
	text-align: left;
}

#sideBarContainer
{
	float: left;
	width: 290px;
	min-width: 290px;
	padding: 0px;
	margin: 0px;
}

#pageContainer
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	font-size: 1em;
}

#masterContentContainer
{
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}

#pageContentContainer
{
	margin-left: 300px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 10px 0px 0px 0px;
}

#fullWidthPageContainer
{
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	clear: both;
}

#fullWidthPageContentContainer
{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

#contentPanelContainer
{
	margin: 5px;
	text-align: left;
}

#ladderViewContainer
{
	clear: both;
	padding-top: 5px;
	padding-left: 5px; /*padding-right: 5px;*/
	padding-bottom: 10px;
	white-space: normal;
}

#selectFlagMessageRow
{
	clear: both;
	height: 3em;
	min-height: 3em;
	padding: 5px 0px 0px 0px;
}

#selectFlagMessageContainer
{
	width: 425px;
	min-width: 425px;
	text-align: justify;
	float: left;
	height: 3em;
	min-height: 3em;
	padding: 5px 0px 5px 0px;
}

#windowedPageContainer
{
	padding: 5px;
	height: 97%;
	min-height: 97%;
	width: 97%;
	min-width: 97%;
	text-align: center;
}

#windowedSideBar
{
	float: right;
	width: 270px;
	min-width: 270px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#windowedContentPanel
{
	text-align: justify;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	margin-right: 280px;
}

#windowedContentContainer
{
	text-align: justify;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
}

#availableFlagsContainer
{
	height: 125px;
	min-height: 125px;
	width: 425px;
	min-width: 425px;
	overflow: auto;
	float: left;
	padding: 5px 0px 5px 0px;
}

#availableFlagsRow
{
	clear: both;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	height: 135px;
	min-height: 135px;
}

#profileTabsContainer
{
	min-height: 475px;
	max-height: 475px;
	height: 475px;
}

#progressContainer
{
	z-index: 999;
	height: 100px;
	min-height: 100px;
	width: 150px;
	min-width: 150px;
}

#progressTitleBarLeft
{
	z-index: 999;
	background: transparent url('Images/RadWWrapperHeaderLeft.gif') repeat-x;
	width: 6px;
	height: 30px;
	float: left;
}

#progressTitleBarCenter
{
	z-index: 999;
	height: 30px;
	text-align: left;
	background: transparent url('Images/RadWWrapperHeaderCenter.gif') repeat-x bottom;
	float: left;
	line-height: 1.5em;
	width: 138px;
	min-width: 138px;
}

#progressTitleBarRight
{
	z-index: 999;
	background: transparent url('Images/RadWWrapperHeaderRight.gif') repeat-x;
	width: 6px;
	height: 30px;
	float: left;
}

#progressTitleBarText
{
	z-index: 999;
	padding: 5px 10px 0px 0px;
	color: #3b5a82;
	font-weight: bold;
}

#progressIndicatorPanel
{
	z-index: 999;
	clear: both;
	border: solid 1px #3b5a82;
	border-top: none;
	width: 148px;
	min-width: 148px;
	text-align: center;
	padding: 25px 0px 25px 0px;
	background-color: #ffffff;
}

#rideUploadWizardContainer
{
	width: 100%;
	text-align: justify;
}

#rideUploadSelectorContainer
{
	height: 200px;
	min-height: 200px;
	float: left;
	width: 300px;
	min-width: 300px;
}

#myTrophyRoomContainer
{
	/*width: 100%; 	min-width: 100%; 	height: 100%; 	min-height: 100%;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 240px;
	padding: 0px;
}

#prizeTableContainer
{
	width: 225px;
	min-width: 225px;
	float: right;
}

#meetingPlaceSchedulerContainer
{
	float: left;
	width: 74%;
	min-width: 74%;
}

#meetingPlaceQuickViewContainer
{
	float: right;
	width: 25%;
	min-width: 25%;
}

/*rating styles*/
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.ratingReadOnlyStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: auto;
	display: block;
	background-repeat: no-repeat;
	background-color: Transparent;
}

.ratingFilledStar
{
	background-image: url(Images/Rating/FilledStar.gif);
}

.ratingEmptyStar
{
	background-image: url(Images/Rating/EmptyStar.gif);
}

.ratingSavedStar
{
	background-image: url(Images/Rating/SavedStar.gif);
}

.forthcomingMeeting
{
	padding: 5px;
	border: 1px solid;
	background: transparent url('Images/RadWWrapperHeaderCenter.gif') repeat-x bottom;
}

.disableDelete .rsAptDelete
{
	left: -4000px;
}

#worldClockDisplay
{
	font-size: 0.9em;
}

#worldClockDisplay table, #worldClockDisplay td
{
	border-style: solid;
	border-width: 1px;
}

#worldClockDisplay th
{
	background: transparent url('Images/RadWWrapperHeaderCenter.gif') repeat-x bottom;
	height: 22px;
	border-style: solid;
	border-width: 1px;
}

.worldClockCurrentTimeZone
{
	background-color: Silver;
}

#sysAdminFormContainer
{
	text-align: left;
	width: 500px;
	max-width: 500px;
}

#standingsContainer
{
	text-align: left;
}

/* rad controls overrides */
div.RadTabStrip .rtsLevel
{
	clear: none;
	overflow: hidden;
	position: relative;
	width: 100%;
}

