﻿@charset "UTF-8";
html {margin: 0; padding:0;}
body {margin: 0 auto; padding:0; font-family: Arial,Sans-Serif,Default;}
.clear{clear:both}
strong{font-weight:bold}
#centerAll {
	width: 1001px;
	min-width: 1001px;
	margin: 0 auto;
	height: auto;
}
img {
	border: 0 none;
}
p {
	padding: 0;
	margin: 0;
}
button {
padding: 0;
margin: 0;
border: 0;
cursor: pointer;
border: 0 none;
}
input {
border: none;
padding: 0;
}
input[type="submit"]{ -webkit-appearance: none; }

input[type="text"],input[type="password"],textarea,select {
	background-color: #e0ebf2;
	border: 1px solid #093756;
	
	font-weight: normal;
	padding: 3px 5px;
	font-size: 16px;
	height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	vertical-align: top;
	-moz-box-shadow:inset rgba(2,3,3,.75) 0px 0px 2px;
	-webkit-box-shadow:inset rgba(2,3,3,.75) 0px 0px 2px;
	box-shadow:inset rgba(2,3,3,.75) 0px 0px 2px;
	/***** shadow ******/
/*
		-moz-box-shadow: rgba(255,255,255,.44) 0px 1px 2px;
	-webkit-box-shadow: rgba(255,255,255,.44) 0px 1px 2px;
	box-shadow: rgba(255,255,255,.44) 0px 1px 2px;
*/
	
}

select{
	height: 30px;
	margin-top: 0px; 
	padding-left: 1px;
	padding-right: 1px;
}
select::-ms-expand {
	display: none;
}
:root select { /*exclude ie9 and lower*/
	padding-right: 14px;
	padding-left: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 50%;
	background-image: url(../img/blackSelMod-w.png);
	min-width:40px;
}
:root select { padding-right: 5px; \0/IE9; }  /* IE9 + IE10pp4 */
.picker select{height:auto}

/*#billingOuterCont select*/

