/* Common Styles Used on the CSBA website */
.upper_menu {
   font-size: 95%;
	font-weight: normal;
	font-family: Georgia, "Comic Sans MS", Arial;
	color: Maroon;
	text-decoration: none;
	text-align: right;
}

.upper_menu:hover {
	color: blue;
	text-decoration: underline;
}

.blurb {
	background-color: #E5ECFF;
	border-color: Maroon;
	font-family: "Comic Sans MS";
	font-size: 100%;
	}

button.blurb { 
	background-color: transparent;
	font-size: 100%;
	text-align: center;
	color: Maroon;
	font-family: "Comic Sans MS", Arial;
	border: 0px;
}

/* CCSI Logo is the Style for our Name */
.ccsi_logo {
   font-size: 100%;
	font-weight: bold;
	font-family: "georgia, Arial, Helvetica, sans-serif";
	color:  Maroon;
	text-decoration: none;
	text-align: right;
}
.ccsi_logo:hover {
	color: blue;
	text-decoration: underline;
}

.normal { font: 100% georgia, "Comic Sans MS", Arial;  color: Maroon;  text-align: left;  text-decoration: none;    }

.normalc { font: 100% "Comic Sans MS", Arial;  color: Maroon;  text-align: center;   }

.heading { font: 142% "Comic Sans MS", Arial;  color: Maroon;  text-align: center;   }

.newsItemTitle {
   font-size: 120%;
	font-weight: bolder;
	font-family: georgia, "Comic Sans MS";
	color: Maroon;
	text-decoration: none;
	text-align: right;
}
.newsItemTitle:hover {
	color: blue;
	text-decoration: underline;
}

td.buttonback { background-color: transparent;  border-bottom-width: thin;  border-top-width: thin;  font-family: "Comic Sans MS";  font-size: 90%;  color: Maroon;  text-align: center;  }

td.head {
	text-align: center;
	vertical-align: bottom;
	font-weight: bolder;
	font-family: georgia, "Comic Sans MS", Arial;
	border-bottom: thin solid Black;
	border-top: thin solid Black;
	color: Black;
	background-color: #F4A460;
	font-size: 80%;
	text-decoration: none;
}

td.headl {
	text-align: right;
	vertical-align: top;
	font-weight: bolder;
	font-family: georgia, "Comic Sans MS", Arial;
	color: Maroon;
	font-size: 90%;
	font-style: normal;
	text-decoration: none;
}

td.headr {
	text-align: right;
	vertical-align: bottom;
	font-weight: bolder;
	font-family: georgia, "Comic Sans MS", Arial;
	color: Maroon;
}


td.menuHead {
	text-align: left;
	vertical-align: bottom;
	font-weight: bolder;
	border-top: thin solid Black;
	background-color: #85C192;
	padding-left: 10px;
}

td.menu {
	text-align: left;
	vertical-align: top;
	background-color: #E0EDE1;
	padding-left: 5px;
}

td.newsItem {
	text-align: left;
	border-left: thin solid #B7DCFF;
	background-color: #E5ECFF;
	padding-left: 4px;
	padding-top: 4px;
	font-family: georgia, "Comic Sans MS", Arial;
	font-variant: normal;
	vertical-align: top;
}

td.instructions { background-color: transparent;  border-bottom-width: thin;  border-top-width: thin;  font-family: georgia, "Comic Sans MS";  font-size: 105%;  color: Maroon;  text-align: center;          }
td.instructionsl { background-color: transparent;  border-bottom-width: thin;  border-top-width: thin;  font-family: "Comic Sans MS", Times, serif;  font-size: 95%;  color: Maroon;  text-align: left;          }
td.instructionsr { background-color: transparent;  border-bottom-width: thin;  border-top-width: thin;  font-family: "Comic Sans MS";  font-size: 95%;  color: Maroon;  text-align: right;  font-weight: normal;  vertical-align: top;            }
td.instructionsh { background-color: transparent;    border-top-width: medium;  font-family: "Comic Sans MS";  font-size: 95%;  color: Maroon;  text-align: center;  font-weight: bold;    border-color: Maroon;             }

td.membersHead { background-color: #85C192;  font-weight: bolder;  font-size: larger;   }

select.controls { 
	background-color: #FCCEAA;
	border: thin solid #FCCEAA;
	font-size: 95%;
	white-space: pre;
	text-decoration: none;
}

input.controls { 
	background-color: #FCCEAA;
	border: thin solid #FCCEAA;
	font-size: 95%;
	white-space: pre;
	text-align: left;
}