/**/
h1 {
	margin:0;
	margin-left:10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
	background: #FFFFFF ;
	margin: 0;
	padding: 0;
	
}

input {
	border:1px solid #333;
}
a {
	color:#214AAB;
}
a:hover {
	color:#AA0000;
}
a img {
	border:0;
}
img {
	max-width: 720px;
}
#top-user-bar {
	background:#000000;
	text-align:right;
}
#top-user-bar .notify {
	color: #AAAA00;
}
.notify-dark {
	color:#FFCC00;
}
.relative {
	position:relative; /* used for ie7 hasLayout hack */
}
.clear {
	clear: both;
}
.yellow {
	color:#FFCC00;
}
.white {
	color: #FFFFFF;
}
.debug {
	border:1px solid #AA0000;
}
.noborder {
	border:0;
}
.inline {
	display:inline;
}
.floatl, .floatleft {
	float: left;
}
.floatr, .floatright {
	float: right;
}
.alignr {
	text-align:right;
}
.alignl {
	text-align:left;
}
.center {
	text-align:center;
}
.middle {
	margin:0 auto;
}
.vmiddle {
	vertical-align:middle;
}
.vtop {
	vertical-align:top;
}
.vbottom , table.vbottom td {
	vertical-align:bottom;
}
.table-cell {
	display:table-cell;
}
.spacerTop10{
	margin-top:10px;
}
.spacerTop20{
	margin-top:20px;
}
.bold {
	font-weight:bold;
}
.hidden {
	display:none;
}
.faded, .faded td{	
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
.invisible {	
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.visible {	
	opacity: 1;
	-moz-opacity: 13;
	filter: alpha(opacity=100);
}
.clickable {
	cursor:pointer;
}
#top-user-bar {
	padding-bottom:1px;
	padding-right:2px;
}
#top-user-bar a {
	color:#EEEEEE;
}
/* HEADER/LOGO (WILL ALSO CONTAIN MAIN NAV) */
#header {
	height:87px;
	margin:0;
	background:#000000 url(/images/forums/header_bg.png) no-repeat;
	width:100%;
}
#headerLogo {
	width:70px;
	height:75px;
	border:0;
	float:left;
}
#headerLogoWords {
	width:150px;
	height:40px;
	float:left;
	cursor: help;
}
/* END HEADER/LOGO (WILL ALSO CONTAIN MAIN NAV) */

/* MAIN NAV */
div.navBar{
	float:left;
	clear:right;
	padding:0;
	margin:6px 0 0 3px;
	text-align:left;
	width:885px;
	height:37px;
}
div.navBar ul{
	margin:0 auto;
	padding:0;
	list-style:none;	
	list-style-type:none;
	text-align:center;
}
div.navBar li {
	height:37px;
	float:left;
	font-family:"arial","helvetica";
	font-size:13px;
	font-weight:bold;
	text-align:center;
	list-style-type: none;
    display: inline;
	background:url(/images/lay1/navBtnRightOff.png) no-repeat top right;
	margin-right:3px;
}

div.navBar ul a {
	display:block;
	padding: 0 4px;
	line-height:37px;
	text-decoration:none;
	color:#EEEEEE;
	background:url(/images/lay1/navBtnLeftOff.png) no-repeat top left;
	float:left;
}
div.navBar ul li.active, div.navBar ul li:hover{
	background:url(/images/lay1/navBtnRightOn.png) no-repeat top right;
}
div.navBar ul li.active a, div.navBar ul li:hover a{
	background: url(/images/lay1/navBtnLeftOn.png) no-repeat top left;
}
/* END MAIN NAV */

/* BOTTOM NAVIGATION */
.copyright {
	font-size:11px;
	text-align:center;
}
#bottomnav		{ 
	margin: 0 auto;
	padding: 15px 0 0 0;
	color: #242424; 
	text-align: center; 
	vertical-align:top;
	line-height: 18px; 
	/*height:400px;*/
}
#bottomnav a, #bottomnav a:visited		{ color: #242424;  text-decoration:none; }
#bottomnav a:hover	{ 
	background:#459933;
	color:#FFF !important;
	text-decoration:underline;
}
#bottomnav table {
	margin:0 auto;
	width:800px;
	height:200px;
}
#bottomnav td {
	font-size:14px;
	font-weight: bold;
	color:#242424;
	text-align:left;
	vertical-align:top;
}
#bottomnav td div {
	font-size:11px;
	font-weight:normal;
}
/* END BOTTOM NAVIGATION */


