﻿body
{
    text-align: left;
    font-family: Arial;
    color: Black;
    font-size: 12px;
    /*background-image:url('../Images/cfsBackground.png');*/
}

.memberAccessDiv {
    /*background-image: url('../Images/staff - background.jpg');*/
    height: 400px;
    width: 100%;
}

.selectedButton
{
    color: Black;
    font-size: 12px;
    width: 15%;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    background-color: #5FABAB;
}

.unSelectedButton
{
    color: Black;
    font-size: 12px;
    width: 15%;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    background-color: #D4D6DC;
}

.disabledButton
{
    width: 15%;
    background-color: White; 
    color: LightGray; 
    font-size: 12px;
    text-align: center;
}

.selectedLabel
{
    color: Black; 
    font-size: 12px;
}

.unSelectedLabel
{
    color: Black; 
    font-size: 12px;
}

.disabledLabel
{
    color: LightGray;
    font-size: 12px;
}

.hTable
{
    width: 100%; 
    height: 22px;
    background-color: #5FABAB;
}

.mTable
{
    width: 100%; 
    font-size: 11px; 
    height: auto; 
    padding: 0px; 
    border-bottom-style: solid; 
    border-bottom-width: thin; 
    border-bottom-color: #808080
}

.rad
{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    margin-left: auto; 
    margin-right: auto; 
    position: relative; 
    top: 100px;
}

.radTop
{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    margin-left: auto; 
    margin-right: auto; 
    top: 100px;
}

.radPopup
{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height:auto; 
    font-size: small;
}

.radPopupHead
{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    cursor: move;
    width: 400px;
    height: auto;
    text-align: center;
    vertical-align: middle; 
    font-family: Arial;
    font-size: large;
    color: Black;
    background-color: #C0C0C0;
}

.radPageXLarge
{
    background: White;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    width: 1040px; 
    height: auto; 
    margin: 0 auto;
}

.radPageLarge
{
    background: White;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    width: 800px; 
    height: auto; 
    margin: 0 auto;
}

.radPageMedium
{
    background: White;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    width: 500px; 
    height: auto; 
    margin: 0 auto;
}

.radMemberAccess
{
    background: White;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
    width: 900px; 
    height: 100%;
}

.radBannerXLarge
{
    border: thin solid #C0C0C0;
    width: 99%;
    height: 120px;
    background-color: White;
    text-align: left;
    vertical-align: top;
}

#progressBackgroundFilter
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity:0.5;
	z-index: 1000;
}

#processMessage {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    position: fixed;
    top: 30%;
    left: 40%;
    padding: 10px;
    width: 25%;
    z-index: 1001;
    background-color: #fff;
    text-align: center
}

.banner
{
    border-style: double; 
    border-color: #808000; 
    width: 100%; 
    height: 100px; 
    font-family: 'Edwardian Script ITC'; 
    font-size: 60px; 
    font-style: italic; 
    color: #808000; 
    text-align: left;
}


.modalBackground 
{
    background-color:Gray; 
    filter:alpha(opacity=50);
    opacity:0.5; 
} 

.modalPopup
{
    background-color: #808080;
    border-width: 3px;
    border-style: solid;
    border-color: Olive;
    width: 250px;
    height: 250px;
}

.navigation
{
    height: 20px;
}

.hInfo
{
	float: left;
	border-style: solid;
    border-color: #808000;
    width: 200px;
	height: 300px;
}

.sInfo
{
	float: left;
	border-style: solid;
    border-color: #808000;
    width: 200px;
	height: 300px;
}

.genInfo
{
	float: left;
	border-style: solid;
    border-color: #808000;
    width: 200px;
	height: 300px;
}

.controlhasfocus
{
    background-color: #FFFF99;
}

.controlhaserror
{
    background-color: #FF8040;
}

.timeline
{
    border: medium double #89A7A7;
    font-size: 12px;
    width: 150px;
    text-align: left;
    padding-left: 10px;
    vertical-align: text-top;
    vertical-align: middle;
    overflow: auto;
}

.timelineRNB
{
    font-size: 12px;
    width: 50px;
    height: 20px;
    text-align: right;
    padding-left: 10px;
    vertical-align: middle;
    padding-right: 5px;
}

.timelineLNB
{
    font-size: 12px;
    width: 50px;
    height: 20px;
    text-align: left;
    padding-left: 10px;
    vertical-align: middle;
    padding-right: 5px;
}

.timelineR
{
    border: medium double Red;
    font-size: 12px;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    vertical-align: text-top;
    vertical-align: middle;
    overflow: auto;
}

