@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #7681B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top-style: none;
	border-top-color: #A6B87A;
	border-right-color: #A6B87A;
	border-bottom-color: #A6B87A;
	border-left-color: #A6B87A;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow:auto;	
}
.thrColLiqHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	overflow: auto;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
	float: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0px 0px 15px 5px #5e6a8c;
}
.thrColLiqHdr #header {
	background-color: #0033FF;
	/*background-image:url(images/bannerSmall_for_Christmas.jpg);*/
	/*background-image: url(images/bannerSmall.jpg);*/
	background-image: url(images/bannerSmall_double_shuttles.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 160px;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo {
	display:none;
}
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 130px; /* top and bottom padding create visual space within this div  */
	background-color: #c5c5d8;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	list-style-type: none;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #A6B87A;
	border-right-color: #A6B87A;
	border-bottom-color: #A6B87A;
	border-left-color: #A6B87A;
	height: auto;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	list-style-type:none;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px; /* top and bottom padding create visual space within this div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #C5C5D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #A7AECD;
	border-right-color: #A7AECD;
	border-bottom-color: #A7AECD;
	border-left-color: #A7AECD;
	border-top-style: outset;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	padding-bottom: 20px;
	font-weight: bold;
}
.thrColLiqHdr #mainContent {
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 18%;
	overflow: visible;
	text-align: left;
}
.thrColLiqHdr #footer {
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7E7D9D;
	border-right-color: #7E7D9D;
	border-bottom-color: #7E7D9D;
	border-left-color: #7E7D9D;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-left: 0px;
	margin-right: 8px;
	visibility: visible;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color:#0033FF;
	text-decoration:none;
}
a:visited {
	color:#0033FF;
	text-decoration:none;
}
a:hover {color:#FF0000;
	text-decoration:underline;
}
.odd {				/* sortable table colours*/
	background-color:#fff;
	text-align:center;
}
.even {				/* sortable table colours*/
	background-color: #c0f1f5;
	text-align:center;
}
.oddmd {				/* sortable medley table colours*/
	background-color:#fff;
	text-align:center;
}
.evenmd {				/* sortable medely table colours*/
	background-color: #DFDFDF;
	text-align:center;
}
.odd7 {				/* sortable table colours*/
	background-color: #FFF;
	text-align:center;
}
.table.tablesorter tbody tr.even td {
    background-color: #c0f1f5;
}
.table.tablesorter tbody tr.odd td {
	background-color: #FFF;
}
.medleyodd { /* Medley Results Page*/
	background-color: #CCCCCC;
	text-align:center;
}
.medleyeven { /* Medley Results Page*/
	background-color: #FFF;
	text-align:center;
}
.medleyheader { /* Medley Results Page*/
	background-color:#0632FF;
	text-align:center;
	font-size: 12px;
	color: #00FF00;
}
.select {
	background-color: #0F0;
	border-bottom-style: solid;
}
.hilite1_table {
	background-color:#E0E0E0;
	text-align: left;
}
.hilite2_table {
	background-color:#FFF;
	text-align: left;
}
.hilite1_mxtable {
	background-color: #c0f1f5;
	text-align: left;
}
.hilite2_mxtable {
	background-color:#FFF;
	text-align: left;
}
.thrColLiqHdr #container #mainContent #Tournament_Tabbbed_Menu .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p {
	overflow: hidden;
}
.left_graphic {
	float: left;
}
.center_graphic {
	float:right;
}
.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
.smalltextblue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #0099CC;
}
.centered {
	text-align: center;
}
#container #mainContent #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab.TabbedPanelsTabSelected {
	font-size: 12px;
}
#mainContent #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab {
	font-size: 12px;
	color: #010000;
}
.thrColLiqHdr #container #mainContent #form1 p {
	font-size: 14px;
}
.form {
	width:350px;
	margin:15px auto 10px 20px;
}
.label {
	display:block;
	font-weight:bold;
}
.textarea {
	width:425px;
	height:200px;
}
.textinput {
	width:350px;
}
.fieldset {
	font-size:14px;
	color: #009;
}
.warning {
	font-weight:bold;
	color:#f00;
}
.hilite {
	background-color:#CCC;
}
.attention {
	color: #F00;
	background-color: #D6D6D6;
	background-image: url(images/sbl_icon.GIF);
	background-repeat: no-repeat;
	background-position: 20px;
	font-style: italic;
	padding-left: 36px;
}
.attention_ONLY {
	color: #F00;
	background-color: #D6D6D6;
	background-repeat: no-repeat;
	font-style: italic;
}

