

#crowdfundingDebugTools .error {
	border: 1px solid darkred;
	background-color: pink;
	color: red;
	padding: 5px 2px;
}

#crowdfundingDebugTools .success {
	border: 1px solid darkgreen;
	background-color: lightgreen;
	color: green;
	padding: 5px 2px;
}

#availableBadges {
	background-color: white;
}

.crowdfundingEventBannerButtonMouseOver {

	display: none;
}

.crowdfundingEventBannerButtonMouseOver:hover {
	display: block;
}

.crowdfundingEventContributeButton {
	width: 270px;
	height: 45px;
	position:absolute; 
	margin-left: -269px; 
	margin-top: 5px;
	display: inline-block;
}
.crowdfundingEventContributeButton img.contributeButton, .crowdfundingEventContributeButtonSideBar img.contributeButton {
	opacity: 0.0;
	-webkit-transition: opacity 0.5s ease-in;
	   -moz-transition: opacity 0.5s ease-in;
	     -o-transition: opacity 0.5s ease-in;
	    -ms-transition: opacity 0.5s ease-in;
	        transition: opacity 0.5s ease-in;
}
.crowdfundingEventContributeButton:hover img.contributeButton, .crowdfundingEventContributeButtonSideBar:hover img.contributeButton {
	opacity: 1.0;
	cursor: pointer;
}

.crowdfundingEventSideBarBanner {
	width: 338px;
	height: 106px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
        box-shadow: -5px 5px 5px #A7A9AC;
}

.crowdfundingEventContributeButtonSideBar {
	width: 270px;
	height: 45px;
	position:absolute; 
	  margin-left: 34px;
	  margin-top: 62px;
	display: inline-block;
}

.crowfundingEventTotal, .crowfundingEventTotal .dollars, .crowfundingEventTotalPortal, .crowfundingEventTotalPortal .dollars  {
	font-family: Times New Roman;
	font-size: 28px;
	color: white;
	display: inline-block;
	position: absolute;
	text-shadow: 0px 0px 5px black;
}

.crowfundingEventTotal, .crowfundingEventTotalPortal {
	margin-top: 37px;
	margin-left: 207px;
}

.crowfundingEventTotal .dollars, .crowfundingEventTotalPortal .dollars {
	color: orange;
	margin-left: -20px;
}

.crowfundingEventTotalPortal {
	margin-left: -362px;
	margin-top: 16px;
}

.event_title_bar {

    background-image: linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
    background-image: -o-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
    background-image: -moz-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
    background-image: -webkit-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
    background-image: -ms-linear-gradient(top, #4A4E50 0%, #6D6E71 60%, #63686A 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4E50), color-stop(0.6, #6D6E71), color-stop(1, #63686A));
    color: #FCFCFC;
    margin-top: -5px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgba(0,0,0,.9);
    height: 26px;
    line-height: 26px;
    padding: 0px 12px;
}

img.event_highlight {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    width: 830px;
}

.content_about {
    
    padding: 0px!important;
}

input#amountLevelsInput { 
    width: 50px;
}

.event_title_date {
    float: right;
}

.button {
    font-weight: normal!important;
}

.donation_confirmed_badge .badgeLevel {
    margin-left: 4px;
    position: relative;
}

.badgeClass {  
    display: inline-block;
    vertical-align: top;
    margin: 50px;
    margin-top: 20px;
}

.badgeClass.donate {
    font-family: 'eurostilebold',Arial,sans-serif;
}

/*** overrides navbar.css ***/

#navbar_stripe {
/*	background: url(/images/nav_background.png) repeat-x scroll 0 0 transparent; */
	background: url(/images/nav_background.png) repeat scroll 0 0 transparent;
/*	height: 55px; */
	height: 112px;
}

/*** overrides global.css ***/

#container {
/*	margin-top: 65px; */
	margin-top: 123px;
}
.crowdfundingEventGoal {
    font-family: 'eurostilebold',Arial,sans-serif;
    margin-top: 75px;
    margin-left: 190px;
}
.crowdfundingEventGoalItem {
    height: 22px;
    padding-bottom: 0px;
    vertical-align: top;
    padding-top: 7px;
    padding-right: 4px;
}
.crowdfundingEventGoalItem .icon {
    position: relative;
    top: -3px;
}
.crowdfundingEventGoalLine {
    border-bottom: 1px solid black;
    width: 50px;
}
.crowdfundingEventGoalItemDescription {
  text-align: left;
  width: 300px;
  background-color: white;
  box-shadow: 1px 1px 2px black;
  display: none;
  margin-left: -5px;
  margin-top: -9px;
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
    min-height: 40px;
}
.crowdfundingEventGoalItem:hover {
    z-index: 1000;
    text-align: left;
}
.crowdfundingEventGoalItem:hover .crowdfundingEventGoalItemDescription {
    display: block;
}

.prizePoolDivision {
    position: absolute;
    margin-left: 40px;
}
.crowdfundingEventGoalItem .dollars, .prizePoolDivision .dollars, .recentContributors .dollars {
    color: orange;
    text-shadow: 1px 1px 0px black,-1px 1px 0px black;
    position: relative;
    top: -11px;
    font-size: 16px;
    margin-right: 3px;
}
.prizePoolDivision .dollars {
    top: 0px;
}
.recentContributors .dollars {
    top: 0px;
}
.prizePoolDivision .amount, .recentContributors .amount {
    font-family: 'eurostilebold',Arial,sans-serif;
}

.prizePoolDivision table thead td, .recentContributors thead td {
    font-weight: bold;
}
.prizePoolDivision table tbody td.center, .recentContributors table tbody td.center, .recentContributors table thead td.center {
    text-align: center;
}
.prizePoolDivision table tbody td span.position {
    position: relative;
    top: 2px;
}
.crowdfundingEventGoalItem .amount {
    position: relative;
    top: -11px;
}
.crowdfundingEventGoalItem .title {
    color: #4d4d4d;
    position: relative;
    top: -11px;
}

.crowdfundingEventGoalFlagAmount {
    position: absolute;
    margin-top: -52px;
    margin-left: 40px;
    font-size: 16px;
}

.crowdfundingEventGoalFlagAmount .total_raised_dollars {
    color: orange;
    text-shadow: 1px 1px 0px black,-1px 1px 0px black;
    position: relative;
    top: -18px;
    font-size: 24px;
    margin-right: 3px;
}

.crowdfundingEventGoalFlagAmount .total_raised_amount {
    color: white;
    text-shadow: 1px 1px 0px black,-1px 1px 0px black;
    position: relative;
    top: -20px;
}

.reachedGoal .crowdfundingEventGoalItem .amount, .reachedGoal .crowdfundingEventGoalItem .title {
    color: #000222!important;
    text-shadow: 1px 1px 0px orange;
}

.crowdfundingEventGoal h3 {
  position: relative;
  top: -56px;
  left: 257px;
  margin-bottom: -22px;
}

.recentContributors {
    margin-left: 25px;
}

.total_raised_dollars:hover {
    cursor: pointer;
}