/*
 *	Styling for page footers
 *	Copyright (c) 2009 Daniel Phillimore - Roger Clark Motorsport
 */

/* Footer */
#divFooter {
	position: absolute;
	/* Tie to bottom & to width of container */
	left: 0px;
	right: 0px;
	bottom: 14px;
	
	/* clear left rounded end */
	padding-left: 12px;
	
	padding-top: 4px;
	padding-bottom: 2px;
	
	border: solid #CCCCCC 1px;
	height: 18px; /* 24 - padding */
	width: auto;
	font-size: 12px;
	background-color: transparent;
	color: #666666;
	text-align: left;
	z-index: 4;
}

.clsFooterLink {
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	color: #999999;
}

.clsFooterLink:hover {
	text-decoration: underline;
	font-weight: normal;
}

.clsFooterEndLeft {
	background-image: url("/images/footer_end_left.png");
	position: absolute;
	left: -1px;
	top: -1px;
	height: 26px;
	width: 13px;
}

.clsFooterEndRight {
	background-image: url("/images/footer_end_right.png");
	position: absolute;
	right: -1px;
	top: -1px;
	height: 26px;
	width: 13px;
}