/* Global Styles */
body {
	margin:0px;
	background-image: url(images/Blueskybackground.jpg);
	background-color: #228FEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 100%;
	height: 100%;
}
table {
	width: 100%;
	height: 100%;
  }	
td {
	width: auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
	}
	
a {
	color: #003366;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	display:block;
	padding:8px 6px 10px 10px;
	} 
	
#navigation a:hover {
	background: #ffffff;
	color:#003366;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.Sign_UP-Style {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
	
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 5%;
	font-weight: bold;
	}
	
.navText {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 8%;
	font-weight: bold;
	}

.style1 {color: #FF0000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 500%; }
.style2 {color: #000000; font-size: 100%; font-weight: bold;}
.style3 {color: #FFFFFF}
.style4 {color: #009900; font-weight: bold; font-family: Arial, Helvetica, sans-serif;	font-size: 450%;}
.style6 {font-size: 16px}
.style7 {color: #000000; font-size: 300%; font-weight: bold; }
.style8 {color: #009900; font-size: 200%; font-weight: bold;}
.style9 {color: #FF0000; font-size: 400%; font-weight: bold;}
.style10 {color:  #fefefe}



/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 5px 5px 5px 5px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.signupbtn {
	float: inherit;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-attachment: fixed;
	background-color: #006600;
	background-position: center;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	visibility: visible;
	z-index: 0;
}

/* Float cancel and signup buttons and add an equal width */
.Fundraising {
	float: inherit;
	width: 200px;
	height: 100px;
	left: 100px;
	top: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	background-color: #006600;
	background-position: center;
	z-index: 2;
}

/* Float cancel and signup buttons and add an equal width */
.Message_Info {
	float: inherit;
	width: 200px;
	height: 100px;
	left: 100px;
	top: 200px;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: bold;
	background-color: Red;
	background-position: center;
	z-index: 2;
}


/* Float cancel and signup buttons and add an equal width */
.signingbtn {
	float: inherit;
	width: auto;
	height: auto;
    background-color: #006600;
	position: relative;
	visibility: visible;
	z-index: 2;
}


/* Float cancel and signup buttons and add an equal width */
.cancelbtn {
  float: left;
  width: 15%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
}

/* The Modal2 (background) */

.modal2 {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 650px;
  top: 1px;
  width: 450px; /* Full width */
  height: 580px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 30px;
	cursor: move;
}

/* Modal2 Content/Box */
.modal2-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

.modal3 {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 1px;
	top: 1px;
	width: auto; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #474e5d;
	cursor: move;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.modal5 {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 300px;
	top: 50px;
	width: auto; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #474e5d;
	padding-top: 50px;
	cursor: move;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.modalPay {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 300px;
	top: 50px;
	width: auto; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #474e5d;
	padding-top: 50px;
	cursor: move;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}


.modal {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: auto;
	top: 1px;
	width: auto; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #474e5d;
	padding-top: 50px;
	cursor: move;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}


.modalX {
	display: none; /* Hidden by default */
	position: absolute; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 1px;
	top: 1px;
	width: auto; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #474e5d;
	padding-top: 50px;
	cursor: move;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}


/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Modal Content/Box */
.modal-content2 {
  background-color: #fefefe; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  height: auto; /* Full height */
  width: auto; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
} 


#dialogoverlay{
	display: none;
	opacity: .8;
	position: relative;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: relative;
	background: #000;
	border-radius:7px; 
	width:300px;
	z-index: 10;
}

#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #666; font-size:19px; padding:10px; color:#CCC; }
#dialogbox > div > #dialogboxbody{ background:#333; padding:20px; color:#FFF; }

.style20 {
	color: #FF0000;
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.style21 {
	font-family: "Times New Roman", Times, serif;
	color: #009900;
	font-size: 140%;
	font-weight: bold;
}

.style22 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #009933;
	font-weight: bold;
}

a:link {
	color: #009933;
}

a:visited {
	color: #009933;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

/* Modal Content/Box */
.modal-content1 {
  background-color: #fefefe;
  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  height: auto; /* Full height */
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.ColorRed {
  background-color: #009900;
}
.ColorGreen {
	color: #009900;
}

.switch {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}

h5 span {
  float: left;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: Red;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: Green; 
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.First {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 450px;
  top: 1px;
  width: 700px; /* Full width */
  height: auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d;
  padding-top: 5px;
	cursor: move;
}

/* For smart phones */

@media screen and (max-width: 600px) {
}

/* For tablets */
@media screen and (min-width: 600px) and (max-width: 900px) {
}

/* For desktop computers */
@media screen and (min-width: 900px) {
}