.hilite_leftalign {
	background-color:#CCC;
	text-align:left;
}
.thrColLiqHdr #container #mainContent table caption {
	margin : 0;
	padding : 5px 0.4em 5px 0;
	text-align : left;
	font : 1.00em Arial, Helvetica, sans-serif;
	color : #000;
	font-style : italic;
	font-size: 80%;
}
.thrColLiqHdr #container #mainContent table {
	width:auto;
	border:thin;
	text-align:center;
	padding:2px;
	border-collapse:collapse;
	font-weight:normal;
}
.thrColLiqHdr #container #mainContent li {
	list-style:none;
	font-size: 12px;
}
.tableheader {
	background-color:#03F;
	text-align:left;
	color:#0F0;
}
.tableheader_match {
	background-color:#627DFF;
	text-align:center;
	color:#0F0;
}
.tableheader_medley_match {
	background-color:#69F;
	text-align:center;
	color:#0F0;
}
.tablerow_medley_match {
	background-color:#06F;
	text-align:center;
	color:#3F0;
}
.list_logo {
	background-image:url(images/sbl_icon.GIF);
	background-repeat:no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	margin-bottom: 8px;
	}
.hide_print {
	display:inline;
}
.break_before {
	page-break-before:always;
}
.break_after {
	page-break-after:always;
}
.h4 {
	font-size:larger;
}
.teamheading { /* Used for the Club names on the Clubs page*/
	font-size:16px;
	text-align: left;
}
.table {
	width:auto;
	border:thin;
	text-align:center;
	padding:2px;
	border-collapse:collapse;
	background-color: #d6d6d6;
}
.table_leftalign {
	width:auto;
	border:thin;
	text-align:left;
	padding:2px;
	border-collapse:collapse;
}
.thrColLiqHdr #container #mainContent.table_scores {
	width:auto;
	border:thin;
	text-align:center;
	padding:2px;
	border-collapse:collapse;
}
.thrColLiqHdr #container #mainContent #TabbedPanelsDocs .TabbedPanelsTabGroup .TabbedPanelsTab.style11.style25.style25 .style25.style25 {
	font-size: 14px;
}
.thrColLiqHdr #container #mainContent .table tr th {
	text-align: center;
	color: #0033FF;
}
.sortable th { 
	/*cursor: pointer;*/
}
.sortable tr {
	text-align:center;
}
.medley th { 
	/*cursor: pointer;*/
}
th.headerSortDown {
	background: #03F;
	color: #0F0;
}
th.headerSortUp {
	background: #03F;
	color: #0F0;
}
/*.thrColLiqHdr #container #mainContent #CollapsiblePanel9 .CollapsiblePanelContent #TabbedPanels2 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .sortable {
	font-size: 95%;
}*/
.thrColLiqHdr #container #mainContent .table tr td {
	text-align: center;
}
.textFaded {
	color: #999;
}
.progressBar{
	width:216px;
	height:41px;
	background:url(images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(images/bg_cover.gif) repeat-x 0 0;
	top:0;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.centered {
	text-align: center;
}
.centre_line {
	text-align: center;
}
.cup_warning {
	color: #0C0;
}
.sbl_heading {
	color:#0000FF;
}
#sidebar1 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	/*border-size: 1px;*/
	border-width: 1px;
	font-size: small;
	color: #0033FF;
}
#sidebar1 ul {
	list-style: none;
	background-color: #E1E1E1;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
	font-weight: normal;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
#sidebar1 li a:link,
#sidebar1 li a:visited {
	color: #0033FF;
	display: block;
	background: url(images/menu1.gif);
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
	font-weight: bold;
}
#sidebar1 li a:hover {
	color: #FF3300;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat: no-repeat;
	padding: 8px 0 0 10px;
}
#sidebar1 li a:active {
  color: #26370A;
  background: url(images/menu1.gif) 0 -64px;
  background-repeat: no-repeat;
  padding: 8px 0 0 10px;
}
.menucentre {
	text-align: center;
	color: #000000;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
/*#medley thead tr th {
	font-weight: bold;
	padding: 12px 30px;
	padding-left: 42px;
	background-color: #FFCC00;
}*/
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	background-color: #c5c5d8;
	color:#0033FF;
	text-decoration:none;
}