.fancySelect{background-color: #e0ebf2;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,.fancyList > li:hover, .fancyList > li.focused {background-color: #ffc;}
input[type="text"].inputOnDefault ,input[type="password"].inputOnDefault, textarea.inputOnDefault, input[type="text"].inputOnDefault:focus ,input[type="password"].inputOnDefault:focus, textarea.inputOnDefault:focus{color:gray}
input[type="text"].inputDisabled ,input[type="password"].inputDisabled, textarea.inputDisabled, input[type="text"].inputDisabled:focus ,input[type="password"].inputDisabled:focus, textarea.inputDisabled:focus{background-color:lightgray}
input.hasError, select.hasError, textarea.hasError, .fancySelect.hasError {border-color:rgb(255, 15, 98)}


fieldset span.dollarSign {
	font-size: 15px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(00,00,00, .75);
	line-height: 28px;
	margin-right: 3px;
	float:left;
	width:8px;
}
fieldset > label {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	display: block;
}
fieldset > label a{color: #ffffff; text-decoration:underline}
fieldset > label a:hover{text-decoration:none}
li {
list-style: none;
}
a{
	text-decoration: none;
}
input.btn{font-size:13px; width:auto; height:27px; line-height:27px; padding: 0 20px; display:inline-block; zoom:1; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; color:#fff; font-weight:bold; cursor:pointer; text-shadow: 1px 1px 1px rgba(00,00,00, .75); -webkit-box-shadow: rgba(00,00,00, .45) 1px 1px 4px; -moz-box-shadow: rgba(00,00,00, .45) 1px 1px 4px; box-shadow: rgba(00,00,00, .45) 1px 1px 4px;
background: #9eb145;
background: -moz-linear-gradient(top,  #9eb145 0%, #c8d63e 3%, #b1c732 7%, #a4bd2d 10%, #9ab22a 24%, #74861f 62%, #5e6d1a 90%, #869d16 93%, #a7a7a7 97%, #bdbdbd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eb145), color-stop(3%,#c8d63e), color-stop(7%,#b1c732), color-stop(10%,#a4bd2d), color-stop(24%,#9ab22a), color-stop(62%,#74861f), color-stop(90%,#5e6d1a), color-stop(93%,#869d16), color-stop(97%,#a7a7a7), color-stop(100%,#bdbdbd));
background: -webkit-linear-gradient(top,  #9eb145 0%,#c8d63e 3%,#b1c732 7%,#a4bd2d 10%,#9ab22a 24%,#74861f 62%,#5e6d1a 90%,#869d16 93%,#a7a7a7 97%,#bdbdbd 100%);
background: -o-linear-gradient(top,  #9eb145 0%,#c8d63e 3%,#b1c732 7%,#a4bd2d 10%,#9ab22a 24%,#74861f 62%,#5e6d1a 90%,#869d16 93%,#a7a7a7 97%,#bdbdbd 100%);
background: -ms-linear-gradient(top,  #9eb145 0%,#c8d63e 3%,#b1c732 7%,#a4bd2d 10%,#9ab22a 24%,#74861f 62%,#5e6d1a 90%,#869d16 93%,#a7a7a7 97%,#bdbdbd 100%);
background: linear-gradient(top,  #9eb145 0%,#c8d63e 3%,#b1c732 7%,#a4bd2d 10%,#9ab22a 24%,#74861f 62%,#5e6d1a 90%,#869d16 93%,#a7a7a7 97%,#bdbdbd 100%);
          
}
input.btn2{
background: #b6b6b6;
background: -moz-linear-gradient(top,  #b6b6b6 0%, #686868 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b6b6), color-stop(100%,#686868));
background: -webkit-linear-gradient(top,  #b6b6b6 0%,#686868 100%);
background: -o-linear-gradient(top,  #b6b6b6 0%,#686868 100%);
background: -ms-linear-gradient(top,  #b6b6b6 0%,#686868 100%);
background: linear-gradient(top,  #b6b6b6 0%,#686868 100%);
}
input.btn.disabled{background:Gray; cursor:default; text-shadow:none}
div.btnRightCont > input.btnWLoader{float:right; margin-left:6px; margin-top: 5px; margin-bottom:7px}
div.btnRightCont > img{float:right}
div.btnRightCont{text-align:right}
div.btnCenterCont {text-align:center}
div.btnFullWidthCont input.btn{width:100%; padding:0;}
.isPopup .btnCenterCont input.btn{*width:80%}
input.btn.tallBnt{height:46px;}

.toggleBtnCont input.btn{outline: none;}
.toggleBtnCont input.btn.disabled{border-color:Gray; }
.toggleBtnCont input.btn.toggleBtnLeft{ border-right:0 none;
-moz-border-radius-topright: 0 ;
-moz-border-radius-bottomright: 0 ;
-webkit-border-bottom-right-radius: 0 ;
-webkit-border-top-right-radius: 0 ;
border-bottom-right-radius: 0 ;
border-top-right-radius: 0 ;
}
.toggleBtnCont input.btn.toggleBtnRight{ border-left:0 none;
-moz-border-radius-topleft: 0 ;
-moz-border-radius-bottomleft: 0 ;
-webkit-border-bottom-left-radius: 0 ;
-webkit-border-top-left-radius: 0 ;
border-bottom-left-radius: 0 ;
border-top-left-radius: 0 ;
}

.btnFileUpload{position: relative; top: 0; left: 0; overflow: hidden; display: inline-block;}
.btnFileUpload .btn{}
.btnFileUpload input.btnFileUploadFileUpload{position: absolute; top: 0; right: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); font-size: 50px;}

.tooltipElm{/*border-bottom: 1px dotted #ba0000; cursor:help;*/ }
img.tooltipElmInit, img.tooltipElmInitActive{display:none;}
img.tooltipElm{display: inline-block;
border: 0 none;
vertical-align: middle;
position: relative;
top: -1px;
left: 1px;}
.toolTipCont{display:none; padding: 8px 12px; background: #AEB7BC; opacity: .93; filter: alpha(opacity = 93); position:absolute; width:300px; z-index:999999; text-align:left;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	-moz-box-shadow: rgba(02,03,03, .6) 0 3px 5px;
	-webkit-box-shadow: rgba(02,03,03, .6) 0 3px 5px;
	box-shadow: rgba(02,03,03, .6) 0 3px 5px;
	font-size:15px;
	line-height:18px;
	color:#000;
}
.toolTipInner{min-height:20px}
.toolTipInner p{margin-bottom:10px}
.toolTipArrow{width: 0px;height: 0px;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-right: 15px solid #AEB7BC;position: absolute;left: -15px;top: 50%;margin-top: -14px;}
.toolTipContIsRight .toolTipArrow{border-right: 0 none; border-left: 15px solid #AEB7BC; left:auto; right:-15px}
/***** clearfix ******/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/***** main outer wrapper; wraps everything ******/
#mainWrap {
	width: 1001px;
	position: relative;
	padding: 0;
	margin: 0;
}
/***** header section this includes the header text and login area ******/
#headerWrap {
	width: 1001px;
	position: relative;
	padding: 15px 0 16px 0;
	margin: 0;
}
/***************************** IF NEW USR ******************************/
		/***** login form outer wrap ******/
#headerForm {
	float: right;
	position: absolute;
	right: 10px;
	top: 60px;
}
/*****login with... for login form ******/
#loginWith {
	color: #ffffff;
	font-size: 14px;
	border: none;
	width: 444px;
	height: 16px;
	float: right;
	position: relative;
	top: 20px;
	left: 0;
	padding: 0;
	margin: 0;
}
#loginWith li, #loginWithLogonPage li{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 14px;
}
li#loginHead {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(00,00,00, .75);
	padding: 0;
	margin: 5px 0;
	margin-right: 10px;
	width: 80px;
	margin-top: 0;
}
/***************************** IF USR IS LOGGED IN ******************************/
/***** welcome text ******/
.welcomeText {
position: absolute;
top: 50px;
right: 10px;
/* width: 145px; */
width: auto;
height: 36px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
text-shadow: 1px 1px 1px rgba(00,00,00, .75);
line-height: 20px
}
.welcomeText > img, .welcomeText > span.welcomProfileImg  {
outline: none;
float: right;
width: 20px;
height: 20px;
margin: 0 10px 0 0;
border: 1px solid black;
-moz-box-shadow: #fff 1px 1px .2em;
-webkit-box-shadow: #fff 1px 1px .2em;
box-shadow: #fff 0 0 .2em;
text-align: center;
line-height: 20px;
background: rgb(204, 204, 204);
color: rgb(68, 68, 68);
text-shadow: none;
font-size: 10px;
text-transform: uppercase;
}
.welcomeText > .accountLogout {
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 1px rgba(00,00,00, .75);
float: right;
font-weight: normal;
position:relative; top:0; left:0;
}
.welcomeText > .accountLogout > span {
padding: 0 2px;
}
.welcomeText > .accountLogout a{
color: #ffffff;
}
#switchAccountLnkCont{color: #343436; text-shadow: none; position:absolute; top:24px; left:0; width:100%; border: 1px solid rgb(190, 190, 190); -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); padding:3px; z-index: 999;background: #fff; }
#switchAccountLnkCont #switchAccountLnkHead{display: block; line-height:20px; height:20px; background:#ECEAEB; font-weight:bold;}
#switchAccountLnkCont a{text-align: left; display: block; line-height:30px; height:30px; color: #343436; text-shadow:none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#switchAccountLnkCont a:hover{background-color: #ECEAEB}
#switchAccountLnkCont a .topFundimage{
float: left;
width: 27px;
height: 23px;
margin: 3px 5px 0 0;
text-align: center;
line-height: 23px;
background: rgb(204, 204, 204);
color: rgb(68, 68, 68);
text-transform: uppercase;}
#switchAccountLnkCont span.switchArrow:before{content:' '; border-style: solid; border-color: transparent transparent rgb(190, 190, 190); border-bottom-color: rgb(255, 255, 255); border-width: 0px 11px 11px; cursor: default; display: inline-block; font-size: 0px; height: 0px; line-height: 0; position: absolute;  width: 0px; top: 1px; left:-11px; }
#switchAccountLnkCont span.switchArrow{ border-style: solid; border-color: transparent transparent rgb(190, 190, 190);  border-width: 0px 10px 10px; cursor: default; display: inline-block; font-size: 0px; height: 0px; line-height: 0; position: absolute;  width: 0px; top: -10px; left:50%; }

/***** login form outer wrap ******/
/*
#headerForm {
	float: right;
	position: relative;
}
*/
/***** header text for login form used a legend I don't know if its semantically correct though ******/
/*
#loginText {
	color: #ffffff;
	font-size: 14px;
	border: none;
	padding: 0;
	margin: 5px 0;
}
*/
/***** login for input styling ******/
input.loginFields {
	width: 151px;
	height: 20px;
	margin-top: 0;
	margin-right: 10px;
}

/***** forgot password ******/
#forgotCont{clear: both; padding: 1px 94px 0 0; text-align:right;}
a#forgot{
	text-decoration: none;
	font-size: 11px;
	color: white;
	opacity: .8;
	filter: alpha(opacity = 80);
}
/***** main content styling header/middle/footer ******/
#contentWrap {
	width: 1001px;
	margin: 0;
	padding: 0;
	position: relative;	
	background: #295B7C;
	background: rgba(255,255,255, .10);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: rgba(02,03,03, .6) 0 3px 5px;
	-webkit-box-shadow: rgba(02,03,03, .6) 0 3px 5px;
	box-shadow: rgba(02,03,03, .6) 0 3px 5px;
	border: 1px solid #043351;
}
/***** nav wrap ******/
ul.nav {
	width: 1001px;
	height: 78px;
	padding: 0;
	margin: 0;
	background: transparent url(../img/gradNav.png) no-repeat;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius:10px 10px 0 0;
	-moz-box-shadow:rgba(02,03,03, .3) 1px 0 5px;
    -webkit-box-shadow:rgba(02,03,03, .3) 1px 0 5px ;
	box-shadow: rgba(02,03,03, .3) 1px 0 5px;
}
/***** top nav menu list items styling ******/
ul.nav li {
	float: left;
	list-style-type: none;
	width: 200px;
	line-height: 78px;
	height: 78px;
	text-align: center;
	background: transparent url(../img/nav_divider.png) no-repeat right;
}
/***** last list item, sets bg to none (noo divider) ******/
ul.nav li.lastLi {
	background: none;
}
/***** top nav menu link styling ******/
ul.nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 1px #000;
}
ul.nav li ul{display:none; position:relative; top:0; left:0; z-index:101;}
ul.nav li:hover ul{display:block}
ul.nav li ul li{float:none; display:block; background:none; border:0 none;}
ul.nav li ul li a{ border:0 none;}
/*todo - sp - finsh subnav*/

#currentPageBlock {
	width: 1001px;
	height: 83px;
	position: relative;
	margin: 0;
	/* background: transparent url(../img/currentPageBlock.png) no-repeat; */
	background:  #0f3c5a;
}
#currentPageBlockIcon {
width: 225px;
height: 92px;
position: absolute;
top: 0;
right: 50px;
background: no-repeat center;
}
#pageHeader {
float: left;
margin: 0 30px 0;
width: 360px;
height: 100%;
background: no-repeat left 29px;
}
#currentTabArrow{
	display:none;
	position: absolute;
	bottom: -12px;
	left:-99999px;
	z-index: 2;
	background: 0 none;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid rgba(255,255,255,.35);
	width: 0;
	height: 0;
}

/***** fancy select styling ******/
.liValue {
display: none;
}

/***** middle content wrap ******/
#middleWrap {
	width: 965px;
	padding: 30px 18px 13px 18px;
	position: relative;
}
/***** left content styling ******/
#leftContent {
	width: 180px;
	float: left;
	position: relative;
	padding: 0 13px 0 0;
	margin: 5px 0 0 0;
}
.leftBorderTop {
	background: transparent url(../img/leftDiv.png) no-repeat bottom;
	width: 283px;
	height: 3px;
}

/***** twitter and facebook buttons ******/
#facebookBtn {
background: transparent url(../img/facebookBtn.png) no-repeat;
width: 143px;
height: 34px;
float: left;
padding: 0 5px 0 0;
border: none;
}
#twitterBtn {
background: transparent url(../img/twitterBtn.png) no-repeat;
width: 143px;
height: 34px;
float: left;
border: none;
}
/***** middle/center content styling ******/