/* CUSTOMER HEADER */
#cust-header {
	background:#242424;
	border:1px solid #5C5C5C;
	padding:5px;
}
#cust-header-logo {
	float:left;
	padding-right:10px;
}
#cust-header-title {
	text-align:left;
	font-size:16px;
	color:#EEEEEE;
	margin-bottom:10px;
}
#cust-header-links {
	height:51px;
	background: #525252 url(/images/forums/cust_header_links.png) no-repeat;
	display:table-cell;
	border:1px solid #5C5C5C;
	padding:0 10px 0 35px;
	vertical-align:middle;
	color:#EEEEEE;
}
#cust-header-links a {
	color:#EEEEEE;
}
/* END CUSTOMER HEADER */


/* BREAD CRUMB NAV */
#bread-crumb {
	border-bottom:1px solid #CCCCCC;
	background:#EEEEEE url(/images/forums/bread_crumb_bg.png) repeat-x;
	padding-top:6px;
	font-size:14px;
	color:#242424;
	padding-left:5px;
	line-height:20px;
}
#bread-crumb img {
	padding: 4px 5px 0 5px;
}
#bread-crumb a {
	color:#242424;
	text-decoration:none;
}
#bread-crumb a:hover {
	color:#EEEEEE;
	background-color:#AA0000;
}
/* END BREAD CRUMB NAV */


/* MAIN CONTENT PADDED LEFT & RIGHT */
.main-content {
	padding:10px 10px 0 10px;
}

/* END MAIN CONTENT PADDED LEFT & RIGHT */

/* SILVER BUTTONS */
.forum-btn {
	font-size:11px;
	font-weight:bold;
	background:#C2C2C2 url(/images/forums/btn_bg.png) repeat-x;
	border:1px solid #242424;
	color:#242424;
}
.forum-btn-reply {
	font-size:11px;
	font-weight:bold;
	background:#AA0000 url(/images/forums/btn_bg_red.png) repeat-x;
	border:1px solid #242424;
	color:#EEEEEE;
}
/* END SILVER BUTTONS */

/* SECTION BOXES */
.sectionShadow {
	border-right:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-right:1px;
	padding-bottom:1px;
	background:#999;
}
.sectionTitle, .sectionTitle1, .sectionTitle2, .sectionTitle3, 
.sectionTitle4, .sectionTitle5, .sectionTitle6, .sectionTitle7, 
.sectionTitle8  {
	display:table;
	margin:0;
	padding:0;
	font-size:12px;
	background:#353535 url(/images/lay1/sectionTitleBg.png) repeat-x ;
	height:20px;
	font-weight:bold;
	color:#EEEEEE;	
	text-align:left;
	width:100%;
}
.sectionTitle h3, .sectionTitle1 h3, .sectionTitle2 h3, .sectionTitle3 h3, 
.sectionTitle4 h3, .sectionTitle5 h3, .sectionTitle6 h3, .sectionTitle7 h3, 
.sectionTitle8  h3 {
	display:table-cell;
	padding-left:5px;
	font-size:15px;
	height:20px;
	margin:0;
	vertical-align:middle;
}
h3 h4 {
	display:table-cell;
	font-size:12px;
}
.section, .sectionContinuous {
	border:1px solid #242424;
	border-top:none;
}
.sectionContent, .sectionContentContinuous {
	padding: 0;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;	
}

.sectionRed, .sectionTitleRed {
	background:#AA0000 url(/images/forums/sectionTitleRedBg.png) repeat-x;
	color:#EEEEEE;
}
.sectionTitleBtn {
	float:right;
	margin-right:2px;
}
.sectionRed a, .sectionRed a:visited {
	color:#EEEEEE;
}
.sectionSubTitle {
	margin:0;
	padding:0 5px;
	font-size:13px;
	height:19px;
	line-height:19px;
	border:1px solid #999;
	border-top:none;
	font-weight:normal;
	color:#FFF;
	background:#242424 url(/images/lay1/sectionTitleBg.png) repeat-x ;
}
.sectionSubTitle td {
	color: #EEEEEE;
}
.sectionSubTitle a {
	color:#EEEEEE;
}
.sectionSubTitle a:hover {
	color:#FFCC00;
}

.dark{
	background:#4D4D4D url(/images/forums/dark_bg_fade.png) repeat-x;
	color:#EEEEEE;
}
.dark a, .dark a:visited {
	color:#EEEEEE ;
}

