/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Isis 															*/

/* Created: Mar 11 2013 by Anita									*/
/* Updated: Aug 11 2015 by Krunal									*/

/********************************************************************/
@import url(https://fonts.googleapis.com/css?family=Exo:400,900italic,900,800italic,700italic,800,700,600italic,600,500italic,500,400italic,300italic,300,200italic,200,100italic,100);


/* Common CSS */
/********************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td			{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
										vertical-align: top; background: transparent; }
blockquote,q								{ quotes: none; }
blockquote:before,
blockquote:after,
q:before,q:after						{ content:''; content: none; }
:focus									{ outline:none; }
ins										{ text-decoration:none; }
del										{ text-decoration:line-through; }
form										{ height: 100%; }
img										{ border: 0; padding: 0; margin: 0; }
html, body								{ text-align: left; font-size: 14px; margin: 0; padding: 0;
										font-family: Arial,Helvetica,sans-serif; height: 100%;
										background: #fff; color: #232323; line-height: 20px; 
										font-weight: normal; }

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6					{ font-family: Arial,Helvetica,sans-serif; 
										font-weight: normal; padding: 0 0 18px 0; }
h1										{ font-size: 28px; line-height: 32px; }
h2										{ font-size: 26px; line-height: 30px; }
h3										{ font-size: 24px; line-height: 26px; }
h4										{ font-size: 20px; line-height: 22px; }
h5	 									{ font-size: 18px; line-height: 20px; }
h6										{ font-size: 16px; line-height: 20px; }
p										{ padding: 0 0 18px 0; }
ul, ol									{ padding: 0 0 18px 0; margin: 0 0 0 24px;}
ul ul, ol ol,
ul ol, ol ul 								{ padding: 0; }
ul li, ol li									{ padding: 0; margin: 0;}
sup										{ vertical-align: top; font-size: 8px; }
small										{ font-size: 8px; }
.Normal, 
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject								{ font-family: Arial,Helvetica,sans-serif; font-weight:normal;
										font-size: 14px; line-height: 20px; text-align: left; }
.Normal, .NormalDisabled				{ color: #232323; }
.BoldText								{ font-weight: bold;}
.NormalRed								{ color: #cd0000; font-weight: bold; }

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton, 
a.CommandButton:link, 
a.CommandButton:visited,
a.SkinObject, 
a.SkinObject:link,
a.SkinObject:visited					{ font-family: inherit; font-weight: normal; 
										font-size: inherit; text-decoration: none; line-height: inherit; }
a:active, a:hover, a:focus,
a.CommandButton:active, 
a.CommandButton:hover, 
a.CommandButton:focus,
a.SkinObject:hover , 
a.SkinObject:focus,
a.SkinObject:active						{ text-decoration: none; }
.paneOutline							{ outline: 1px dotted #000; border: none; }
.paneOutline center						{ text-align: center; }
.paneOutline .SubHead					{ color: #000; }

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane							{ font-size: 0px; line-height: 0px; display: none; }

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox						{ font-family: Arial,Helvetica,sans-serif;
										font-weight: normal; font-size: 14px; line-height: 22px;
										height: 22px; background: #f6f6f6; border: 1px solid #acacac; 
										padding: 2px 8px; margin: 2px 0px; color:#222; display: inline-block;
										*display: inline; *zoom: 1;}
select.NormalTextBox						{ padding: 2px 2px 2px 8px; }
input.NormalTextBox:focus, 
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover				{ border-color:#222; }
textarea.NormalTextBox, select.NormalTextBox
										{ height: auto; }

/* Button CSS */
/********************************************************************/
.StandardButton							{ display: inline-block; border-width: 1px; border-style: solid;
										font-size: 14px; line-height: 20px; margin: 12px 0; padding: 8px 12px; }
.StandardButton:hover, 
.StandardButton:focus					{ outline: none; text-decoration: none; }

/* Float CSS */
/********************************************************************/
.float-left								{ float:left; }
.float-right							{ float:right; }
.clear:after							{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear-both								{ clear:both; font-size: 0px; line-height: 0px; height: 0px; }

/* DNN Overwrite CSS */
/********************************************************************/
.textAlignRight							{ text-align: right; }
.textAlignCenter						{ text-align: center; }
.FileManager_FileList 					{ margin: 2px 0 0 0; }
.rgMasterTable							{ width: 100%; }
.rgCurrentPage span						{ line-height: 22px; }
input.rgPagerTextBox						{ width: 24px!important; }
.termsContainer, 
.privacyContainer						{ padding: 12px; }
.FileManager_FileList 					{ margin: 2px 0 0 0; }
.rgMasterTable							{ width: 100%; }
.rgCurrentPage span						{ line-height: 22px; }
input.rgPagerTextBox						{ width: 24px!important; }

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited						{ text-decoration: none; }
#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover, 
#dnnCommonTasks a:active, #dnnCommonTasks a:focus, 
#dnnCurrentPage a:hover, #dnnCurrentPage a:active, 
#dnnCurrentPage a:focus, #dnnOtherTools a:hover, 
#dnnOtherTools a:active, #dnnOtherTools a:focus
										{ text-decoration: underline; }

/* Navigation CSS */
/********************************************************************/
.RadMenu_SkinNAV .rmGroup .rmLeftImage,
.RadMenu_ContentActions .rmGroup .rmLeftImage
										{ display: none; }
.RadMenu_SkinNAV						{ float: none !important; width: auto !important; position:absolute; padding:0 0 0 192px;}
.RadMenu_SkinNAV .rmRootGroup .rmItem	{ margin: 0 2px 0 0; }
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:link,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:visited 
										{ display: block; text-decoration: none; cursor: pointer; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; 
										font-size: 18px; line-height: 20px; font-weight: 400;
										text-transform: uppercase; text-decoration: none; 
										padding: 8px; }
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:link .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:visited .rmText
										{ padding: 0; margin: 0; color: #fff; }
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:hover,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:active,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:focus,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmSelected,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmSelected:link,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmSelected:visited,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded:link,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded:visited
										{ background: #3b3b3b; }
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:hover .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:active .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:focus .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmSelected .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmSelected:link .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmSelected:visited .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded:link .rmText,
.RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded:visited .rmText
										{ color: #fff; }
.RadMenu_SkinNAV .rmSlide .rmGroup,
.RadMenu_ContentActions .rmGroup 		{ background: #3b3b3b; -moz-box-shadow: 0 4px 6px rgba(0,0,0,0.5); 
										-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.5);
  										box-shadow: 0 4px 6px rgba(0,0,0,0.5); }
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:link,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:visited ,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:link,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:visited 
										{ padding: 7px 10px; margin: 0; text-decoration: none; display: block; 
										white-space: nowrap; font-size: 14px; line-height: 18px;
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-weight: 400; 
										min-width: 200px; _width: 200px; text-transform: uppercase; }
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink .rmText,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:link .rmText,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:visited  .rmText,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink .rmText,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:link .rmText,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:visited .rmText
										{ padding: 0 ; margin: 0; background: transparent; display: inline; 
										font-size: 14px; line-height: 18px; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; 
										font-weight: 400; white-space: nowrap; color: #fff;
										text-transform: none; text-transform: uppercase; }
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink .rmText,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:link .rmText,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:visited .rmText
										{ padding: 0 16px 0 0; }
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink .rmExpandRight,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:link .rmExpandRight,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:visited .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:link .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmLink:visited .rmExpandRight
										{ display: block; padding: 0 16px 0 0; 
										background: transparent url(images/white-arrow.png) right center no-repeat; }
.RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded .rmExpandRight,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link .rmExpandRight,
.RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited .rmExpandRight,
.RadMenu_SkinNAV .rmGroup .rmItem a.rmSelected .rmExpandRight,
.RadMenu_SkinNAV .rmGroup .rmItem a.rmSelected:link .rmExpandRight,
.RadMenu_SkinNAV .rmGroup .rmItem a.rmSelected:visited .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmSelected .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link .rmExpandRight,
.RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited .rmExpandRight
										{ background: transparent url(images/black-arrow.png) right center no-repeat; }
.RadMenu_SkinNAV .rmGroup .rmSeparator,
.RadMenu_ContentActions .rmGroup .rmSeparator
										{ background: #242424; }

/* Skin CSS */
/********************************************************************/
.skin-area								{ background: url(images/skin-bg.jpg) center top repeat-y #252525; min-height: 100%; _height: 100%; }
.skin-width								{ width: 1080px; margin: auto; display: table; max-width:100%;}
.skin-login								{ float: right; color: #fff; padding: 0 18px 5px 18px; }
.skin-nav								{ padding: 12px 0 0 0; position: relative; z-index: 2; }
.login-linksp							{ padding: 0 12px; }
.login-linksp,
a.login-link,
a.login-link:link						{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-size: 18px; font-weight: 300;
										line-height: 24px; font-style: italic; }
.skin-loginSP							{ padding: 0 16px;}
.skin-logo								{ position: absolute; z-index: 3; }
.skin-logo img							{ height: 190px; width: 170px; }
h1.skin-banner							{ font-size: 32px; line-height: 46px; text-transform: uppercase; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-weight: 800; 
										font-style: italic; letter-spacing: 0; padding: 12px 0 12px 200px; }
.skin-content							{ position: relative; z-index: 1; }
.skin-content .sWebTheme_ActionsArea		{ margin: 50px 0 0 0; }

/* Club Home CSS */
/********************************************************************/
.cb-slider								{ background: #232323; border-top: 10px solid #3b3b3b; }
.skin-contentbg							{ background: #232323; padding: 30px 60px 0 60px; 
										-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
										-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
										box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.cb-news								{ padding: 0 0 30px 0; }
.cb-about,
.cb-events, 
.site-links,
.skin-lfinfo							{ width: 635px; float: left; }
.cb-banner,
.skin-rtinfo,
.skin-contact,
.cb-helpful-links						{ width: 310px; float: right; clear: right;}
.inner-content-wp						{ padding: 46px 0 24px 0; }
#Body .LeftPane,#Body .inner-skin .LeftPane			{ width: 600px; padding: 0 24px 0 0; display:table-cell; }
#Body .RightPane,#Body .inner-skin .RightPane		{ width: 336px; display:table-cell; }
#Body .display-table							{ display:table; }
.skin-footer							{ padding: 0 0 64px 0; }
.skin-info								{ padding: 18px 0; }
.cbContainer							{ padding: 0 0 30px 0; }
.cbHeader								{ font-size: 20px; line-height: 32px; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic; font-weight: 700;
										padding: 12px 18px; text-transform: uppercase; }
.chWrapper								{ background: #232323; padding: 30px 58px; }
.cbContent								{ font-family: 'Exo',Arial,Helvetica,sans-serif; 
										font-size: 14px; line-height: 20px; color: #fff; padding: 18px; background: #3B3B3B; }
.cbFooter								{ background: #3b3b3b; padding: 10px 18px; text-align: right; }
a.cbFooterlink,
a.cbFooterlink:link						{ display: inline-block; *display: inline; *zoom: 1;
										font-size: 22px; line-height: 26px; 

										font-family: 'Exo',Arial,Helvetica,sans-serif; 
										padding: 0 24px 0 0; font-weight: normal; font-style: italic;
										background-image: url(images/arrows.png); background-color: transparent;

										font-family: 'exolightitalic',Arial,Helvetica,sans-serif; 
										padding: 0 24px 0 0; font-weight: normal;
										background-image: url(images/arrows1.png); background-color: transparent;

										background-repeat: no-repeat; background-position: right top; }

/* Club Home News CSS */
/********************************************************************/
ul.news-wrapper							{ margin: 0; padding: 0;}
li.news-item								{ float: left; width: 310px; padding: 0 15px 0 0; list-style: none; }
li.news-last-item						{ padding: 0; }
.news-itemwp							{ position: relative; height: 240px; width: 310px; overflow: hidden; }
.news-image img							{ height: 240px; width: 310px; max-width: 100%; }
h2.news-title							{ position: absolute; width: 100%; top: 0; left: 0; padding: 0; }
h2.news-title,
h2.news-title .news-head					{ font-size: 20px; line-height: 32px; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic; font-weight: 500;
										color: #fff; text-transform: uppercase; }
h2.news-title .news-head					{ padding: 12px 18px; display: block; }
.news-summary							{ background: #000; background-color: rgba(0,0,0,0.5); 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-size: 16px; line-height: 22px;
										padding: 18px; color: #fff; position: absolute; top: 240px; left: 0; 
										height: 204px; width: 274px;  }
.new-footer								{ background: #3b3b3b; padding: 10px 18px; text-align: right; }
a.news-link,
a.news-link:link						{ display: inline-block; *display: inline; *zoom: 1;

										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic;
										font-size: 20px; line-height: 26px; padding: 0 24px 0 0;
										background-image: url(images/arrows.png); background-color: transparent;

										 font-family: 'exolightitalic',Arial,Helvetica,sans-serif;
										font-size: 20px; line-height: 26px; font-style: normal; padding: 0 24px 0 0;
										background-image: url(images/arrows1.png); background-color: transparent;

										background-repeat: no-repeat; }

/* Club Home - Google Calendar CSS */
/********************************************************************/
ul.event-wrapper							{ margin: 0; padding: 0; }
li.event-item							{ padding: 6px 14px; background: #555; list-style: none; margin: 0 0 12px 0; }
li.event-last-item						{ margin: 0; }
.event-calendar							{ float: left; padding: 4px 14px 0 0; width: 52px; }
.event-month							{ display: block; font-size: 20px; line-height: 20px; color: #7a7a7a; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic;
										font-weight: 700; text-transform: uppercase; text-align: center; }
.event-day								{ display: block; font-size: 36px; line-height: 36px; color: #7a7a7a; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; margin: 0 0 0 -10px; font-style: italic;
										font-weight: 700; text-transform: uppercase; text-align: center; }
.event-time-wrapper						{ float: left; padding: 7px 0 0 0; }
.event-time								{ display: block; padding: 10px; font-size: 18px; line-height: 24px;
										-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic; font-weight: 800; }
.event-detail							{ padding: 10px 0 10px 186px; }
h2.event-head,
p.event-summary,
a.event-link,
a.event-link:link						{ padding: 0; margin: 0; }
h2.event-head,
a.event-link,
a.event-link:link						{ font-size: 22px; line-height: 24px; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic; font-weight: 700;
										text-transform: uppercase; }
p.event-summary							{ font-size: 14px; line-height: 16px; }

/* Club Home - Helpful Links CSS */
/********************************************************************/
ul.HPWrapper								{ margin: 0; padding: 0;}
li.HPItem								{ list-style: none; padding: 0 0 10px 0; }
li.HPItem-last							{ padding: 0; }
a.HPLink,
a.HPLink:link,
a.HPLink:link							{ padding: 8px 14px; display: block; font-family: 'Exo',Arial,Helvetica,sans-serif; 
										font-size: 18px; line-height: 24px; font-weight: 200; font-style: italic; }

/* Club Home - About Club CSS */
/********************************************************************/
.cb-about .cbContent,
.cb-about .cbContent a,
.cb-about .cbContent a:link				{ font-family: 'Exo',Arial,Helvetica,sans-serif; 
										font-size: 18px; line-height: 24px; font-style: italic; }

/* Club Home - Banner CSS */
/********************************************************************/
a.bannerLink,
a.bannerLink:link						{ display: block; }
a.bannerLink img,
a.bannerLink:link img					{ width: 100%; }

/* Club Home - Sponsors CSS */
/********************************************************************/
.skin-sponsor							{ background: #3b3b3b; margin: auto; padding: 18px 32px; position: relative;
										-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
										-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
										box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.spLeft, .spRight						{ height: 18px; width: 32px; position: absolute; top: -18px; }
.spLeft									{ left: 0; background-position: 0 0; }
.spRight								{ right: 0; background-position: -32px 0; }
.spnWrapper								{ padding: 0 42px; }
.spnWrapper .caroufredsel_wrapper		{ margin: auto !important; padding-right: 10px; }
ul.spnList								{ margin: 0; padding: 0; text-align: center; }
li.spnItem								{ margin: 0; padding: 0 10px; display: inline-block; *display: inline; zoom: 1; }
a.spnPVLinks,
a.spnPVLinks:link,
a.spnNTLinks,
a.spnNTLinks:link						{ background: url(images/sponsor-carousel-nav1.png) 0 0 no-repeat transparent;
										height: 46px; width: 46px; top: 50%; margin: -23px 0 0 0; position: absolute; text-indent: -9999px; }
a.spnPVLinks,
a.spnPVLinks:link						{ left: 32px; }
a.spnNTLinks,
a.spnNTLinks:link						{ right: 32px; }

/* Club Home - Site Links CSS */
/********************************************************************/
ul.slWrapper								{ margin: 0; padding: 0 72px 0 0; float: left; }
ul.slWrapper-last						{ padding: 0; }
li.slItem								{ list-style: none}
a.slLink,
a.slLink:link,
a.slLink:visited						{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-size: 17px; line-height: 26px; font-style: italic; }

/* Footer Container CSS */
/********************************************************************/
h2.ftHead								{ font-size: 20px; line-height: 32px; 
										font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic; font-weight: 800;
										padding: 0 0 12px 0; text-transform: uppercase; }
h2.club-name,
a.club-email,
a.club-email:link,
p.club-address							{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-style: italic;
										font-size: 18px; line-height: 24px; padding: 0; }
a.club-email,
a.club-email:link						{ text-decoration: underline; }
.skin-rtinfo .SkinObject,
.skin-rtinfo a.SkinObject,
.skin-rtinfo a.SkinObject:link			{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-size: 15px; line-height: 20px; font-weight: 300; }

/* Green - CSS */
/********************************************************************/
.isisGreen h1,
.isisGreen h2,
.isisGreen h3,
.isisGreen h4,
.isisGreen h5,
.isisGreen h6,
.isisGreen a, 
.isisGreen a:link, 
.isisGreen a:visited,
.isisGreen h2.ftHead,
.isisGreen .SubHead,
.isisGreen .SkinObject,
.isisGreen a.CommandButton, 
.isisGreen a.CommandButton:link, 
.isisGreen a.CommandButton:visited,
.isisGreen a.SkinObject, 
.isisGreen a.SkinObject:link,
.isisGreen a.SkinObject:visited		{ color: #31a112; }
.isisGreen a:active, 
.isisGreen a:hover, 
.isisGreen a:focus,
.isisGreen a.CommandButton:active, 
.isisGreen a.CommandButton:hover, 
.isisGreen a.CommandButton:focus,
.isisGreen a.SkinObject:hover , 
.isisGreen a.SkinObject:focus,
.isisGreen a.SkinObject:active		{ color: #000; }
.isisGreen .StandardButton			{ background: #31a112; border-color: #186e00; color: #fff; }

/* Borders CSS */
/***************************************/
.isisGreen .skin-info				{ border-top: 5px solid #31a112; }
.isisGreen .cb-slider				{ border-bottom: 5px solid #31a112;}

/* Container CSS */
/***************************************/
.isisGreen a.cbFooterlink,
.isisGreen a.cbFooterlink:link		{ background-position: right top; }

/* Skin CSS */
/***************************************/
.isisGreen .skin-login				{ background: #31a112; }

/* Skin Home Actions */
/***************************************/
.isisGreen a.sWebTheme_showSettings:hover,
.isisGreen a.sWebTheme_ActionsLinks:hover span,
.isisGreen a.sWebTheme_ActionsLinks:focus span,
.isisGreen a.sWebTheme_ActionsLinks:active span
									{ background-color: #31a112; }

/* Menu */
/***************************************/
.isisGreen .skin-nav					{ background:  #31a112; }
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:link,
.isisGreen .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:visited,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link,
.isisGreen .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited
									{ background: #31a112; }

/* Content Rotator */
/***************************************/
.isisGreen .bCarouselWrapper a.bCarouselContentLink, 
.isisGreen .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #31a112; }

/* Club Home - Container and News */
/***************************************/
.isisGreen .cbHeader,
.isisGreen h2.news-title				{ background: #31a112; }
.isisGreen .skin-action,
.isisGreen .cbFooter,
.isisGreen .new-footer				{ border-top: 5px solid #31a112; }
.isisGreen a.news-link,
.isisGreen a.news-link:link			{ background-position: right top; }

/* Club Home - Google Event */
/***************************************/
.isisGreen h2.event-head,
.isisGreen a.event-link,
.isisGreen a.event-link:link			{ color: #fff; }
.isisGreen a.event-link:hover,
.isisGreen a.event-link:focus		{ color: #31a112; }

/* Club Home - Helpful Links */
/***************************************/
.isisGreen a.HPLink,
.isisGreen a.HPLink:link,
.isisGreen a.HPLink:link			{ color: #fff; background: #555; }
.isisGreen a.HPLink:hover,
.isisGreen a.HPLink:focus,
.isisGreen a.HPLink:active			{ background: #31a112; }

/* Club Home - Sponsors CSS */
/***************************************/
.isisGreen .spLeft					{ background: url(images/sponsor-notch.png) 0 0 no-repeat transparent; }
.isisGreen .spRight					{ background: url(images/sponsor-notch.png) -32px 0 no-repeat transparent; }
.isisGreen a.spnPVLinks,
.isisGreen a.spnPVLinks:link			{ background-position: 0 0; }
.isisGreen a.spnNTLinks,
.isisGreen a.spnNTLinks:link			{ background-position: -46px 0; }

/* Blue - CSS */
/********************************************************************/
.isisBlue h1,
.isisBlue h2,
.isisBlue h3,
.isisBlue h4,
.isisBlue h5,
.isisBlue h6,
.isisBlue a, 
.isisBlue a:link, 
.isisBlue a:visited,
.isisBlue h2.ftHead,
.isisBlue .SubHead,
.isisBlue .SkinObject,
.isisBlue a.CommandButton, 
.isisBlue a.CommandButton:link, 
.isisBlue a.CommandButton:visited,
.isisBlue a.SkinObject, 
.isisBlue a.SkinObject:link,
.isisBlue a.SkinObject:visited		{ color: #0079e0; }
.isisBlue a:active, 
.isisBlue a:hover, 
.isisBlue a:focus,
.isisBlue a.CommandButton:active, 
.isisBlue a.CommandButton:hover, 
.isisBlue a.CommandButton:focus,
.isisBlue a.SkinObject:hover , 
.isisBlue a.SkinObject:focus,
.isisBlue a.SkinObject:active		{ color: #000; }
.isisBlue .StandardButton			{ background: #0079e0; border-color: #004c8c; color: #fff; }

/* Borders CSS */
/***************************************/
.isisBlue .skin-info					{ border-top: 5px solid #0079e0; }
.isisBlue .cb-slider					{ border-bottom: 5px solid #0079e0;}

/* Container CSS */
/***************************************/
.isisBlue a.cbFooterlink,
.isisBlue a.cbFooterlink:link		{ background-position: right -52px; }

/* Skin CSS */
/***************************************/
.isisBlue .skin-login				{ background: #0079e0; }

/* Skin Home Actions */
/***************************************/
.isisBlue a.sWebTheme_showSettings:hover,
.isisBlue a.sWebTheme_ActionsLinks:hover span,
.isisBlue a.sWebTheme_ActionsLinks:focus span,
.isisBlue a.sWebTheme_ActionsLinks:active span
									{ background-color: #0079e0; }

/* Menu */
/***************************************/
.isisBlue .skin-nav					{ background:  #0079e0; }
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:link,
.isisBlue .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:visited,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link,
.isisBlue .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited
									{ background: #0079e0; }

/* Content Rotator */
/***************************************/
.isisBlue .bCarouselWrapper a.bCarouselContentLink, 
.isisBlue .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #0079e0; }

/* Club Home - Container and News */
/***************************************/
.isisBlue .cbHeader,
.isisBlue h2.news-title				{ background: #0079e0; }
.isisBlue .skin-action,
.isisBlue .cbFooter,
.isisBlue .new-footer				{ border-top: 5px solid #0079e0; }
.isisBlue a.news-link,
.isisBlue a.news-link:link			{ background-position: right -52px; }

/* Club Home - Google Event */
/***************************************/
.isisBlue h2.event-head,
.isisBlue a.event-link,
.isisBlue a.event-link:link			{ color: #fff; }
.isisBlue a.event-link:hover,
.isisBlue a.event-link:focus			{ color: #0079e0; }

/* Club Home - Helpful Links */
/***************************************/
.isisBlue a.HPLink,
.isisBlue a.HPLink:link,
.isisBlue a.HPLink:link			{ color: #fff; background: #555; }
.isisBlue a.HPLink:hover,
.isisBlue a.HPLink:focus,
.isisBlue a.HPLink:active			{ background: #0079e0; }

/* Club Home - Sponsors CSS */
/***************************************/
.isisBlue .spLeft					{ background: url(images/sponsor-notch.png) 0 -36px no-repeat transparent; }
.isisBlue .spRight					{ background: url(images/sponsor-notch.png) -32px -36px no-repeat transparent; }
.isisBlue a.spnPVLinks,
.isisBlue a.spnPVLinks:link			{ background-position: 0 -92px; }
.isisBlue a.spnNTLinks,
.isisBlue a.spnNTLinks:link			{ background-position: -46px -92px; }

/* Red - CSS */
/********************************************************************/
.isisRed h1,
.isisRed h2,
.isisRed h3,
.isisRed h4,
.isisRed h5,
.isisRed h6,
.isisRed a, 
.isisRed a:link, 
.isisRed a:visited,
.isisRed h2.ftHead,
.isisRed .SubHead,
.isisRed .SkinObject,
.isisRed a.CommandButton, 
.isisRed a.CommandButton:link, 
.isisRed a.CommandButton:visited,
.isisRed a.SkinObject, 
.isisRed a.SkinObject:link,
.isisRed a.SkinObject:visited		{ color: #ef0107; }
.isisRed .StandardButton				{ background: #ef0107; border-color: #a20004; color: #fff; }

/* Borders CSS */
/***************************************/
.isisRed .skin-info					{ border-top: 5px solid #ef0107; }
.isisRed .cb-slider					{ border-bottom: 5px solid #ef0107;}

/* Container CSS */
/***************************************/
.isisRed a.cbFooterlink,
.isisRed a.cbFooterlink:link			{ background-position: right -78px; }

/* Skin CSS */
/***************************************/
.isisRed .skin-login					{ background: #ef0107; }

/* Skin Home Actions */
/***************************************/
.isisRed a.sWebTheme_showSettings:hover,
.isisRed a.sWebTheme_ActionsLinks:hover span,
.isisRed a.sWebTheme_ActionsLinks:focus span,
.isisRed a.sWebTheme_ActionsLinks:active span
									{ background-color: #ef0107; }

/* Menu */
/***************************************/
.isisRed .skin-nav					{ background:  #ef0107; }
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:link,
.isisRed .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:visited,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link,
.isisRed .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited
									{ background: #ef0107; }

/* Content Rotator */
/***************************************/
.isisRed .bCarouselWrapper a.bCarouselContentLink, 
.isisRed .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #ef0107; }

/* Club Home - Container and News */
/***************************************/
.isisRed .cbHeader,
.isisRed h2.news-title				{ background: #ef0107; }
.isisRed .skin-action,
.isisRed .cbFooter,
.isisRed .new-footer					{ border-top: 5px solid #ef0107; }
.isisRed a.news-link,
.isisRed a.news-link:link			{ background-position: right -78px; }

/* Club Home - Google Event */
/***************************************/
.isisRed h2.event-head,
.isisRed a.event-link,
.isisRed a.event-link:link			{ color: #fff; }
.isisRed a.event-link:hover,
.isisRed a.event-link:focus			{ color: #ef0107; }

/* Club Home - Helpful Links */
/***************************************/
.isisRed a.HPLink,
.isisRed a.HPLink:link,
.isisRed a.HPLink:link			{ color: #fff; background: #555; }
.isisRed a.HPLink:hover,
.isisRed a.HPLink:focus,
.isisRed a.HPLink:active				{ background: #ef0107; }

/* Club Home - Sponsors CSS */
/***************************************/
.isisRed .spLeft						{ background: url(images/sponsor-notch.png) 0 -54px no-repeat transparent; }
.isisRed .spRight					{ background: url(images/sponsor-notch.png) -32px -54px no-repeat transparent; }
.isisRed a.spnPVLinks,
.isisRed a.spnPVLinks:link			{ background-position: 0 -138px; }
.isisRed a.spnNTLinks,
.isisRed a.spnNTLinks:link			{ background-position: -46px -138px; }

/* Gray - CSS */
/********************************************************************/
.isisGray h1,
.isisGray h2,
.isisGray h3,
.isisGray h4,
.isisGray h5,
.isisGray h6,
.isisGray a, 
.isisGray a:link, 
.isisGray a:visited,
.isisGray .SubHead,
.isisGray .SkinObject,
.isisGray a.CommandButton, 
.isisGray a.CommandButton:link, 
.isisGray a.CommandButton:visited,
.isisGray a.SkinObject, 
.isisGray a.SkinObject:link,
.isisGray a.SkinObject:visited		{ color: #ef0107; }
.isisHome h1,
.isisHome h2,
.isisHome h3,
.isisHome h4,
.isisHome h5,
.isisHome h6,
.isisHome a, 
.isisHome a:link, 
.isisHome a:visited,
.isisHome h2.ftHead,
.isisGray h2.ftHead,
.isisGray a.club-email,
.isisGray a.club-email:link,
.isisHome .SubHead,
.isisHome .SkinObject,
.isisHome a.CommandButton, 
.isisHome a.CommandButton:link, 
.isisHome a.CommandButton:visited,
.isisHome a.SkinObject, 
.isisHome a.SkinObject:link,
.isisHome a.SkinObject:visited		{ color: #a2a2a2; }
.isisGray .StandardButton			{ background: #a2a2a2; border-color: #a2a2a2; color: #fff; }

/* Borders CSS */
/***************************************/
.isisGray .skin-info					{ border-top: 5px solid #a2a2a2; }
.isisGray .cb-slider					{ border-bottom: 5px solid #a2a2a2;}

/* Container CSS */
/***************************************/
.isisGray a.cbFooterlink,
.isisGray a.cbFooterlink:link		{ background-position: right -26px; }

/* Skin CSS */
/***************************************/
.isisGray .skin-login				{ background: #a2a2a2; }

/* Skin Home Actions */
/***************************************/
.isisGray a.sWebTheme_showSettings:hover,
.isisGray a.sWebTheme_ActionsLinks:hover span,
.isisGray a.sWebTheme_ActionsLinks:focus span,
.isisGray a.sWebTheme_ActionsLinks:active span
									{ background-color: #a2a2a2; }

/* Menu */
/***************************************/
.isisGray .skin-nav					{ background:  #a2a2a2; }
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:link,
.isisGray .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:visited,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link,
.isisGray .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited
									{ background: #a2a2a2; }

/* Content Rotator */
/***************************************/
.isisGray .bCarouselWrapper a.bCarouselContentLink, 
.isisGray .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #a2a2a2; }

/* Club Home - Container and News */
/***************************************/
.isisGray .cbHeader,
.isisGray h2.news-title				{ background: #a2a2a2; }
.isisGray .skin-action,
.isisGray .cbFooter,
.isisGray .new-footer				{ border-top: 5px solid #a2a2a2; }
.isisGray a.news-link,
.isisGray a.news-link:link			{ background-position: right -26px; }

/* Club Home - Google Event */
/***************************************/
.isisGray h2.event-head,
.isisGray a.event-link,
.isisGray a.event-link:link			{ color: #fff; }
.isisGray a.event-link:hover,
.isisGray a.event-link:focus			{ color: #a2a2a2; }

/* Club Home - Helpful Links */
/***************************************/
.isisGray a.HPLink,
.isisGray a.HPLink:link,
.isisGray a.HPLink:link			{ color: #fff; background: #555; }
.isisGray a.HPLink:hover,
.isisGray a.HPLink:focus,
.isisGray a.HPLink:active			{ background: #a2a2a2; }

/* Club Home - Sponsors CSS */
/***************************************/
.isisGray .spLeft					{ background: url(images/sponsor-notch.png) 0 -18px no-repeat transparent; }
.isisGray .spRight					{ background: url(images/sponsor-notch.png) -32px -18px no-repeat transparent; }
.isisGray a.spnPVLinks,
.isisGray a.spnPVLinks:link			{ background-position: 0 -46px; }
.isisGray a.spnNTLinks,
.isisGray a.spnNTLinks:link			{ background-position: -46px -46px; }



/*Orange-CSS*/
/********************************************************************/

.isisOrange h1,
.isisOrange h2,
.isisOrange h3,
.isisOrange h4,
.isisOrange h5,
.isisOrange h6,
.isisOrange a, 
.isisOrange a:link, 
.isisOrange a:visited,
.isisOrange h2.ftHead,
.isisOrange .SubHead,
.isisOrange .SkinObject,
.isisOrange a.CommandButton, 
.isisOrange a.CommandButton:link, 
.isisOrange a.CommandButton:visited,
.isisOrange a.SkinObject, 
.isisOrange a.SkinObject:link,
.isisOrange a.SkinObject:visited		{ color: #ff7607; }
.isisOrange a:active, 
.isisOrange a:hover, 
.isisOrange a:focus,
.isisOrange a.CommandButton:active, 
.isisOrange a.CommandButton:hover, 
.isisOrange a.CommandButton:focus,
.isisOrange a.SkinObject:hover , 
.isisOrange a.SkinObject:focus,
.isisOrange a.SkinObject:active		{ color: #000; }
.isisOrange .StandardButton			{ background: #ff7607; border-color: #004c8c; color: #fff; }

.isisOrange h2.dtHead {
  background-color: #ff7607 !important;
}

/* Borders CSS */
/***************************************/
.isisOrange .skin-info					{ border-top: 5px solid #ff7607; }
.isisOrange .cb-slider					{ border-bottom: 5px solid #ff7607;}

/* Container CSS */
/***************************************/
.isisOrange a.cbFooterlink,
.isisOrange a.cbFooterlink:link		{ background-position: right -156px; }

/* Skin CSS */
/***************************************/
.isisOrange .skin-login				{ background: #ff7607; }

/* Skin Home Actions */
/***************************************/
.isisOrange a.sWebTheme_showSettings:hover,
.isisOrange a.sWebTheme_ActionsLinks:hover span,
.isisOrange a.sWebTheme_ActionsLinks:focus span,
.isisOrange a.sWebTheme_ActionsLinks:active span
									{ background-color: #ff7607; }

/* Menu */
/***************************************/
.isisOrange .skin-nav					{ background:  #ff7607; }
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:link,
.isisOrange .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:visited,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link,
.isisOrange .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited
									{ background: #ff7607; }

/* Content Rotator */
/***************************************/
.isisOrange .bCarouselWrapper a.bCarouselContentLink, 
.isisOrange .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #ff7607; }

/* Club Home - Container and News */
/***************************************/
.isisOrange .cbHeader,
.isisOrange h2.news-title				{ background: #ff7607; }
.isisOrange .skin-action,
.isisOrange .cbFooter,
.isisOrange .new-footer				{ border-top: 5px solid #ff7607; }
.isisOrange a.news-link,
.isisOrange a.news-link:link			{ background-position: right -156px; }

/* Club Home - Google Event */
/***************************************/
.isisOrange h2.event-head,
.isisOrange a.event-link,
.isisOrange a.event-link:link			{ color: #fff; }
.isisOrange a.event-link:hover,
.isisOrange a.event-link:focus			{ color: #ff7607; }

/* Club Home - Helpful Links */
/***************************************/
.isisOrange a.HPLink,
.isisOrange a.HPLink:link,
.isisOrange a.HPLink:link			{ color: #fff; background: #555; }
.isisOrange a.HPLink:hover,
.isisOrange a.HPLink:focus,
.isisOrange a.HPLink:active			{ background: #ff7607; }

/* Club Home - Sponsors CSS */
/***************************************/
/*
.isisOrange .spLeft					{ background: url(images/sponsor-notch1.png) 0px -90px no-repeat transparent; }
.isisOrange .spRight					{ background: url(images/sponsor-notch1.png) -32px -90px no-repeat transparent; }
*/
.isisOrange a.spnPVLinks,
.isisOrange a.spnPVLinks:link			{ background-position: 0 -277px; }
.isisOrange a.spnNTLinks,
.isisOrange a.spnNTLinks:link			{ background-position: -46px -277px; }



.isisOrange .skin-width.skin-sponsor:before,
.isisOrange .skin-width.skin-sponsor:after{
content: "";
position:absolute;
border-style:solid;
border-color:transparent;
bottom:126px;
}

.isisOrange .skin-width.skin-sponsor:before{
border-width: 0 0 18px 32px;
    border-bottom-color: #ff7607;
    left: -1px;
}
.isisOrange .skin-width.skin-sponsor:after{
border-width: 0 32px 18px 0;
    border-bottom-color: #ff7607;
    right: 0;
}




/*Purple-CSS*/
/********************************************************************/

.isisPurple h1,
.isisPurple h2,
.isisPurple h3,
.isisPurple h4,
.isisPurple h5,
.isisPurple h6,
.isisPurple a, 
.isisPurple a:link, 
.isisPurple a:visited,
.isisPurple h2.ftHead,
.isisPurple .SubHead,
.isisPurple .SkinObject,
.isisPurple a.CommandButton, 
.isisPurple a.CommandButton:link, 
.isisPurple a.CommandButton:visited,
.isisPurple a.SkinObject, 
.isisPurple a.SkinObject:link,
.isisPurple a.SkinObject:visited		{ color: #842cc9; }
.isisPurple a:active, 
.isisPurple a:hover, 
.isisPurple a:focus,
.isisPurple a.CommandButton:active, 
.isisPurple a.CommandButton:hover, 
.isisPurple a.CommandButton:focus,
.isisPurple a.SkinObject:hover , 
.isisPurple a.SkinObject:focus,
.isisPurple a.SkinObject:active		{ color: #000; }
.isisPurple .StandardButton			{ background: #842cc9; border-color: #004c8c; color: #fff; }

.isisPurple h2.dtHead {
  background-color: #842cc9 !important;
}

/* Borders CSS */
/***************************************/
.isisPurple .skin-info					{ border-top: 5px solid #842cc9; }
.isisPurple .cb-slider					{ border-bottom: 5px solid #842cc9;}

/* Container CSS */
/***************************************/
.isisPurple a.cbFooterlink,
.isisPurple a.cbFooterlink:link		{ background-position: right -181px; }

/* Skin CSS */
/***************************************/
.isisPurple .skin-login				{ background: #842cc9; }

/* Skin Home Actions */
/***************************************/
.isisPurple a.sWebTheme_showSettings:hover,
.isisPurple a.sWebTheme_ActionsLinks:hover span,
.isisPurple a.sWebTheme_ActionsLinks:focus span,
.isisPurple a.sWebTheme_ActionsLinks:active span
									{ background-color: #842cc9; }

/* Menu */
/***************************************/
.isisPurple .skin-nav					{ background:  #842cc9; }
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:link,
.isisPurple .RadMenu_SkinNAV .rmSlide .rmItem a.rmSelected:visited,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:link,
.isisPurple .RadMenu_ContentActions .rmGroup .rmItem a.rmSelected:visited
									{ background: #842cc9; }

/* Content Rotator */
/***************************************/
.isisPurple .bCarouselWrapper a.bCarouselContentLink, 
.isisPurple .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #842cc9; }

/* Club Home - Container and News */
/***************************************/
.isisPurple .cbHeader,
.isisPurple h2.news-title				{ background: #842cc9; }
.isisPurple .skin-action,
.isisPurple .cbFooter,
.isisPurple .new-footer				{ border-top: 5px solid #842cc9; }
.isisPurple a.news-link,
.isisPurple a.news-link:link			{ background-position: right -181px; }

/* Club Home - Google Event */
/***************************************/
.isisPurple h2.event-head,
.isisPurple a.event-link,
.isisPurple a.event-link:link			{ color: #fff; }
.isisPurple a.event-link:hover,
.isisPurple a.event-link:focus			{ color: #842cc9; }

/* Club Home - Helpful Links */
/***************************************/
.isisPurple a.HPLink,
.isisPurple a.HPLink:link,
.isisPurple a.HPLink:link			{ color: #fff; background: #555; }
.isisPurple a.HPLink:hover,
.isisPurple a.HPLink:focus,
.isisPurple a.HPLink:active			{ background: #842cc9; }

/* Club Home - Sponsors CSS */
/***************************************/
/*
.isisPurple .spLeft					{ background: url(images/sponsor-notch1.png) 0 -108px no-repeat transparent; }
.isisPurple .spRight					{ background: url(images/sponsor-notch1.png) -32px -108px no-repeat transparent; }
*/
.isisPurple a.spnPVLinks,
.isisPurple a.spnPVLinks:link			{ background-position: 0 -323px; }
.isisPurple a.spnNTLinks,
.isisPurple a.spnNTLinks:link			{ background-position: -46px -323px; }


.isisPurple .skin-width.skin-sponsor:before,
.isisPurple .skin-width.skin-sponsor:after{
content: "";
position:absolute;
border-style:solid;
border-color:transparent;
bottom:126px;
}

.isisPurple .skin-width.skin-sponsor:before{
border-width: 0 0 18px 32px;
    border-bottom-color: #812bc3;
    left: -1px;
}
.isisPurple .skin-width.skin-sponsor:after{
border-width: 0 32px 18px 0;
    border-bottom-color: #812bc3;
    right: 0;
}






/*Yellow-CSS*/
/********************************************************************/

.isisYellow h1,
.isisYellow h2,
.isisYellow h3,
.isisYellow h4,
.isisYellow h5,
.isisYellow h6,
.isisYellow a, 
.isisYellow a:link, 
.isisYellow a:visited,
.isisYellow .SubHead,
.isisYellow .SkinObject,
.isisYellow a.CommandButton, 
.isisYellow a.CommandButton:link, 
.isisYellow a.CommandButton:visited,
.isisYellow a.SkinObject, 
.isisYellow a.SkinObject:link,
.isisYellow a.SkinObject:visited		{ color: #696969; }
.isisYellow a:active, 
.isisYellow a:hover, 
.isisYellow a:focus,
.isisYellow a.CommandButton:active, 
.isisYellow a.CommandButton:hover, 
.isisYellow a.CommandButton:focus,
.isisYellow a.SkinObject:hover , 
.isisYellow a.SkinObject:focus,
.isisYellow a.SkinObject:active		{ color: #000; }
.isisYellow .StandardButton			{ background: #ffd800; border-color: #004c8c; color: #fff; }
.isisYellow .Normal a, 
.isisYellow .Normal a:link, 
.isisYellow .Normal a:visited          { color: #ffd800;}
.isisYellow .Normal a:hover, 
.isisYellow .Normal a:active, 
.isisYellow .Normal a:focus              { color: #696969;}

.isisYellow h2.dtHead                               { background-color: #ffd800 !important; }
.isisYellow h2.ftHead                               { color:#ffd800; }

/* Test for commit */
/* Borders CSS */
/***************************************/
.isisYellow .skin-info					{ border-top: 5px solid #ffd800; }
.isisYellow .cb-slider					{ border-bottom: 5px solid #ffd800;}

/* Container CSS */
/***************************************/
.isisYellow a.cbFooterlink,
.isisYellow a.cbFooterlink:link		{ background-position: right -130px; }

.isisYellow a.cbFooterlink:hover,
.isisYellow a.cbFooterlink:focus	{ color: #fff; background-position: right -104px; }

/* Skin CSS */
/***************************************/
.isisYellow .skin-login				{ background: #ffd800; }

.isisYellow  .login-linksp,
.isisYellow a.login-link, .isisYellow a.login-link:link{
color:#3b3b3b !important;
}

.isisYellow a.login-link:hover{
color:#000000 !important;
}

.isisYellow a.news-link, .isisYellow a.cbFooterlink{
 color:#ffd800;   
}


/* Skin Home Actions */
/***************************************/
.isisYellow a.sWebTheme_showSettings:hover,
.isisYellow a.sWebTheme_ActionsLinks:hover span,
.isisYellow a.sWebTheme_ActionsLinks:focus span,
.isisYellow a.sWebTheme_ActionsLinks:active span
									{ background-color: #ffd800; }

/* Menu */
/***************************************/
.isisYellow .skin-nav					{ background:  #ffd800; }
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:hover,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:focus,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:active,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:hover,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:focus,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:active,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded ,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:link ,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmExpanded:visited ,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded ,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:link ,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmExpanded:visited ,
.isisYellow .RadMenu_SkinNAV .rmGroup .rmItem a.rmSelected ,
.isisYellow .RadMenu_SkinNAV .rmGroup .rmItem a.rmSelected:link ,
.isisYellow .RadMenu_SkinNAV .rmGroup .rmItem a.rmSelected:visited
									{ background: #535353;   }

.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:link .rmText
										{ color: #3b3b3b; }

.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:active .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:hover .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmLink:focus .rmText,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink .rmText,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:link .rmText,
.isisYellow .RadMenu_SkinNAV .rmSlide .rmItem a.rmLink:visited  .rmText,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmLink .rmText,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:link .rmText,
.isisYellow .RadMenu_ContentActions .rmGroup .rmItem a.rmLink:visited .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem a.rmExpanded:link .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmItem  a.rmSelected .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmVertical .rmItem  a.rmLink:active .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmVertical .rmItem  a.rmLink:hover .rmText,
.isisYellow .RadMenu_SkinNAV .rmRootGroup .rmVertical .rmItem  a.rmLink:focus .rmText
										{ color: #ffffff !important; }


/* Content Rotator */
/***************************************/
.isisYellow .bCarouselWrapper a.bCarouselContentLink, 
.isisYellow .bCarouselWrapper a.bCarouselContentLink:link
									{ color: #ffd800; }

/* Club Home - Container and News */
/***************************************/
.isisYellow .cbHeader,
.isisYellow h2.news-title				{ background: #ffd800 !important; color:#3b3b3b !important; }
.isisYellow .skin-action,
.isisYellow .cbFooter,
.isisYellow .new-footer				{ border-top: 5px solid #ffd800; }
.isisYellow a.news-link,
.isisYellow a.news-link:link			{ background-position: right -130px; }

.isisYellow span.news-head{
 color:#3b3b3b !important;   
}

.isisYellow .club-address a{
 color:#ffd800; 
}

.isisYellow h2.dtHead span			{  color:#3b3b3b !important; }
.isisYellow  h2.dtHead{color:#3b3b3b !important;}

/* Club Home - Google Event */
/***************************************/
.isisYellow h2.event-head,
.isisYellow a.event-link,
.isisYellow a.event-link:link			{ color: #fff; }
.isisYellow a.event-link:hover,
.isisYellow a.event-link:focus			{ color: #ffd800; }

/* Club Home - Helpful Links */
/***************************************/
.isisYellow a.HPLink,
.isisYellow a.HPLink:link,
.isisYellow a.HPLink:link			{ color: #fff; background: #555; }
.isisYellow a.HPLink:hover,
.isisYellow a.HPLink:focus,
.isisYellow a.HPLink:active			{ background: #ffd800; color:#555555; }

/* Club Home - Sponsors CSS */
/***************************************/




 .isisYellow a.spnPVLinks,
.isisYellow a.spnPVLinks:link			{ background-position: 0 -230px; }
.isisYellow a.spnNTLinks,
.isisYellow a.spnNTLinks:link			{ background-position: -46px -230px; }

.isisYellow a.spnNTLinks:hover		{ background-position: -46px -184px; }


.isisYellow .skin-width.skin-sponsor:before,
.isisYellow .skin-width.skin-sponsor:after{
content: "";
position:absolute;
border-style:solid;
border-color:transparent;
bottom:126px;
}

.isisYellow .skin-width.skin-sponsor:before{
border-width: 0 0 18px 32px;
    border-bottom-color: #ffd800;
    left: -1px;
}
.isisYellow .skin-width.skin-sponsor:after{
border-width: 0 32px 18px 0;
    border-bottom-color: #ffd800;
    right: 0;
}

/* Mobile nav CSS ( ticket: FEWD-482) */ 
/********************************************************************/
.isisYellow #mobNav.Yellow #navMenu .navLink, 
.isisYellow #mobNav.Yellow #navMenu .navLink:link,
.isisYellow #mobNav.Yellow #navMenu .navLink:visited,
.isisYellow #mobNav.Yellow .navTabs .navItem.last .navLink,
.isisYellow #mobNav.Yellow .navTabs .navItem.last .navLink:link,
.isisYellow #mobNav.Yellow .navTabs .navItem.last .navLink:visited		{ color: #3b3b3b !important;}
.isisYellow #mobNav.Yellow #navMenu .navExpand.navArrow .navIcon,
.isisYellow #mobNav.Yellow #navMenu .navFooter .navIcon,
.isisYellow #mobNav.Yellow .navBar .navIcon								{ fill: #3b3b3b !important;}
.isisYellow #mobNav.Yellow #navMenu .navFooter::after						{ background : #3b3b3b !important;}


/* Club Home Slider CSS */
/********************************************************************/
.isisDefault .bCarouselWrapper h3.bCarouselTitle
										{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-weight: 700; }
.isisDefault .bCarouselWrapper p.bCarouselContent
										{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-weight: 300;  }
.isisDefault .bCarouselWrapper a.bCarouselContentLink,
.isisDefault .bCarouselWrapper a.bCarouselContentLink:link
										{ font-family: 'Exo',Arial,Helvetica,sans-serif; font-weight: 300;  }

/* Skin Overwrite */
/********************************************************************/
.isisDefault a:active, 
.isisDefault a:hover, 
.isisDefault a:focus,
.isisDefault a.CommandButton:active, 
.isisDefault a.CommandButton:hover, 
.isisDefault a.CommandButton:focus,
.isisDefault a.SkinObject:hover , 
.isisDefault a.SkinObject:focus,
.isisDefault a.SkinObject:active		{ color: #000; }
.isisDefault a.login-link,
.isisDefault a.login-link:link		{ color: #fff; }
.isisDefault a.login-link:hover,
.isisDefault a.login-link:focus		{ color: #000; }
.isisDefault .StandardButton:hover, 
.isisDefault .StandardButton:focus	{ background: #232323; border-color: #000; color: #fff; }
.isisDefault .cbHeader,
.isisDefault h1.skin-banner,
.isisDefault h2.news-title			{ color: #fff; }
.isisDefault p.event-summary			{ color: #b6b6b6; }
.isisDefault .cbContent,
.isisDefault .news-itemwp			{ background: #3B3B3B; }
.isisDefault a.news-link:hover,
.isisDefault a.news-link:focus,
.isisDefault a.cbFooterlink:hover,
.isisDefault a.cbFooterlink:focus	{ color: #fff; background-position: right -104px; }
.isisDefault a.spnPVLinks:hover,
.isisDefault a.spnPVLinks:focus		{ background-position: 0 -184px; }
.isisDefault a.spnNTLinks:hover,
.isisDefault a.spnNTLinks:focus		{ background-position: -46px -184px; }
.isisDefault .event-time				{ background: #7a7a7a; border-top: 1px solid #909090; border-right: 1px solid #535353;
									border-bottom: 1px solid #3d3d3d; border-right: 1px solid #858585; }
.isisDefault .cb-about .cbContent a:hover,
.isisDefault .cb-about .cbContent a:focus
									{ color: #fff; text-decoration: underline; }
.isisDefault h2.club-name,
.isisDefault p.club-address,
.isisDefault a.slLink,
.isisDefault a.slLink:link,
.isisDefault a.slLink:visited,
.isisDefault .skin-rtinfo,
.isisDefault .skin-rtinfo .SkinObject,
.isisDefault .skin-rtinfo a.SkinObject,
.isisDefault .skin-rtinfo a.SkinObject:link
									{ color: #676767; }
.isisDefault a.slLink:hover,
.isisDefault a.slLink:focus,
.isisDefault a.slLink:active,
.isisDefault a.club-email:hover,
.isisDefault a.club-email:focus,
.isisDefault .skin-rtinfo a.SkinObject:hover,
.isisDefault .skin-rtinfo a.SkinObject:focus
									{ color: #fff; }
									
.isisDefault .skin-info a.hiddenlogin,
.isisDefault .skin-info a.hiddenlogin:link,
.isisDefault .skin-info a.hiddenlogin:visited
									{ color: #232323; }	
.isisDefault .skin-info a.hiddenlogin:hover,
.isisDefault .skin-info a.hiddenlogin:focus,
.isisDefault .skin-info a.hiddenlogin:active
									{ color: #676767; }
.isisDefault .termsContent,
.isisDefault .privacyContent			{ background-color: #fff; border: 1px solid #b2b6bd; margin: auto; max-width: 934px; padding: 12px; }


/* FCX Soccer Club Overwrite */
/********************************************************************/
.fcxDefault .skin-logo				{ position: relative; float: left; }
.fcxDefault .skin-logo img			{ height: 75px; width: 130px; }
.fcxDefault .skin-header				{ padding: 12px 0; }
.fcxDefault h1.skin-banner			{ float: left; padding: 14px 60px; text-transform: inherit; font-weight: normal;
									font-family: 'Hammersmith One',Arial,Helvetica,sans-serif; }
.fcxDefault .skin-login				{ float: right; background: transparent; padding: 0; }
.fcxDefault a.login-link, 
.fcxDefault a.login-link:link,
.fcxDefault a.login-link:visited		{ display: block; margin: auto; padding: 4px 12px; margin: 3px 0; background: #EF0107; text-align: center; }
.fcxDefault a.login-link:hover, 
.fcxDefault a.login-link:focus,
.fcxDefault a.login-link:active		{ background: #fff; color: #333; }
.fcxDefault .RadMenu_SkinNAV			{ padding: 0; }
.fcxDefault .inner-content-wp		{ padding: 0 0 12px 0; }

/* Event Status CSS */
.event-item  span.status				{ font-family: 'Lato'; background: #ffffff; padding: 3px 7px; border-radius: 3px; font-size: 15px; line-height: 15px; font-weight: 500;
										margin-left: 10px; display: inline-block; font-style: italic; text-transform: none; letter-spacing: 0.5px; } 
.event-item span.rescheduled			{ color: #09957e; } 
.event-item span.canceled			{ color: #a74544; }
.event-item span.postponed			{ color: #f8972a; }