@charset "utf-8";
/* CSS Document */

/* PALETTE
orange: #FF9600
dark grey: #666666
lt grey: #888888
blue: #0078CA
pale blue: #466EAB (contact form headers)
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

#header-table {
	width: 983px;
	border: 0;
}

#body-table {
	width: 982px;
	border: 0;
}

#content-table {
	width: 870px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

#nav-table {
	width: 980px;
	border: 0;
}

#scroll-table {
	width: 980px;
	height: 31px;
	border: 0;
}

#body-container {
	width: 982px;
	height: auto;
	background: url(../images/border.gif) repeat-y;
}

#bottom{
	width: 982px;
	height: 50px;
	background: url(../images/border-bottom.gif) no-repeat;
}

#bottom-blank{
	width: 983px;
	height: 10px;
	background: #FFFFFF;
}

h1 {
	font-size: 24px;
	color: #0078ca;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #0078ca;
	font-style: italic;
	font-weight: bold;
}

p {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 2em .3em;
	padding: 0 0 .5em 0;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:underline;
	color: #FF9600;
}
/*
#wrapper {
	width: 870px;
	margin: 2em 0 0 0;
}
*/
#leftcolumn {
	width: 400px;
	float: left;
	margin: 0 10px 0 0;
}

#rightcolumn {
	width: 400px;
	float: right;
	margin: 0 10px;
}

.underpic {
	padding: 1em 0 .5em 0;
}

.smf8pic {
	padding: 2em 0 .5em 0;
}




/* BEGIN PHOTO REQUEST FORM  */

#table-1 {
	background: #0078CA;
	width: 980px;
	border: 0px;
}

#table-1 .table-1-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 75px;
}

#table-2 {
	background: #DDDDDD;
	width: 980px;
	border: 0px;
}

#table-2 .table-2-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9600;
	padding-left: 75px;
}

#table-2 .table-2-text-success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00CC00;
	padding-left: 75px;
}

#table-2 .table-2-text-fail {
	color: #FF0000;
}

#table-3 {
	background: #EEEEEE;
	width: 980px;
	border: 0px;
}

#table-3 .table-3-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
}

#table-3 .table-3-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

#table-4 {
	background: #0078CA;
	width: 980px;
	border: 0px;
}

#table-4 .table-4-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#table-4 .table-4-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/* END PHOTO REQUEST FORM  */


/* BEGIN EVENT CATEGORY PAGE  */

#maineventcategories {
	float:left; 
	width: 579px; 
	margin-top: 30px;
	text-align: left;
}

#maineventcategories h1.eventheading {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0078CA; 
	font-size: 22px; 
	font-weight: bold; 
	font-style: normal; 
	margin: 10px 0 0 1px;
	padding-left: 40px;
}

#maineventcategories .headingcaption {
	font-family: Arial, Helvetica, sans-serif; 
	color:#666; 
	font-size: 13px; 
	font-weight:bold; 
	margin-left: 42px;
}

#maineventcategories ul#sportlist {
	border-top: 4px solid #666; 
	width: 470px;
	height: 504px;
	list-style: none;
	background-color: #f5f5f5;
	margin: 3px 0 0 42px;
	padding: 5px 0 0 25px;
}

#maineventcategories ul#sportlist li.sportrow {
	padding: 0px;
	margin: 0px;
	clear: both;	
}

#maineventcategories ul#sportlist li.sportrow .listarrow {
	color: #a7a7a7;
}

#maineventcategories ul#sportlist li.sportrow .sportleft {
	display: block;
	float: left;
	width: 192px;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 17px;
	padding: 26px 0 5px 15px;
	margin-left: 0px;
	border-bottom: 2px solid #ccc;
	text-decoration: none;
}

#maineventcategories ul#sportlist li.sportrow .sportleft:hover {
	color: #FF9600;
}

#maineventcategories ul#sportlist li.sportrow .sportright {
	display: block;
	float: left;
	width: 192px;	
	text-align: right;
	color: #666;
	font-weight: bold;
	font-size: 17px;
	padding: 26px 15px 5px 0;
	margin: 0 0 0 35px;
	border-bottom: 2px solid #ccc;	
	text-decoration: none;		
}

#maineventcategories ul#sportlist li.sportrow .sportright:hover {
	color: #FF9600;
}


#maineventcategories ul#sportlist li.sportrow .last {
	border-bottom: none;	
}


#eventads {
	float:left; 
	width: 379px; 
	margin-top: 70px;
}

#eventads img {
	padding: 0;
	margin: 0;
}

#eventads .smf8pic {
	margin: 30px 0 0 240px;
	
}

/* END EVENT CATEGORY PAGE  */



/* BEGIN EVENT LIST PAGE  */


#maineventlist {
	float:left; 
	width: 579px; 
	margin-top: 20px;
	text-align: left;
}

#maineventlist h1.eventheading {
	font-family: Arial, Helvetica, sans-serif; 
	color:#0078CA; 
	font-size: 22px; 
	font-weight: bold; 
	font-style: normal; 
	margin: 10px 0 0 1px;
	padding-left: 40px;
	padding-bottom: 0px;
}

