#fsManageLinks {
    margin: .5em 1em 1em 1em;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    float: right;
    width: 250px;
}

#fsManageLinks .headline {
    background-color: #444;
    color: white;
    font-size: .9em;
    font-weight: bold;
    cursor: pointer;
    padding: .25em;
}

#fsManageLinksWrapper {
    padding: 5px
}

#fsManageLinksTeaser {
	padding: .25em;
}

#fsToolkit {
    padding-bottom: 20px;
    border-bottom: 3px solid black;
}

#fsToolkit > div {
    vertical-align: top;
    display: inline-table; 
    width:290px; 
    padding: 0;
    margin: 0 5px;
}

#fsToolkit > div:nth-child(2) {
    border-right: 3px solid black;
    padding-right: 1em
}

#fsToolkit > div:last-child {
    font-size: .9em
}

#fsToolkit > div:last-child dt {
    width: 45%
}

#fsToolkit > div:last-child dd {
    margin-left: 45%
}

#fsToolkit div div {
    float: none;
    width: 100%;
}

#fsToolkit div ul {
    padding-left: 1.25em; /* For the upcoming info sessions */
}

#fsToolkit div ul.toggleable {
    margin: 0; 
    padding: 0 0 10px 0;
}

#fsToolkit div ul.toggleable li {
    line-height: 120%;
    margin-bottom: 6px;
    font-weight: normal;
    padding: 6px 12px;
}

#fsToolkit div ul.toggleable li > br + span.subtle { /* need to override global.css setting */
    margin-bottom: 0;
}

#fsAttachments {
	float: right;
    width: 65%
}

#fs_twitter_wrapper ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#fs_twitter_wrapper ul li {
    background-image: url("/site/images/icons/bullet_go.png");
    background-repeat: no-repeat;
    background-position: 0px 4px; 
    padding-left: 20px; 
}

#fundHistory {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

#fundHistory thead tr:first-child th {
    text-align: center;
    color: white;
    background-color: #d4bb33;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    padding: .25em .5em;
}

#fundHistory th {    
    background-color: #eee;
    border-bottom: 1px solid #999;
    font-weight: bold;
    text-align: right;
    padding: .25em .5em;
}

#fundHistory td {
    font-size: 13px;
    vertical-align: top;
}

#fundHistory .eventRow > td {
    padding: .5em 0 .5em .5em;
}

#fundHistory .even > td {
    background-color: #f7f7f7;
}

#fundHistory td table {
    border-spacing: 0;
}

#pendingList th {
    background-color: #666;
    color: white;
    padding: 2px 1em;
}

table#projectFilters {
    margin: 20px 0;
    font-size: 12px
}

table#projectFilters td {
    padding: 5px;
}

table#projectFilters td strong, table#projectFilters td a {
    margin: 3px;
}

table#projectFilters td:first-child {
    text-align: right;
    font-weight: bold;
    background-color: #f8f8f8;
    font-size: 14px
}

ul#projects {
    list-style-type: none;
}

form#campaignDonation .givingLevels {
    margin: 0;
    padding: 0;
}

form#campaignDonation .givingLevels li {
    padding: 1em 0;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}

form#campaignDonation .givingLevels li:last-child {
    border-bottom: none;
}

form#campaignDonation .givingLevels li label {
	font-weight: bold;
    font-size: 1.25em;
    font-family: Georgia, "Times New Roman", serif;
}

form#campaignDonation .givingLevels li .description {
    margin-left: 25px;
    font-style: italic;
}

form#campaignDonation .givingLevels li .deductible {
    margin-left: 25px;
    font-weight: bold;
    font-size: .9em;
}

form#campaignDonation .givingLevels li .amount {
    float: right;
    padding: .5em;
    margin: 0 1em;
    background-color: #cbdb2b;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #555;
    width: 15%;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

form#campaignDonation .givingLevels li .field {
    margin-top: 5px;
}

form#campaignDonation .givingLevels li .field label {
    float: none;
}

div#sidebar .givingLevels dt {
    margin-top: 1em;
    font-weight: bold;
}

div#sidebar .givingLevels dd.description {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #555
}

#supporters ul {
    list-style: none;
    padding-left: 0
}

#supporters ul li {
    margin-bottom: 12px;
    padding-left: 0;
}


table#campaigns .givingLevel {
    border-top: 1px solid #ccc; 
    padding: 3px
}

table#campaigns .givingLevel:first-child {
    border-top: 0;
}

