/* Sidebar */
#copyright {
	padding-top:20px;
	margin-left:25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.7em;
  text-align: left;
}

#poweredby	{
  float: right;
	padding-top:30px;
	padding-right:15px;
}

	.colorbox	{
		border:1px solid #000000;
		width:20px;
		height:20px;
		float:left;
		margin-right:10px;
	}

form label.noformat {
	float:none;
	font-weight:normal;
	width:auto;
	clear:none;
	padding:0px;
}

#pulse h1	{
	font-size:18px;
	padding:3px;
}
#pulse h2	{
	font-size:16px;
	padding:3px;
	margin-top:0px;
}

#pulse h3	{
	font-size:12px;
	padding:3px;
}

#header {position: relative;}

#historybar	{
	position:absolute;
	right:0px;
	top:0px;
	z-index:20;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	border:1px solid #555555;
	border-left: none;
	border-right: none;
}
.historybarBtn {
	display: block;
	float: left;
	position:relative;
}
.historybarBtn img {
	position:absolute;
	left: -10px;
	top: -2px; 
	height: 37px;
	width: 10px;
}
#historybar	a { color:#ffffff; }
#historybarClosed	{ display:none; }
#historybarClosed td {background: transparent;}
#historybarOpen	{
	height: 37px;
}
#historybarOpen td.hbcontent {
	height: 33px;
	background-color:#000000;
	padding: 1px;
	padding-left: 0;
	color:#ffffff;
	white-space: nowrap;
	text-align: left;
	width: auto;
	line-height:1.15em;
	font-size:1em;
}


.morelink {
	font-size:9px; 
	text-decoration:none;
	display:block;
} 

/* Articles */
.article { 
	text-align:left; 
	position:relative;
	padding:4px;
}

.articleIMG	{
	padding-left: 8px;
	padding-right: 8px;
	float:left;
	position:relative;
}

#block_3 .articleIMG ,#block_2 .articleIMG	{
	float:none;
	padding:0px;
	margin-bottom:10px;
}
#block_3 .articleIMG img,#block_2 .articleIMG	img{
	padding:0px;
	border:1px solid #000000;
}

.articleTopBorder	{ 
	clear:both;
	padding-top:3px;
}

.articleTitle {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:2px;
}

.articleDate	{
	display:block;
	font-size:10px;
}
.articlelabel {
	font-weight:bold;
}


div.compoptions	 {
	margin-bottom:15px;
}
#gobutton	{
	background-color:#27a230;
  color:#f0fe09;
	border:1px solid #115414;
}

.photogal	{
	float:left;
	margin:10px;
	margin-bottom:20px;
	text-align:center;
	width:130px;
	height:170px;
}
.photogal img { border:1px solid black; }

.photogalscroll	{
	width:90%;
	height:155px;
	overflow:auto;
}

.midphoto {
	padding:6px;

}
.midphoto img { 
	border:1px solid black; 
	border-right:3px solid black; 
	border-bottom:3px solid black; 

}
/* Table Stuff */

.resulttable	{
	border:	2px solid black;
	border-collapse:collapse;
	padding:4px;
	width:99%;
}

.resulttable th	{
	font-weight:bold;
	font-size:10px;
	padding:4px;
/*	text-align:center; */
	text-align: left;
}

/*.resulttable th	a {
	color:#478dec;
	font-size:11px;
	font-variant:small-caps;
} */
.resulttable td	{
		padding:4px;
		vertical-align:middle;
}
.resulttable caption	{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background:url(../images/topbar_bg.jpg);
	height:27px;
	border:1px solid #dddddd;
	color:#000000;
}
.resulttable caption.textsmall { font-size:8px; }
.resulttable caption	span.roundname {
	padding:5px;
	float:left;
}
.resulttable caption	span.roundbuttons{
	float:right;
	width:250px;
}

.resulttable .matchname	{
	font-style: italic;
	font-weight:bold;
}

.resulttable .venuename {
	text-decoration:underline;
	font-style: italic;
	color:#000000;
}

.roundlist	{ margin:6px; }
.poollist	{ margin:6px; }

.blackbottom	{ /*Used for Knockout display*/
	border-bottom:1px solid #000000
}
.blacktop { /*Used for Knockout display*/
	border-top:1px solid #000000
}


td.resultline	{
	padding:	1px 0px 1px 0px;
	margin:	0px 0px 0px 0px;
	background-color:#000000;
}

