html {
	overflow: scroll;
	-webkit-font-smoothing: antialiased;
}

body {
	background: white; 
	color: black; 
	/* background: url(images/blue.jpg) top left no-repeat; */
	margin: 0; 
	padding: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p a {
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

ul {
	padding: 0; 
	margin: 0; 
	border-bottom: 1px solid silver;  	font: 1em sans-serif;
}
ul li {
	list-style-type: none;  	border: 1px solid silver; 
  	border-width: 1px 1px 0 3px;  	position: relative; 
  	margin: 0; 
  	padding: 0;
}
ul ul {
	display: none;
}
ul li:hover > ul {
	display: block; 
	position: absolute; 
	top: -1px; 
	left: 100%;
}
li a {
	display: block; 
	padding: 5px 7px; 
	text-decoration: none;  	background: #FFF;
}

li.sub > a {
	font-weight: bold; 
	background: #FFE;
}h1 {
	margin: 0; 
	padding: 0.3em 0.25em 0; 
	font: bold 2.5em Arial, sans-serif; 
	line-height: 0.8em; 
	border-bottom: 1px solid silver; 
	text-align: left; 
	color: #557; 
	letter-spacing: 2px;
}
h1#archive {
	margin: 0; 
	padding: 0.3em 0.25em 0; 
	font: bold 2em Arial, sans-serif; 
	line-height: 0.8em; 
	border-bottom: 1px solid silver; 
	text-align: left; 
	color: #557; 
	letter-spacing: 2px;
}
div#main {
	margin: 0 8em 0 1em; 
	padding: 0; 
	border-right: 1px solid silver;
}

html>body div#main {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	min-height: 600px;
	}


div#main p {
	margin: 1em 3em 1em 0.5em;
}
ul ul {
	width: 10em;
}#rtnv {
	position: absolute; 
	top: 3em; 
	right: 0; 
	width: 8em; 
	margin: 0; 
	padding: 0; 
	font-family: Arial, sans-serif;
}
#rtnv > ul {
	width: 9em; 
	margin-left: -1px; 
	font-size: 85%;
}
#rtnv ul {
	border: 1px solid silver; 
	border-width: 0 0 0 1px;
}
#rtnv ul li {
	border-width: 1px 0; 
	border-color: white; 
	padding: 0 0 0 5px; 
	line-height: 1.25em;
}
#rtnv ul ul {
	border-width: 0 1px 1px 1px; 
	border-color: gray silver gray gray;
}
#rtnv ul ul li {
	border-color: #FEFEFC;
}
#rtnv li > a {
	background-color: transparent; 
	padding: 3px;
}
#rtnv li:hover {
	background-color: #EED;
}
#rtnv li.sub:hover {
	margin-left: -10.2em; 
	border: 1px solid gray; 
	background: #DDB;
}
#rtnv li.sub:hover > a {
	color: #330;
}
#rtnv li.sub:hover > ul {
	top: 1.75em; left: -1px; 
	background: #FEFEFC;
}p#menu {
	margin: 0 0.5em 0 0; 
	padding: 0 0.25em;
	font-weight: bold; 
	font-size: 110%; 
	border-bottom: 1px solid silver;
}

#update {
	font-size: 120%; 
	font-weight: bold;
	vertical-align: bottom;
}

.table {
	margin-left: 10px;
	text-align: right;
	padding: 5px;
}

th {
	text-align: left;
}

th.date {
	text-align: left;
	font-size: 140%;
	color: #f00;
}

th.competition {
	text-align: left;
	font-size: 120%;
}

.nowrap {
   white-space: nowrap;
}

td {
	vertical-align: top;
}

td.team {
	width: 220px;
	white-space: nowrap;
}

td.ardrossan {
	width: 220px;
	white-space: nowrap;
	color: #ff0000;
	font-weight: bold;
}

abbr {
	cursor: help;
	border-bottom: 1px;
	border-bottom-style: dashed;
}

acronym {
	cursor: help;
	border-bottom: 1px;
	border-bottom-style: dashed;
}

.newwindow {
	font-size: 80%;
}

p#herald {
	font-size: 80%;
}

.nodisplay {
	display: none;
}

p.indent {
	padding-left: 10px;
	font-weight: bold;
}

img {
	border: 0px;
	}
	
table#honours {
	width:95%;
	border:2px solid black;
}

td.left {
	width:55%;
	border:1px dotted black;
}

td.right {
	width:45%;
	border:1px dotted black;
}

td#full {
	width:100%;
}

table#contact {
	width:95%;
}

td.leftcontact {
	width:20%;
}

td.rightcontact {
	width:80%;
}
td.scottish {
	border:1px dotted black;
	padding: 5px;
}

ul#offset {
	text-align: left;
	border: 0px;
	padding: 10px 0px;
}

ul#offset li { 
	list-style-type : none; 
	text-decoration: none;
	display : inline;
	color : #000;
	border: 0px;
}

ul#offset li a {
	text-decoration: none;
  	display : inline;
  	color : #000;
  	border: 0px;
}

ul#offset li a:hover { 
  	color : #000;
  	text-decoration: underline;
  	background-color: #EED;
  	border: 0px;
}

ul#offset li a:focus {
  	color : #000;
	text-decoration: underline;
	background-color: #EED;
	border: 0px;
}

ul#offset li a:active {
  	color : #000;
	text-decoration: underline;
	background-color: #EED;
	border: 0px;
}