table#campaigns .addGivingLevel {
    background-color: #ddd; 
    border: 1px solid #aaa;
    padding: 3px;
}

table#fsExternalTools td {
    padding: .25em .25em 1em .25em;
    font-style: italic;
}

dl.expensesBreakdown dt {
    width: 35%;
}

dl.expensesBreakdown dd {
    width: 65%;
}

ul.toggleable {
    display: none;
    list-style: none;
    font-size: 13px;
}

h3.toggler {
    margin-top: 0;
    font-size: 16px;
}

.toggler {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px;
}

.toggler:hover, .toggler.highlight {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    color: #333;
}

.toggler img {
    vertical-align: middle;
    margin-right: 8px;
}

#report {
    width: 800px
}

#report table {
    width: 500px;
    margin-bottom: 20px
}

#report dl {
    margin: 0 0 5px 10px; 
}

#report dd {
    text-align: right;
    border-bottom: 1px solid #eee
}

#report dt:nth-of-type(2n-1), #report dd:nth-of-type(2n-1) {
    background-color: #f7f7f7
}

#report dt {
    border-bottom: 1px solid #eee
}

#report h3 {
    font-size: 16px;
    color: black;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 0;
}

#details {
    float: right;
    width: 55%;
    padding-top: 1em;
}

#details > div {
    display: none;
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

#accessories {
    float: left;
    width: 40%
}

#accessories > div {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    cursor: pointer;
}

#accessories > div > img {
    min-height: 75px;
}

#accessories > div:hover {
    border: 1px solid #999;
    background-color: #eeeeee;
}

#accessories > div.faded {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";  
    filter: alpha(opacity=30);  
    
}

#accessories > div.faded:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";  
    filter: alpha(opacity=100);  
}

#accessories > div.selected:hover {
    cursor: auto;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

#accessories > div > img.connected {
    float: right;
    margin-top: -10px;
    min-height: 0; /* Override rule above */
}

#details .tips, p.tip {
    border: 1px solid #999;
    margin: 1em;
    padding: 1em;
    background-color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}

#myfsInfoSessions {
    clear: right;
    float: right;
    width: 300px;
    margin: 10px 15px;
    font-size: small;
}

#fs_events_wrapper ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#fs_events_wrapper ul li {
    background-image: url("/site/images/icons/bullet_go.png");
    background-repeat: no-repeat;
    background-position: 0px 4px; 
    padding-left: 20px; 
}

#profileImage, #profileVideo {
    margin: 20px 0;
}

#profileNag {
    display: none;
}

.fsShowcase {
    width: 350px;
    height: 360px;
    float: left;
    margin: 15px 20px 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.fsShowcase .media {
    overflow: hidden;
    height: 200px;
}

.fsShowcase .media img {
    width: 350px;
}

.fsShowcase .media img.video_thumbnail {
    width: 400px;
    margin-top: -50px;
    margin-left: -10px;    
}

.fsShowcase a.title, .fsShowcase h4 a.title:hover, .fsShowcase h4 a.title:visited {
    background-color: #d4bb33;
    color: white;
    padding: 3px;
    margin-top: 0;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 14px
}

.fsShowcase .cat-geo {
    font-size: .8em;
    font-weight: bold;
    padding: 3px;
}

.fsShowcase .since {
    margin-top: -10px;
    font-size: .8em;
    padding: 3px;
}

.fsShowcase .tagline {
    font-size: .8em;
    font-style: italic;
    padding: 3px;   
    min-height: 65px; 
}

.fsShowcase .badges {
    margin: 0 5px
}

.fsShowcase form {
    float: right;
    position: relative;
    right: 5px;
    bottom: 30px;
    font-size: .8em;
}

.fsShowcase form input[type="image"] {
    position: relative;
    top: 3px;
}

#category_adder {
    clear: both;
}

#category_adder > label {
    font-weight: bold;
    font-size: 1.3em;
    color: green    
}

#category_adder select {
    background-color: green;
    color: white;
    font-weight: bold;    
}

#myfsReferralCode {
    float: right;
    margin: 10px 15px;
    width: 290px;
}

div#profile .since {
    margin: 10px 0;
}

.details .badges {
    float: right;
    min-height: 65px; 
    vertical-align: bottom;
}

.details .badges .badge32 {
    position: relative;
    top: 40px
}