.timelineB
{
    border: medium double Blue;
    font-size: 12px;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    padding-left: 10px;
    vertical-align: text-top;
    vertical-align: middle;
    overflow: auto;
}

.AutoExtender 
{ 
    font-size: 11px; 
    color: #000; 
    padding: 3px 5px; 
    border: 1px solid #999; 
    background: #fff; 
    width: auto; 
    float: left; 
    z-index: 9999999999 !important;  
    position: absolute;
    margin-left: 0px; 
    list-style: none; 
    font-weight: bold; 
    cursor: pointer;
}

.FirstElementOnPage
{
    position: absolute;
    top: -120px;
    border: solid 1px white;
    height: 1px;
    width: 1px;
}

.LastElementOnPage
{
    position: absolute;
    top: -100px;
    border: solid 1px white;
    height: 1px;
    width: 1px;
}

.LastColumn
{
    border-left: solid 10px white;
    text-align: left;
    width: 100%;
}
 
.accordion 
{  
    width: 760px; 
    text-align: left; 
}  
          
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B1B3C3;
    font-family: Arial, Sans-Serif;
    font-size: small;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}  
          
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #4B9396;
    font-family: Arial, Sans-Serif;
    font-size: small;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}  
          
.accordionContent 
{  
    background-color: White;  
    border: 1px dashed #2F4F4F;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;
}

.lbtn1
{
    background-color: Transparent;
    border-style: none;
    text-align: left;
    font-size: 11px; 
    width: 100%; 
}

.lbtn2
{
    border: thin solid White;
    padding: 4px;
    /*background-color: #DADADA;*/
    text-align: left;
    font-size: 11px;
    cursor: pointer; 
    width: 100%; 
}

.linkButton
{
    background-color: transparent;
    border-style: none;
    font-size: 11px;
    color: Blue;
    text-align: right;
    text-decoration: underline;
    width: 95px; 
    cursor: pointer;
}

.linkButton_12
{
    background-color: transparent;
    border-style: none;
    font-size: 12px;
    color: Blue;
    text-align: right;
    text-decoration: underline;
    width: 95px; 
    cursor: pointer;
}

.divCalendar {
    width: 100%;
    text-align: left;
}

.tdCalendarWeekend
{
    border: thin solid #89A7A7;
    width: 100px;
    height: 150px;
    text-align: right;
    vertical-align: top;
    background-color: #F5F5F5; 
    margin: 0 auto;
}

.tdCalendarWeekday
{
    border: thin solid #89A7A7; 
    width: 100px; 
    height: 150px; 
    text-align: right; 
    vertical-align: top; 
    margin: 0 auto;
}

.tdCalendarTitle
{
    font-weight: bold;
    text-align: center;
    width: 100px;
}

.radSchedulerEvent {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    text-align: left;
    height: auto;
}

.videoHead {
    background-color: white;
    font-size: large;
    cursor: move;
    height: 50px;
    text-align: center;
    vertical-align: top;
}

.radVideo {
    background-color: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: auto 0;
    width: 560px;
    height: auto;
}

.videoBtn {
    background-color: transparent;
    border-style: none;
    text-align: center;
    font-size: small;
    cursor: pointer;
    width: 20px;
    font-weight: bold;
}

.playVideoBtn {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    background-image: url('../Images/btnWhyCFS.png');
    font-family: Arial;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold; 
    width: 200px;
    height: 30px; 
    border-style: none; 
    cursor: pointer;
}

.radPopupHead600 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 600px; 
    height: auto;
}

.radPopupHead500 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 500px; 
    height: auto;
}

.radPopupHead400 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 400px; 
    height: auto;
}

.radPopupHead300 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 300px; 
    height: auto;
}

.radItemDetail {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 400px; 
    height: auto;
}

.radPopup400 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 400px; 
    height: auto;
}

.radPopup600 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 600px; 
    height: auto;
}

.radPopup700 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 700px; 
    height: auto;
}

.radPopup800 {
    background: white;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px #888;
    -webkit-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    margin: 0 auto;
    width: 800px; 
    height: auto;
}

.tablePopupStandard {
    padding-left: 10px;
}

.bodyPopup {
    width: 100%;
    margin: auto;
    height: auto;
    background-color: white;
}

.buttonRow {
    width: 100%;
    line-height: 40px;
    margin: 0 auto;
}

.shadedRow {
    background-color: white;
    height: 40px;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding-bottom: 5px; 
    padding-left: 10px;
}

