﻿body {
    margin-bottom:60px;
}

.Footer2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    text-align:center;
    line-height:40px;
}

.PagerButtons {
    height: 24px;
    padding-left: 3px;
    padding-right: 3px;
}

.SmallButton {
    padding: 3px;
    margin: 2px;
    font-size: 80%;
    background-color: #D69C0C;
    text-align: center;
    height: 24px;
    border-radius: 7px;
    color: #FFF;
    width: auto;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
    cursor: pointer;
}

.SmallButtonDisabled {
    padding: 3px;
    margin: 2px;
    font-size: 80%;
    background-color: #808080;
    text-align: center;
    height: 24px;
    border-radius: 7px;
    color: #FFF;
    width: auto;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-weight: bold;
}

.RosterTable {
    width: auto;
    min-width:50%;
}

.RosterTable td {
    padding: 0px 6px 0px 6px;
    line-height:24px;
}


.RosterDate {
    border-right:solid 1px #333; 
    border-bottom:solid 1px #333; 
    text-align:left; 
    padding-left:6px;
}

.mastheadNews {
    float:right;
    padding-right:20px;
    font-size:18px;
}

.NewsTable {
    border-collapse:collapse;
}

#NewsHeadline {
    font-weight:bold;
    font-size:140%;
    line-height:30px;
 }

.NewsTableCRWhite {
	color: #000;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
    border-bottom:1px solid black;
}

    .NewsTableCRWhite td {
        padding: 4px;
    padding-bottom:10px;
    }



#DateContents {
    background-color: #FFFFFF;
    float: left;
    margin: 0 0 0 0;
    width: 4em;
}

#DisplayDate {
	background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
    border: 2px solid #555;
    border-top: none;
    display: block;
    font-size: 200%;
    padding: 8px 0;
    text-align: center;
}

#DisplayMonth {
	background-color: #D69C0C;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    padding: 6px 0;
    text-align: center;
    text-transform: uppercase;
}

.NewsHeadline {
    font-size: 200%;
    font-weight:bold;
}

.NoPointer {
    cursor:default;
}

.Gallery {

}

.GalleryImage {
    float:left;
    padding:10px;
}

.ClosedCell {
    background-color: #000;
}

.CentreInListview {
    text-align:center;
}

.UnderContribution {
    background-color:#FF0000;
    color:#FFF;
   	line-height: 30px;
	text-align: left;
	font-weight: normal;
}

.ExactContribution {
    background-color:#FFFF00;
    color:#000;
   	line-height: 30px;
	text-align: left;
	font-weight: normal;
}

.OverContribution {
        background-color:#00FF00;
    color:#000;
   	line-height: 30px;
	text-align: left;
	font-weight: normal;
}

.TabWeeks {
    font-size: 0.75em;
    font-weight:normal;
}