span.badge {
    display: inline-block;
    width: 80px;
    text-align: center;
    font-size: 10px;
    color: #555;
    font-weight: bold;
    margin: 10px 5px;
    line-height: normal;
    vertical-align: top;
}

span.badge32 {
    display: inline-block;
    width: 32px;
    margin: 5px 5px 0 0;
}

span.badge a {
    width: 80px;
    height: 80px;
    display: inline-block;
}

span.badge32 a {
    width: 32px;
    height: 32px;
    display: inline-block;
}

span.badge.raised1k a    { background-image: url(/site/images/fs/badges/raised1k.png); }
span.badge.raised5k a    { background-image: url(/site/images/fs/badges/raised5k.png); }
span.badge.raised10k a   { background-image: url(/site/images/fs/badges/raised10k.png); }
span.badge.raised25k a   { background-image: url(/site/images/fs/badges/raised25k.png); }
span.badge.raised100k a  { background-image: url(/site/images/fs/badges/raised100k.png); }
span.badge.raised250k a  { background-image: url(/site/images/fs/badges/raised250k.png); }
span.badge.raised500k a  { background-image: url(/site/images/fs/badges/raised500k.png); }
span.badge.raised750k a  { background-image: url(/site/images/fs/badges/raised750k.png); }
span.badge.raised1000k a  { background-image: url(/site/images/fs/badges/raised1000k.png); }
span.badge.raised1500k a  { background-image: url(/site/images/fs/badges/raised1500k.png); }
span.badge.raised2000k a  { background-image: url(/site/images/fs/badges/raised2000k.png); }
span.badge.grant a       { background-image: url(/site/images/fs/badges/grant.png); }
span.badge.donations50 a { background-image: url(/site/images/fs/badges/donations50.png); }

span.badge32.raised1k a    { background-image: url(/site/images/fs/badges/32/raised1k.png); }
span.badge32.raised5k a    { background-image: url(/site/images/fs/badges/32/raised5k.png); }
span.badge32.raised10k a   { background-image: url(/site/images/fs/badges/32/raised10k.png); }
span.badge32.raised25k a   { background-image: url(/site/images/fs/badges/32/raised25k.png); }
span.badge32.raised100k a  { background-image: url(/site/images/fs/badges/32/raised100k.png); }
span.badge32.raised250k a  { background-image: url(/site/images/fs/badges/32/raised250k.png); }
span.badge32.raised500k a  { background-image: url(/site/images/fs/badges/32/raised500k.png); }
span.badge32.raised750k a  { background-image: url(/site/images/fs/badges/32/raised750k.png); }
span.badge32.raised1000k a  { background-image: url(/site/images/fs/badges/32/raised1000k.png); }
span.badge32.raised1500k a  { background-image: url(/site/images/fs/badges/32/raised1500k.png); }
span.badge32.raised2000k a  { background-image: url(/site/images/fs/badges/32/raised2000k.png); }
span.badge32.grant a       { background-image: url(/site/images/fs/badges/32/grant.png); }
span.badge32.donations50 a { background-image: url(/site/images/fs/badges/32/donations50.png); }

ul#fsSpecial strong {
    font-weight: bold;
    color: green
}

ul#fsSpecial li {
    margin-bottom: 15px
}

ul#fsSpecial ul {
    padding: 0px;
    margin: 0px;
}

ul#fsSpecial li {
    list-style-type: none;
    background-image: url("/site/images/icons/todo.png");
    background-repeat: no-repeat;
    background-position: 0px 2px; 
    padding-left: 30px;
    margin-left: -10px 
}

dl#fsFeeSchedule {
    margin: 10px 0;
    max-width: 600px
}

dl#fsFeeSchedule dt {
    font-weight: bold
}

dl#fsFeeSchedule dt, dl#fsFeeSchedule dd {
    border-bottom: 1px solid black;
    padding: 2px
}

dl#fsFeeSchedule dt:nth-of-type(odd), dl#fsFeeSchedule dd:nth-of-type(odd) {
    background-color: #eee
}

a.gl_public_toggler {
    float: right;
    font-size: .8em;
    cursor: pointer
}

table#levels td {
    min-width: 110px
}

ul#list_supporters {
    list-style: none;
    padding-left: 0
}

ul#list_supporters li {
    float: left;
    white-space: nowrap;
}

ul#list_supporters li:after {
    content:'\2022';
    margin-left: 0.5em;
    margin-right:0.5em;
}

ul#list_supporters li:last-child:after {
    content: "";
    margin: 0
}