.warningmsg	{
	color:#ee0000;
  font-size:12px;
}

.okmsg  {
  font-weight:bold;
  color:#00bb00;
  font-size:12px;
}

/* -------------------------- New stuff 2011 --- */

/* Table layout */
.tableContainer {
	font-size: 1em;
	line-height: 1.2em;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#f1f1f1;
	padding: 8px;
	border: solid 1px #d5d5d5;
	width: 500px;
	margin-bottom: 12px;
	text-align:center;
}
.tableClass {
	width:100%;
	border-collapse:collapse;
	font-size: 1em;
}
.tableClass tr {
	background-color:#efefef;
	line-height: 14px;
}
.tableClass .odd {
	background-color:#ffffff;
}
.tableClass th,.sortheader, .sortheader a, .sortheader a:visited, .sortheader a:hover {
	text-decoration:none;
	text-align:left;
	padding: 4px;
}
.tableClass td {
	padding:4px;
	text-align:left;
}

#site-wrap .tableClass td a {
	color:#3d3d3d;
}
#site-wrap .tableClass td a:hover {
	text-decoration:underline;
}
.tableTitle {
	text-align: left;
	color: #990000;
	height: 22px;
	line-height: 21px;
	margin-top: 4px;
}

 /*----------------------- Older stuff */
/* Links */
  .bluelink   { color:#0000ff; }
  .history {
    font-size:11px; 
    text-decoration:none;
    color:#ffffff;
    vertical-align:middle;
		font-weight:bold;
		white-space: nowrap;
  }
  .history:hover {
    text-decoration:underline;
    font-size:11px;
    color:#ffffff;
    vertical-align:middle;
		font-weight:bold;
  }

	div.sportList	{
		clear:both;
		float:right;
		display:inline;
		width:90%;
	}

  .sportLinks {
    font-family:Verdana, Arial, sans-serif; 
    font-size: 14px; 
    color: #0000ff;
		display:block;
  }
  .sportLinks:hover { 
    color:#ffffff;
    background-color:#0000ff;  
    text-decoration:none;
		display:block;
  }
	.biglinks{
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
	}
	.biglinks:hover {
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
	}

	.nextroundlink	{
		text-decoration:none;
		font-size:8px;
		font-style:italic;
	}

/* Divs */

#left2m80p {
  margin-left:2%;
  width: 80%;
  text-align: left;
}


.liketable	{
	display: table; 
	margin-left: auto; 
	margin-right: auto;
}

.leftm5p	{
	margin-left:5%;
	text-align:left;
}
.leftm10p	{
	margin-left:10%;
	text-align:left;
}

.leftm20p	{
	margin-left:20%;
	text-align:left;
}

.leftoption	{
	text-align:left;
	float:left;
	width:49%;
}
.rightoption	{
	text-align:right;
	float:right;
	width:49%;
}

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
	font-weight:bold;
	padding-right:5px;
	vertical-align:middle;
}

div.row span.formw {
  float: left;
	vertical-align:middle;
  text-align: left;
} 

/* Colours */
.greenLink {
	color:#119911;
	text-decoration:underline;
}

