@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: 850px;
	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: #FFFFFF;
	background-image: url(images/bannerSmall.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	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: #4F609A;
	background-image: url(images/VmenuBackground_v1.jpg);
	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: 550px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
}
.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: 15px;
	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 {
	background-color:#7ae7ee;
	text-align:center;
}
.even {
	background-color:#c0f1f5;
	text-align:center;
}
.select {
	background-color: #0F0;
	border-bottom-style: solid;
}
.hilite1_table {
	background-color:#E0E0E0;
	text-align: left;
}
.hilite2_table {
	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;
}
.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:#03F;
	text-align:center;
	color:#0F0;
}
.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 {
	font-size:16px;
	text-align: left;
}
.table {
	width:auto;
	border:thin;
	text-align:center;
	padding:2px;
	border-collapse:collapse;
}
.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;
}
.sortable th { 
	/*cursor: pointer;*/
}
.sortable tr {
	text-align:center;
}
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;
}

