body {
	margin: auto;
	font-size: 70%;
	font-family: arial, verdana, times, courier;
	font-weight: normal;
	background-color: #996;
	color: #666;
}

.spacer {
	clear: both;
	height: 0px;
}
a img {
	border: none;
}

h1 {
	color: #666666;
	font-size: 170%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 490px;
	padding-bottom: 0px;
	
}

h2 {
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
}


div.snippetarea {
	
	float: left;
	/*margin-top: 10px;
	padding-top: 10px;*/
	width: 525px;
}

#editorial div.snippet {
	font-size: 100%;
	padding-bottom: 10px;
}

div.snippet {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999966;
	float: left;
	width: 303px;
	background-color: #fff;
	margin-right: 15px;
	_margin-right: 12px;
}

div.largesnippet {
	width: 460px;
}

div.snippet h2 {
	padding: 3px;
	color: #fff;
	background-color: #999966;
	border-bottom: 1px solid #999966;
	margin-top: 0px;	
	margin-bottom: 10px;
	float: left;
	width: 287px;
	_width: 303px;
	padding-left: 10px;
}

div.largesnippet h2 {
	width: 447px;
	_width: 460px;
}

div.snippet h3,
div.snippet p {
	margin: 10px;
	margin-top: 0px;
	display: block;	
	width:  auto;
}

div.snippet img {
	margin: 10px;
	margin-top: 0px;
	
}

div.smallsnippet {
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #999966;
	background-color: #fff;
	float: left;	
	width: 188px;
	_width: 190px;
	margin-right: 15px;
	_margin-right: 12px;
}

div.smallsnippet h2 {
	padding: 3px;
	color: #fff;
	background-color:  #999966;
	border-bottom: 1px solid #999966;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 182px;
	_width: 190px;	
}

div.smallsnippet p {
	margin: 10px;
	display: block;	
	width:  auto;
}

div.smallsnippet img {
	margin: 10px;
}


div.rightsnippet {
	float: right;
}

#editorial img {
	border: 1px solid #999966;
}

#contentarea a {
	color: #A81B2E;
	text-decoration: underline;
}

#contentarea a:hover {
	color: #999966;
	text-decoration: none;
}


p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 1px;
}

#editorial p,
#editorial ul {
	font-size: 110%;
}

#editorial .twocol {
	width: 225px;
	margin-right: 7px;
	float: left;
}

#editorial ul {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 10px;
	list-style-type: circle;
	width: 100%;
}



#editorial ul li {
	margin: 5px;
}

#editorial table {
	width: 462px;
	border: 1px solid #999966;
	border-collapse: collapse;
	font-size: 100%;
	
}	

#editorial table th {
	text-align: left;
	color: #F4EDD1;
	background-color: #999966;
}

#editorial table th.month {
	background-color: #F4EDD1;
	color: #666666;

	
}

#editorial table th,
#editorial table td {
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	border-bottom: 1px solid #999966;
}	

#editorial table th.date,
#editorial table td.date {
	white-space: nowrap;
	padding-right: 10px;
	
}

#editorial table tr.result td.date {
	background-position: bottom left;
	background-repeat: no-repeat;
}

#editorial table tr.win td.date {
	background-image: url(../images/blocks/win_flag.gif);
}

#editorial table tr.loss td.date {
	background-image: url(../images/blocks/lost_flag.gif);
}

#editorial table tr.result td.date {
	background-position: bottom left;
	background-repeat: no-repeat;
}	

#editorial table td.team {
	font-weight: bold;	
}	

#editorial table th.time,
#editorial table td.time, 
#editorial table th.teas,
#editorial table td.teas { 
	white-space: nowrap;
}

#editorial table td.team div.result { 
	font-weight: normal;
	font-size: 90%;
}

#editorial table td.team div.result p.result { 
	font-weight: bold;
}

#editorial table td.team div.win p.result { 
	font-weight: bold;
}

#editorial table td.team div.win p.result { 
	color:#339933;
}


#editorial table td.team div.loss p.result { 
	color:#A81B2E;
}

#editorial table th.ground,
#editorial table td.ground {
	white-space: nowrap;
	text-align: center;
	padding-right: 15px;
}




img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sitefooter {
	width: 100%;
	text-align: center;
	padding-top: 45px;
	float: left;
	color: #fff;
}

#sitefooter a {
	color: #F4EDD1;
}

#sitefooter a:hover {
	color: #A81B2E;
}
