
h1, p.h1, .PageTitle, .h1 {
	color:#003366;
	font-size:20px;
	font-weight:bold;
	padding:1px 2px 1px 2px;
	margin:0px;
}

h2, .h2, .H2 {
	color: #cc0000;
	font-size:13px;
	font-weight:bold;
}

h3, .h3 {
	color:#003366;
	font-size:12px;
	font-weight:bold;
} 

h4, .h4, .savebutton, .InfoPanelTitle, .UserPanelHd, .lastLogin_name {
	font-weight:bold;
}

h5, .h5 {
	font-style:italic;
	font-weight:bold;
}

h6, .h6 {
	font-style:italic;
}

ul, ul a, .ul {
	list-style-type: disc;
}

ol, .ol {
	font-size:11px;
}

hr {
	color:#E5E5E5;
}

th, .tblTabDark, .tblTabTitleDark, .tblTabTitleDark A, .koSubHeader2, .tblHeaderTop  {
	background-color:#003366;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	text-align:left;
}

a {
	color:#003366;
	text-decoration:underline;
}

a img {
	text-decoration:none;
	border:0;
	
}
/* link style variations */

A.bodyNavMain {
	color:#003366;
	text-decoration:none;
	font-size:11px;
}

A.helpbutton, A.returnlink {
	color:#003366;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

A.helpbutton {
    cursor:help;
}

A.returnlink {
    cursor:pointer;
}

A.helpbutton:hover, A.returnlink:hover, A.bodyNavMain:hover, a.selectLink:hover {
	text-decoration:underline;
}

a.tblControl, a.tblControl:hover {
	color:#8E8E8E;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

a.tblControl:visited {
	color:#8E8E8E;
	font-size:10px;
	font-weight:normal;
}

a.subMenu:link, a.la, a.la:visited {
	color:#000000;
	text-decoration:underline;
}

a.subMenu:visited, a.subMenuVisited, a.selectLink {
	color:#8E8E8E;
	text-decoration:underline;
}

a.subMenu:hover {
	color:#000000;
	text-decoration:none;
}

#ftr a {
	color:#FFFFFF;
	text-decoration:none;
}

#ftr a:hover {
	text-decoration:underline;
}

#ftr .svFooter {
	background-color:#008FCF;
}

.selectHeading {
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.contextBar {
	color:#8E8E8E;
	font-size:10px;
}

.tblTabOptions {
	color:#8E8E8E;
}

.PageMainContent {
	padding-left:20px;
}

.PageTable {
	width:100%;
}

/* printable version link */
.bannerImage {font-size:12px;}

/* Headings and Other Labels */

.heading h2 {
	text-decoration:none;
}

.PageHeader, .PageLeftBar, .PageRightBar, .PageFooter {
	background-color:#ffffff;
	color:blue;
	text-align:left;
	vertical-align:top;
}

.txtPageHead {
	height:70px;
}

.txtPageHead h1 {
	line-height:100%;
}

.tblHeaderSide, .RVDataGridItem .tblHeaderSide, .rowHighlight1a  {
	background-color:#E5E5E5;
	border-color:#FFFFFF;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#003366;
	font-weight:bold;
	padding-left:5px;
}
.tblSubHeader, .tblTitleLight {
	background-color:#dcdcdc;
	border-color:#FFFFFF;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#003366;
	font-weight:bold;
}

.tblTabDark h2, .UserPanelLink {
	color:#FFFFFF;
}

.error, .LogOutExpiryAlert, .seed {
	color:red;
	font-weight:bold;
}

/* Buttons */

.goButton {
	padding-left:2px;
}

.saveButtonContainer {
	padding-top:10px;
	text-align:right;
}

/* Validation Summary and Message Panels */

.ValidationMessage_Error {
	min-height:60px;
	height: auto !important;
	height: 60px;
	margin-top:20px;
	margin-left:35px;
	padding-top: 10px;
	padding-left: 70px;
	padding-bottom: 10px;
	width: 75%;
    color:Black;
	border: #B22317 2px solid;
	background: url(/common/images/icons/image_error.gif) no-repeat;
	background-position: left center;
	background-color: #FDE9D0;
}

.ValidationMessage_Error li {
	list-style-type: disc;
}

.UpdateMessage_Error {
	border: #B22317 2px solid;
	background-color: #FDE9D0;
}

.UpdateMessage_Warning {
	border: #F7971D 2px solid;
	background-color: #FCFAE0;
}

.UpdateMessage_OK,.UpdateMessage_FreeText {
	border: #003E0F 2px solid;
	background-color: #F8FAE1;
}

#UpdateMessagePanel {
	min-height:70px;
	height: auto !important;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 130px;
	padding-right: 15px;
	margin-top:20px;
	padding-left: 10px; 
	width: 75%;
    font-size: 12px;
}