.greytext { color:#999999; }
.whitetext { color:#ffffff; }
.redtext { color:#ff0000; }
.menublue	{ color:#0000ff }
.linkcolor {color:#0000ff;}

table.stats th	{
	font-size:9px;
	font-weight:normal;
	text-align:center;
	padding:2px;
}
table.stats td	{
	border-right:1px solid #dddddd;
	font-size:9px;
	text-align:right;
	padding:2px;
}
table.statssmall td	{ font-size:9px; }
table.statssmall th	{ font-size:9px; }

table.normal	{
	border-collapse:collapse;
	padding:0px;
}
table.normalborder th	{
	border-bottom:  1px solid #999999;
}
table.normal td	{
	padding:5px;
}
table.normal td.shade	{
	background-color:#dddddd;
}
table.normal td.shadeborders		{
	background-color:#dddddd;
	border-top:  1px solid #999999;
	border-bottom:  1px solid #999999;
}

.resultrow, tr.even td{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
}

.resultrowshaded, tr.odd td{
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#dddddd;
	text-align:left;
}

.resultrowshadedbordertop	{
	border-top:  1px solid #999999;
}
.resultrowshadedborderbottom	{
	border-bottom:  1px solid #999999;
}

.resultrowshadedwithborder {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#dddddd;
	text-align:left;
	border-top:  1px solid #999999;
	border-bottom:  1px solid #999999;
}
.resultlink {
        color:#000000;
        text-decoration:none;
}
.resultlink:hover {
        color:#000000;
        text-decoration:underline;
}

.resulttable2  { }
  
.resulttable2 th {
  font-family:Tahoma, Arial, sans-serif;
  font-size:10px;
  color:#ffffff;
  background-color:#000000;
}
.resulttable2 td {
  font-family:Tahoma, Arial, sans-serif;
  font-size:10px;
  color:#000000;
  background-color:#ffffff;
	border-bottom:solid 1px black; 
	border-right:solid 1px black;
}


.shaderow	{ background-color:#dddddd; }
.whiteBG { background-color:#ffffff; }
.blueBG { background-color:#478dec; }
.roundlinks {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.roundlinks:hover {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
}

a.menucolorlink  { color:#ffffff; }
a.menucolorlink:hover  { color:#ffffff; }

/* Headings */

.PageEntity {
	font-family:Tahoma, Arial, sans-serif;
	font-size:22px;
	text-align:left;
}

.heading3 {
	font-family:Tahoma, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
}
.heading4 {
	font-family:Tahoma, Arial, sans-serif;
  font-size:13px;
  font-weight:bold;
}
.heading5	{
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.heading6	{
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
.roundtitle	{
	font-family:Verdana, Geneva, sans-serif;
  font-size:14px;
  font-weight:bold;
	color:#ff0000;
	padding:	1px 0px 6px 0px;
	text-align: left;
}
.coloredheading {
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	text-align: left;
	padding: 3px 0 3px 3px;
	position:relative;
}

/*.coloredtext {
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	background-color:#478dec;
	text-align: left;
	padding: 3px 0 3px 3px;
}*/

/* Other */

.coloredbox	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px; 
	border:	1px solid black;
	padding:	3px 5px 3px 2px;
  background-color: #478dec;
}

.coloredboxnoborder	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px; 
	padding:	3px 5px 3px 2px;
  background-color: #478dec;
}

.blackline	{
	padding:	0px 0px 0px 0px;
	margin:	0px 0px 0px 0px;
	background-color:#000000;
}

.blackborder	{
	border:	1px solid black;
}

.TopBorder	{ 
	border-top:	1px solid black; 
	clear:both;
}

.bluebig {
	font-family:Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#103bf0;
	padding:4px;
}

li.region	{
	list-style-type:circle;
}

/* For tooltips */

.tiptitle	{
	background-color:#808080;
	color: #ffffff;
	font-weight: bold;
	border-bottom:1px solid black;
  text-align: left;
}
.tipcontent	{
	background-color:#c0c0c0;
	color: #000000;
  text-align: left;
}

.searchbox	{
  background-color: #4177bf;
	color: #ffffff;
	padding:5px;
  text-align: left;
  border:1px solid #ffffff;
	font-size: 11px; 
	width:400px;
}

/* Articles */
.SectionTitle{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px ;
	font-weight: bold;
	text-align: left;
	padding:2px;
}

ul.fadenewslist	{
	list-style-type:none;
	padding-left:10px;
}

/* TEXT */

.blacktext { 
	font-size:12px; 
	color:#000000;
}

.historylabel	{
	font-size:11px; 
	color:#ffff00;
	text-align:right;
	font-weight:bold;
	font-style: italic;
	vertical-align:middle;
}


.inactivetext	{
	color:#bbbbbb;
}
/* Not checked below*/

.textsmall { font-size:8px; }
.textbig { margin-top: 10px; font-size:12px; }


.actionresponse	{
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#ff0000;
	text-align:center;
}

table.blackborder	{
	border:1px solid black;
	border-collapse:collapse;
}
table.blackborder	th	{
	border:1px solid black;
	padding:3px;
}
table.blackborder	td	{
	border:1px solid black;
	padding:3px;
}

table.coloredtop	{
	border:1px solid black;
	border-collapse:collapse;
}
table.coloredtop th	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px; 
	padding:	3px 5px 3px 3px;
  background-color: #478dec;
	color:#ffffff;
}
table.coloredtop	td {
	border:1px solid black;
	padding:3px;
}

/* Medal Tally */

table.medaltally	{
	border-collapse:collapse;
	border: 1px solid #999999;
	border-top: 0px;
	width:100%;
}

table.medaltally	th{
	padding:5px;
	font-size:11px;
}
table.medaltally	td{
	padding:5px;
}
table.medaltally	.totalrow	{
	font-weight:bold;
	border-top: 3px double #999999;
}

table.medaltally	.totalcol	{
	font-weight:bold;
	border-left: 3px double #999999;
}
table.medaltally	caption	{
	border-bottom: 1px dashed #999999;
	padding:4px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px ;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
table.medaltally	a.eventname	{
	color:#000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px ;
}
table.medaltally	a.eventname:hover	{
	text-decoration:none;
}
.collabel	{ width:300px; }
.printicon	{ visibility: visible;}
.houseicon	{ visibility: visible;}
.notprint	{ visibility: visible;}
.print {visibility: hidden;}
td.l    { /*compatability for copy and paste tennis results */
        background-color:#000000;
}

input.nb { border:0px; }

/* ADmint Styles */
.adminsubheading	{
	font-size:1.3em;
	border-bottom:1px solid;

}

#spmenuwrap { position: relative; }
#spmenu	{
	width:118px;
	background-color:#E1EEF6;
	position:absolute;
	top: -100px;
	visibility: hidden;
	height:96px;
	z-index:5;
	border:1px solid #162B3A;
	border-bottom:0px;
	padding:2px;
}

#spmenu	a {
	display:block;
	color:#162B3A;
	font-size:12px;
	font-weight:normal;
}
#spmenu	a:hover {
	color:#FFFFFF;
	background-color:#FD0000;
	text-decoration:none;
}

#editor		{
	float:left;
	margin-top:5px;
	height:14px;
	vertical-align:middle;
}
#editor	a	{
	color:#ffffff;
	padding-right:6px;
}
#editor	img{ border:none; }

#block_2 div.SectionTitle, #block_3 div.SectionTitle	{
	font-size:12px;
	padding:5px;
}

div.sidenews {
	margin:0px;
	padding:0px;

}
div.sidenews ul	{
	text-align:left;
	list-style-type:circle;
	margin-left:0px;
	padding-left:20px;
}

.sponsorslist { margin-top:10px; }
.sponsorslist a { display: block; }

div.extnews	{
	clear:both;
	margin:5px;
	
}
div.extnews	img{
	float:left;
	padding:10px;
}
.clr	{ clear:both; }

.adminbgbutton  {
  border:1px solid #012162;
  background: url(../images/buttons/button_background.jpg);
  color:#ffffff;
  padding:2px;
  background-color:#0220A6;
  background-repeat:repeat-x;
}
/* MySport sutff - needs to be here for not member page */
table.membertable td.memberheading  {
  font-size:16px;
  color:#1b124b;
  border-top:1px solid #1b124b;
  background-color:#e4e4e4;
  padding:3px;

}

table.membertable {
  width:100%;
}
form.memberform .label{
    font-size:0.88em;
    text-decoration:none;
    text-align:right;
    font-weight:bold;
    font-color:#000000;
}

form.memberform.value  {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#000000;
    font-size:0.88em;
}

div.loginbox	{
	padding:8px;
	padding-top:0px;
	border:1px solid #666666;
	background-color:#eef9f9;
	width:95%;
}
#mysport_login, #mysport_login input	{
	font-size:1em;
}
div.loginbox, div.loginbox	h2, div.loginbox p, div.loginbox a{
  color:#1b124b;
	background-color:#eef9f9;
}

div.mysportlogo	{
	float:right;
	margin-top:0px;
}
div.mysportlogo	a{
	padding:10px;
}

#logo	{ height:100px; }

#logo	img{
	position:relative;
	top:50%;
	margin-top:-50px;
}
#topnews 	{
	float:left;
	text-align:left;	
	background-color:#000000;
	width:100%;
}
#topnews div.lefttopnews, #topnews div.righttopnews 	{
	float:left;
	color:#ffffff;	
	padding-left:10px;
}
#topnews div.righttopnews 	{
	text-align:left;	
	float:right;
}
#topnews a	{
	color:#ffffff;	
}
.tickernews	{ display:inline; }
.tickernews	div { display:inline; }

