﻿/*
--- RESET ---
*/
html, body, button, 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: baseline;
    background: transparent;
}

a {
    text-decoration: none!important;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content: '';
    content: none;
}

:focus
{
    outline: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}


/*
--- GLOBAL STYLES ---
*/
body, select, textarea, input, button
{
    line-height: 1;
    font: 17px helvetica, arial, sans-serif;
    color: #000;
}

#e2rmImageHeader img,
#footer img {
    width: 100%;
}

select
{
    max-width: 100%;
}

h1, h2, h3, h4, h5
{
    color: #000;
}

h2
{
    background: #eee url(../images/heading_background.png) left bottom repeat-x;
    clear: both;
    min-height: 16px;
    padding: 8px 20px;
}

h2 a
{
    color: #000;
}

h2,
h2 a,
h2 a:visited
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

h2 a:hover,
h2 a:active
{
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.navigation a,
.navigation a:visited,
.navigation a:hover,
.navigation a:active
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.split-button,
.split-button:visited,
.split-button:hover,
.split-button:active
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

#footer-navigation a,
#footer-navigation a:visited,
#footer-navigation a:hover,
#footer-navigation a:active
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a, button
{
    color: #2f2f2f;
    text-decoration: none;
}

a img
{
    border: none;
}

ol
{
    padding: 15px 40px;
}

ol li
{
    list-style-type: disc;
}


/*
--- SHORTCUTS ---
*/
.clr
{
    clear: both;
    visibility: hidden;
}

.left
{
    float: left;
    display: inline;
    overflow: hidden;
}

.clear
{
    clear: both;
}

.right
{
    float: right;
    display: inline;
    overflow: hidden;
}


/*
--- PAGE STYLES ---
*/
#header {
    padding-top: 40px;
}

#header h1 img
{
    display: block;
}

#header h1 .eventTitle
{
    display: none;
}

#header a {
	background: center center no-repeat transparent;
	display: block;
	width: 17px;
	height: 38px;
	position: absolute;
	top: 0;
}

.border-menu {
  padding-left: 2.25em;
  display: table-row;
  height: 40px;
}

.border-menu:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 25px;
  height: 3px;
  border-top: 0.6em double blue;
  border-bottom: 0.2em solid red;
  margin-top: 11px;
}

.forAddThis {
    margin-top: -36px;
    float: right;
    margin-right: 15px;
}

#menuwrapper {
    width: 100%;
    height: 40px;
    display: table;
    position: fixed;
    z-index: 999;
    text-align: center;
}

.literalMenu {
        background-color: white;
    }

.literalMenuClass {
    position: absolute;
    margin-top: 10px;
}

.more_link
{
    text-align: center;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 7px;
}

.more_link a
{
    font-weight: bold;
}

.input_inline
{
    font: 17px Helvetica, Arial, sans-serif;
}

.input_textbox
{
    border: 1px solid #bdc3c7;
	border-radius: 3px;
    background: white;
    padding: 3px;
}

.input_textbox input, .input_textbox textarea
{
    -webkit-appearance: none;
    border-width: 0;
    display: block;
    padding: 0;
    width: 100%;
}

.standard-input-ui
{
    border: 1px solid #888;
    border-color: #ccc #aaa #777;
    background: url(../images/input_background.png) repeat-x;
    background-color: #CCCCCC;
    color: black;
    padding: 6px;
}

.floating-button-center
{
    float: right;
    position: relative;
    left: -50%;
}

.floating-button-center .standard-button-ui, .floating-button-center .standard-small-button-ui
{
    position: relative;
    left: 50%;
}

.standard-button-ui
{
    line-height: 120%;
}

.standard-button-ui a
{
    /*background: #8d8d8d url(../images/button_background.png) repeat-x scroll center top;*/
    border: 1px solid #8d8d8d;
    float: left;
    font-weight: bold;
    padding: 8px 30px 6px;
}

a.standard-small-button-ui, input.standard-small-button-ui, button.standard-small-button-ui
{
    /*background: #8d8d8d url("../images/button_background.png") repeat-x scroll center top;*/
    border: 1px solid #8d8d8d;
    font-size: 17px;
    font-weight: bold;
    padding: 8px 15px 6px;
}

a.standard-small-button-ui
{
    float: left;
}