#UpdateMessagePanel li {
    font-size: 12px;
	height: auto;
	min-height:auto;
	color:Black;
	margin:auto;
	padding:auto;
	vertical-align:middle;
}

#UpdateMessageImage {
	min-height:70px;
	height: auto !important;
	height: 70px;	
	width:74px;
	float:left;
	margin-top:1%;
	vertical-align:middle;
}

.UpdateMessage_OK #UpdateMessageImage, .UpdateMessage_FreeText #UpdateMessageImage {
	background: url(/common/images/icons/image_confirm.gif) no-repeat;
}

.UpdateMessage_Warning #UpdateMessageImage {
	background: url(/common/images/icons/image_alert.gif) no-repeat;
}

.UpdateMessage_Error #UpdateMessageImage {
	background: url(/common/images/icons/image_error.gif) no-repeat;
}

#TextContainer {
	padding-top: 32px;
	padding-bottom: 32px;		
	margin: 0 auto;
    text-align: left;
    vertical-align: middle;
	float:left;
	width:80%;
}

.AlertMessage {
	color:red;
	font-size:12px;
	font-weight:bold;
}

.WarningPanel {
	background-color:#ffe4c4;
	border:red 1px double;
	font-weight:bold;
	margin-top:10px;
	padding:3px;
	min-height: 64px;
}

.WarningPanel img{
	height:64px;
	padding-right:10px;
	height: auto !important;
}

/* Other Boxes and Panels */

.boxLight, .tblRuleLight {
	border-bottom: solid 1px #dcdcdc;
}

.boxdark {
	background-color:#f5f5f5;
	border:black 1px solid;
	color:#003366;
	font-weight:bold;
	padding:2px 20px;
	text-align:center;
	width:auto;
}

.InfoPanel, .info, .TipPanel {
	margin-top:20px;
	margin-bottom:20px;
	padding: 10px; 
	font-size: 12px;
}


.InfoPanel, .info {
	border: #F7971D 2px solid;
	background-color: #FCFAE0;
}

.TipPanel {
	border: #779977 2px solid;
	background-color: #DDFFDD;
}




.PageMessage {
	border:1px solid #003366;
	color:red;
	margin:1px;
	padding:5px;
	text-align:center;
}

/* News Control Styles */

.newsheadlinecompact {
	font-size:9px;
}
.newsHeading {
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.newsHeadingHome {
	color:#000000;
	font-weight:bold;
}

/* Paging */

.tblPaging, .tblPaging A {
	text-align:right;
}

/* RVData Grid Styles */

.RVDataGridHeader, .RVDataGridHeader TD {
	background-color:#003366;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 5px;
}
.RVDataGridHeader A {
	cursor:n-resize;
	padding-left:2px;
	padding-right:2px;
	color:#FFFFFF;
}
.RVDataGridHeader A:hover {
	text-decoration:none;
}
.RVDataGridHeader A img{
	padding-right:2px;
}
.RVDataGridItem, .RVDataGridItem TD, .RVDataGridItemBG {
	color:#000000;
	padding:2px 3px;
	vertical-align:top;
}
.RVDataGridItem A {
	color:#003366;
}
.RVDataGridItemBG {
	background-color:#f5f5f5;
}

/* Match styles */

 
.matchHeaderTable {
	border:1px solid #a9a9a9;
	border-collapse:collapse;
	margin-bottom:10px;
	padding:0px;
	width:100%; 
}

.matchHeaderTableWide {
	border:1px solid #a9a9a9;
	border-collapse:collapse;
	margin-bottom:10px;
	padding:0px;
	width:100%;
}

.matchHeader1 {
	color:#003366;
	font-weight:bold;
}
.matchHeader2 {
	color:#003366;
}
.matchClubName {
	font-size:18px;
	font-weight:bold;
}

/* ComponentArt Snap control */
.snap {
	padding-bottom:10px;
}

.SnapHeader {
	font-weight: bold;  
	color: #003366; 
	background-color: #E5E5E5;
	border:solid 1px #003366;
}

.SnapHeaderCollapsed {
	font-weight: bold;
	background-image: url(images/snap_headerCollapsedBg.gif);
	color: #003366; 
	background-color: #E5E5E5;
	border:solid 1px #003366;
}

/* Grid styles */

.GridContainer {
	padding-top:5px;
}

.Grid {
	border:1px solid #57566F;
	cursor:pointer;
}
.GridHeader {
	background-color:#E9E9EB;
	border-bottom:1px solid #57566F;
	cursor:default;
	font-size:10px;
	font-weight:bold;
	height:24px;
	padding-left:3px;
	vertical-align:middle;
}
.GridHeader_Active {
	border-bottom:1px solid #57566F;
	color:#000000;
	cursor:default;
	font-size:12px;
	font-weight:bold;
	height:30px;
	padding-left:3px;
	vertical-align:middle;
}
.GridHeader_InActive {
	background-color:#E9E9EB;
	border-bottom:1px solid #57566F;
	color:#FFFFFF;
	cursor:default;
	font-size:12px;
	font-weight:bold;
	height:30px;
	padding-left:3px;
	vertical-align:middle;
}
.GridFooter {
	cursor:default;
	height:48px;
	padding:5px;
	vertical-align:bottom;
}
.GridHeaderText {
	color:#000000;
	font-size:10px;
}
.HeadingRow {
	background-color:#E9E9EB;
}
.HeadingRow2 {
	background-color:#dcdcdc;
}
.HeadingCell {
	background-color:#E9E9EB;
	padding:2px 3px;
}
.HeadingCell2 {
	background-color:#dcdcdc;
	padding:2px 3px;
}
.HeadingCellText {
	font-weight:bold;
	padding-bottom:5px;
	padding-top:3px;
	text-align:left;
}
.HeadingCellHover, .HeadingCellActive {
	background-color:#DCDCDC;
}
.GroupHeading {
	background-color:#FFFFFF;
	border-bottom:1px solid #cc0000;
	color:#cc0000;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:10px;
}
.GroupingNotificationTextCssClass {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.GroupByText {
	color:#000000;
	font-weight:bold;
	padding-right:5px;
}
.Row {
	background-color:#FFFFFF;
	cursor:default;
}

.Row td.DataCell, .RedRow td.DataCell, .OrangeRow td.DataCell, .BoldRow td.DataCell, .GreyRow td.DataCell, .AlternatingRow td.DataCell {
	border-bottom:1px solid #EAE9E1;
	font-size:10px;
	padding:2px 3px 1px;
}
.RedRow td.DataCell {
	color:red;
}
.OrangeRow td.DataCell {
	color:#ff8c00;
}
.BoldRow td.DataCell {
	font-weight:bold;
}
.GreyRow td.DataCell {
	color:#b1b1b1;
}


.SelectedRow td.FirstDataCell {
	background-color:#FFEEC2;
	border-left:1px solid #4B4B6F;
	border-right:0px;
	padding-left:2px;
	padding-right:3px;
}
.SelectedRow td.LastDataCell {
	background-color:#FFEEC2;
	border-right:1px solid #4B4B6F;
}
.CellTop {
	vertical-align:top;
}
.AlternatingRow {
	background-color:#E5E5E5;
	cursor:default;
}
.SortedDataCell {
	background-color:#F5F5F5;
}
.Row td.LastDataCell {
	background-color:#EFEFF4;
}
.SelectedRow td.DataCell {
	background-color:#FFEEC2;
	border-bottom:1px solid #4B4B6F;
	border-right:0px;
	border-top:1px solid #4B4B6F;
	font-size:10px;
	padding:1px 2px 1px 3px;
}
.IndentCell {
	background:#dcdcdc;
	border-right:0px;
	height:20px;
}
.EditDataCell {
	background-color:#E2E2E2;
	border-width:0!important;
	padding:0!important;
}
.EditDataField {
	font-size:10px;
	padding:0px;
}

/* Tab Control*/

.TopTabBarGroup {
	position:relative;
	z-index:99;
}
.DefaultTab {
	background-image:url(/common/images/tab_bar/silver_roundedEdges/tab_bg.gif);
	color:black;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
}
.DefaultTabHover {
	background-image:url(/common/images/tab_bar/silver_roundedEdges/hover_tab_bg.gif);
	color:black;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}
.SelectedTab {
	background-image:url(/common/images/tab_bar/silver_roundedEdges/selected_tab_bg.gif);
	color:black;
	cursor:default;
	font-size:10px;
	font-weight:bold;
}
.DisabledTab {
	background-image:url(/common/images/tab_bar/silver_roundedEdges/tab_bg.gif);
	color:#aaaaaa;
	cursor:default;
	font-size:10px;
	font-weight:bold;
}

.DisabledTabHover {
	cursor:default;
}

.MultiPage {
	background-color:white;
	border-bottom:#919b9c 1px solid;
	border-left:#919b9c 1px solid;
	border-right:#919b9c 1px solid;
	border-top:#919b9c 1px solid;
	height:250px;
	padding:10px;
	position:relative;
	top:-1px;
	width:487px;
	z-index:98;
}

/* Calendar Control Styles */

.caledit {
	color:#339999;
	font-size:10px;
	font-weight:bold;
}
.caldisplay {
	border:solid 1px #e0f0f0;
	color:#044c84;
	font-size:10px;
	font-weight:bold;
}

/* Fixture and Ladder Styles */
.scoreboardHeading{font-size: 16px; font-weight: bold;	color: #000000;}
.scoreboardMajor{font-size: 24px; font-weight: bold; color: #000000;}
.scoreboardMinor{font-size: 16px; font-weight: bold;	color: #000000;}
.scoreboardDetMajor{font-size: 14px; font-weight: bold; color: #000000;}
.scoreboardDetMinor{font-size: 12px; color: #000000;}
.periodNameRow{background-color:whitesmoke;}
.periodNameTitle{background-color:white}
.periodName{font-size: 11px;font-weight: bold;width:25px;text-align:center;}
.periodNameMajor{font-size: 11px;font-weight: bold;width:25px;text-align:center;}
.scoreTable{margin:10px;} 
.scoreboardRow{background-color:whitesmoke;border-bottom:1px solid darkgray;}
.scoreboardTeamName{font-size: 12px;font-weight: bold;border-bottom:1px solid darkgray;padding-right:10px;}
.scoreboardPlayerName{font-size: 12px;font-weight: normal;border-bottom:1px solid darkgray;padding-right:10px;}
.scoreboardSummary{font-size: 12px;font-weight: bold;}
.teamsListName{font-size: 10px}



.fixtureTable tr.fixtureRow td, .fixtureTable tr td {
	border-bottom: solid 1px #dcdcdc;
}

.fixtureTable tr.fixtureRow td a,.fixtureTable tr td a {
	text-decoration: none;
}

.fixtureTable tr.fixtureRow td a:hover,.fixtureTable tr td a:hover {
	text-decoration: underline;
}

table.tableKO TD
{padding-left: 5px; margin-right: 5px;font-size:9px;vertical-align:top;}
table.tableKO TD.name,table.tableKO TD SPAN.name
{background-color: aliceblue; border-bottom: 1px solid #000000;border-top: 1px solid whitesmoke;border-right: 1px solid whitesmoke;border-left: 1px solid whitesmoke;}
table.tableKO TD SPAN.name
{font-weight:bold;}
table.tableKO TD#rb
{border-right: 1px solid #000000;}	

.tournSelected {
	background-color:darkgray;
}		
.tournSelect {
	background-color:tan;
}	

table.fixtureTable TD {
	padding-right: 15px;
}

.drawGroupHeading {
	background-color:#e9e9eb;
}

.ladderImg {
	display:inline;	
	max-width: 29px;
	width:expression(this.width > 29 ? "29px" : this.width);
	max-height: 15px;
	height:expression(this.height > 15 ? "15px" : this.height);
}

.divLadderImg {
	width: 29px;
	height: 15px;
	display:inline;
	overflow:hidden;
}

a.la2, a.la2:visited {
	color:red;	
}

.ladderTable TH {	
	padding-right: 10px;
	padding-left: 10px;
}

.ladderTable TD{
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #dcdcdc;
	padding-bottom:7px;
	text-align:center;
}

	

.ladderShadeDark
{
	background-color: #eeeeee;
}	

/* SelectorBar styles */

optgroup {
	font-weight:bold;
	font-style:normal;	
	text-decoration:none;
}

#selectorbar {
	width: 990px;
	vertical-align:middle;
}

#selectorbar .selectorBarCell table {
	width:auto;
}

.selectorBar_inner {
	background:#E5E5E5;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top:10px;
	padding-bottom:10px;
}

.selectorBar_inner SELECT,  .selectorBar_inner INPUT {
	font-weight:normal;
    FONT-SIZE: 10px;
}

.selectorBarTable, .selectorbar_outer tr{
	background-color: #E5E5E5;	
}
.selectorBar_outer td img
{
    display:block;
}

.selectorBarCell {
	color:#003366;
	font-weight:bold;
}

.CS_TG, .CS_TG  td {
	font-size:10px;
	font-family: Verdana; 
}

.CS_DT,.CS_DTH  {
	background-image:url(/common/images/tab_bar/3d_overlappingGray/nrm_bg.gif);
	cursor:pointer;
}

.CS_DTH {
	color:green ;
}

.CS_ST {
  background-image:url(/common/images/tab_bar/3d_overlappingGray/sel_bg.gif);
  cursor:default;
}


/* Header styles */
#TopBar {
	height:25px;
	background-color:#FFFFFF;
}

#TopBar a {
	font-size:12px;
	line-height:15px;
	text-decoration:none;
}

.topLinks {
	padding-top:3px;
	font-weight:bold;
}

#RVHomeLink {
	float:left;
}

#HeaderInfoPanel {
	float:right;
	color:#222222;
	padding-top:20px;
}
#EntityPanelContainer {
	font-size:12px;	
	float:left;
}
#MenuContainer {
	background:#008fcf;
	color:#FFFFFF;
}

.MenuHelpLink {
	padding-top:5px;
	padding-left:3px;
	padding-right:3px;
}

.PageLogoPanel {
	background-color:#ffffff;
	color:#598527;
	font-size:12px;
	font-weight:bold;
	height:67px;
	padding:0 2px;
	text-align:center;
	vertical-align:middle;
	width:86px;
}

.headClub {
	font-size:12px;
	color:#000000;
	font-variant: small-caps;
    FONT-SIZE: 12px;
	text-align:right;
}

A.headChange {
	font-weight: bold;
	font-size: 10px;
	color:#ffffff;
	text-decoration: none;
	text-align:right;
}

A.headChange:hover {
	text-decoration: underline;
}

.headClubName {
	padding-top:2px;
	padding-bottom:2px;
	font-weight: bold;
	font-size: 13px;
	text-align:right;
	color:#FFFFFF;	
}

.headClubName a, #HeaderInfoPanel a {
	color:#222222;
	text-decoration: underline;
}