/* Ad Locations/Positions */
#AdWrap {
        background:url(../images/ads/gradient_bg.jpg);
        min-width: 760px;
        height: 92px;
        background-repeat: repeat-x;
}
#AdButton       {
        float: left;
        width: 292px;
        height: 90px;
        padding: 1px 0px 1px 1px;
}
div.AD_pagetopNEW {
        float: left;
        width: 728px;
        height: 90px;
        padding: 1px 1px 1px 1px;
}
div.AD_pagetop {
        text-align:center;
        width:100%;
}

div.AD_contentbottom	{
	text-align:center;
	width:100%;
}

table.transparentbg	td	{
	background:transparent;
}

/* Forum Styles */
table.forumtable	{
}

div.frm_p_divider {
	margin-bottom:3px;
	padding:3px 6px 3px 6px;
	text-align:left;

}
div.frm_p	{
	padding:3px 0 8px 3px;
	clear:both;
}
div.forumthreadposts div.even	{
}
div.forumthreadposts div.last	{
}

div.frm_p_side	{
	float:left;
	width:100px;
}
div.frm_p_post	{
	margin-left:100px;
}
div.frm_p_side a.membername {
	font-weight:bold;
}
div.frm_p_hdr 	{
	margin-bottom:3px;
	font-weight:bold;
	padding:3px 6px 3px 0;
	border-bottom:  1px solid #999999;
}