/**middle/center scrollbar area main wrapper includes bg image**/
#centerContentWrap {
float: left;
position: relative;
width: 539px;
padding: 0 10px 0;
text-align: left;
border-left:solid 1px #466477;
border-right:solid 1px #466477;
}


/***** header text middle/center scroll area ******/
#centerContentWrap h3 {
color: #ffffff;
font-size: 15px;
padding: 0 0 5px 0;
margin: 20px 0 13px 0;
text-shadow: 1px 1px 1px #000;
font-weight: bold;
/* width: 380px; */
}
#centerContentWrap h3:first-child {margin-top:0}
#centerContentWrap h3 span {
font-size: 25px;
}
/***** paragraph text middle/center scroll area ******/
#centerContentWrap p, #centerContentWrap div.kbdContent, .centerContentWrapBlog > div, .contentPdiv{
color: #ffffff;
font-weight: normal;
font-size: 12px;
line-height: 24px;
}
#centerContentWrap p, .centerContentWrapBlog > div, .contentPdiv{margin-bottom:14px;}
.contentPdiv ul li{list-style: inside disc;}
#centerContentWrap p a{color: #fff; text-decoration:underline}
#centerContentWrap p a:hover{color: #fff;}
#middleCenterDivider {
background: transparent url(../img/middleCenterDivider.png) no-repeat;
width: 365px;
height: 3px;
margin: 15px 0 15px 0;
position: relative;
left: -5px;
}
/***** learn more link ******/
.learnMore {
font-size: 11px;
color: #ffffff;
text-shadow: 1px 1px 1px #000;
float: right;
margin: 9px -5px 0 0;
width: 58px;
}
/***** middle/right content styling ******/
#rightContent {
	float: right;
	position: relative;
	/* border: 1px yellow solid; */
	width: 193px;
	padding: 0 0 10px 10px;
}
#rightContent .smallP {text-align:center}
/***** middle/right search form header styling ******/
.smallP {
font-size: 14px;
color: #fff;
text-shadow: 1px 1px 1px #000;
font-weight: bold;
}
/***** search form middle/right ******/
#searchForm {
width: 193px;
margin: 7px auto 0;
padding: 0;
/* border: 1px #093756 solid !important; */
height: 26px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: relative;
z-index: 1;
}
#search {
width: 159px;
padding: 3px 4px 3px 0;
height: 13px;
border: none;
background-color: #e0ebf2;
font-size: 14px;
padding: 6px 1px 6px 3px;
-webkit-appearance: caret;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius-topright: 0px ;
-moz-border-radius-bottomright: 0px ;
-webkit-border-bottom-right-radius: 0 ;
-webkit-border-top-right-radius: 0 ;
border-bottom-right-radius: 0 ;
border-top-right-radius: 0 ;
position: relative;
}
#search:focus {
background-color: #ffc;
}
#SearchBtn, .searchFormSearchBtn {
background: #A7C322 url(../img/search-icon.png) no-repeat center;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;
width: 27px;
height: 26px;
border: solid 1px #A7C322;
position: absolute;
right: 2px;
left:auto;
cursor: default;
top: 2px;
z-index: 10;
border: none;
}
#SearchBtn:focus, .searchFormSearchBtn:focus {
outline: none;
}
/***** default styling for middle/right scroller header text ******/
p.rightText {
color: #fff;
font-size: 15px;
text-align: center;
font-weight: normal;
text-shadow: 1px 1px 1px #000;
margin: 29px 0 0 0;
letter-spacing: normal;
}
/***** speacial styling for teams text ******/
p.teamsrightText {
padding: 15px 0 0 0;
}
/***** larger text ******/
p.rightText span {
clear: both;
font-size: 25px;
letter-spacing: normal;
font-weight: bold;
display:block;
}
/***** vertical scrollbars middle/right (sponsors and teams) ******/
.verticalScrollWrap {
width: 190px;
height: 107px;
margin: 22px auto;
padding: 14px 0;
position:relative; top:0; left:0; *z-index:-1;
background: #E0EBF2;
border:1px solid #396988;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;
}
.upArrowBtn, .downArrowBtn{background: url(../img/arrowBtns.png) no-repeat; width: 74px; height: 28px; margin: 0 auto; position: absolute; left:60px; z-index: 100; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none;}
.upArrowBtn {background-position: top center; top:-14px}
.downArrowBtn {background-position: bottom center; bottom:-14px}

.innerScrollWrap {
	width: 190px;
	height: 79px;
	margin: 0 auto;
	padding: 14px 0;
	position: relative;
	overflow: hidden;
}
ul.scrollable {
	position: absolute;
	width: 190px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sponsorScroll {
	position: absolute;
	top: 0;
	left: 0;
}
#sponsorScroll li{
	position: relative;
	height: 55px;
	line-height:55px;
	padding:0;
}
#sponsorScroll li a{text-transform:none;}
#sponsorScroll li a.sponsorScrollNoLink{cursor:default;}
#sponsorScroll li a img{max-height:55px; max-width:185px}
ul.scrollable {
	position: absolute;
	top: 0;
	left: 0;
}
ul.scrollable li, #sponsorScroll li.scrollNoImage
{
    position: relative;
	height: 38px;
	line-height: 15px;
	text-align: center;
	background: transparent url(../img/rightHorizontalDivider.png) no-repeat bottom center;
	padding:17px 2px 0;
}
ul.scrollable a{
text-decoration: none;
color: #062539;
font-size: 15px;
font-weight: bold;
text-transform:capitalize;
}
.scrollable a:link > img {
vertical-align: middle;
}
.sponsors {
overflow: hidden;
float: left;
position: relative;
}
.sponsorsReel {
margin: 14px 0 0 0;
position: absolute;
top: 0;
left: 0;
}
.sponsorsReel > a, #sponsors >  a {
font-size: 18px;
color: #000;
text-align: center;
display: block;
text-decoration: none;
height: 40px;
margin: 18px 0 0 0;
}
/*
ul#sponsorScroll li{
	position: relative;
	height: 55px;
	width: 190px;
	line-height: 55px;
}
*/
/***** footer styling ******/
#footer {
	padding: 0 0 40px;
	margin: 7px 0 0 0;
}
/***** invision copyright******/
#invision {
	float: left;
	width: 225px;
	height: 38px;
	/* margin: 53px 0 53px 10px; */
	margin: 83px 0 53px 10px;
	color: #e0ebf2;
	font-size: 11px;
	position: relative;
}
#invision > #invisionLogo{
background: transparent url(../img/invision.png) no-repeat;
width: 225px;
height: 38px;
position: absolute;
top: -38px;
}
/***** PFR logo ******/

#pfr_small {
	background: transparent url(../img/pfr_footer.png) no-repeat;
	width: 74px;
	height: 47px;
	float: right;
	margin: 48px 10px 48px 0;
}
/***************************** contact page styling ******************************/
#MainContactUsForm {
width: 534px;
position: relative;
float: left;
}
#MainContactUsForm fieldset{position: relative; top:0; left:0}
#MainContactUsForm input[type="text"] {
width: 75%;
}
#MainContactUsForm textarea {
width: 97%;
height: 202px;
overflow: hidden;
}
#MainContactUsForm .mainContactFormSubmit {
background: transparent url(../img/mainContactUsSubmit.png) no-repeat;
width: 125px;
height: 31px;
border: 0;
margin: 20px 0 0 0;
float: right;
cursor: pointer;
}
#MainContactUsForm .mainFormCheckboxFieldset input{
float: left;
vertical-align: middle;
position: relative;
top: 0px;
line-height: 30px;
height: 30px;
margin-right: 8px;
}
#MainContactUsForm .mainFormCheckboxFieldset label{
float: left;
padding: 0px;
margin: 0px;
height: 30px;
line-height: 30px;
}

#leftEventInfoWrap {
margin: 0 auto;
line-height: 18px;
color: #ffffff;
text-shadow: 1px 1px 1px #000000;
font-size: 15px;
font-weight: bold;
}
#leftEventInfoWrap a{color:#fff; text-decoration:underline;}
#leftEventInfoWrap a:hover{text-decoration:none;}
#leftEventInfoWrap h3 {
margin-bottom: 10px;
}
#leftEventInfoWrap span {
font-weight: normal;
font-size: 13px;
}