.headClubName A:hover {
	color:#FFFFFF;
	text-decoration: none;
}

.cricketHeader {
	background: #ffffff url('/images/mast_header_cricket.gif') no-repeat;
	height:80px;
}

.footballHeader {
	background: #ffffff url('/images/mast_header_football.gif') no-repeat;
	height:80px;
}

.hockeyHeader {
	background: #ffffff url('/images/mast_header_hockey.gif') no-repeat;
	height:80px;
}

.rugbyHeader {
	background: #ffffff url('/images/mast_header_rugby.gif') no-repeat;
	height:80px;
}

.basketballHeader {
	background: #ffffff url('/images/mast_header_basketball.gif') no-repeat;
	height:80px;
}

.netballHeader {
	background: #ffffff url('/images/mast_header_netball.gif') no-repeat;
	height:80px;
}

.aflHeader {
	background: #ffffff url('/images/mast_header_austrules.gif') no-repeat;
	height:80px;
}

.lawnBowlsHeader {
	background: #ffffff url('/images/mast_header_lawnbowls.gif') no-repeat;
	height:80px;
}

.indoorSportHeader {
	background: #ffffff url('/images/mast_header_indoorsport.gif') no-repeat;
	height:80px;
}
.baseballHeader {
	background: #ffffff url('/images/mast_header_baseball.gif') no-repeat;
	height:80px;
}
.tennisHeader {
	background: #ffffff url('/images/mast_header_tennis.gif') no-repeat;
	height:80px;
}
#svhdr, .sportsvaultHeader {
	background: #ffffff url('/images/mast_header_sportsvault.gif') no-repeat;
	color: #000000;
	height:80px;
}

