/* BrizRide.com */

body { 
	margin: 0px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	/* Scrollbar information */	
	scrollbar-3dlight-color: #cccccc;   
	scrollbar-darkshadow-color: #999999;   
	scrollbar-highlight-color: rgb(255,255,255);   
	scrollbar-shadow-color: #B5B491;
}

div,td,span {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* START - Menu Classes & ID's */
.TopMenu {
	background-image: url('../../images/bg_topMenu.gif');
	text-align: center;
}
.TopMenu_Selected {
	background-color: #666666;
	text-align: center;
}
/* START - News & Events Classes & ID's */
.NewsHeading, .EventHeading {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.NewsContent, .EventContent {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
.NewsTiny, .EventTiny {
	font-size: 9px;
}
.NewsReadMore, .EventReadMore, .NewsReadMore:link, .NewsReadMore:visited, .NewsReadMore:active, 
.EventReadMore:link, .EventReadMore:visited, .EventReadMore:active, {
	font-size: 11px;
	color: #CC3300;
	font-weight:bold;
}
.NewsReadMore:hover, .EventReadMore:hover {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}
.MemberLogin {
	width: 65px;
	text-indent: 2px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	height: 10px;
	border: 0px;
}
.bg1 {
	background-color:#e3e4e9;
}
.bg2 {
	background-color:#F1F1F1;
}
.MainHeading {
	background-color: #AFB5BC;
}
.SubHeading {
	background-color: #e3e4e9;
}
input.Styled, textarea.Styled {
	width: 200px;
	border: 1px solid #333333;
}

/* Advertising Boxes */
#AdvertTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td.AdvertDescription {
	font-size:11px;
}
td.AdvertTitle {
	 font-size:13px; 
	 font-weight:bold;
	 color:#0033CC;
}
span.AdvertLocation {
	 font-size:10px; 
	 font-weight:bold;
	 color:#000000;
}
.AdvertLeftBorder {
	border-left: 1px solid #DCE5E9;
}
.AdvertBottomBorder {
	background-image:url(http://www.brizride.com/images/bg_horizBottom_box_advertStandard.gif); 
	background-repeat:repeat-x;
}
.AdvertRightBorder {
	background-image:url(http://www.brizride.com/images/bg_vertRight_box_advertStandard.gif); 
	background-repeat:repeat-y; 
	background-position:right;
}
.AdvertTopLeftCorner {
	background-image:url(http://www.brizride.com/images/cnr_tl_box_advertStandard.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

a:link, a:visited, a:hover {
	color: #FF9900;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#0033CC;
}
a.pageLinks:link, a.pageLinks:visited, a.pageLinks:hover, a.pageLinks:active, .pageLink, a.pageLinksSelected:link, a.pageLinksSelected:visited, a.pageLinksSelected:hover {
	color: #0033CC;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
}
a.pageLinksSelected:link, a.pageLinksSelected:visited {
	color: #CC3300;
}
a.pageLinks:hover, a.pageLinksSelected:hover {
	text-decoration:none;
	color:#666666;
	text-decoration:underline;
}
a.categoryList:link, a.categoryList:visited, a.categoryList:hover, .categoryList {
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	color: #333333;
}
a.categoryList:hover {
	color: #CC3300;
}
a.EventLink:link, a.EventLink:visited, a.EventLink:hover {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
a.EventLink:hover {
	text-decoration: underline;
}
.pageLink {
	color:#666666;
}

/* Transmenu Menu Styling */

#wrap {
    /*border:1px solid black;*/
    /*width:792px;*/
    }
#menu {
    border-bottom:1px solid white;
    padding:4px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
    }
#menu a {
    padding:4px 10px;
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
    }
#menu a.hover {
    background:#cccccc;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }

