/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Starting from scratch........ :( */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/page-bg.jpg);
	background-repeat:repeat-x;
}
p{
	line-height: 140%;
	color:#333;
	margin-bottom: 15px;
}
#main-container{
	width: 1027px;
	margin-right: auto;
	margin-left: auto;
}
.header{
	background-image:url(../img/header.jpg);
	width: 1027px;
	height: 200px;
	background-repeat:no-repeat;
}
.navigation{
	width: 600px;
	float:right;
	height: 50px;
	margin-top: 120px;
	margin-right: 70px;
}
ul#NavBar{
	margin:0;
	padding:0;
	list-style-type:none;
	width:600px;
	position:relative;
	display:block;
	height:50px;
	font-size:16px;
	float: left;
	}
ul#NavBar li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}
ul#NavBar li a{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	height:24px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 25px;
	}
ul#NavBar li a:hover{
	color:#999;
}
ul#NavBar li ul.sub-menu {
    display:none;
    position: absolute;
    top: 45px;
    width: 250px;
}
ul#NavBar li ul.sub-menu a{
    width: 222px;
	font-size:14px;
	padding-bottom:7px;
	padding-left: 25px!important;
	-webkit-box-shadow: 0 8px 6px -6px #999;
	   -moz-box-shadow: 0 8px 6px -6px #999;
	        box-shadow: 0 8px 6px -6px #999;
}
ul#NavBar li:hover ul.sub-menu {
    display:block;
	background-color:#fff;
	z-index: 9999999;
	width: 250px;
	float:left;
		-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.Archives{
	background-color:#e92f34;
	width: 100%;
	display:block;
	background-image:url(../img/archieve-icon.png);
	background-repeat:no-repeat;
	background-position:right;
}

.downloadIcon{
	background-image:url(../img/downloadIcon.png);
	background-repeat:no-repeat;
	background-position:right;
}

.Archives:hover{
	background-color:#cc292d;
}
ul#NavBar li.Archives a{
	color:#fff;
}


.Home-Gallery{
	width: 100%;
	float:left;
	background-color:#fff;
	overflow-x: hidden;
}
.Home-Gallery img{
	width: 100%;
	max-width: 2000px;
	height:auto;
	float:left;
}
.general-page{
	width: 100%;
	float:left;
	background-color:#fff;
	overflow: hidden;
	height: 125px;
}

.general-page img{
	width: 100%!important;
	max-width: 2000px;
	height:auto;
	float:left;
}