/***************************** fancy form options ******************************/
.fancySelect {	
	height: 28px;
	-moz-box-shadow: inset rgba(2,3,3,.75) 0px 0px 2px; -webkit-box-shadow: inset rgba(2,3,3,.75) 0px 0px 2px; box-shadow: inset rgba(2,3,3,.75) 0px 0px 2px;
	padding: 0;
	position: relative; top:0; left:0;
	border: 1px solid #093756;
	/* max-width: 200px; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
	-moz-user-select: none; -webkit-user-select: none; user-select: none;
	outline: none;
	/*z-index:2;*/
	position: static;
}
.fancySelectInit{background:none !important; border:0 none !important; border-radius:0; -moz-box-shadow:none !important; -webkit-box-shadow:none !important; box-shadow:none !important; background-color: transparent !important;}
.fancySelectInit > div{display:none}
.fancySelect144 {width: 144px;}
.fancySelect83 {width: 83px;}
.fancyList {
	position: absolute;
	top: 30px;
	left: 1px; 
	color: #000000;
	width: 97%;
	font-size: 13px;
	background-color: #fff;
	max-height: 150px;
	-moz-box-shadow: rgba(00,00,00, .75) 1px 1px .5em;
	-webkit-box-shadow: rgba(00,00,00, .75) 1px 1px .5em;
	box-shadow: rgba(00,00,00, .75) 1px 1px .5em;
	border: 1px solid #B6C7D1;
	overflow-y: auto;
	outline: none;
	z-index:3;
}

.fancyLabel {
text-align: center;
text-indent: -15px;
font-size: 12px;
color: #333333;
line-height: 29px;
cursor:pointer;
position: relative; top:0; left:0; z-index:1;
}
.fancyLabel.MSDList_Label {text-align: center !important;}
.fancyLabel.fancyLabelLeft {text-align: left; text-indent: 8px;}
.fancyArrow {
	background: transparent url(../img/fancyArrow.png) no-repeat;
	width: 18px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 5px;
	cursor:pointer;
}
.fancyList > li {
display:block;
background-color: #fff;
border-bottom: 1px solid #dbe2ea;
font-size: 12px;
color: #333333;
text-align: left;
text-indent: 3px;
height: 22px; line-height:22px;
cursor:pointer;
outline: none;
position: relative; top:0; left:0; z-index:3;
}
#centerContentWrap ul.fancyList > li{list-style: outside none none; margin:0}
/***************************** fancy Radio styling ******************************/
.fancyRadio {
width: 80px;
float: right;
height: 21px;
padding-bottom:1px;
cursor: pointer;
position: relative;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
-moz-box-shadow: rgba(255,255,255, .44) 0 1px 1px;
-webkit-box-shadow: rgba(255,255,255, .44) 0 1px 1px;
box-shadow: rgba(255,255,255, .44) 0 1px 1px;
border: 1px solid #093756;
-moz-user-select: none; -webkit-user-select: none; user-select: none;
}
.fancyRadio  .fancyRadioBtn {
background: transparent url(../img/fancyRadioBtn.png) repeat-x;
width: 40px;
height: 21px;
/*
-moz-box-shadow: rgba(255,255,255, .44) 0 1px 1px;
-webkit-box-shadow: rgba(255,255,255, .44) 0 1px 1px;
box-shadow: rgba(255,255,255, .44) 0 1px 1px;
*/
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius:3px;
z-index: 3;
position: absolute;
top: 0;
left: 0;
}
.fancyRadioBox {
font-size: 12px;
text-transform: uppercase;
color: #ffffff;
text-align: center;
line-height: 21px;
font-weight: bold;
width: 40px;
height: 21px;
-moz-border-radius: 3px 0 0 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius:3px 0 0 3px;
}
.radioYes {
background: transparent url(../img/fancyRadio.png) repeat-x;
float: left;
text-shadow: 1px 1px 1px rgba(2,3,3, .75);
/* border-radius: 1px; */
}
.radioNo {
float: right;
color: #404040;
text-shadow: 1px 1px 1px rgba(255,255,255, .75);
background: transparent url(../img/fancyRadioNO.png) repeat-x;
-moz-border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
/* border-radius: 1px; */
}


