/*  INDEX

	1. Links
	2. Header
	3. Tabs
	4. Body
	5. Left Sidetable
	6. Right Sidetable
	6a. News Table
	7. Footer
	8. Ride Calendar
	9. Rides
	10. Right SideBar
	11. Admin
	12. Gallery
	13. Forms

*/

/* 1 Links

------------------------------------------------------------*/
a:link {
	color: #586981;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #556575;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
}

a:active {
	color: #556575;
	text-decoration: underline;
}

/* 2 Header

---------------------------------------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
}

/* 3 Navigation

---------------------------------------------------------- */

.menu {
	width:100%;
	height:20px;
	position:relative;
	z-index:99;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:1000px;
	w\idth:1000px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:100px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	text-align:center; /* aligns text in drop down menus */
}

.menu ul li ul li {
	text-align:left;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.9em;
	text-decoration:none;
	color:#fff;
	width:100px;
	height:20px;
	border:1px solid #FFF;
	border-width:1px 0 1px 1px;
	background:#000;
	padding-left:0px;
	line-height:19px;
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:99px;
	w\idth:99px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#FFCC33;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#FFCC33;
}
.menu ul ul :hover > a.drop {
	background:#FFCC33;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#000;

}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#FFCC33;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:21px;
	left:0;
	width:100px;
	border-top:1px solid #FFF;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:150px;
	top:-1px;
	width:130px;
}

/* position the third level flyout menu for a left flyout */
/*.menu ul ul ul.left {left:-149px;}*/

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#000;
	color:#FFF;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:130px;
	border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:130px;
	w\idth:130px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
	background:#FFCC33;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#FFCC33;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}


/* 4 Body

--------------------------------------------------------------*/
.body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#slideshow {
	position: relative;
	margin: 8px;
	z-index: 1;		
}

#maintable {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.bold {
	font-weight: bold;
}

.pagehead {
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

.pagetitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0px;
}

.title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.editride {
	padding: 5px;
}

#content {
	padding-top: 5px;
	margin-left: 0px;
}

/* 5 Left Sidetable

---------------------------------------------------------*/

#logintable {
}

#logintable td {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-size: 11px;
}

#logintable a {
	color: #000000;
	text-decoration: underline;
}

#sidebar {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}

#sidetable {
}

#sidetable th {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
	background-color:#000000;
	font-size: 9px;
}

#sidetable td {
	padding: 5px;
}
#sidetable a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size:1em;
}
#sidetable a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size:1em;
}
#sidetable a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#sidetable a:active {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
#sidetable .latest_post {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.forum_taster_link1	{
	background-color:#FFFFFF;
	border-bottom:1px solid #DDDDDD;
}
.forum_taster_link2	{
	background-color:#EEEEEE;
	border-bottom:1px solid #DDDDDD;

}
#sidegallery {

}

#sidegallery th {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
/*	background-image: url(../images/bg1.gif); */
	background-color:#000000;
}

#sidegallery td {
	padding: 5px;
}


/* 6 Right Sidetable

----------------------------------------------------*/
.facebook {
	margin-bottom: 10px;
	text-align:center;
}

#adverts {
	font-size: 9px;
	color: #000000;
	padding-top: 10px;
}

#adverts a:hover {
	color: #333333;
}

.adtable {
	border: 1px solid #CCCCCC;
}

.adtabletd {
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333333;
}

.adhead {
	font-size: 11px;
	font-weight: bolder;
	padding-bottom: 2px;
	color: #556575;
	padding-left: 5px;
	background-color: #EEEEEE;
}

.adtel {
	color: #006633;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

/* 6a News & Events 

--------------------------------------------------------*/
#events {
	background-color: #EEEEEE;
	width: 675px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news {
	font-size: 11px;
	background-color: #EEEEEE;

}
.newsth {
	font-weight: normal;
	font-size: 14px;
	color: #003366;
	padding-top: 10px;
	padding-left: 10px;
}

.newstd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newsdate {
	color: #999999;
	padding-left: 10px;
	padding-bottom: 3px;
}

/* 7 Footer

--------------------------------------------------------*/

#affiliate {
	background-color: #FFFFFF;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#affiliate td {
	padding: 5px;
}

#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-color: #333333;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}

#footer ul li a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#footer a:visited {
	color: #FFFFFF;
}

/* 8 Ride Calendar

--------------------------------------------------------*/
#calendar {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-collapse: collapse;
	padding: 0px;
}

#calendar th {
	padding: 5px;
	font-size: 11px;
	color: #333333;
	top: 5px;
	bottom: 5px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/xy.GIF);
}

#calendar td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	border: 1px solid #EEEEEE;
}

#calendar a {
	text-decoration: underline;
}

.calendar_td {
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}

.grade {
	color: #006633;
	font-weight: bold;
}
.grade_beginner {
	color: #663300;
	font-weight: bold;
	text-transform: uppercase;
}

.grade_easy {
	color: #009900;
	font-weight: bold;
	text-transform: uppercase;
}

.grade_medium {
	color: #006699;
	font-weight: bold;
	text-transform: uppercase;
}