.home-slogan{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	line-height: 160%;
}
.home-slogan_text{
	width: 650px;
	float:left;
	background-color:#FFF;
	margin-top: -70px;
	z-index: 888888;
	position:relative;
	padding: 25px;
	border-top: solid 3px #ecb000;
	-webkit-box-shadow: 0px -5px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -5px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -5px 7px 0px rgba(50, 50, 50, 0.5);
	background-image:url(../img/home-slogan-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

.page-content{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.page-content_text{
	width: 900px;
	float:left;
	background-color:#FFF;
	margin-top: -50px;
	z-index: 888888;
	position:relative;
	padding: 25px;
	border-top: solid 3px #ecb000;
	-webkit-box-shadow: 0px -5px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -5px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -5px 7px 0px rgba(50, 50, 50, 0.5);
	
}

h1 {
	font-size: 27px;
	font-family: 'Questrial', sans-serif;
	line-height: 140%;
	color:#666;
	margin-bottom: 30px;
	margin-top: 10px;
}

.Comp-Info{
	text-align:left;
}
.Comp-Info p{
	line-height: 140%;
	color:#333;
	margin-bottom: 15px;
}
.Comp-Info h2{
	font-family: 'Questrial', sans-serif;
	margin-bottom: 15px;
	font-size:24px;
	color:#064290;
}
.Comp-Info h3{
	font-family: 'Questrial', sans-serif;
	margin-bottom: 15px;
	margin-top: 25px;
	font-size:18px;
	color:#C30;
	margin-left: 40px;
}
.Comp-Info ul{
	margin-left: 40px;
	margin-top: 25px;
	margin-bottom: 25px;
	list-style-type: none;
}
.Comp-Info li{
	margin-top: 5px;
	line-height: 140%;
	color:#333;
	margin-bottom: 20px;
}
.Comp-Info img{
	float:right!important;
	border:none;
	opacity: 1.0!important;
}



.home-footer{
	width: 700px;
	height: 200px;
	background-image:url(../img/bssra-footer-home.jpg);
	background-repeat:no-repeat;
	float:left;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;	
}
.home-footer img{
	float:right;
	opacity: 0.7;
	filter:alpha(opacity=70);
	margin-top: 80px;
	margin-right:30px;
	border:none;
}
.home-footer img:hover{
	float:right;
	opacity:1.0;
	filter:alpha(opacity=100);
}


.page-footer{
	width: 950px;
	height: 200px;
	background-image:url(../img/bssra-footer-page.jpg);
	background-repeat:no-repeat;
	float:left;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;	
}
.page-footer img{
	float:right;
	opacity: 0.7;
	filter:alpha(opacity=70);
	margin-top: 80px;
	margin-right:30px;
	border:none;
}
.page-footer img:hover{
	float:right;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.Archived-Code{
	text-align:left;
}
.Archived-Code h3{
	font-size:24px;
	margin-top:10px;
	margin-bottom: 15px;
}
pre {
 padding:30px;
 color:#666;
}


.Logo{
	float:left;
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 0;
}
.Logo img{
	border: none;
	opacity:1.0;
	border:none;
	filter:alpha(opacity=100);
}


.TableData{
	text-align:left;
}

table.TidyResults {
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #dddddd;
	border-collapse: collapse;
	width:900px;
}
table.TidyResults td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #ffffff;
}
table.TidyResults td.Red {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #e72e36;
	color:#fff;
	text-align:center;
}
table.TidyResults td.White {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #ffffff;
	color:#000;
	text-align:center;
}
table.TidyResults td.Year {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #01499d;
	color:#fff;
	text-align:center;
	font-size:24px;
}
table.TidyResults td.Junior {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #edb225;
	color:#fff;
	text-align:left;
}
table.TidyResults td.OpenChampionship {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #edb225;
	color:#fff;
	text-align:left;
}
.PastResults{
	float:right!important;
	margin-top: 10px;
}
table.TidyResults td.ResultPending {
	color:#CCC;
}




/*
.Logo img:hover {
	cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90); 
}
*/

.MainContent{
	width: 100%;
	float:left;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: #ebebeb 2px solid;
}
.MainContent p{
	line-height: 150%;
}
.MainContent h1{
	font-size:36px;
}
.MainContent a{
	color:#01428d
}
.MainContent a:hover{
	color:#e92f34
}
.MainContent img{
	float:left;
	opacity:0.9;
	filter:alpha(opacity=90); 
}
.MainContent img:hover{
	float:left;
	opacity:1.0;
	filter:alpha(opacity=100); 
}

.BaseContent p{
	font-size:14px;
	color:#666;
	line-height: 150%;
}
.BaseContent a{
	color:#e92f34;
}

.Results{
	margin-bottom:10px;
}

.InternationalData{
	width: 100%;
	float:left;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom:#ebebeb solid 2px;
	display:block;
}
.InternationalData a{
	margin: 6px;
	float:left;
	padding: 5px 13px;
	line-height: 140%;
	text-decoration:none;
	background-color:#ebebeb;
}
.InternationalData a:hover{
	margin: 6px;
	float:left;
	padding: 5px 13px;
	line-height: 140%;
	text-decoration:none;
	background-color:#e72e36;
	color:#FFF!important;
}


.ui-widget-content {
	border: none; 
	background: none; 
	color: #333;
}

ul.archive_links {
	width: 90%;
	margin: 0;
	padding: 0;
	padding: 10px 0;
	display: block;
	float: left;
}

.ui-widget-header {
	border: none; 
	background: none; 
	color: #fff;
	font-weight: bold;
	background-color: rgb(1, 73, 157);
	border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: none;
	font-weight: bold;
	background-color: #e92e38;
	color: #ffffff;
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav {
	padding: 5px 5px 0;
	overflow: hidden;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #ffffff;
}

.column {
	float: left;
}
.column.full {
	width: 100%;
}
.column.third {
	width: 33.33333%;
}
.column.half {
	width: 50%;
}

#tabs {
	float: left;
}

ul.archive_links li {
	width: 33.333%;
	float: left;
	padding: 10px 0;
}
ul.archive_links.half li {
	width: 50%;
	float: left;
	padding: 10px 0;
}

#tabs h1, #tabs h2, #tabs h3, #tabs h4 {
	margin: 0px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}



.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button .fa {
	font-size: 13px;
	font-weight: bolder;
}

.button.na, .button.na:hover {
	background-color: #666666;
}
.button.globe, .button.globe:hover {
	background-color: #f0b404;
}

.button.excel, .button.excel:hover {
	background-color: #1a7146;
}

.button.word, .button.word:hover {
	background-color: #2b5796;
}

.button.pdf, .button.pdf:hover {
	background-color: #bb0706;
}

.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top: 1px;
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:14px;
}
.button.large span {
	font-size:18px;
}

#tabs li {
	list-style: none;
}

#tabs h4 {
	text-align: left;
	padding-left: 75px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-size: 14px;
}

.RedTitle{
	color:#e72e36;
}
.ResultsDownload{
	color:#e72e36!important;
	padding: 20px 0 20px 0;
	
}