/* Cavaliers style sheet - � Simon Gilhooly 2007
		Colours: dark green = #345A45, light green = #E8FFE8 , red = #BD3644 
		
		Stylesheet for printer - hides most of the navigation .... */

* { font-family: Tahoma;
	font-size: 10pt;
	margin: 0;
	padding: 0; }

body {margin: 12px auto;
	width: 860px; 
	background-color: rgb(233,231,218); }

p { padding: 4px; }

a { text-decoration: none;
	color: #000000; }

a:hover {color: #BD3644 }

h2 {color: #BD3644;
	background: url('images/section.png') repeat-x 0 0;
	padding: 6px;
	margin-bottom: 2px; }
	
h2 span { 
	background: #FFFFFF;
	border: 1px solid #345A45;
	margin-left: 4px;
	padding: 0px 4px 0px 4px; }

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #BD3644;
	margin: 4px;
}
/* table style */

table {
	margin: 2px;
	border-collapse: collapse;
	border: 1px solid #BD3644; }

thead {
	background-color: #345A45;
	color: #FFFFFF; }
	
th { border:1px solid #BD3644; }

tbody {
	background-color: #FFF;
	color: #000; }

td {border: 1px solid #BD3644; }
	
tr .mon p {
	background-color: #345A45;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center; }

tfoot {
	border: 1px solid #BD3644;
	background-color: #345A45;
	color:#FFF; }

img { margin: 2px }

/* banner -	this is the simple ribbon at the very top of the page */

#banner {
	display: none; }

	#banner a { color: #FFF;
		font-size: 9pt;
		margin: 4px; }
		
		#banner a:hover { text-decoration: underline; }
	
	#banner h1 { 
		float: left;
		height: 88px;
		width: 80px;
		text-indent: -9000px;
		background: transparent url('images/cavs-logo-small.png') no-repeat left top; }

/* nav - this is the section with the main navigation icons */
	
#nav { 	float: right; display: none; }

	#nav ul { list-style: none;
		margin: 0;
		padding: 0;
		width: 500px;
		float: right; }
	
	#nav li { float: right; }
	
	#nav a { 
		display: block;
		font-size: 12pt; 
		color: #FFF;
		padding: 4px;
		background-color: #345A45;
		line-height: 2.1em; }
		
	#nav a:hover {
		background-color: rgb(52,126,69);
	}
	
	#nav img { border: 0px; }
	
/* sub-nav -
		tab style secondary navigation, used to move between similar content type */

#sub-nav ul {
	width: 100%;
	float: left;
	background-color: #345A45;
	list-style: none; }

#sub-nav li {
	float: left;
	padding: 4px; 
	margin-right: 12px; }

#sub-nav a:link, #sub-nav a:visited {
	color: #FFF;
	background-color: #345A45; }

#sub-nav .selected a {
	color: #000;
	background-color: #FFF;
	padding: 0 4px 4px 4px; }

#sub-nav a:hover {
	text-decoration: underline; }


/* content styles -
	content - this is a wrapper used on all pages
	content-full - used for pages spanning full width
	content-left - used for section on left, two-thirds width
	content-right - users for section on right, one-third width */
		
#content {
	position: relative;
	border-left: 1px solid #345A45;
	border-right: 1px solid #345A45;
	background-color: #FFF; }
	
#content a {
	color: #BD3644; }

#content a:hover {
	text-decoration: underline; }

#content li { 
	list-style-image: url('images/cavs_icon.png');
	text-indent: 16px;
	margin: 4px; 
	padding-left: 2px; }

.content-full {
	position: relative;
	padding: 4px; }

.content-left {
	float: left;
	width: 66%; }

.content-right {
	float: right;
	width: 34%; }

.content-left50 {
	float: left;
	width: 50%; }

.content-right50 {
	float: right;
	width: 50%; }

.section { 
	margin: 8px;
	padding: 0 0 2px 0;
	font-size: 11pt; }
	
.report { 
	border: 1px solid #CCCCCC;
	margin: 4px;
	background-color: #E8FFE8; }

.report h4 {
	font-weight: bold;
	font-size: 11pt;
	padding: 4px; }

.report img {
	margin: 2px;
	padding: 2px; }

.newsitem {
	padding: 4px;
	margin: 4px;
	border-bottom: 1px dotted #345A45; }

.lastnewsitem {
	padding: 4px;
	margin: 2px; }

.clear { clear: both; }

.profile {
	width: 100%;
	margin-top: 2px;
	border: solid 1px #CCCCCC; }

.profile img { 
	border: 1px solid #CCCCCC;
	padding: 2px; }

.profile h3 { 
	font-size: 12pt;
	color: #BD3644; }

.profile h5 {
	font-size: 10pt;
	font-weight: bold;
	margin: 2px; }
	
.profile td {
	text-align: right; }
	
.profile .picture {
	position: absolute;
	margin: 4px; }
	
.profile .facts {
	position: relative;
	left: 160pt; }

.date {
	font-size: 8pt;
	font-style: italic;
}

#footer {
	clear: both;
	display: none;
}
