/* @override http://canisiusrugby.org/styles.css */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	color: #000000;
	margin-left: 15px;
	font-size: medium;
	background-color:#33C;
}

h2 {
	font-size: larger;
}

h3 {
	font-size: large;	
}

a {	
	color: #0000FF;
	text-decoration:none;
	text-transform: none;
	font-variant: normal;
//	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}

a:hover {	
	text-decoration: underline;
}


table {
	width:100%;
	border:0;
	padding: 3px;
	margin: 0px;
}

table tbody {
}

td, th {
	line-height: 1em;
	padding: 15px;
	text-align: left;
	white-space: nowrap;
}

td#season {
	vertical-align:text-top;
	line-height: 2em;
	white-space:nowrap;
	text-align:right;
	font-style:italic;
}

td#description {
	text-align:left;
	vertical-align:text-top;
}

textarea {
	font-size: 1em
}

ul {	
	font-size: .75em;	
	list-style-type: none;	
	list-style-position: outside
}

.title td{
	text-align: center;
	font-size: larger;
}

#container {
	width: 975px;
	border:#000 solid thick;
	margin: auto;
	background-color:#FFF;

	/* [disabled]padding: 2px 150px 2px 35px; */
}

#container2 {
	width: 800px;
	border:#000 solid thick;
	margin: auto;
	padding:50px;
	background-color:#FFF;
}

#gameHeader {
	text-align: center;
}

#roster {
	text-align: left;
}

