@charset "utf-8";
/* CSS Document */

/* Fixtures Styles
--------------------------------------------------------------------------------- */
#Content #Fixtures {
	width: 620px;
	padding: 10px;
	background: #FFF;
	float: left;
	margin: 0 0 0 10px;
}
#Content #Fixtures h2 {
	font-size: 130%;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
	color: #fff;
	clear: both;
	background-color: #fff;
	background-image: url(../images/backgrounds/h2.jpg);
	background-repeat: repeat-x;
	padding: 5px 0 8px 10px;
	margin: 10px -10px 5px -10px;
}
#Content #Fixtures table {
	font-size: 95%;
}
#Content #Fixtures table tr.bgGrey {
	background-color: #E2E2E2;
}
#Content #Fixtures table tr td strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Fixtures table tr td {
	padding: 2px;
}
#Content #Fixtures p {
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
}
#Content #Fixtures p strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Fixtures ol {
	margin: 0 0 0 30px;
}
#Content #Fixtures ol li {
	margin: 0 0 10px 0;
}
#Content #Fixtures ol li strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Fixtures ul {
	margin: 0 0 0 30px;
}
#Content #Fixtures ul li strong {
	font-size: 110%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
#Content #Fixtures a:link, #Content #Fixtures a:visited {
	text-decoration: none;
	color: #333;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Content #Fixtures a:hover {
	text-decoration: none;
	background-image: url(../images/backgrounds/dotted-underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #C00;
}
/* Breadcrumb Styles
------------------------------------------------------------------------------------------- */
#Content #Fixtures #Breadcrumbs {
	background: #FFC;
	color: #FC0;
	margin: 0 0 10px 0;
	padding: 3px;
}
#Content #Fixtures #Breadcrumbs a:link, #Content #Fixtures #Breadcrumbs a:visited {
	font-size: 90%;
	color: #FC0;
	text-decoration: none;
	background: none;
}
#Content #Fixtures #Breadcrumbs a:hover {
	text-decoration: underline;
}
/* Captains Blog Styles
--------------------------------------------------------------------------------- */
#Content #Blog {
	width: 270px;
	margin: 0 0 0 10px;
	padding: 10px;
	float: left;
	overflow: hidden;
	color: #FFF;
}
#Content #Blog h2 {
	font-size: 130%;
	letter-spacing: -1px;
	word-spacing: -1px;
	font-weight: normal;
	clear: both;
}
#Content #Blog table {
	font-size: 95%;
	border: 1px solid #FFF;
}
#Content #Blog a:link, #Content #Blog table a:visited {
	color: #FFF;
	text-decoration: none;
}
#Content #Blog a:hover {
	text-decoration: underline;
}
#Content #Blog ul {
	clear: both;
}
#Content #Blog ul li {
	list-style: circle;
	margin: 0 0 0 20px;
	color: #FFF;
}
#Content #Blog li strong {
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}
