@charset "UTF-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; font-family: "Lucida Grande", Arial, Helvetica, sans-serif; }
ul { list-style: none; }
ol { margin-left: 19px; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table {border-spacing: 0; }
strong, b {font-weight: bold; color: #333333; }
em, i {font-style:italic; }
h1 {font-size: 30px; color:#000000; margin-bottom: 8px;}
h2 {font-size:18px; color:#333333; font-weight:bold; margin-bottom: 8px;}
h3 {font-size:14px; color:#333333; font-weight:bold; margin-bottom: 7px;}
p {margin-bottom: 8px; }
div {font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}
a {color:#8293be; text-decoration:underline;}
a:hover {color:#3cb748; text-decoration:underline;}
a:active {color:#3cb748; text-decoration:none;}
body {background-image:url(../Images/bg/bg.png); background-repeat:repeat-x; background-position:top; margin: 0px; padding: 0px;}

ul.normal { list-style-position: outside; list-style-type: square; margin-left: 19px; }

/* GLOBALHEADER */
#globalheader {
	height: 40px;
	width: 620px;
	margin: 18px auto;
	position: relative;
	z-index: 9998;
}
#globalheader #globalnav {
	margin: 0px;
	padding: 0px;
}
#globalheader #globalnav li {
	display: inline;
}
#globalheader #globalnav li a {
	float: left;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../Images/Buttons/TBQ_Buttons.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 120px;
}

/* SPACER */
#globalheader #globalnav li.spacer {
	float: left;
	padding-top: 40px;
	overflow: hidden;
	background-image: url(../Images/Buttons/TBQ_Buttons.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 10px;
}
#globalheader #globalnav li.spacer.leftspacer {
	background-position: 0px 0px;
}
#globalheader #globalnav li.spacer.rightspacer {
	background-position: -610px 0px;
}

/* BUTTONS */
#globalheader #globalnav li#home a {
	background-position: -10px 0px;
}
#globalheader #globalnav li#news a {
	background-position: -130px 0px;
}
#globalheader #globalnav li#calendar a {
	background-position: -250px 0px;
}
#globalheader #globalnav li#photos a {
	background-position: -370px 0px;
}
#globalheader #globalnav li#districtinfo a {
	background-position: -490px 0px;
}

/* OVER STATES */
#globalheader #globalnav li#home a:hover {
	background-position: -10px -60px;
}
#globalheader #globalnav li#news a:hover {
	background-position: -130px -60px;
}
#globalheader #globalnav li#calendar a:hover {
	background-position: -250px -60px;
}
#globalheader #globalnav li#photos a:hover {
	background-position: -370px -60px;
}
#globalheader #globalnav li#districtinfo a:hover {
	background-position: -490px -60px;
}

/* PRESSED STATES */
#globalheader #globalnav li#home a:active {
	background-position: -10px -120px;
}
#globalheader #globalnav li#news a:active {
	background-position: -130px -120px;
}
#globalheader #globalnav li#calendar a:active {
	background-position: -250px -120px;
}
#globalheader #globalnav li#photos a:active {
	background-position: -370px -120px;
}
#globalheader #globalnav li#districtinfo a:active {
	background-position: -490px -120px;
}

/* ON STATES */
#globalheader.home #globalnav li#home a {
	background-position: -10px -180px;
}
#globalheader.news #globalnav li#news a {
	background-position: -130px -180px;
}
#globalheader.calendar #globalnav li#calendar a {
	background-position: -250px -180px;
}
#globalheader.photos #globalnav li#photos a {
	background-position: -370px -180px;
}
#globalheader.districtinfo #globalnav li#districtinfo a {
	background-position: -490px -180px;
}


/* BANNER */
#globalbanner {
	width: 900px;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
#globalbanner.home {
	background-image:url(../Images/Banners/Home_Banner.png);
}
#globalbanner.news {
	background-image:url(../Images/Banners/News_Banner.png);
}
#globalbanner.calendar {
	background-image:url(../Images/Banners/Calendar_Banner.png);
}
#globalbanner.photos {
	background-image:url(../Images/Banners/Photos_Banner.png);
}
#globalbanner.districtinfo {
	background-image:url(../Images/Banners/District_Info_Banner.png);
}

