/* @override http://www.bbbssaskatoon.org/sites/all/themes/bbbs/bbbs.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

.bgnorepeat {
}

.bodytxt {
	font-size: 12px;
}

.subHead {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #ffffff;
	font-weight: bold;
}

.home {
	background-color: #F1B923;
	background-repeat: no-repeat;
}

.homeFoot {
	background-color: #AE8105;
	font-size: 12px;
	color: #FFFFFF;
}

.about {
	background-color: #763b96;
	background-repeat: no-repeat;
}

.aboutFoot {
	background-color: #512968;
	font-size: 12px;
	color: #FFFFFF;
}

.involved {
	background-color: #bd1d7c;
	background-repeat: no-repeat;
}

.involvedFoot {
	background-color: #821456;
	font-size: 12px;
	color: #FFFFFF;
}

.kids {
	background-color: #5ebe56;
	background-repeat: no-repeat;
}

.kidsFoot {
	background-color: #41833b;
	font-size: 12px;
	color: #FFFFFF;
}

.sponsors {
	background-color: #0083a9;
	background-repeat: no-repeat;
}

.sponsorsFoot {
	background-color: #005a75;
	font-size: 12px;
	color: #FFFFFF;
}

.events {
	background-color: #f15c22;
	background-repeat: no-repeat;
}

.eventsFoot {
	background-color: #a63f17;
	font-size: 12px;
	color: #FFFFFF;
}

.alumni {
	background-color: #144da2;
	background-repeat: no-repeat;
}

.alumniFoot {
	background-color: #0e3570;
	font-size: 12px;
	color: #FFFFFF;
}

.links {
	background-color: #a79e76;
	background-repeat: no-repeat;
}

.linksFoot {
	background-color: #736d51;
	font-size: 12px;
	color: #FFFFFF;
}

.contact {
	background-color: #239c41;
	background-repeat: no-repeat;
}

.contactFoot {
	background-color: #186c2d;
	font-size: 12px;
	color: #FFFFFF;
}

.pagename {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-top: 17px;
}

.submitted {
	font-size: 9px;
	font-weight: lighter;
	display: none;
}

fieldset, legend {
	background: #ffffff;
	color: #000000;
	border: 1px solid #666666;
}

fieldset {
	margin-top: 10px;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

label {
	width: 340px;
	display: block;
	margin-top: 5px;
}

fieldset div div.description p {
	margin-top: -2px;
	font-size: 0.75em;
	font-weight: lighter;
}

.form-text {
	width: 320px;
	margin-bottom: 5px;
}

select {
	width: 120px;
}

.form-textarea {
	width: 320px;
	height: 65px;
	margin-bottom: 5px;
}

.title {
	font-size: 1.2em;
	font-weight: bold;
}

label.option {
	display: inline;
	white-space: nowrap;
}

.form-radios > .form-item  {
	display: inline;
	white-space: nowrap;
	padding: 3px;
}

span.form-required {
	font-weight: bold;
	color: red;
	background-color: white;
}

#tc {
	display: block;
	width: 320px;
	height: 120px;
	overflow: auto;
	font-family: monospace;
	border: 1px solid black;
}