#maineventlist h3.eventheading_small {
	font-family: Arial, Helvetica, sans-serif; 
	color:#0078CA; 
	font-size: 18px; 
	font-weight: bold; 
	font-style: normal; 
	margin-bottom: 0;
}

#maineventlist .headingcaption {
	font-family: Arial, Helvetica, sans-serif; 
	color:#666; 
	font-size: 12px; 
	font-weight:bold; 
	border-bottom: 2px solid #666; 
	margin-left: 42px;	
	padding-bottom: 1px;
}

#maineventlist #scroll {
	margin-top: 20px;
	list-style: none;
	overflow: auto;
	height: 470px;	
}

#maineventlist #sportlist {
	list-style: none;
}

#maineventlist ul#sportlist li.sportrow {
	margin-left: 2%;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
	margin-right: 4%;
}

#maineventlist ul#sportlist li.sportrow .sportleft {
	padding: 0 20px 0 30px;
}

#maineventlist ul#sportlist li.sportrow .sportright {
	padding-left: 41px;
}

#maineventlist .eventdates, #maineventlist .eventlocation {
	font-family: Arial, Helvetica, sans-serif; 
	color:#333; 
	font-size: 12px; 
	font-weight:bold; 	
}

#maineventlist .view_eventphotos, #maineventlist .event_expdate {
	display: block; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #333; 
	font-size: 14px; 
	font-weight: bold;
	padding: 5px 0;		
}

#maineventlist .view_eventphotos, #maineventlist .view_eventphotos a {
	color: #FF9600; 
	margin-top: 10px;
}

.sorrymsg {
	font-family: Arial, Helvetica, sans-serif;
	color: red; 
	font-size: 22px; 
	font-weight: bold; 
	font-style: normal; 
	padding-top: 40px; 
	margin: 0 auto;
}

.sorrymsglink {
	font-size: 14px;
	text-decoration:underline;
	color: #333;
}

.sorrymsglink:hover {
	text-decoration:none;
	color: #FF9600;
}

/* END EVENT LIST PAGE  */



/* BEGIN EVENT DETAIL PAGE  */

#maineventdetail {
	float:left; 
	width: 579px; 
	margin-top: 20px;
	padding-left: 10px;
	text-align: left;
}

#maineventdetail img {
	padding: 0;
	margin: 0;
}

#maineventdetail h1.eventheading {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif; 
	color: #ff9600; 
	font-size: 22px; 
	font-weight: bold; 
	font-style: normal; 
	margin: 5px 0 3px 7px;
	border-bottom: 2px solid #666;
}

#maineventdetail span.headingcaption_content {
	font-family: Arial, Helvetica, sans-serif; 
	color:#666; 
	font-size: 12px; 
	font-weight:bold; 
	margin: 5px 0 1px 9px;	
	padding: 0 19px 0 3px;
}

#maineventdetail span.headingcaption_label, #maineventdetail span.headingcaption_labelTMP {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000; 
	font-size: 13px; 
	font-weight: bold; 
	margin: 5px 0 1px 9px;	
	padding: 0 2px 0 3px;
}

#eventads_detail {
	float:left; 
	width: 379px; 
	margin-top: 40px;	
	padding-left: 7px;
}

#eventads_detail img {
	padding: 0;
	margin: 0;
}

#eventads_detail .smf8pic {
	margin: 30px 0 0 240px;
	
}

#eventads_detail span.headingcaption_content {
	font-family: Arial, Helvetica, sans-serif; 
	color:#666; 
	font-size: 16px; 
	font-weight:bold; 
	margin: 5px 0 6px 9px;	
	padding: 0 19px 0 3px;
}

#eventads_detail span.headingcaption_label {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0078CA; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 5px 0 1px 9px;	
	padding: 0 2px 0 3px;
}

.event_detail_desc {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	font-weight: normal;
	width: 520px;
	margin: 5px 0px 15px 15px;	
}

#eventphotobtn {
	display: block; 
	width: 520px; height: 54px;
	text-indent: -9999px;
	margin: 5px 0px 15px 20px;
	text-align: center;
	
}
	#eventphotobtn a {
		display: block; 
		width: 330px; height: 54px;		
		background: url(../images/event.photos.btn.jpg) no-repeat;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;		
	}

	#eventphotobtn a:hover {
		display: block; 
		width: 330px; height: 54px;
		background: url(../images/event.photos.btn.jpg) no-repeat;		
		overflow: hidden;
		margin: 0 auto;
		text-align: center;	
	}
	
	
#eventphotorequestbtn {
	display: block; 
	width: 520px; height: 54px;
	text-indent: -9999px;
	margin: 5px 0px 15px 20px;
	text-align: center;		
}
	#eventphotorequestbtn a {
		display: block; 
		width: 374px; height: 54px;		
		background: url(../images/event.photos.request.btn.jpg) no-repeat;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;		
	}

	#eventphotorequestbtn a:hover {
		display: block; 
		width: 374px; height: 54px;
		background: url(../images/event.photos.request.btn.jpg) no-repeat;		
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
	}
	

/* END EVENT DETAIL PAGE  */

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal; 
	margin: 10px 0 0px 30px;
}

#breadcrumb a {
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: none;
}


#footer-container {
	font-size: 13px;
	color: #888888;
}