.grade_hard {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

.grade_killer {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.grade_event {
	color: #FF9900;
	font-weight: bold;
	text-transform: uppercase;
}

.grade_social {
	color: #663399;
	font-weight: bold;
	text-transform: uppercase;
}

.date {
	font-size: 11px;
	color: #0033FF;
	padding: 2px 2px 2px 0px;
	font-weight: bold;
}

.cal_start {
	text-decoration: none;
	background-color: #EEEEEE;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

#notice {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 240px;
	background-image: url(../images/notice_bg.gif);
	height: 240px;
}

.notice_title {
	text-align: center;
	padding: 10px 5px 0px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	vertical-align: bottom;
}

.notice_text {
	padding: 0px 15px;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
}

.notice_footer {
	text-align: center;
	padding: 0px 5px 10px;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
}

#lights {
	border-collapse: collapse;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 240px;
	height: 90px;
	background-image: url(../images/lights_bg.gif);
}

.lights_title {
	text-align: center;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

.lights_text {
	text-align: left;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
}

#startpoints {
	border-collapse: collapse;
	margin-top: 20px;
	padding: 10px;
	margin-right: 5px;
	width: 240px;
	background-image: url(../images/start_bg.gif);
	height: 110px;
}

.startpoints_title {
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.startpoints_text {
	padding: 5px;
	color: #FFFFFF;
	height: 20px;
}

#ride_criteria {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #663300;
}

#ride_criteria th {
	background-color: #FFF;
	padding: 5px 5px 0px;
	font-weight: bold;
	text-align: left;
}

#ride_criteria td {
	padding: 5px;
	font-size: 10px;
	vertical-align: top;
}

#ride_contact {
	text-align: center;
	margin: 20px;
}

.dropdown {
	padding: 0px;
	border-collapse: collapse;
}

/* 9 Rides

----------------------------------------------------------*/

.rides {
	font-size: 12px;
	color: #0000FF;
	padding: 0px;
	width: 100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.ridestitle {
	font-size: 12px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
}

.ridestext {
	font-size: 12px;
	color: #000000;
	padding: 5px;
	font-weight: normal;
}

/* 10 Right Side Bar

-------------------------------------------------------*/

#rtbar {
	padding-top: 10px;
}

/* 11 Admin

--------------------------------------------------------*/

#admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#admin th {
	font-size: 24px;
}

#admin td {
	font-size: 11px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #666;
	padding: 3px;
	border-right: 1px solid #666;
	border-left: 1px solid #CCC;
}

#adminedit {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#adminedit th {
	font-size: 12px;
	font-weight: bold;
}

.adminlink {
	padding: 5px;
	font-size: 14px;
	color: #FF0000;
}

.admintitle {
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

label {
    font-weight: bold;
    color: #036;
    display: block;
}

#form {
	font-size: 12px;
	padding: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

form {
    margin: 0;
}

form h2 {
    color: #036;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 5px 10px;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

/* 12 Gallery

----------------------------------------------------------------- */

#gallery {
	font-size: 11px;
	padding: 0px;
}

#gallery th {
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 5px 5px 0px;
}

#gallery td {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}

.members {
	border-collapse: collapse;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 3px;
}

#member_gallery {
	text-align: center;

}

#member_gallery td {
	text-align: center;
	font-size: 8px;
	text-transform: uppercase;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #DDDDDD;
}

#member {
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.smalltext {
	font-size: 9px;
	text-decoration: none;
}

.arrow {
	color: #556575;
}

#member a:link {
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
}

.border_rt {
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #666666;
}

#form td {
	font-size: 12px;
	padding: 2px;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.smalltextlink {
	font-size: 9px;
	text-decoration: none;
}

#popup {
	border: 1px solid #999999;
	padding: 10px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#popup th {
	font-size: 14px;
}

#map {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#map th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCC;
	padding: 5px;
	text-align: left;
}

#map td {
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#map a {
	text-decoration: underline;
}

#member_area {
	text-align: center;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

#member_area td {
	text-align: center;
	font-size: 10px;
	padding: 10px;
	height: 100px;
	width: 25%;
}

#logout {
	font-size: 10px;
	font-style: normal;
	background-color: #3366CC;
	color: #FFFFFF;
}

#member_area th {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	background-color: #EEEEEE;
	width: 100%;
	border-bottom: 1px solid #999999;
	color: #999999;

}

.join {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #586981;
	background-color: #EEEEEE;
}

#form_register {
	margin: 0px;
	padding: 0px;
}

#welcome {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#uploadimage {
	font-size: 12px;
	padding: 20px 0px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#print_page {
	display: none;
}

/* Committee

-------------------------------------------- */

#committee {
	width: 675px;
}

.committee_table {
	width: 650px;
	background-color: #FFFFFF;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

/* Forms

--------------------------------------------*/

fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0; 
	border: 0 none #FFF;  

}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em; 
}

fieldset ol {  
	padding: 1em 0 1em 0;  
	list-style: none; 
} 

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 5em; 
}

.req {
	color: #FF0000;
}

.equipment {
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}
.equipment_title {
	font-size: 11px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	background-color: #EEEEEE;
}
.equipment_text {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