/* BODY */
.borderedsection {
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	vertical-align:top;
	color: #666666;
	font-weight: normal;
}
.borderedsection.main {
	margin-top: 30px;
	font-size: 12px;
	text-align: left;
}
.borderedsection.footer {
	width: 900px;
	margin: auto;
	text-align: center;
	font-size: 11px;
}
.borderedsection .topleftcorner {
	background-image:url(../Images/body/Expandable%20border/top_left_corner.png);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
}
.borderedsection .topline {
	background-image:url(../Images/body/Expandable%20border/top_line.png);
	background-repeat:repeat-x;
	height: 25px;
}
.borderedsection .toprightcorner {
	background-image:url(../Images/body/Expandable%20border/top_right_corner.png);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
}
.borderedsection .bottomleftcorner {
	background-image:url(../Images/body/Expandable%20border/bottom_left_corner.png);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
}
.borderedsection .bottomline {
	background-image:url(../Images/body/Expandable%20border/bottom_line.png);
	background-repeat:repeat-x;
	height: 25px;
}
.borderedsection .bottomrightcorner {
	background-image:url(../Images/body/Expandable%20border/bottom_right_corner.png);
	background-repeat:no-repeat;
	width: 25px;
	height: 25px;
}
.borderedsection .leftline {
	background-image:url(../Images/body/Expandable%20border/left_line.png);
	background-repeat:repeat-y;
	width: 25px;
}
.borderedsection .rightline {
	background-image:url(../Images/body/Expandable%20border/right_line.png);
	background-repeat:repeat-y;
	width: 25px;
}

.article {
	background-image:url(../Images/body/News_Header.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 28px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	/*width: 430px;*/
}
.article.withheader {
	background-position: 0px 0px;
	padding-top: 0px;
}
.article h3.header {
	padding-top: 3px;
}

.new {
	background-image:url(../Images/body/New_Box.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
}
.updated {
	background-image:url(../Images/body/Updated_Box.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 50px;
}

div.p {
	margin-top: 8px;
}

#contacts li {
	margin-bottom: 15px;
}

#uploadphotosbutton {
	text-align:center;
	font-size:14px;
	margin: auto;
	margin-top:5px;
}

.matcheslist li {
	margin-bottom:10px;
}
.matchesrequirements {
	font-size:10px;
	font-weight:bold;
}
.listnumbers {
	text-align:left;
	float:left;
	width:20px;
	margin-bottom:10px;
	vertical-align:top;
}

.teaminfo {
	width:315px;
	height:auto;
	display:block;
	float: left;
	margin-bottom:25px;
}

.teaminfo img {
	max-height: 125px;
	border: solid 1px #aaaaaa;
}


/* RESULTS */
#results {
	margin-top: 8px;
	display: inline-block;
}
#resultstable {
	display: inline-block;
	border: 1px solid #999999;
	border-top: none;
}
#results .resultsdivision {
	background-color: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size:14px;
	color: #333333;
	vertical-align:middle;
	height:20px;
}
#results .resultstype {
	background-color: #eaf0ff;
	border-top: 1px solid #999999;
	/*border-bottom: 1px solid #999999;*/
	border-right: 1px solid #999999;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #333333;
	font-weight:bold;
}
#results .resultstypelast {
	background-color: #eaf0ff;
	border-top: 1px solid #999999;
	/*border-bottom: 1px solid #999999;*/
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #333333;
	font-weight:bold;
}
#results .resultsdata {
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	cursor:default;
	border-right: 1px solid #999999;
}
#results .resultsdatalast {
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	cursor:default;
}
#resultsselector {
	margin-top: 7px;
	display: inline-block;
	vertical-align: top;
}

/* CONSTANT BANNER */
#constantbanner {
	height: 150px;
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 9998;
}
#constantbanner #constantbg {
	margin: 0px;
	padding: 0px;
}
#constantbanner #constantbg li {
	display: inline;
}
#constantbanner #constantbg li a {
	float: left;
	padding-top: 22px;
	overflow: hidden;
	background-image: url(../Images/Banners/Back_to.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 250px;
}

