#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 div {
    float:left; 
    width:33%; 
    padding: 0 0 20px 0
}

#fsToolkit div ul {
    margin:0 5px; 
    padding: 0 0 5px 20px;
    font-size: .9em
}

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

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

#fundHistory thead tr:first-child th {
    text-align: center;
    color: white;
    background-color: #a64e48;
    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: 11px;
    line-height: 12px;    
}

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

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

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

ul#projects {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}

ul#projects li:before {
    content: "\00BB \0020";
}

table#projectFilters {
    margin: 5px;
    border: 1px solid #ddd
}

table#projectFilters td {
    padding: 2px;
}

table#projectFilters td:first-child {
    text-align: right;
    font-weight: bold;
    background-color: #eee;
}

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;
    cursor: pointer;
}

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

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

div#sidebar .givingLevels * {
    cursor: pointer;
}

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

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;
}

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

ul#fsProfileActions li {
    font-size: 12px;
}

ul#fsProfileActions li a {
    text-decoration: none;
}

ul#fsProfileActions li img {
    vertical-align: middle; 
    margin-bottom: 8px;
    width: 32px;
    height: 32px
}