#headerLogo {
	float:right;
}

/* RV Sites Dropdown */
div#SitesDropdown {
	float:right;
	position:relative;
}

#RVSites-top {
	margin-right:5px;
	background: url('/common/images/arrows/desc_blue.gif') no-repeat;
	background-position: center right;
	font-size:11px;
	font-weight:bold;
	width:120px;
	text-align:right;
	height:25px;
}
#RVSites-top a {
	display:block;
	padding-top:3px;
	padding-right:15px;
}
#RVSitesList {
	display:none;
	border:solid 1px #000000;
	background-color: #ffffff;
	position:absolute;
	left:0px;
	width:120px;
}
.RVSitesItem {
	display:block;
	background:url('/common/images/logos/resultsvault_glyph.gif') no-repeat;
	padding-left: 25px;
	height: 20px;
	z-index:100;
}
.RVSitesItem a {
	display:block;
}
.RVSitesItem a:hover{
	background:#EAF4FF;
	text-decoration:none;
}

/* Other styles */

.subMenu {
	color:#8E8E8E;
}

.small, .note {
	font-size:10px;
}

.ftrLogo {
	display:none;
}

.mand {
	color:#003366;
	font-size:14px;
	font-weight:bold;
}
.definition {
	border-bottom-color:#044C84;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	cursor:help;
	text-decoration:none;
}