div.frm_label	{
	font-weight:bold;
	width: 14em;
	padding-top:4px;
}

div.paging	{
	text-align:center;
	margin:3px;
	font-size:10px;
}

#compulsdiv	{
	border:1px solid #ffcc00;
	background:url(../images/mysportwarning/red_bg.jpg);
	color:#ffffff;
	margin:10px;
	display:none;
}
#compulsdiv	h1, #compulsdiv a, #compulsdiv p {
	color:#ffffff;
	background:transparent;
}
#compulsdiv	h1	{
	color:#fbfd04;
}
#compulsdiv input	{
	border:0px;
	color:#ffffff;
	width:162px;
	height:28px;
}
div.nonuserform, div.nonuserform form.memberform .label	{
	color:#273c97;
}

#partnerbuttons {
        float:right;
        width:270px;
}

#partnerrotate  {
        margin:0 0 0 95px;
        list-style:none;
        float:left;
}

#partnerbuttons div.partnertext {
        font-size:12px;
        width:120px;
        text-align:right;
        float:left;
        margin-right:20px;
}

#partnerlist {
	float:right;
	margin-top:20px;
}
#partnerlist div.pbutton{
float:left;
}
#partnerlist .partnerlisttext {
	color:#ffffff;
}

.sponsorlistrotate	.articleIMG{
 width:160px;
}

.fixoptions	a	{
	display:block;
	margin-bottom:2px;
	margin-right:80px;
	border:1px solid #bbbbbb;
	width:30%;
	height:18px;
	padding-left:3px;
	font-weight:normal;
}
div.fixoptions	a.nonactive	{
  	background: url(../images/buttons/frl_button_bg.jpg);
	background-repeat:repeat-x;
	color:#000000;
}

div.fixoptions a.nonactive:hover { 
	background:none;
	background-color:#ffffff;  
	text-decoration:none;
}

div.addtomysport	{
	background:url(../images/plus-content-btn.jpg);
	height:26px;
	width:180px;
	vertical-align:middle;
	float:right;
}
div.addtomysport	div.addtext {
	padding:6px;

}
div.addtomysport	a {
	color:#ffffff;
	vertical-align:middle;
	margin-left:35px;
}
.addtomysportbar {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background:url(../images/topbar_bg.jpg);
	height:27px;
	border:1px solid #dddddd;
	color:#000000;
	clear:both;
	vertical-align:middle;
}
.addtomysportbar span {
	padding:5px;
	float:left;
}

#sizer {
	width: 100% !important;
	max-width: 100% !important;
}

#expander {
	margin: 0px;
}

* html #expander { height: 0; }
/* */

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
} 
* html #wrapper {
/*	overflow: visible; */
  float: left;
}

#header { display:none; }
#topmenu { display:none;}
#footer { display:none; }

#block_1_wrapper {
	float: left;
	width: 100%;
}
#block_1 {
	margin: 0px;
}
#block_2 {
	margin:0px;
	width: 0px;
	display:none;
	float:none;
}
#block_3 {
	margin:0px;
	width: 0px;
	display:none;
	float:none;
}

#block_1, #block_2, #block_3 {
}
 
#content {
	padding: 0px;
	text-align: left;
}

h1 {
	margin-top: 0;
}

#historybar	{ display:none; }

.sponsorslist {display:none;}
.roundlist,.printicon	{ display:none; }
.noprint {display:none;}
#mysport_topad	{ display:none; }
.AD_pagetop, .AD_contentbottom, .AD_Island1, #AdWrap, #AdButton	{ display:none; }