/***************************** home page forgot password popup ******************************/
.forgotPassPopupWrap {
width: 439px;
height: 152px;
position: absolute;
right: 0;
top: 0;
display: none;
z-index: 10000;
}
.forgotPassPopupWrap > div.forgotPassPopupClose {
background: transparent url(../img/popupClose.png) no-repeat;
width: 24px;
height: 25px;
position: absolute;
top: 0;
right: 0;
z-index: 101;
cursor: pointer;
}
.forgotPassPopup {
background: transparent url(../img/forgotPassPopupBg.png) no-repeat;
width: 432px;
height: 142px;
position: relative;
top: 10px;
z-index: 100;
}
#forgotPassForm {
width: 403px;
margin: 0 auto;
position: relative;
top: 0;
}
#forgotPassForm > fieldset > small {
color: #ffffff;
text-shadow: 1px 1px 1px rgba(00,00,00, .75);
font-size: 12px;
}
#forgotPassForm > fieldset > input[type="text"] {
margin: 10px 0;
}
/***** forgot password btn ******/
#submitForgotPass {
background: transparent url(../img/submitForgotPass.png) no-repeat;
width: 85px;
height: 31px;
position: absolute;
right: -5px;
top: 100px;
cursor:pointer;
}
.forgotPassPopup > p {
text-align: center;
font-size: 15px;
color: #ffffff;
text-shadow: 1px 1px 1px rgba(00,00,00, .75);
line-height: 25px;
width: 315px;
min-height: 42px;
position: relative;
top: 42px;
margin: 0 auto;
display: none;
white-space: nowrap;
}
.forgotPassPopup > p > span {
}
/***** default styling for popups ******/
.isPopup {
background: #fff;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow: rgba(00,00,00, .75) 2px 2px 7px;
-webkit-box-shadow: rgba(00,00,00, .75) 2px 2px 7px;
box-shadow: rgba(00,00,00, .75) 2px 2px 7px;
border: 2px solid #CACBCD;
position: fixed;
top: 50%;
left: 50%;
padding-bottom: 20px;
height: auto;
width: auto;
display: none;
z-index: 1001;
text-align:left;
color:#727272;
overflow:visible !important; /*jq fix*/
}
.popInnerCont{position:relative; top:0; left:0}
.closePopup {
background: transparent url(../img/popupClose.png) no-repeat !important;
width: 24px;
height: 25px;
position: absolute;
top: -12px;
right: -12px;
z-index: 100;
cursor: pointer;
}
.isPopup > h3, .sectionHeader .isPopup > h3, .popInnerCont > h3, #centerContentWrap .isPopup > h3, .isInPopup > h3{
font-size: 24px;
color: #3D688A;
font-weight: bold;
padding: 0 0 10px 0;
float:none;
width:auto;
text-shadow:none;
}
.isPopup > h3 > small, .sectionHeader .isPopup > h3 > small, .popInnerCont > h3 > small, #centerContentWrap .isPopup > h3 > small, .isInPopup > h3 > small{font-size:16px}
.isPopup fieldset {position:relative; top:0; left:0}
form fieldset {position:relative; top:0; left:0}
.isPopup label, .isPopup fieldset > label, .isInPopup fieldset > label, #hqContent .isPopup fieldset > label{
font-size: 13px;
position: relative;
padding-left: 2px;
text-shadow: none;
color:#727272;
font-weight: normal;
}
.isPopup .popNote{background-color:#FAFAD2; padding:10px}
.isPopup label a, .isPopup .autoCompleteContAllLnk, .isPopup a {color:#727272}
.isPopup fieldset span.dollarSign {text-shadow:none; color:#727272}
.isPopup .btnCont a{text-decoration:underline;}
.isPopup .btnCont a:hover{text-decoration:none;}

#pageDonatePop{padding-bottom:0}
#pageDonatePop .donateThanksCont{padding:20px; line-height: 20px;}
#pageDonatePop .donateThanksCont p, #pageDonatePop .donateThanksCont .contentPdiv{margin:5px 0}
#pageDonatePop .donateThanksCont .socialShareCont{min-height: 45px;}

.searchAllPop  #searchAllPopInner{max-height:300px; overflow:auto; line-height:20px;}

.isPopup .abovePopMsg{position: absolute; top: -36px; left: 0; width: 100%; color: rgb(61, 104, 138); font-weight: bold; visibility: visible;  padding: 10px 0;height: 10px;text-align: center;line-height: 10px;  background-color:rgb(249, 237, 190); border:solid 1px rgb(240, 195, 109); color: rgb(51, 51, 51); border-radius: 2px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); font-size: 12px;}

/*other popup*/
.defaultPopup {
background: transparent url(../img/defaultPopupBg.png) no-repeat;
width: 600px;
margin-left:-300px;
height: 300px;
color: #104060;
text-align: center;
position: fixed;
top: 50%;
left: 50%;
display: none;
z-index: 1000;
}
.defaultPopup > h1 {
font-size: 28px;
font-weight: bold;
padding: 50px 0 40px 0;
}
.defaultPopup > p {
line-height: 28px;
font-size: 18px;
}
.defaultPopup > p.popupBold {
font-weight: bold;
}
.defaultPopup > .popUpBtn {
background: transparent url(../img/popupBtn.png) no-repeat;
width: 128px;
height: 43px;
margin: 60px auto 0;
}
.queAnsOuterCont{border:solid 1px #396A8B;background-color:#E1ECF2; 
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
-moz-box-shadow:0 4px 6px rgba(0, 0, 0, 0.25) inset;
-webkit-box-shadow:0 4px 6px rgba(0, 0, 0, 0.25) inset;
box-shadow:0 4px 6px rgba(0, 0, 0, 0.25) inset
}
.queAnsCont{padding:12px 13px;color:#292929; line-height:18px; font-size:15px; border-bottom:solid 1px #CBD9E2; border-top:solid 1px #BFCDD6}
.queAnsOuterCont > .queAnsCont:first-child{border-top:0; -webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px;}
.queAnsOuterCont > .queAnsCont:last-child{border-bottom:0;-webkit-border-bottom-right-radius: 7px; -webkit-border-bottom-left-radius: 7px; -moz-border-radius-bottomright: 7px; -moz-border-radius-bottomleft: 7px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px;}
.queAnsCont.queExpanded {background-color:#C0CED7}
.queAnsQuestion{font-weight:bold; position:relative; top:0; left:0; padding-right:30px}
.queAnsQuestion.queEnabled{cursor:pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none;}
.queAnsQuestion.queEnabled:hover{text-decoration:underline}
.queAnsQuestion .queAndArrow{display:none; position:absolute; right:3px; top:5px; width:11px; height:11px; background: url(../img/faqArrow.png) no-repeat top center;}
.queAnsQuestion.queEnabled .queAndArrow{display:block}
.queAnsCont.queExpanded .queAnsQuestion .queAndArrow{background-position:bottom center}
.queAnsQuestionSubInfo{font-weight:normal}
.queAnsAnswer{padding:13px 15px;}
.queAnsAnswer ul li{list-style: outside disc}
.queAnsAnswer ol li{list-style: outside decimal; margin-left:27px}
.queAnsQuestionSplit{float:left; width:70%}
.queAnsQuestionSplitRight{float:right; width:30%; height:100%; border-left:solid 1px #CBD9E2}
.queAnsOuterContWithRightTopIcon{position:relative; top:0; left:0; padding:16px 10px 0; margin-bottom:16px;}
.queAnsOuterContWithRightTopIcon > img{float:right;}
.queAnsOuterContWithRightTopIcon > h3, #centerContentWrap .queAnsOuterContWithRightTopIcon > h3{font-weight:bold; color:#3170A8; font-size: 18px;}
.queAnsOuterContWithRightTopIcon .boldText{font-weight:bold;}
.queAnsOuterContWithRightTopIcon .coloredText{color:#3170A8;}

.tableCont{border:#386B8A 1px solid; text-align:center; word-wrap:break-word}
.tableContRounded{-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; font-size: 15px;}
.tableHead{
background: #2C4F6F;
background: -moz-linear-gradient(top,  #66a2be 1%, #345276 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#66a2be), color-stop(100%,#345276));
background: -webkit-linear-gradient(top,  #66a2be 1%,#345276 100%);
background: -o-linear-gradient(top,  #66a2be 1%,#345276 100%);
background: -ms-linear-gradient(top,  #66a2be 1%,#345276 100%);
background: linear-gradient(top,  #66a2be 1%,#345276 100%);  
color: #ffffff;
text-shadow: 1px 1px 1px #000;
font-weight: bold;
height:38px; line-height:38px;
}
.tableContRounded .tableHead{ -webkit-border-top-left-radius: 7px; -webkit-border-top-right-radius: 7px; -moz-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; -webkit-user-select: none; -moz-user-select: none; user-select: none;}
.tableCont .tableRow{background:#E1ECF2; border-top:solid 1px #C0CED7; border-bottom:solid 1px #C9D7E0; color:#22272A; min-height:28px; line-height:18px; padding-top:10px; }
.tableCont .tableRow:first-child{border-top:0 none;}
.tableCont .tableRow:last-child{border-bottom:0 none; -webkit-border-bottom-right-radius: 7px; -webkit-border-bottom-left-radius: 7px; -moz-border-radius-bottomright: 7px; -moz-border-radius-bottomleft: 7px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px;}
.tableCont .tableCol{display:inline-block; text-align:left; vertical-align: top; *float:left}
.tableCont .tableCol a{color:#22272A; text-decoration:none}
.tableCont .tableCol a:hover{text-decoration:underline}
.tableCont .tableColCheckbox {text-align:center; position:relative; top:0; left:0; vertical-align: middle; }
.tableCont .tableColCheckbox input{position:relative; top:0; left:0; vertical-align:middle}
.tableContThreeCols .tableCol{width:30%; margin:0 1%;}
.tableContFourCols .tableCol{width:22%; margin:0 1%;}
.tableContFiveCols .tableCol{width:17%; margin:0 1%;}
.tableContAdjustableCols{text-align:left}
.tableContSortable .tableHead .tableColSortable{cursor:pointer; background: url(../img/tableArows.png) no-repeat left center; text-indent: 12px;}
.tableContSortable .tableHead .tableColSortable:hover{color:lightgray;}
.tableColHasProfileImgInA a{position:relative; top:0; left:0; padding-left:26px; display: block;}
.tableColHasProfileImgInA  img{position:absolute; top:50%; left:-10px; height: 30px; width:30px; margin-top: -15px;}

/*#tblTeamList .tableColSortName, #tblTeamList .tableColSortCapName{text-transform:capitalize;}*/
.autoCompleteCont{position:absolute; top:0;	left:3px; width:174px;}
.autoCompleteOuter {
	position: absolute; top:0; left:0;
    border:solid 1px #B1BFCA;
    background:white;
    padding: 0;
    max-height: 400px;
    width:199px; 
    overflow:auto;
    overflow-x:hidden;
    z-index: 1000 !important;
	min-height:10px;
	 -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.autoCompleteOuter ul {
	list-style: none;
	margin: 0;
}
.autoCompleteOuter li {
	width: 100%;
	margin: 0 0 0px !important;
	padding:0 !important;
	list-style: none !important;
	font-size: 13px;
	text-align: left;
    background: white;
}
.autoCompleteOuter li.noResults{background:#eee; color:#333; font-size:11px; width:100%; text-align:center; height:20px; line-height:20px; margin: 0 !important;}
.autoCompleteOuter li > a {padding: 12px; height:30px;	display:block; color:#000; cursor:pointer}
.autoCompleteOuter li.noResults > span{text-decoration:underline; cursor:pointer}
.autoCompleteOuter li.noResults > span:hover{text-decoration:none}
.autoCompleteOuter li > a:hover, .autoCompleteOuter li > a.ui-state-hover {
	border: none;
/*    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;*/	
	background: #f1f0ee;
}
.autoCompleteOuter li .autoCompleteProfileImg{
	float: left;
	margin-right: 2%;
	width: 25px;
	height: 28px;
	max-width: 22%;
}
.autoCompleteOuter li span.autoCompleteProfileImg{text-align:center; background: rgb(204, 204, 204); color: rgb(68, 68, 68); line-height: 28px; font-size: 10px; text-transform: uppercase;border-radius: 2px;margin-right:12px;}
.autoCompleteSpan {
    height:28px;
    float: left;
	width: 75%;
	line-height: 26px;
	-ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    white-space:nowrap;
    overflow: hidden;
}
.autoCompleteSpan  > i{float: right; max-width: 40%; padding-left: 4%; font-size: smaller;}
.autoCompleteContAllLnk{line-height: 24px; color:#fff}
#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity = 70) !important;
    display: none;
}
.onPopOverlay{background: url(../img/blackOverlay.png) repeat; position: absolute; width: 100%; height: 100%; z-index: 1; top: 0;    left: 0; top: -12px; left: -12px; padding: 12px; z-index:101}
.btnLoader{background: no-repeat center; width:35px; height:35px; display: inline-block; zoom:1;}
.btnLoaderPopLoadingCont{text-align:center; margin:20px auto}

.sponsorHead{padding:14px 0; color:#7190A5; font-weight:bold; font-size:17px; clear: both;}
.sponsorCont{width: 544px;}
.sponsorCont a{background:#FFF; width:270px; float:left; text-align:center; border:solid 1px #B9B9B9; margin:0 0 12px; height:56px; line-height:56px; color:#7190A5; font-weight:bold; font-size:17px; overflow:hidden; text-decoration:none}
.sponsorCont a.sponsorNoImage{height: 36px; line-height: 15px; padding-top: 20px;}
.sponsorCont a img{border:0 none; max-height:50px; max-width:260px;}
.sponsorCont a.sponsorLeft{border-right-color:#E3E3E3; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.sponsorCont a.sponsorRight{border-left-color:#DDDDDD;}
.sponsorCont a.sponsorRight, .sponsorCont a.sponsorLeft.sponsorLast{-webkit-border-bottom-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-topright: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; border-right-color:#B9B9B9;}
.supportNoLink{cursor:default}

/*global styles*/
.hqNewHeadColor{color:#3C6789}
.hqNewPColor{color:#727272}
a.hqNewPColorA{color:#727272}
.hqNewHead{font-size:250%; font-weight:bold; margin:6px 0;}
.hqNewHead2{font-size:160%; font-weight:bold; margin:6px 0;}
.hqNewHead3{font-size:118%; font-weight:bold; line-height:18px}
.hqNewHead3 > .hqNewHead3NoBold, .hqNewHead3NoBold {font-weight:normal}
.hqNewHead3 ul{margin-left:40px}
.hqNewHead3 ul li{margin:6px 0}
.hqNewP{font-size:100%}

/*right info ALT*/
.rightAltBox{background:#fff; border:solid 1px #D4D4D4; margin:0 auto 14px; width:198px; text-align:left; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.rightAltBox p.rightText{margin:0; padding:0; font-weight:bold; font-size:15px; height:36px; line-height:36px; border-bottom:solid 1px #D4D4D4; -moz-border-radius-topright:9px; -webkit-border-top-right-radius:9px; border-top-right-radius:9px; -moz-border-radius-topleft:9px; -webkit-border-top-left-radius:9px; border-top-left-radius:9px;}
.rightAltBox a{text-decoration:none}
.rightAltBox a:hover{text-decoration:underline}
.rightAltBoxContentCont{padding:10px;}
.rightAltBoxContentCont{font-size: 15px;}
.rightAltBoxBottomLnk{text-align:right; padding:10px}
#rightAltSponsorCont table{table-layout: fixed\9;}
#rightAltSponsorCont{height:114px; width:178px; margin:0 auto;}
#rightAltSponsorCont img{max-height:114px; max-width:178px;}
.sponsorScrollNoLink{cursor:default}
a.sponsorScrollNoLink, a.sponsorScrollNoLink:hover{text-decoration:none}
.rightAltBox ol{padding-left: 30px;}
.rightAltBox ol li{list-style: outside decimal; min-height: 18px;}
.rightAltBox ol li.rightAltBoxTopEmpty{list-style:outside none}
.rightAltBoxTopList li  i{display:none}
.rightAltBoxTopList li  .topProfilePic{display:none}
#rightAltBoxRecentDonations .rightAltBoxLiFloatingRight {float:right}


/*Reg Section*/
#quickRegOuterCont{width:940px; margin:0 auto; text-align:left; padding-bottom:10px;}
#quickRegTopDv{margin-bottom:16px;}
#quickRegSocialCont{width:456px; float: left; margin:0 24px 0 0; padding-right:24px; border-right:solid 2px #E9E9E9}
#quickRegSocialBtnCont{text-align:center}
#quickRegSocialBtnCont img{cursor:pointer}
#socialRallyboundUserInfo{float:left; width:198px;}
#socialRallyboundPassword{position:relative; top:0; left:0;  float: left; width:198px}
#quickRegSocialPassword{width:178px}
#socialSubmitBtnCont{position:relative; top:0; left:0; padding:16px 0;}

#quickRegLoggedInCont{padding-top:26px;}

#quickRegCont{width:396px; float: left;}

#quickRegSocialCont ol, #quickRegSocialCont ul{margin:20px}
#quickRegSocialCont ol li{list-style:decimal;}
#quickRegSocialCont ul li{list-style:disc;}

#quickRegCont #teamId{padding-left:16px}
#quickRegCont .removeJoinTeam{position:absolute; top:50%; margin-top: -6px; left:0; z-index:2; background: url(/Content/Global/img/removeAddedMemberBtn.png) no-repeat top center; width:14px; height:15px; cursor:pointer }
#quickRegCont .removeJoinTeam:hover{background-position: bottom center;}
/* End Reg Section*/

/*Responsive Design for Reg Section*/
@media screen and (max-width: 920px) {
	#quickRegOuterCont {
		width:100% !important;
	}

	#quickRegSocialCont {
		width: 45%;
	}

	#quickRegOuterCont {
		padding: 0 6px;
	}
}


@media screen and (max-width: 860px) {
	#quickRegOuterCont {
		width:100% !important;
	}

	#quickRegSocialCont, #quickRegCont {
		width: 46%;
	}

	#quickRegOuterCont {
		padding: 0 6px;
	}

	#quickRegCont fieldset, #quickRegCont fieldset input {
		width:100%  !important;
	}	
}

@media screen and (max-width: 768px) {
	#quickRegOuterCont {
		width:100% !important;
	}

	#quickRegSocialCont, #quickRegCont {
		width: 45%;
	}

	#quickRegOuterCont {
		padding: 0 6px;
	}
}

@media screen and (max-width: 640px) {
	#quickRegOuterCont, #quickRegSocialCont,#quickRegCont {
		width:100% !important;
	}

	#quickRegOuterCont {
		padding: 0 6px;
	}

	#quickRegSocialCont {
		border-right: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 639px) {
	#quickRegCont fieldset.full-with, #quickRegCont fieldset.full-with label, #quickRegCont fieldset.full-with input {
		width:97% !important;
	}
	 #quickRegCont fieldset {
		width:50% !important;
	}
	 #quickRegCont fieldset input, input#quickRegEmail {
		width:90% !important;
	}
}

@media screen and (max-width: 480px) {
	#quickRegOuterCont, #quickRegSocialCont,#quickRegCont {
		width:97% !important;
	}

	#quickRegOuterCont {
		padding: 0 6px;
	}
}


@media screen and (max-width: 320px) {
	#quickRegCont fieldset{
		width:100%  !important;
	}
	#quickRegCont fieldset input {
		width:99%  !important;
	}	
}




/*End Responsive Design*/



span.kbdContentReady{background: rgb(255, 255, 68); background: rgba(255, 255, 68, .5); min-width:1px;  min-height:1px;}
div.kbdContentReady{background: rgb(255, 255, 68); background: rgba(255, 255, 68, .5); min-height:1px;}
#adminBar{position:fixed; height:50px; line-height:50px; text-align:left; top:0; right:0; background:#2A7497; z-index:9999; color:#fff}
#adminBar div{padding:0 20px}
#adminBar div a{color:#fff; margin-right:20px; display:inline-block}
#adminBar div a:hover{text-decoration:underline}
#adminBar div a.busy:hover{text-decoration:none; cursor:default}

#adminBar{height: 40px; line-height: 35px; text-align: right; top: 12px; background: 0 none}
#adminBar div{padding:0;}
#adminBar div a{
margin: 0 10px;
border: 1px solid rgba(0, 0, 0, 0.18);
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08);
padding: 0 8px;
font-size:26px;
}

.feedEntryContActive{background-color:rgba(255,255,255,.9); padding:10px;}

/*tour*/
#tourFade{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
background-color: #000;
z-index: 10;
zoom: 1;
opacity: 0.7;
filter: alpha(opacity = 70) !important;
}
.loadingSection {
width: 100%;
height: 100%;
position:absolute;
top: 0;
left: 0;
z-index: 2;
color: #ced3d6;
font-size: 12px;
background: #fff;
border: none;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(255,255,255, .5);
display: none;
}
.loadingSection img{
position: absolute;
top: 50%;
left: 50%;
margin: -25px auto auto -25px;
}
.tourTip {
width: 308px; 
position: absolute; 
top: 0; 
left: 0; 
z-index: 12;
padding: 0px 0px 20px 0px;
background-color: #f5fafc; 
border: 1px solid #b0b8bc; 
border-radius: 3px; 
box-shadow: 0px 3px 3px rgba(0,0,0,0.21);
text-align:left;
width: 288px;
right: auto;
padding: 16px;
}
.tourTipTop:before, .tourTipTop:after {
content: "";
position: absolute;
z-index: 10;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 10px solid #f5fafc;
top: -9px;
left: 40px;
margin-top: 0px;
}
.tourTipTop:after {
border-bottom: 10px solid #b0b8bc;
z-index: 1;
margin-top: -1px;
}
.tourTipLeft:before, .tourTipLeft:after {
content: "";
position: absolute;
z-index: 10;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-right: 10px solid #f5fafc;
top: 5px;
left: -9px;
margin-top: 0px;
}
.tourTipLeft:after {
border-right: 10px solid #b0b8bc;
z-index: 1;
margin-left: -1px;
}
.tourTipRight:before, .tourTipRight:after {
content: "";
position: absolute;
z-index: 10;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 10px solid #f5fafc;
top: 5px;
right: -9px;
margin-top: 0px;
}
.tourTipRight:after {
border-left: 10px solid #b0b8bc;
z-index: 1;
margin-right: -1px;
}
.tourTip h2 {
margin: 0px 0px 10px 0px; 
padding: 10px 10px 10px 40px; 
color: #333;
font-size: 16px;
border-bottom: 1px solid #b0b8bc;
background-repeat: no-repeat;
}
.tourTip .tourColItem {
margin: 0 0 20px 0;
color: #555;
line-height: 18px;
}
.tourColItem span, .tourColItem .tourColText {
display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}
.tourColItem span {
width: 40px;
height: 30px;
background-repeat: no-repeat;
}
.tourColItem .tourColText h3, .tourColItem .tourColText p {
height: auto;
margin: 0px;
padding: 0px;
color: #333;
font-size: 14px;
line-height: 18px;
text-transform: none;
border: none;
box-shadow: none;
}
.tourColItem .tourColText h3 {font-weight:bold;}
.tourColItem .tourColText p {
color: #555;
font-size: 12px;
}
.tourTip .actionRow {
width: auto;
position: relative;
top: 0;
left: 0;
}
.tourTip  .actionBtn {
margin-left: 40px;
font-size: 12px;
font-weight: bold;
}
.tourTip  .exitTourLink {
position: absolute;
top: 8px;
right: 15px;
color: #4083a9;
font-size: 11px;
font-weight: bold;
cursor: pointer;
}
.tourTip .exitTourLink:hover {
color: #144686;
}
/*tour end*/


/*flags*/
#multiCurrencySwitchLoggedOutOuterCont{position:absolute; top:0; right:0; padding:8px; z-index:3}
#multiCurrencySwitchLoggedInOuterCont{position:absolute; top:0; right:0; padding:8px; z-index:3}
#multiCurrencyDonateOuterCont{
	padding:8px; position: absolute; top: 4px; right: 4px; background: #fff; z-index: 3; transition: box-shadow .5s ease-out;
	max-height: 170px; overflow-y: auto; overflow-x: hidden; max-width: 80px;
	/* FireFox. And soon everyone else */
	scrollbar-width: thin;
}
/* Chrome/Safari */
#multiCurrencyDonateOuterCont::-webkit-scrollbar {
	width: 4px;
}
#multiCurrencyDonateOuterCont::-webkit-scrollbar-thumb {
	background: #ccc;
}

