body {
	margin-left:0px;
	margin-top:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background: #E5E5E5;
}

h1,p.h1,.PageTitle,.h1  {
	color:#003366;
	font-size:20px;
	font-weight:bold;
	padding:1px 2px;
}

.txtPageHead {
	color:#003366;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
}

h2,.h2 {
	color: #cc0000;
	font-size:13px;
	font-weight:bold;
}

h3,.h3 {
	color:#003366;
	font-size:12px;
	font-weight:bold;
}

h4,.h4 {
	font-weight: bold;
}

h5,.h5 {
	font-style:italic;
	font-weight:bold;
}

h6,.h6 {
	font-style:italic
}

ul,ul a,.ul {
	list-style-type: square;
}

ol,.ol {
	font-size: 11px;
}

input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	background-color: #044C84;
	height:1px;
	COLOR: #044C84;	
}
th {
	background-color:#003366;
	color:#FFFFFF;
}

.PageTable {
	width:100%
}

.PageHeader, .PageLeftBar, .PageRightBar, .PageFooter {
	vertical-align: top;
	color: blue;
	background-color: #ffffff;
	text-align: left;
}

.Inset {
	padding: 10px;
	border:solid 1px #000000;
	background-color: #f5f5f5;
}

.PageMessage {
	border:1px solid #003366;
	color:red;
	margin:1px;
	padding:5px;
	text-align:center;
}

.AlertMessage {
	color:red;
	font-size:10pt;
	font-weight:bold;
}

.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%;
    font-size: 11pt;
    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: 11pt;
    font-family: Verdana,arial, helvetica, sans-serif;
}

#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%;
}

.WarningPanel {
	background-color:bisque;border:red 1px double;font-weight:bold;padding:3px;margin-top:10px
}


.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;
}

.newsheadlinecompact {
	FONT-SIZE: 9px;
}

.newsHeading {
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;		
    COLOR: #000000;
}

.newsHeadingHome {
    FONT-WEIGHT: bold;		
    COLOR: #000000;
}

.boxDark {
	border: 1px solid #339999;
}
.boxLight {
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e0f0f0;
	border-top-color: #e0f0f0;
	border-right-color: #e0f0f0;
	border-left-color: #e0f0f0;
}

.contextBar {
	font-size: 10px;
	color: #8E8E8E;
}
.tblTitleLight {
	background-color:#fbe9e5;
	color:#cc0000;
	font-weight:bold;
}
.tblTabDark {
	background-color:#dcdcdc;
	color:#000000;
	font-weight:bold;
}
.tblTabOptions {
	color: #8E8E8E;
}
.tblTabTitleDark, .tblTabTitleDark A {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:4px;
	padding-right:10px;
}
.tblTabTitleDark .error {
	color:#FFFF00;
}

A.helpbutton {
	font-size:11px;
	font-weight: bold;
	cursor: help;
	color: #003366;
	text-decoration: none;

}
A.helpbutton:hover {
	text-decoration: underline;
}

.savebutton {
	font-weight: bold;
}

.RVDataGridHeader, .RVDataGridHeader TD {
	background-color:#cc0000;
	color:#ffffff;
	font-weight:bold;
	padding:2px 5px;
}

.RVDataGridHeader A {
	background-color:#cc0000;
	color:#ffffff;
	cursor:n-resize;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}

.RVDataGridHeader A:hover {
	text-decoration: none;
	color: #ffffff;
}

.RVDataGridItem,.RVDataGridItem TD,.RVDataGridItemBG {
	color:#000000;
	padding:2px 3px;
}
.RVDataGridItemBG {
	background-color:#f5f5f5;
}

.RVDataGridItem A {
	color: #003366;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
} 

.tblRuleLight {
	border-color:#dcdcdc;
	border-style:none none solid;
	border-width:0 0 1px;
}
.tblRuleLight TD  {
	font-size: 10px;
}
.tblTitleG3 {
	font-weight: bold;
	background-color: #E6E6E6;
	border-color:#339999;
	border-style:solid none none;
	border-width:1px 0 0;
}
a.tblControl {
	font-size: 10px;
	color: #8E8E8E;
	text-decoration: none;
	font-weight: normal;
}

