body{		
	font-family: 'Droid serif', serif;
	font-size: 14px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal;
	text-align:justify;
	color: black; 
}
		

A {		
	font-family: Arial, Times New Roman, Verdana;
	font-size: 14px; 	
	text-decoration: none;
	font-weight: bolder;
	color: #cc8800;
		}

A:hover {	
	font-family: Arial, Times New Roman, Verdana;
	font-size: 14px; 
	text-decoration: none;}

.snelling-date { 		
	text-align:center;
	DISPLAY: block; 
	FLOAT: left; 
	WIDTH: 50px; 
	COLOR: black;
	height:41px;
	line-height:41px;
	cursor:pointer;
	BACKGROUND:#FFE991; 
	COLOR: #000000; 
	margin:0px;
}

.snelling-date:hover {	
	font-size: 14px;
	font-weight: normal;
	BACKGROUND: #333333; 
	COLOR: #FFE991;  
	text-decoration: none;
}

.snelling-date-odd { 		
	text-align:center;
	DISPLAY: block; 
	FLOAT: left; 
	WIDTH: 50px; 
	COLOR: black;
	height:41px;
	line-height:41px;
	cursor:pointer;
	BACKGROUND:#ffcc00; 
	COLOR: #000000; 
	margin:0px;
}

.snelling-date-odd:hover {	
	font-size: 14px;
	font-weight: normal;
	BACKGROUND: #333; 
	COLOR: #FFCC00;  
	text-decoration: none;
}


#page-title {
	font-size: 80px; 
	text-align:center;
	padding:5px;
}

#image-left-top {
	float: left;
	width: 21%;
	padding: 10px 0 0 15px;
}

#tournament {
	float: left;
	width: 75%;
	padding: 0 0 24px 14px;
}
.tournament-round {
	display: inline-block;
	width: 170px;
	vertical-align: middle;
	margin:0 10px 0 0;
	height: 390px;
}

.tournament-round-title {
	font-weight: bold;
	text-align: center;
	border-bottom: silver 1px solid;
	padding: 5px;
	width: 170px;
}

.round-1 {
	margin:159px 3px 3px 3px
}
.round-2 {
	margin:71px 3px 68px 3px;
}
.round-4 {
	margin:27px 3px 23px 3px;
}
.round-8 {
	margin:3px 3px 3px 3px;
}

.tournament-game {
	display: inline-block;
	width: 170px;
	vertical-align: middle;
	background: #eee;
	padding: 3px;
}
.tournament-club {
	display: inline-block;
	width: 170px;
	vertical-align: middle;
}
.tournament-club-name{
	display: inline-block;
	width: 140px;
	vertical-align: middle;
}
.tournament-club-score{
	text-align:right;
	display: inline-block;
	width: 27px;
	vertical-align: middle;
	padding-right:2px;
	border-right:silver solid 1px;
}

#text {
	column-count: 2;
	column-gap: 20px;
	column-rule-color: #ccc;
	column-rule-style: solid;
	column-rule-width: 1px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-rule-color: #ccc;
	-moz-column-rule-style: solid;
	-moz-column-rule-width: 1px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-rule-color: #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width: 1px;
	width: 70%;
	float: left;
	padding: 0px 24px 50px 10px;
}

#text div {
	padding:0 0 10px 0;
}

.sub-title {
	font-size: 14px;
	font-weight:bold;
	padding:5px 0 5px 0;
}


/*
Smooth Div Scrol CSS
*/
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
	and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 50px;
	width: 50px;
	height: 41px;
	/* There is a big background image and it's used to solve some problems I experienced
	in Internet Explorer 6. */
	background-image: url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/cursors/cursor_arrow_left.png), url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.75; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.75; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 75); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 50px;
	width: 50px;
	height: 41px;
	background-image: url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/cursors/cursor_arrow_right.png), url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(http://www.historyofnewport.co.uk/scripts/smoothdivscroll//images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 41px;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 41px;
	background:#eee;
}