.tableHeader {
    width: 100%;
    font-size: small;
    background-color: lightgray; 
    text-align: left;
    border-collapse: collapse;
    padding-bottom: 15px;
}

.tableHeaderWbutton {
    width: 100%;
    font-size: small;
    background-color: lightgray; 
    text-align: left;
    border-collapse: collapse;
    padding-bottom: 15px; 
    height: 30px;
}

.tableDetail {
    border-collapse: collapse;
    font-family: Arial;
    font-size: 11px;
    width: 98%;
    color: Black;
}

.buttonPopupRow {
    text-align: center;
    line-height: 40px;
}

.inlineDiv {
    display: inline-block;
    vertical-align: top; 
    width: 50%; 
    padding-left: 10px;
}

.inlineDiv2 {
    display: inline-block;
    width: 50%;
    border: 1px solid black;
    font-size: 0pt;
}

inlineDiv3 {
    vertical-align: top;
    height: 20px;
    width: 110px;
    border: 1px solid black;
    font-size: 0pt;
}

columnHeaderPopup {
    text-align: center;
    color: #808080;
    font-style: italic;
    text-decoration: underline;
}

.lblTall {
    line-height: 15px;
    vertical-align: middle;
}

.w1200 {
    width: 1200px;
}

.w900 {
    width: 900px;
}

.w800 {
    width: 800px;
}

.w700 {
    width: 700px;
}

.w650 {
    width: 650px;
}

.w600 {
    width: 600px;
}

.w550 {
    width: 550px;
}

.w500 {
    width: 500px;
}

.w450 {
    width: 450px;
}

.w420 {
    width: 420px;
}

.w400 {
    width: 400px;
}

.w360 {
    width: 360px;
}

.w350 {
    width: 350px;
}

.w300 {
    width: 300px;
}

.w250 {
    width: 250px;
}

.w200 {
    width: 200px;
}

.inputFont {
    font-family: Arial;
    font-size: 12px; 
    cursor: pointer;
}

.dropdownFont {
    font-family: Arial;
    font-size: 12px;
}

.dropdownFont_Popup {
    font-family: Arial;
    font-size: 12px;
}

.dropdownFont_12 {
    font-family: Arial;
    font-size: 12px;
}

.listboxFont {
    font-family: Arial;
    font-size: 12px; 
    cursor: pointer;
}

.popupFont {
    font-family: Arial;
    font-size: 12px;
}

.popupFont_Contribution {
    font-family: Arial;
    font-size: 11px;
}

.messageFont {
    font-family: Arial;
    font-size: 13px;
}

.moneyFormat{
    text-align: right;
    font-size: 12px;
}

.btnFont {
    font-size: 11px;
}

.btnReport {
    font-size: 11px; 
    width: 180px; 
    text-align: center;
}

.alignRight {
    text-align: right; 
    align-content: flex-end; 
    width: 100%
}

.pnlPopup {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height: auto; 
    font-size: 12px;
    background-color: white; 
    /*background-image: url("../Images/popup.jpg");*/
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.pnlContributionPopup {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height: auto; 
    font-size: 11px;
    background-color: white; 
    /*background-image: url("../Images/popup.jpg");*/
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.pnlDeletePopup {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height:auto; 
    width: 400px; 
    font-size: 12px;
    background-color: white; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.pnlSpecialPopup {
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px Black;
    -webkit-box-shadow: 0px 0px 10px Black;
    box-shadow: 0px 0px 10px Black;
    height:auto; 
    font-size: small;
    background-color: white; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

.headPopupGrayStandard {
    background-color: lightgray; 
    color:#005B5B;
    font-size: large;
    cursor: move;
    text-align: center;
    line-height: 50px;
    border-bottom-style: groove;
    border-bottom-width: medium; 
    border-bottom-color: lightgray;
}

.reconcileTable {
    width: 100%;
    height: 30px;
    vertical-align: middle;
    background-color: #AFC5C7;
    border-collapse: collapse;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #808080;
}

.churchName {
    font-size: 38px; 
    font-variant: small-caps; 
    color: #89A7A7; 
    font-weight: 500;
}

.reportButton {
    background-color: transparent;
    border-style: none;
    font-Size: small;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.canadianButton {
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 3px;
}

/*Payment Page*/
.priceEnabled {
    color: darkred; 
    margin-left: 40px;
    display: block;
}

.priceDisabled {
    color: gray; 
    margin-left: 40px;
    display: block;
}

.priceHidden {
    display: none;
}