.tblHeaderSide, .RVDataGridItem .tblHeaderSide{
	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 {
	background-color:#dcdcdc;
	border-color:#FFFFFF;
	border-style:none none solid;
	border-width:0 0 1px;
	color:#003366;
	font-weight:bold;
}

.tblHeaderTop {
	background-color:#cc0000;
	color:#ffffff;
	font-weight:bold;
}
.subMenu {
	color: #8E8E8E;
}
a.subMenu:link {
	color: #000000;
	text-decoration: underline;
}
a.subMenu:visited, a.subMenuVisited {
	text-decoration: underline;
	color: #8E8E8E;
}
a.subMenu:hover {
	text-decoration: none;
	color: #000000;
}

.small {
	font-size: 10px;
}

.definition {
	border-bottom-color:#044C84;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	cursor:help;
	text-decoration:none;
}

.PageMainContent {
    padding-left: 20px;
	
}

optgroup {
	font-weight:bold;
	font-style:normal;	
	text-decoration:none;
}

.error {
	font-weight: bold;
	color:red
}

.caledit {
	font-size: 10px;
	font-weight: bold;
	color:#339999
}
.caldisplay {
	border: #e0f0f0 1px solid;
	font-weight: bold;
	font-size: 10px;
	color: #044c84;
}
 
A.bodyNavMain {
	color:#003366;
	text-decoration:none;
}

A.bodyNavMain:hover {
    text-decoration: underline
}
.tblPaging, .tblPaging A {
	background-color:#f5f5f5;
	text-align:right;
}
.tblPaging A {
    COLOR: #003366;
    FONT-WEIGHT: bold;	
}

.info {
	background-color:#f5f5f5;
	border:black 1px solid;
	color:#003366;
	font-weight:bold;
	padding:2px 20px;
	text-align:center;
	width:auto;
} 

.info A {
    FONT-WEIGHT:bold;	
}

.matchHeaderTable {
	width:95%;
	border: 1px solid #a9a9a9;
	padding: 0px;
	margin-bottom:10px;
	border-collapse:collapse;
}

.matchHeader1 {
	background: #eeeeee;
	FONT-WEIGHT: bold;
    COLOR: #003366;
	
}

.matchHeader2 {
	background:#f5f5f5;
	color:#003366;
}

.lastUpdated {
	border:1px solid black;
	padding:2px;
    FONT-SIZE: 10px;
    text-align:center;
	width:90%;
	margin-top:10px;
}

.lastLogin {
	border:1px solid black;
	padding:2px;
    text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.lastLogin_name {
	font-weight:bold;
}
.lastLogin_attempts { 
	font-weight:bold;
	color:red
}

.lastLogin_history {
	padding-left:5px;
}
.lastLogin_dt { 
	padding-left:5px;
}

.linkNoUnderline {
	text-decoration:none;
}

.linkNoUnderline:hover {
	color:blue;
	text-decoration:underline;
}

.UserPanelHd {
	font-weight:bold;
}

.UserPanelTxt {
	color:#333333;
}

.UserPanelLink {
	color:#FFFFFF;
}
.MS0
{
	background-color:#f5f5f5;
}
.MS10
{
	background-color:yellow;
}
.MS20,.MS30
{
	background-color:purple;
}
.MS35,.MS60
{
	background-color:mediumblue;
}
.MS40, .MS41
{
	border-right: #003366 1px groove;
	padding-right: 5px;
	border-top: #003366 1px groove;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 1px;
	border-left: #003366 1px groove;
	color: red;
	padding-top: 5px;
	border-bottom: #003366 1px groove;
	font-family: Verdana, helvetica, sans-serif;
	text-align: center;
}
.MS50
{
	background-color:green;
}

.LogOutExpiry, .LogOutExpiryAlert
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana,arial, helvetica, sans-serif;
	background-color: lightgrey;
	border-bottom: 1px solid black;
	height:14px;
}

.LogOutExpiryAlert
{
    COLOR: red;
}

.mand
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #003366
}
/* styles for CA grid*/
.Grid { 
  border: 1px solid #57566F; 
  background-color: #FFFFFF;
  cursor: pointer;
}

.GridHeader {
	background-color:#E9E9EB;
	border-bottom:1px solid #57566F;
	color:#000000;
	cursor:default;
	font-size:10px;
	font-weight:bold;
	height:24px;
	padding-left:3px;
	vertical-align:middle;
}