.standard-button-ui a
{
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

.standard-small-button-ui a
{
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.language-link
{
    float: right;
    font-weight: bold;
    font-size: 12px;
}

.navigation
{
    background: #666;
    margin-bottom: 3px;
}

.navigation ul
{
    padding-top: 3px;
}

.navigation li
{
    display: inline;
    list-style-type: none;
}

.navigation a
{
    color: white;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 8px 5px 8px;
    margin-left: 3px;
    margin-bottom: 3px;
    text-decoration: none;
    width: 100%;
}

.navigation a:hover, .navigation a.active, .split-button:hover, .split-button-active {
    background: #7d7d7d;
}

.standard-button-ui a
{
    background-color: #666666;
    color: #fff;
}

.standard-button-ui a.primary
{
    background-color: #40a042;
    color: #fff;
}

a.standard-small-button-ui, input.standard-small-button-ui
{
    background-color: #DDDDDD;
    color: #333333;
}

.language
{
    text-align: right;
    padding: 6px 15px;
}

.language a
{
    font-size: 13px;
}

.bucket
{
    padding: 8px 20px;
}

.button_pagepadding
{
    padding: 8px 50px 8px 20px;
}

#footer-navigation
{
    background: #dfdfdf;
}

#footer-navigation ul
{
    margin-top: 16px;
}

#footer-navigation ul li
{
    margin-bottom: 16px;
}

#footer-navigation ul a
{
    font-weight: bold;
}


/* Personal and Team page */
.app-notice
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 12px 2px 9px;
    text-align: center;
    background-color: gold;
}

#thermometer
{
    width: auto;
    text-align: right;
}

.thermometer-padding
{
    padding-right: 8px;
}

#statistics
{
    width: auto;
}

#fundraiser
{
    margin-top: 3px;
}

#message
{
    line-height: 24px;
    width: 255px;
}

.share
{
    padding-top: 9px;
    background: #dfdfdf;
}

#twitter-link
{
    float: right;
}

#facebook-link
{
    float: left;
    margin-top: 2px;
}

.more-text-container
{
    text-align: left;
}

.more-text
{
    font-size: 12px;
}

.date
{
    color: #777;
    font-size: 13px;
}

.message
{
    padding: 14px 20px 12px 20px;
    border-top: 1px solid #ccc;
}

.message-alt
{
    background: #efefef;
}

.requiredMarker,
.error
{
    color: #f00;
}

.notice
{
    padding: 8px 6px 6px;
    text-align: center;
}

.error-notice
{
    color: #fff;
    background: #ed1c24; /* darkish red */
}

.success-notice
{
    color: #000;
    background: #9e9e9e;
}

.generic-notice
{
    color: #000;
    background: #cbcbcb;
}

/* // End Profile Page */


/* Messages */
.message-bubble
{
    background: transparent url(../images/bubble-dark.png) bottom no-repeat;
    padding-bottom: 25px;
    margin-top: 5px;
    line-height: 21px;
}

.message-bubble,
.message-bubble a,
.message-bubble a:visited,
.message-bubble a:hover,
.message-bubble a:active
{
    color: #000;
}

.message-bubble.owner
{
    background: transparent url(../images/bubble-dark-alt.png) bottom no-repeat;
}

.message-bubble.alt
{
    background: transparent url(../images/bubble-light.png) bottom no-repeat;
}

.message-bubble.alt-owner
{
    background: transparent url(../images/bubble-light-alt.png) bottom no-repeat;
}

.message-bubble .bucket,
.message-bubble.owner .bucket
{
    background: #efefef;
}

.message-bubble.alt .bucket,
.message-bubble.alt-owner .bucket
{
    background: #fafafa;
}

#message-form
{
    padding: 14px 20px 8px;
}
/* // Messages */


.hide
{
    display: none;
}

.show
{
    display: block;
}

.field
{
    margin-bottom: 6px;
}

label
{
    font-weight: bold;
}

.permissionQuestion
{
    margin-bottom: 20px;
}

.permissionQuestion label
{
    font-weight: normal;
    margin-left: 5px;
}

.processingFeeQuestion {
    margin-bottom: 20px;
}

.processingFeeQuestion label {
    font-weight: normal;
    margin-left: 5px;
}

.giftAidQuestion label {
    font-weight: normal;
	margin-left: 5px;
}

.tributeDonationQuestion label {
    font-weight: normal;
    margin-left: 5px;
}

.field .input_textbox + .input_textbox
{
    margin-top: 6px;
}

p.goto
{
    margin-bottom: 20px;
}

p.goto a
{
    color: #aaa;
}

.controls, .social-share
{
    margin-bottom: 6px;
}

.controls input
{
    margin-right: 18px;
}

.controls .right input
{
    margin-right: 0;
}

.captcha-inst p
{
    margin-bottom: 20px;
}

.search-result-list
{
    padding-top: 8px;
}

.search-result-list li
{
    border-bottom: 2px solid #858581;
}

.search-result-list li:first-child
{
    border-top: 2px solid #858581;
}

.search-result-list .name
{
    font-weight: bold;
}

.search-result-list li a
{
    display: block;
    background: url(../images/play.png) no-repeat 95% center;
    padding: 9px 21px;
}

.search-result-list li a:hover,
.search-result-list li a:active
{
    background-color: #cbcbcb;
}

.divPagination
{
    text-align: center;
    margin: 10px 0;
}

.divPagination input[type=image]
{
    vertical-align: baseline;
    margin: 0 10px;
}

.ucSuggestedDonationAmountsLabelCSSClass {
    float: left;
    margin-top: 5px;
}

/* Page specific styling */
#mobiledonate .error ul
{
    margin-top: 20px;
}

#mobilepersonalpage #percentValue,
#mobileteampage #percentValue,
#mobilecorporateteampage #percentValue
{
    font-size: 28px;
    font-weight: bold;
}

#mobilepersonalpage #amountLabelNoGoal,
#mobileteampage #amountLabelNoGoal,
#mobilecorporateteampage #amountLabelNoGoal
{
    margin-bottom: 20px;
}

#mobilepersonalpage #amountValueNoGoal,
#mobileteampage #amountValueNoGoal,
#mobilecorporateteampage #amountValueNoGoal
{
    font-size: 62px;
    font-weight: bold;
}

#mobilepersonalpage #profileEditContainer,
#mobileteampage #profileEditContainer
{
    margin-bottom: 6px;
}

#mobilepersonalpage #goalValue,
#mobileteampage #goalValue,
#mobilecorporateteampage #goalValue
{
    margin-bottom: 6px;
}

#mobilepersonalpage #allowFriend,
#mobileteampage #allowFriend
{
    padding: 10px 0;
    text-align: center;
}

#mobilepersonalpage #recentActivity,
#mobileteampage #recentActivity,
#mobilecorporateteampage #recentActivity
{
    margin: 6px 0;
}

#mobilepersonalpage .notice,
#mobileteampage .notice
{
    margin-bottom: 6px;
}

#mobileprofileedit #updateTheRestInstructions
{
    margin: 10px 0;
}

#mobileteampage .teamMember,
#mobilecorporateteampage .teamMember
{
    margin-top: 6px;
}

#mobileteampage .teamMember:first-child,
#mobilecorporateteampage .teamMember:first-child
{
    margin-top: 0;
}

.twoline_bucket
{
    margin-top: 5px;
}

/* Special for Facebook Connect*/
#mobiledonate .facebook-button
{
    border: 1px solid #32437f;
    background: url(../images/facebook_login_button_background.jpg) top repeat-x #6b7aae;
    display: inline-block;
}

#mobiledonate .facebook-button-link
{
    font: bold 11px 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
    background: url(../images/facebook_login_button_logo.jpg) bottom left no-repeat;
    padding-left: 27px;
    padding-right: 4px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    color: #fff;
    text-decoration: none;
}

#mobiledonate .fbc-instruction p
{
    margin-bottom: 20px;
}

.split-button
{
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 8px 5px 8px;
    margin-bottom: 3px;
    text-decoration: none;
    width: 40%;
    text-align: center;
}

.split-button-left {
    z-index: 1; 
    margin-right: 0; 
    border-bottom-right-radius: 0; 
    border-top-right-radius: 0; 
}

.split-button-right {
    z-index: 2; 
    margin-left: 0; 
    border-bottom-left-radius: 0; 
    border-top-left-radius: 0;
}

.pictos {
	font-family: 'Pictos', sans-serif;
    font-weight: normal;
    font-style: normal;     
    line-height: normal;
    font-size: 25px;
    margin: 0 4px;
    float: left;
    color: #888888;
}

.pictoslabel {
    vertical-align: middle;
}

.stripeyWrap{padding-top:0.5em; text-align:center;}
.stripey{border:1px solid #d4d4d4; text-align:left;font-size: 14px;width:100%}
.stripey th{background-color:#CCC; color:#666;}
.stripey tr a{color:#476a8d; text-decoration:none;}
.stripey tr a:hover{color:#476a8d; text-decoration:underline;}
.stripey td{padding:4px 6px;}
.stripey label{ font-weight: normal;}
.stripey .odd{background-color:#ededed;}
.stripey .trOver{background-color:#d4d4d4; cursor:pointer;} 
.stripey .trOver a{text-decoration:underline;}
.tbodyScroll{border-bottom:1px solid #d4d4d4;overflow: auto; /* opera */
overflow: -moz-scrollbars-vertical; /* moz */
overflow-y: auto; /* IE */
overflow-x: hidden; /* IE - force scrollbar inclusive of div width */}

.coaching-tip-prefix span {display: none} /* hide the star (pictos S)*/
.coaching-tip-prefix {
	font-weight: bold;
}
.coaching-tip-action input{ display: block;margin: 0 auto; margin-top: 6px} /* centre the button*/
.coaching-tip { margin-top: 8px;}
.share.bucket .addthis_toolbox{width: 180px; margin: 0 auto} /* centre the add this button set */

.policy { padding: 10px; }

.facebook-fundraiser-title {
	font-weight: bold;
}
.facebook-fundraiser-desc {
    margin-top: 5px;
}
.facebook-fundraiser-button-centered button{ display: block;margin: 0 auto;margin-top: 6px; } /* centre the button*/

.facebook-fundraiser { margin-top: 8px; padding: 8px 20px; }

.fundraiser-error {
	color:red;
    float:left;
    padding: 5px 5px;
}

.mobile-donate-btn {
    margin-right: 60px !important;
}