.lastUpdated {
	border:1px solid black;
	font-size:10px;
	margin-top:10px;
	padding:2px;
	text-align:center;
	width:90%;
}

.lastLogin
{
    border: 0px solid black;
    padding: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 9pt;
    background-color: #DADADA;
    width: 100%;
    margin-top: 5px;
}

 .Inset {
	border:1px solid black;
	font-size:11px;
	margin-bottom:10px;
	margin-top:10px;
	padding:2px;
}

.Inset table{
	text-align:left;
}


.lastLogin_attempts {
	color:red;
	font-weight:bold;
}

.LogOutExpiry, .LogOutExpiryAlert {
	background-color:#d3d3d3;
	border-bottom:1px solid black;
	font-weight:bold;
	height:14px;
}

.lastLogin_history, .lastLogin_dt {
	padding-left:5px;
}

.ifAspHost {
	width:990px;
	height:1200px;
}

.clearer {
	clear:both;
}

.section-nav img {
    display:none;
}
.section-nav li {
    list-style:none;
    display:inline;
    padding-right:10px;
}
ul.stats-highlight {
    width:100%;
    padding-left:10px;
}
ul.stats-highlight li {
    list-style:none;
    display:inline-block;
    width:120px;
    font-weight:bold;
}
ul.stats-highlight li span{
    padding-left:10px;
    font-weight:normal;
}
.highlight-container {
    border:solid 1px #000000;
    border-radius:5px;
    padding:10px;
    float:left;
    width:45%;
    margin-right:10px;
}
.highlight-container h3 {
    margin:0px;
}
.overall-stats-container .RVDataGridHeader {
    min-height: 15px;
}
.highlight-container .stat-container div {
    padding-left:10px;
}
.highlight-container .latest-result {
    padding-left:85px;
}
.stat-container {
    clear:both;
}
.stat-container label {
    font-weight:bold;
}
#change-clubs {
    border:solid 1px #000000;
    border-radius:5px;
    padding:10px;
    width:20%;
}
#change-clubs label {
    font-weight:bold;
}
h3.stat-container {
    border-bottom: solid 1px #E5E5E5;
}
.tab-table-container {
    border:solid 1px #003366;
    border-radius:5px;
    padding:5px;
}
.tab-table-container table {
    width:100%;
}
.tab-table-nav ul {
    padding:0px;
    margin-bottom:0px;
}
.tab-table-nav ul.tabs li {
    display:inline-block;
    list-style:none;
    width:90px;
}
.tab-table-nav ul.tabs li a {
    display:block;
    width:90px;
    height:19px;
    text-align:center;padding-top:2px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    background:url(/images/tab_bar/default_tabs/tab-90px.png) no-repeat;
}
.tab-table-nav ul.tabs li a:hover {
    background:url(/images/tab_bar/default_tabs/tab-hover-90px.png) no-repeat;
}
.tab-table-nav ul.tabs li a.active {
    background:url(/images/tab_bar/default_tabs/tab-selected-90px.png) no-repeat;
}

.ExtLookup {float:left;}
    
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
    z-index:10000;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}    

.modeSelect {font-size:12px;font-weight:normal;}

.modeSelectGroup {font-size:12px;font-weight:bold;float:left;padding-right:20px;padding-bottom:20px;}

a.hoverLink {text-decoration: none;}
a.hoverLink:hover {text-decoration: underline;}

 