.GridHeader_Active {
  border-bottom: 1px solid #57566F; 
  height: 30px;
  padding-left: 3px;
  cursor: default; 
  color: #000000;   
  font-size: 12px;
  font-weight: bold;
  vertical-align:  middle;
} 

.GridHeader_InActive
{
  background-color: #E9E9EB; 
  border-bottom: 1px solid #57566F; 
  height: 30px;
  padding-left: 3px;
  cursor: default; 
  color: #FFFFFF;  
  font-size: 12px;
  font-weight: bold;
  vertical-align:  middle;
}

.GridFooter {
  cursor: default; 
  padding: 5px;
  height: 48px;
  vertical-align: bottom;
}

.GridHeaderText
{
  color: #000000;
  font-size: 10px;
}

.HeadingRow {
	background-image: url(/common/images/controls/header_rowBg.gif);
	background-color: #e9e9eb;
}

.HeadingRow2 {
	background-color: #dcdcdc;
}

.HeadingCell
{ 
	background-color:#E9E9EB;
	background-image:url(/common/images/controls/header_bg.gif);
	padding:2px 3px; 
}

.HeadingCell2 {
	background-color:#dcdcdc;
	padding:2px 3px;
}

.HeadingCellText {
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:3px;
	text-align:left;
}

.HeadingCellHover { 
	background-image: url(/common/images/controls/header_hoverBg.gif);   
	background-color: #F6F6F7; 
}

.HeadingCellActive { 
	background-image: url(/common/images/controls/header_activeBg.gif);   
	background-color: #F6F6F7;  
}

.HeadingRow td.FirstHeadingCell { 
  background-image: url(/common/images/controls/header_bg.gif); 
}

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-weight: bold;
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.GroupingNotificationTextCssClass {
  color: #000000; 
  font-weight: bold;
  font-size: 14px; 
  vertical-align:middle;
  text-align: center;
}

.GroupByText {
  color: #000000; 
  font-weight: bold; 
  padding-right: 5px;
}

.Row { 
  background-color: #FFFFFF; 
  cursor: default;
}

.Row td.DataCell, .RedRow td.DataCell , .OrangeRow td.DataCell {
	border-bottom:1px solid #EAE9E1;
	font-size:10px;
	padding:2px 3px 1px;
} 

.CellTop { 
  vertical-align: top;	
} 

.AlternatingRow { 
  background-color: whiteSmoke; 
  cursor: default;
}

.AlternatingRow td.DataCell { 
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-size: 10px; 
} 

.SortedDataCell { 
  background-color: #F5F5F5; 
} 


.Row td.LastDataCell { 
  background-color: #EFEFF4; 
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 2px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.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; 
}

.IndentCell {
	border-right: 0px;
	background:#dcdcdc;
	height: 20px;
}
 
.EditDataCell { 
  padding: 0px!important; 
  background-color: #E2E2E2; 
  border-width:0px!important;
} 

.EditDataField { 
	font-size:10px;
	padding:0px;
} 

.RedRow td.DataCell {  
  color: red;
} 

.OrangeRow td.DataCell {
	color: darkorange;
} 
/*styles for Tab Bar*/
.TopTabBarGroup { 
	Z-INDEX: 99; 
	POSITION: relative;
}

.DefaultTab { 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BACKGROUND-IMAGE: url(/common/images/tab_bar/silver_roundedEdges/tab_bg.gif); 
	CURSOR: pointer; 
	COLOR: black; 
}

.DefaultTabHover 
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BACKGROUND-IMAGE: url(/common/images/tab_bar/silver_roundedEdges/hover_tab_bg.gif); 
	CURSOR: pointer; 
	COLOR: black; 
	TEXT-DECORATION: underline 
}

.SelectedTab { 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BACKGROUND-IMAGE: url(/common/images/tab_bar/silver_roundedEdges/selected_tab_bg.gif); 
	CURSOR: default; 
	COLOR: black;
}

.DisabledTab { 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	BACKGROUND-IMAGE: url(/common/images/tab_bar/silver_roundedEdges/tab_bg.gif); 
	CURSOR: default; 
	COLOR: #aaaaaa;
}