.multiCurrencySwitchOuterContExpanded {
	border-radius: 5px; background:#fff; -webkit-box-shadow: 0px 1px 5px #ccc; -moz-box-shadow: 0px 1px 5px #ccc; box-shadow: 0px 1px 5px #ccc;
}
.multiCurrencySwitchCont{
	max-width: 45px; max-height: 22px; min-height: 22px; line-height:22px;
	overflow: hidden; position:relative; top:0; left:0;
	transition: max-height .5s ease-out, max-width .25s ease-out, border-radius .5s ease-out;
}
.multiCurrencySwitchCont.multiCurrencySwitchContExpanded{ max-width: 80px; }
.multiCurrencySwitchCont.multiCurrencySwitchContExpanded > ul > .multiCurrencySwitchFlagSlctd { font-weight: bold; }
.multiCurrencySwitchCont > ul { position:relative; top:0; left:0; transition: top .25s ease-out }
.multiCurrencySwitchCont.multiCurrencySwitchContExpanded > ul{ top:0 !important; }
.multiCurrencySwitchCont > ul > li, body #centerContentWrap .multiCurrencySwitchCont > ul > li{
	height:22px; list-style: none; margin:0 0 8px; font-size: 14px; cursor:pointer;
	transition: font-weight .25s ease-out; display: flex;
}
.multiCurrencySwitchCont > ul > li:last-child, body #centerContentWrap .multiCurrencySwitchCont > ul > li:last-child {
	margin-bottom: 0px !important;
}

