/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
}

body {
	background-image: url(../images/bikelane_bg.gif);
	background-repeat: repeat;
}

table {
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
}

li {
	padding-bottom: 15px;
}

table.mainTable {
	border: 0px;
	width: 600px;
}

table.innerNotice {
	border: 0px;
	border-style: solid;
	width: 585px;
}

td.formHeader {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: bottom;	
}

td.outerCell {
	border: 1px;
	text-align: left;
	vertical-align: top;
	/* border-color: #3399ff; */
	border-color: red;
	border-style: solid;
	background-color: #ffffff;
}

td.noticeCell {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align: left;
	width: 521px;
}

td.noticeLeftCell {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

td.noticeRightCell {
	padding: 0px;
	vertical-align: top;
	text-align: right;
}

td.navCell {
	/* padding-left: 20px;
	padding-right: 20px; */
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
	height: 135px;
}

td.contentCell {
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align: left;
}

td.chainring {
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-align: center;
}

td.rightCol {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
	border-right: 0px;
	border-left: 1px;
	border-bottom: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: red;
	/* border-color: #666666; */
	/* border-color: #3399FF; */
	width: 115px;
	height: 200px;
}

p.disclaimer {
	font-style: italic;
	font-size: 11px;
}

p.footer {
	font-size: 12px;
}

p.subSectionHeaderQuestion {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}

p.subSectionHeader {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
}

p.potd {
	text-align: center;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-style: normal;
	color: #F95FA3;
} 
 
a:hover {
	text-decoration: none;
	font-style: normal;
	color: #D7E2FF;
}

a.linkopacity:hover img {
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	border: none;
	text-decoration: none;
	font-style: normal;
	color: transparent;
}

a.linkopacity img {
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: none;
	text-decoration: none;
	font-style: normal;
	color: transparent;
}

img.mainSticker {
	border: 0px;
	width: 70px;
	height: 70px;
}

img.blogImage {
	border: 1px;
	border-style: solid;
}

img.potd {
	border: 1px;
	border-style: solid;
}

img.signupButton {
	margin-top: 4px;
	border: 0px;
	vertical-align: top;
	height:15px;
	width: 26px;
}

img.chainring {
	border: 0px;
	width: 60px;
	height: 59px;
}

input.readonly {
	background: gray;
	readonly: readonly;
}

.highlight {
	font-weight: bold;
}

.notice {
	font-weight: normal;
	color: #3399FF;
}

.noticeBold {
	font-weight: bold;
	color: #3399FF;
}

.warning {
	font-weight: normal;
	color: red;
}

.warningBold {
	font-weight: bold;
	color: red;
}

.siteAdminHeader {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	padding: 10px;
	vertical-align: top;
}

.siteHeader {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	padding: 10px;
	vertical-align: top;
}

/* Posting / Blog */
.blogHeadline {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.blogTagline {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

.blogRecordDate {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}

.blogDisplayName {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}
/* End Posting / Blog */

/* News */
.newsContent {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

.newsRecordDate {
	font-weight: normal;
	font-style: italic;
	font-size: 9px;
}
/* End News */