#constantbanner #constantbg li#back a {
	margin-top: 60px;
	background-position: 0px 0px;
}
#constantbanner #constantbg li#back a:hover {
	margin-top: 60px;
	background-position: 0px -64px;
}

#constantbanner #constantbg li#banner {
	float: left;
	padding-top: 150px;
	overflow: hidden;
	background-image: url(../Images/Banners/Constant_Banner.png);
	background-repeat: no-repeat;
	height: 0px;
	width: 650px;
}


/* LOGOS */
#biblequiz {
	clear: both;
	width: 0px;
	height: 92px;
	margin: auto auto 15px auto;
	text-align: center;
}

#biblequiz > a {
	background-image: url(../Images/Banners/biblequiz_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	right: 92px;
	height: 92px;
	width: 72px;
	display: block;
	margin: auto;
}
#biblequiz > a:hover {
	background-position: 0px -92px;
}

#biblequiz #biblequizWebsites {
	list-style: none;
	padding: 46px 0px 0px 0px;
	margin: -92px 0px 0px -20px;
	display: block;
	vertical-align: top;
}

#biblequiz #biblequizWebsites li {
	display: block;
	text-align: left;
}

/* ALBUM SCROLLER */
#albumscroller {
	height: 154px;
	width: 788px;
	position: relative;
	float: left;
	/*overflow-x: scroll;
	overflow-y: hidden;*/
	overflow: hidden;
	white-space: nowrap;
}
.prevPage {
	height: 30px;
	width: 30px;
	margin: 124px 0px 0px auto;
	display: block;
	float: left;
	background-image: url(../Images/next_prev.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
.prevPage:hover {
	background-position: 0px -30px;
}
.prevPage.disabled {
	background-position: 0px -60px;
	cursor: default;
}
.nextPage {
	height: 30px;
	width: 30px;
	margin: 124px auto 0px 0px;
	display: block;
	float: left;
	clear: right;
	background-image: url(../Images/next_prev.png);
	background-repeat: no-repeat;
	background-position: -30px 0px;
	cursor: pointer;
}
.nextPage:hover {
	background-position: -30px -30px;
}
.nextPage.disabled {
	background-position: -30px -60px;
	cursor: default;
}

/* position and dimensions of the navigator */
.navi {
	margin: auto;
	width: auto;
	height: 20px;
	clear: both;
	text-align: center;
}


/* items inside navigator */
.navi a {
	width: 8px;
	height: 8px;
	/*float: left;*/
	margin: 3px;
	background: url(../Images/navigator.png) 0 0 no-repeat;
	display: inline-block;
	font-size: 1px;
}

/* mouseover state */
.navi a:hover {
	background-position: 0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position: 0 -16px;     
}

#albumscroller ul {
	padding-bottom: 5px;
	/*white-space: nowrap;
	overflow: hidden;
	width: auto;*/
	width: 20000em;
	position: absolute;
	float: left;
}
#albumscroller li {
	/*display: inline-block;*/
	height: 154px;
	display: block;
	float: left;
	vertical-align: top;
}
#albumscroller li a {
	float: left;
	padding: 105px 8px 4px 8px;
	background-image: url(../Images/Album_Picture.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	height: 45px;
	width: 100px;
	margin-right: 7px;
	margin-left: 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	white-space: normal;
}
#albumscroller li a:hover {
	color: #999999;
	background-color: #eaf0ff;
	text-decoration: none;
}
#albumscroller li.selected a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: #CAD7FF;
}
#albumheader {
	font-size:36px;
	font-weight:bold;
}
#albumdate {
	font-size: 14px;
}
#photoviewer {
	width:850px;
	text-align:center;
	margin:auto;
}

/* SIGN-UPS */
.form {
	margin-top:15px;
	margin-bottom:15px;
}
.form.extra {
	display:none;
}
#addDelete {
	text-align:center;
}
.add, .delete {
	width:30px;
	display:inline-block;
	vertical-align: middle;
}

/* CHAIR SETUP */
#chairsetuptable {
	border:none;
}

#chairsetuptable .date {
	padding-right:5px;
	padding-bottom: 5px;
	width: 100px;
	font-weight:bold;
}

#chairsetuptable .name {
	padding-left:10px;
}