.multiCurrencyChangeButton, .multiCurrencySwitchFlagSymbol { transition: opacity .25s ease-out; }
.multiCurrencyChangeButton { opacity: 1; }
.multiCurrencySwitchFlagSymbol {
	opacity: 0; text-align: right; flex-grow: 1; padding-left: 10px;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  -o-user-select: none; user-select: none;
}
.multiCurrencySwitchContExpanded .multiCurrencyChangeButton { opacity: 0; }
.multiCurrencySwitchContExpanded .multiCurrencySwitchFlagSymbol { opacity: .85; }
.multiCurrencyChangeButton{
	position:absolute; top:0; right:0; text-align:right; width:20px; font-size: 12px; color: #969696; cursor:pointer; z-index: -1;
}
/*flags end*/


#minSiteTopBarCont{background:#fff; height:78px; border-bottom:solid 1px #E9E9E9; padding:0 26px; }
#minSiteTopBarCont #minSiteTopLogoCont{float:left; width:250px; height: 78px;  vertical-align: middle; text-align:left}
#minSiteTopBarCont #minSiteTopLogoCont h1{vertical-align: middle; text-align:left; height: 78px; line-height:78px;}
#minSiteTopBarCont #minSiteTopLogoCont h1 img{vertical-align: middle;}
#minSiteTopBarCont #minSiteTopAccountCont{float:right;}
#minSiteTopBarCont #minSiteTopAccountCont .welcomeText{top:18px; right:26px}


.fileUploadForm{position: relative; top:0; left:0; overflow: hidden; cursor: pointer; display: inline-block; zoom:1; *display: inline;}
.fileUploadForm .fileUploadBtnVisible{display: inline-block; zoom:1; *display: inline; width: 100%; height: 100%;}
.fileUploadForm .fileUploadBtnReal{position: absolute; top: 0; right: 0; cursor: pointer; MozOpacity: 0; KhtmlOpacity: 0; opacity: 0; filter: alpha(opacity=0); height: 200px; margin:0; padding:0; width: 200px; font-size: 1000px !important;}


/*ticktes*/
.ticketBubble{ border: solid 1px #cdcdcd; margin-bottom:18px;
-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
}
#ticketHeaderWrap{padding:12px 0}
.ticketHeaderMainHead{font-size: 26px; margin-bottom:8px}
.ticketBubbleHead{text-align:center; padding:12px 8px; font-size: 18px; border-bottom: solid 1px #cdcdcd; font-weight:bold;}
.ticketBubbleContent{text-align:left; padding:0 8px; }
#ticketMapWrap{overflow:hidden}
#ticketMap{width:196px; height:196px;
-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}