.MultiPage 
{ 
	BORDER-RIGHT: #919b9c 1px solid; 
	BORDER-TOP: #919b9c 1px solid; 
	Z-INDEX: 98; 
	BORDER-LEFT: #919b9c 1px solid; 
	WIDTH: 487px; 
	BORDER-BOTTOM: #919b9c 1px solid; 
	POSITION: relative; 
	TOP: -1px; 
	HEIGHT: 250px; 
	BACKGROUND-COLOR: white ;
	padding:10px
}
	
.ifAspHost
{
	width:970px;
	height:1000px;
}

.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;
}

.fixtureTable tr.fixtureRow td,.fixtureTable tr td {
	color:Black;
	border-top-width: 0px;
	border-right-width: 0px; 
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid; 
	border-left-style: none;
	border-bottom-color: #dcdcdc;
	border-top-color: #dcdcdc;
	border-right-color: #dcdcdc;
	border-left-color: #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:7pt;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; }

a.selectLink {
   COLOR: #666666;
    TEXT-DECORATION: none;
}

a.selectLink:hover {
    TEXT-DECORATION: underline
} 

.selectHeading
{
font-size:8pt;font-weight:bold;text-align:center;
}
.seed
{
	color:red;
}

/* New Header styles */
#TopBar {
	background-color:#F9F7ED;
	height:25px;
}
#TopBar a {
	font-size:12px;
	line-height:15px;
}
.topLinks {
	padding-top:3px;
}
#RVCricketInfo {
	float:left;
}
#EntityInfo {
	float:right;
}
#EntityPanelContainer {
	padding-top:20px;
	font-size:12px;	
	float:left;
	color:#FFFFFF;
}
#PageLogoContainer {
	float:left;
	margin-left:10px;
	padding-top:10px;
}	
.goButton {
	padding-left:2px;
}

#MenuContainer {
	background:#827D78;
}
.MenuHelpLink {
	padding-top:5px;
}

.headClub {
	color:#FFFFFF;
	font-variant: small-caps;
    FONT-SIZE: 12px;
	text-align:right;
}

A.headChange {
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
	font-family: arial, helvetica, sans-serif;
	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 {
	color:#FFFFFF;
	text-decoration: underline;
}

.headClubName A:hover {
	color:#FFFFFF;
	text-decoration: none;
}

#MenuContainer {
	background:#827D78;
	color:#FFFFFF;
}

#HeaderActionPanel {
	float:right;
	padding-top:25px;
}

#HeaderActionPanel a {
	color:#ffffff;
}

#HeaderActionPanel a:hover {
	color:#ffffff;
	text-decoration: none;
}

.footballHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_football.gif') no-repeat;
	height:80px;
}

.hockeyHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_hockey.gif') no-repeat;
	height:80px;
}

.rugbyHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_rugby.gif') no-repeat;
	height:80px;
}

.basketballHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_basketball.gif') no-repeat;
	height:80px;
}

.aflHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_austrules.gif') no-repeat;
	height:80px;
}

.lawnbowlsHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_soccer.gif') no-repeat;
	height:80px;
}

.indoorSportHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_indoorsport.gif') no-repeat;
	height:80px;
}
.baseballHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_baseball.gif') no-repeat;
	height:80px;
}
.netballHeader {
	background: #ffffff url('/common/images/pageelements/mast_header_netball.gif') no-repeat;
	height:80px;
}

/* RV Sites Dropdown */
#RVSitesDropDown {
	margin-right:5px;
	background: url('/common/images/arrows/desc_blue.gif') no-repeat;
	background-position: center right;
	font-size:11px;
	font-weight:bold;
	width:90px;
	text-align:right;
	height:25px;
}

#RVSitesList {
	display:none;
	border:solid 1px #000000;
	background-color: #ffffff;
	z-index:100;
}

.RVSitesItem {
	display:block;
	background:url('/common/images/logos/resultsvault_glyph.gif') no-repeat;
	padding-left: 25px;
	height: 20px;
}

.RVSitesItem a {
	display:block;
}

.RVSitesItem a:hover{
	background:#EAF4FF;
	text-decoration:none;
}
#RVSites-top {
	display:block;
	padding-top:3px;
	padding-right:15px;
}

/* printable version link */
.bannerImage {
	font-size:12px;
}