.padding0 {
	padding:0;
}
/* END SECTION BOXES */

/* RESULT ROWS */
.forum-edit-icon {
	float:left;
	margin-right:5px;
	vertical-align:absmiddle;
	height:25px;
}
table.forum-results {
	border-collapse: collapse;
	border:0;
	width:100%;
}
.forum-results th {
	height:25px;
	border-top:0px solid #999999;
	border-right:1px solid #CCCCCC;
	border-bottom:0;
	border-left:1px solid #CCCCCC;
	background:#FFFFFF url(/images/forums/column_header_bg.png) repeat-x;
	font-size: 13px;
	font-weight:bold;
	vertical-align:top;
	padding-top:2px;
	padding-left:5px;
	text-align:left;
}
.forum-results th.reply {
	border-top:1px solid #761F1F;
	border-right:none;
	background:#AA0000 url(/images/forums/column_header_bg_red.png) repeat-x;
	color:#EEEEEE;
}
.forum-results td {
	vertical-align:middle;
	padding:2px;
	border-left:1px solid #CCCCCC;
	background:#FFFFFF;
	height:50px;
	padding-left:5px;
}

.forum-results tr.alt td, .forum-results div.alt {
	background:#EEEEEE;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}


.forum-results tr.new-thread-row td {
	background:#333333;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	color:#eeeeee;
	height:0px;
}
.forum-results tr.new-thread-row td a{
	color:#FFFFFF;
}
.forum-results-move tr td {
	background:#AA0000;
	border:0;
	color:#FFF;
	height:40px;
	overflow:hidden;
}
.forum-results-move a {
	font-weight:bold;
	color:#EEE;
}
.forum-results td a {
	text-decoration:underline;
	color:#000;
}
.forum-results td a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#AA0000;
}
.forum-results td.num, .forum-results th.num {
	width: 80px;
	text-align:center;
}
.forum-results td.latest, .forum-results th.latest {
	width:275px;
}
.forum-results td.author, .forum-results th.author {
	width:270px;
	border-left:none;
	vertical-align:top;
}
.forum-results td.author div a {
	background-color:transparent !important;
	color:#AA0000;
}
.forum-results td.author div span {
	width:70px;
	display:table-cell;
}
.forum-results td.post {
	vertical-align:top;
}
.forum-results th button {
	border-left:1px solid #eeeeee;
	border-top:1px solid #CCCCCC;
	cursor:pointer;
}
.forum-results th.reply button {
	border-left:1px solid #F0C6C6;
	border-top:1px solid #E29494;
}
.forum-results div.title {
	font-weight:bold;
	font-size:13px;
}
.forum-results div.description {
	font-size:12px;
}

.forum-results div.quote, .forum-results div.info, q {
	border:1px solid #CCC;
	background: #EEEEEE url(/images/forums/quote_bg.png) repeat-x;
	padding-top:8px;
	padding-bottom:2px;
	padding-left: 10px;
	padding-right:10px;
}

.latest-row-avatar {
	float:left;
	border:1px solid #242424;
	padding:1px;
	margin-right:5px;
}
.latest-row-avatar img {
	width:30px;
	height:30px;
}
.latest-row-content {
	display:table-cell;
}
.latest-row-title {
	font-weight:bold;
}
.when {
	color:#999;
	font-size:10px;
}
*/ END RESULT ROWS */

/* MAIN COLUMNS FOR DISPLAY AND ADS */
.main-content-main {

}
.main-content-ads {
	width:170px;
	text-align:center;
}
/* END MAIN COLUMNS FOR DISPLAY AND ADS */

/* SAM'S PAGINATION */
ul.sgPaginate {
	margin: 0 0 5px 0;
	padding:0;
	list-style:none;
	list-style-type:none;
	float:left;
}
ul.sgPaginate li  {
	float:left;
	background: #FFFFFF;
	margin-right:2px;
	border:1px solid #999999;
}
ul.sgPaginate a {
	display:block;
	padding:0 .5em !important;
	line-height:1.75em;
	text-decoration:none;
	font-weight:normal;
	background:#FFFFFF;
	color:#999999 !important;
	
	
}