.cmpCardCont h3{font-size:20px; margin:20px 0 10px; text-align: left; text-indent: 7px;}			
.cmpCardCont ul{text-align: left; padding-bottom:16px; margin:0 -2px}
.cmpCardCont ul li{width:226px; height:306px; display:inline-block; zoom:1; *display:inline; margin:7px; padding:0; border:solid 1px rgb(203, 203, 203); background:rgb(235, 235, 235); vertical-align: top;}
.cmpCardCont ul li a{display:block; width:206px; height:286px; padding:10px;}
.cmpCardCont ul li a:hover{padding:7px; border:solid 3px rgb(203, 203, 203); }
.cmpCardCont ul li  a > span{display:block; width:186px; height:80px; text-align:left; padding: 196px 10px 10px; color:#000; position:relative; top:0; left:0;}
.cmpCardCont ul li  a > span > b{position:absolute; top:0; left:0; display:block; width: 206px;  height: 190px; line-height: 190px; font-size: 0; text-align:center; background: rgba(203, 203, 203, .3)}
.cmpCardCont ul li  a > span > b img{max-width:206px; max-height:190px; vertical-align: middle;}
.cmpCardCont ul li  a > span > span{color:#000; display:block;  position:absolute; bottom:6px; left:0;  width:186px; padding: 0 10px;  text-align:left;  font-size:10px;}
.cmpCardCont ul li  a > span > span > b{color:#000; font-size:30px; display:block; text-align:center; font-weight:normal}


#centerContentWrap div.feedEntryCont{border-bottom: solid 1px;}
#centerContentWrap div.feedEntryCont:last-child{border-bottom: 0 none}
#centerContentWrap h3.feedEntryTitle{margin-bottom: 0; padding-top:10px; font-size: 20px;}
#centerContentWrap h4.feedEntryDate{margin-bottom: 8px; font-size: smaller; font-style:italic}


div.dataTables_wrapper div.dataTables_scroll table.dataTable thead th{border:0 none}
div.dataTables_wrapper div.dataTables_scroll .dataTables_scrollBody {border:0 none}
div.dataTables_wrapper div.dataTables_filter input{border:solid 1px}
div.dataTables_wrapper div.dataTables_scroll img.autoCompleteProfileImg{height:25px;}
div.dataTables_wrapper div.dataTables_scroll span.autoCompleteProfileImg{display:none}
div.dataTables_wrapper .rowClickable{cursor:pointer}

.facepileAltBoxModule {
	width: 456px;
}

.facepileAltBoxModule .faceModuleHeader {
	text-align: left;
	font-size: 20px;
}

.facepileAltBoxModule .faceModuleBody {
	text-align: left;
	margin-top: 20px;
}

.facepileAltBoxModule .faceModuleBody > li {
	display: inline-block;
	zoom: 1; *display: inline;
	margin: 3px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.facepileAltBoxModule .topMemberImg {
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 82px;
	height: 76px;
	overflow: hidden;
}

.facepileAltBoxModule .topMemberImg img{
	max-height: 86px;
}

.facepileAltBoxModule .nameAndAmountWrap {
	display: none;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 2;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.facepileAltBoxModule .nameAndAmountCont {
	text-align: center;
	color: #fff;
	height: 68px;
    width: 76px;
    vertical-align: middle;
    display: table-cell;
}

.facepileAltBoxModule .nameAndAmountCont .topMemberName {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 96%;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.facepileAltBoxModule .nameAndAmountCont .raisedAmount {
	display: block;
	margin-top:4px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.facepileAltBoxModule .memberOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	z-index: 1;
}

/* ----------------------------------------*/
/*  Team page
/* ----------------------------------------*/
.teamList .tblTeamListHeader {
	width: 100%;
	min-height: 40px;
	margin-top: 0;
	margin-bottom: 8px;
	position: relative;
}

.teamList .tblTeamListHeader p {
	font-size: 22px !important;
	font-weight: bold !important;
	float: left;
}

.teamList .tblTeamListHeader .selSep {
	position: absolute;
	width: 1px;
	height:21px;
	background-color: #000;
	top: 0px;
	right:19px;
}

.teamList #orderBySelLis {
	border: 1px solid #979797;
	box-shadow: none;
	float: right;
	font-size: 14px;
	padding: 1px 14px 1px 4px;
	background: #fff;
}

.teamList .tableCont{
	border: none;
}

.teamList .tableCont .tableRow:hover {
	background-color: #f0f0f0;
}

.teamList .tableCont .tableRow {
	font-weight: 300;
	background: #fff;
	border-top: none;
	border-bottom: none;
	color: #22272A;
	min-height: 69px;
	padding-top: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 2px 2px 3px 0px #dbdbdb;
	-moz-box-shadow: 2px 2px 3px 0px #dbdbdb;
	box-shadow: 2px 2px 3px 0px #dbdbdb;
	overflow: hidden;
	text-align:left;
	margin-bottom: 0;
	border-bottom: #f0f0f0 solid 1px;
}
.teamList .tableCont .tableRow:hover{background-color:#f0f0f0}
.teamList .tableCont .tableRow:hover .icon-donate-dollar , .teamList .tableCont .tableRow:hover .icon-teams {
	color: #b1b1b1;
	transition: color 0.1s linear 0s, background-color 0.1s linear 0s;
}

.teamList .tableCont .tableRow .colIcons > a:hover .icon-donate-dollar , .teamList .tableCont .tableRow .colIcons > a:hover .icon-teams {
	color: #0fa1eb;
}

.teamList .tableCont .tableRow a {
	text-decoration: none;
}

.teamList .tableCont .tableCol.tableColMember  > a{display: inline-block; *display: inline; zoom:1; width:48px; line-height: 48px; text-align: center; height: 100%; vertical-align: middle; overflow: hidden;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
.teamList .tableCont .tblMemberImg {
	max-width: 94px;
	max-height: 48px;
	line-height: 48px;
	vertical-align: middle;
}

.teamList .tableContFourCols .tableCol {
	line-height: 20px;
}

.teamList .tableCont span.tblMemberImg {
	display: block;
	background-color: #f2f2f2;
	text-align: center;
	height: 48px;
}

.teamList .tableCont .tableColSortName {
	padding-top: 22px;
}

.teamList .tableCont .tableCol {
  	vertical-align: top;
}


.teamList .tableCont .tableColSortName {
	font-weight: bold;
	padding-left: 8px;
	padding: 24px 0px;
}

.teamList .tableCont .icon-teams {
	color: #ededec;
	font-size: 38px;
	display: block;
}

.teamList .tableContFourCols .tableCol {
  	width: 21%;
}

.teamList .tableCont .tblImageUrl {
	margin-top: 10px;
}

.teamList .tableCont .tblTeamName {
	margin-top: 24px;
}

.teamList .tableCont .tableColSortCapName {
	margin-top: 24px;
  	padding-bottom: 20px;
}

.teamList .tableCont .icon-teams:before {line-height: 30px;}

.teamList .tableCont .icon-donate-dollar {
	color: #ededec;
	font-size: 28px;
}

.teamList .tableCont .colIcons {
	text-align: center;
	position: relative;
	margin-top: 17px;
}

.teamList .tableCont .tableColOnlyOneAction {
	margin-top: 20px;
}

.teamList .tableCont a {
	margin: 0 8px;
	display: inline-block; *display: inline; zoom:1; vertical-align: bottom;
}

.teamList .topTeams .tableCont .tableColSortRaised {
	margin-top: 24px;
}

.teamList .tableCont .tableColSortRaised {
	color: #0fa1eb;
	font-size: 18px;
	font-weight: 900;
	width: 15%;
	text-align: center;
	margin-top: 25px;
}

.teamList .tableCont .tableColMember {
	width: 8%;
	margin-top: 10px;
}

.teamList [data-icon-icomoon-reg]:before {
	font-family: 'icomoon-reg';
	content: attr(data-icon-icomoon-reg);
	speak: none;
}

.teamList .tableCont .tableRow:last-child {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.teamList .tableCont .tableCol.tableColOnlyOneAction{text-align:right;}

#homeToutCont #homeTout #homeToutInner li picture,
#homeToutCont #homeTout #homeToutInner li picture * {
	line-height: 0;
}