/* Appropriate Funding Sources */

table.FundingSources {
    border-collapse: collapse;
    margin-top: 20px;    
}

table.FundingSources th,
table.FundingSources td {
    padding: 2px 4px 2px 4px; 
    font-size: 12px;
    line-height: 16px;
}

table.FundingSources th {
    font-weight: bold;
}

table.FundingSources .Col1 { width: 430px; }  
table.FundingSources .Col2 { width:  50px; }  
table.FundingSources .Col3 { width:  50px; }  
table.FundingSources .Col4 { width: 120px; }  
table.FundingSources .Col5 { width:  50px; }

table.FundingSources .Col2,
table.FundingSources .Col3,
table.FundingSources .Col4,
table.FundingSources .Col5 {
    text-align: center;
}

table.FundingSources th {
    border: 1px solid #000;    
    border-bottom: 2px solid #000;    
}

table.FundingSources td {
    border: 1px solid #999;    
}

table.FundingSources thead th.Col1 {
    border-top: 0;
    border-left: 0;
}

table.FundingSources th.Col2 {
    background: #663399;
    color: #fff;
}

table.FundingSources th.Col3 {
    background: #0072bc;
    color: #fff;
}

table.FundingSources th.Col4 {
    background: #ffcc00;
}

table.FundingSources th.Col5 {
    background: #39b54a;
    color: #fff;
}

span.Check {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: #fff url(images/check-12.png) no-repeat 0 0;
    text-indent: -9999px;
}



/* Recommended Reading */

#RecommendedReading .Book {
    clear: left;
    margin-top: 10px;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    width: 700px;
}

#RecommendedReading .Book .Image,
#RecommendedReading .Book .Text {
    float: left;    
}

#RecommendedReading .Book .Image {
    width: 100px;
    margin-right: 10px;
}

#RecommendedReading .Book .Text {
    width: 590px;    
    font-size: 12px;
    line-height: 16px;
}

#RecommendedReading .Title {
    font-size: 14px;
    font-weight: bold;    
}

#RecommendedReading .Title a,
#RecommendedReading .Title a:hover {
    color: black;    
    text-decoration: none;
}

#RecommendedReading .AmazonURL {
    padding-top: 4px;
}

#RecommendedReading .Description {
    margin-top: 9px;    
}



/* Recommended Reading Sidebar */

#RR_Sidebar .Book {
    padding-top: 10px;
    clear: left;    
}

#RR_Sidebar .Book .Image {
    float: left;
    width: 35px;
    padding-right: 10px;    
}

#RR_Sidebar .Book .Text {
    float: left;
    width: 175px;
    font-size: 11px;
    line-height: 14px;
}

#RR_Sidebar .Book .Text .Title {
    font-weight: bold;    
}



/* Placeholder Book Covers */
.NoCoverThumb {
    background: transparent url(images/no-cover-image-thumb.png) no-repeat 0 0;
    width: 100px;
    height: 130px;    
}

/* Placeholder Book Covers */
.NoCoverTiny {
    background: transparent url(images/no-cover-image-tiny.png) no-repeat 0 0;
    width: 35px;
    height: 46px;    
}

.AmazonButton {
    display: block;
    width: 88px;
    height: 25px;
    margin: 2px 6px;
    background: transparent url(images/button-amazon.png) no-repeat 0 0;
    text-indent: -9999px;    
}