ul.sgPaginate a:hover {
	background: url(/images/lay1/rHighlightedBg.png) repeat-x;
	color:#242424 !important;
}
ul.sgPaginate li.active {
	background: url(/images/lay1/sgTabRightActive.png) no-repeat top center;
}
ul.sgPaginate li.active a {
	background: url(/images/lay1/sgTabRightActive.png) no-repeat top center;
	color:#EEEEEE !important;
	font-weight:bold;
}
/* END SAM'S PAGINATION */

/* MEET THE MODERATOR BOX */
.meet-moderator {
	width:160px;
	margin: 0 auto;
	margin-bottom:10px;
	text-align:center;
}
.meet-moderator img {
	margin:0 5px 0 0;
	height:25px;
	width:25px;
	vertical-align:middle;
}
.meet-moderator h3 {
	font-size:11px;
}
.meet-moderator td {
	padding:1px;
}
/* END MEET THE MODERATOR BOX */

/* SAM'S CUSTOM TABS (NON AJAX) */
ul.sgTab {
	margin: 0;
	padding:0;
	list-style:none;
	list-style-type:none;
	float:left;
}
ul.sgTab li  {
	float:left;
	background: url(/images/lay1/sgTabRight.png) no-repeat top right;
	margin-right:2px;
}
ul.sgTab a {
	display:block;
	padding:0 .75em;
	line-height:2.5em;
	background: url(/images/lay1/sgTabLeft.png) no-repeat top left;
	text-decoration:none;
	font-weight:bold;
	color:#EEEEEE;
	float:left; 
}
ul.sgTab li.active {
	background: url(/images/lay1/sgTabRightActive.png) no-repeat top right;
}
ul.sgTab li.active a {
	background: url(/images/lay1/sgTabLeftActive.png) no-repeat top left;
}

ul.sgTabDark {
	margin: 0;
	padding:0;
	list-style:none;
	list-style-type:none;
	float:left;
	background:#242424;
}
ul.sgTabDark li  {
	float:left;
	background: url(/images/lay1/sgTabDarkRight.png) no-repeat top right;
	margin-right:2px;
}
ul.sgTabDark a {
	display:block;
	padding:0 .75em;
	line-height:2.5em;
	background: url(/images/lay1/sgTabDarkLeft.png) no-repeat top left;
	text-decoration:none;
	font-weight:bold;
	color:#EEEEEE;
	float:left; 
}
ul.sgTabDark li.active {
	background: url(/images/lay1/sgTabDarkRightActive.png) no-repeat top right;
}
ul.sgTabDark li.active a {
	background: url(/images/lay1/sgTabDarkLeftActive.png) no-repeat top left;
}



.sgTabContentOuter {
	position:relative;
	margin-top:0;
	padding:0;
	clear:both;
	border-top:5px solid #AA0000;	
}
.sgTabContentInner {
	padding:5px;
	border: 1px solid #999999;
	border-top:0;
	background:#FFFFFF;
		
}
/* END SAM'S CUSTOM TABS (NON AJAX) */

.signature {
	border-top:2px solid #CCC;
	padding-top:10px;
	padding-right:5px;
}
.signature img {
	max-height:150px;
}

/* RIDES STYLES */
.ride-list {
	float:left;
	width:120px;
	text-align: left;
	padding:10px 10px 10px 17px;
		
}.ride-list img {
	border:1px solid #333333;
}
.ride-list label {
	font-weight:bold;
	display:block;
}
/* END RIDES STYLES */

/* PHOTO SEARCH LIST (FRONT END) */
.photo-list {
	width: 120px;
	text-align:left;
	float:left;
	padding:10px 10px 10px 17px;
}
.photo-list img {
	border:1px solid #333333;
}
.photo-list label {
	font-weight:bold;
	display:block;
}
/* PHOTO SEARCH LIST (FRONT END) */

.home-sub-type {
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	height:20px;
	width:175px;
	float:left;
	margin-right:5px;
}
.home-sub-type-active {
	border:1px solid #444444;
	height:18px;
	line-height:18px;
	width:173px;
}
.home-sub-type a {
	text-decoration:none;
}
.home-sub-type:hover {
	background:#FFCC00;
	color:#000;
}
.home-sub-type:hover a, .home-sub-type:hover .notify {
	color:#000;
}
.home-sub-type .notify {
	color:#FFCC00;
	font-size:10px;
}
#latest-table-container {
	overflow:hidden;
}
#latest-table tr td, #latest-table div.post-row{
	height:60px;
	overflow:hidden;
	padding:3px 5px 3px 5px;
}
#latest-table tr td a:visited {
	color:#242424;
}