#fsDonateModal {
    width: 60%;
    min-width: 500px;
    max-width: 800px;
    left: 35%;
    position: absolute;
}

#fsDonateModal h4 {
    background-color: #eee;
    padding: .5em;
    width: 92%;
    float: left;
    margin-top: 0
}

#fsDonateModal fieldset {
    clear: both;
}

#fsDonateModal #amount_wrapper div.field,
#fsDonateModal #fee_choice div.field,
#fsDonateModal #fee_choice dl.static {
    padding-top: 0;
}

#fsDonateModal #amount_wrapper label,
#fsDonateModal #amount_wrapper dt,
#fsDonateModal #fee_choice label,
#fsDonateModal #fee_choice dt {
    font-weight: bold;    
}

#fsDonateModal #amount_wrapper div.field:first-child * {
    font-size: 22px;
    margin: 2px 0 0 2px;
}

#fsDonateModal #amount_wrapper div.field:first-child label {
    padding-top: 4px
}

#fsDonateModal #amount_wrapper input[type="text"] {
    font-weight: bold;
    margin-left: 3px;
    padding: 2px;
    width: 200px;
}

#fsDonateModal #amount_wrapper ul.radios, #fsDonateModal #fee_choice ul.radios {
    width: 60%;
    margin-bottom: 0;
}

#fsDonateModal #fee_choice dl {
    clear: none;
    float: right;
    width: 45%;
}

#fsDonateModal #fee_choice div.field {
    float: left;
    width: 50%
}

#fsDonateModal #fee_choice div.field label {
    width: 50%
}

#fsDonateModal #fee_choice div.field ul {
    width: 40%
}

#cover_fee_wrapper {
    clear: both;
    
    width: 75%;
    margin: auto
}

#cover_fee_wrapper label {
    font-weight: bold;
    width: 40%
}

#fsDonateModal button {
    margin: 10px 50px 25px 50px
}

#fsDonateModal button.next {
    background-image: url(/site/images/icons/32/next_white.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 36px;
    float: right;
    background-color: #6f824e;
    color: white;
}

#fsDonateModal button.back {
    background-image: url(/site/images/icons/32/back_black.png);
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    min-width: 100px;
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

#profile #giving_levels div.givingLevel {
    padding: 20px 10px;
    font-size: 12px
}

#profile #giving_levels div.givingLevel:hover {
    background-color: #6f824e;
}

#profile #giving_levels div.givingLevel:hover, 
#profile #giving_levels div.givingLevel:hover *, 
#profile #giving_levels div.givingLevel:hover *:hover {
    color: white
}

#profile #giving_levels div.givingLevel:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}

#profile #giving_levels div.givingLevel h5 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#givingLevels ul {
    margin-top: 1em;
    font-size: 13px;
    width: 100%
}

#givingLevels li {
    width: 25%;
}

#givingLevels li span.description {
    text-decoration: underline;
    color: blue;
    cursor: help;
    position: absolute
}

#givingLevels li span.description div.tip {
    position: absolute;
    top: -100px;
    left: 0px;
    background-color:#222;
    margin: 0;
    padding:10px;
    width:180px;
    z-index: 999;
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0 3px rgba(0,0,0,0.25); 
    text-align: left !important;
}

#givingLevels li span.description div.tip:after {
    position: absolute;
    display: block;
    content: "";  
    border-color: #222 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    bottom:-19px;
    left:1em;
}

#fsDonateModal fieldset.compact div.field {
    padding: 8px 4px 0 0;
    margin: auto;
    width: 50%;
    min-width: 350px;
}

#fsDonateModal fieldset.compact div.field:first-child {
    margin-top: 10px;
}

#fsDonateModal fieldset.compact input[type="text"], 
#fsDonateModal fieldset.compact input[type="email"], 
#fsDonateModal fieldset.compact select {
    margin-left: 0;
    margin-right: 5px;
    padding: 3px;
    font-size: 13px;
    width: 150px;
}

#fsDonateModal fieldset.compact select {
    width: 158px;
}

#fsDonateModal fieldset.compact input.double {
    width: 316px
}

#fsDonateModal fieldset.compact select.double {
    width: 324px
}

#fsDonateModal fieldset.compact div.field img {
    vertical-align: top
}

div#showNumbers  {
    font-size: 24px;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    font-style: italic
}

div#showNumbers .subtle {
    font-size: 14px;
    font-style: normal;
}
