/* CSS Document */
* 
{ 
	margin: 0px; 
	padding: 0px; 
}

html, body
{
	height: 100%;
  border: none;
}

html, body
{
  background-color: #ffffff;
  font-family: arial;
}

a
{
  outline: none;
  text-decoration: none;
}

a:link 
{
  outline: none;
}

a:visited 
{
  outline: none;
}

a:active 
{
  outline: none;
}

.clearer
{
  clear: both;
  font-size: 0px;
}

#outer_cont
{
  text-align: center;
}

#main_cont
{
  /*height: 1354px;*/
  width: 990px;
  margin: 0 auto;
  text-align: left;
}

#header_cont
{
  /*height: 193px;*/
  width: 100%;
  background-color: #35587C;
}

#top_cont
{
  width: 100%;
  height: 135px;
}

#top_up_cont
{
  width: 100%;
  height: 110px;
}

#top_up_logo_cont
{
  float: left;
  width: 200px;
  height: 100%;
}

#top_up_logo_inner_cont
{
  margin-top: 32px;
  margin-left: 47px;
}

#top_up_logo_inner_cont a
{
	color: #d9dad5;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

#top_up_banner_cont
{
  float: left;
  width: 790px;
  height: 100%;
}

#top_up_banner_inner_cont
{
  margin-top: 10px;
  margin-left: 52px;
}

#top_down_cont
{
  width: 100%;
  height: 25px;
  text-align: right;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

#top_down_cont a
{
	color: #ffffff;
}

#top_down_cont a:hover
{
	text-decoration: underline;
}

#top_down_inner_cont
{
  margin-right: 13px;
  padding-top: 4px;
}

#menu_cont
{
  width: 100%;
  height: 32px;
  color: #454540;
  text-align: center;
  font-weight: bold;
}

#submenu_cont
{
	width: 100%;
  /*height: 26px;*/
  color: #454540;
  background-color: #ffffff;
}

.menu_item
{
  float: left;
  width: 99px;
  /*width: 110px;*/
  background-color: #C7E0EA; 
  height: 32px;
  font-size: 13px;
}

.menu_item_last
{
	float: left;
  width: 99px;
  /*width: 110px;*/
  background-color: #C7E0EA; 
  height: 32px;
  font-size: 13px;
}

.menu_item a, .menu_item_last a
{
  display: block;
  height: 30px;
  color: #454540;
  line-height: 28px;
  border-top: 2px solid #35383B; 
}

.menu_item a:hover 
{
  /*background-color: #35587C;
  border-top: 2px solid #35587C; 
  height: 30px;
  color: #ffffff;*/
  border-left: 2px solid #35587C;
  border-right: 2px solid #35587C;
  border-bottom: 2px solid #35587C;
  /*width: 95px;*/
  /*width: 120px;*/
  height: 28px;
}

.menu_item_last a:hover
{
	border-left: 2px solid #35587C;
  border-right: 2px solid #35587C;
  border-bottom: 2px solid #35587C;
  /*width: 118px;*/
  height: 28px;
}

.menu_item_selected
{
	float: left;
  width: 99px;
  /*width: 110px;*/
  background-color: #C7E0EA; 
  height: 32px;
  font-size: 13px;
}

.menu_item_last_selected
{
	float: left;
  width: 99px;
  /*width: 110px;*/
  background-color: #C7E0EA; 
  height: 32px;
  font-size: 13px;
}

.menu_item_selected a, .menu_item_last_selected a
{
  display: block;
  height: 30px;
  color: #ffffff;
  background-color: #35587C;
  line-height: 28px;
  border-top: 2px solid #35587C; 
}

.menu_item_selected a:hover, .menu_item_last_selected a:hover
{
  /*background-color: #35587C;
  border-top: 2px solid #35587C; 
  height: 30px;
  color: #ffffff;*/
}

.TextSubMenuTop
{
	text-align: left;
	vertical-align: middle;
	/*width: 890px;*/
	direction: ltr;
	padding-left: 30px;
	padding-right: 5px; 
  padding-top : 8px;
	color: #454540;
	font-size: 12px;
}

.TextSubMenuTop a
{
	color: #454540;
}

.TextSubMenuTop a:hover
{
	text-decoration: underline;
}

#mid_cont
{
  width: 100%;
  /*min-height: 840px;
  height: auto !important;
  height: 840px;*/
}

#mid_upper_cont
{
  height: 276px;
  width: 100%;
} 

#mid_upper_inner_cont
{
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 11px;
}

#upcoming_trips
{
  /*float: left;*/
  width: 251px;
  height: 250px;
  position: relative;
}

#upcoming_trips_inner
{
  width: 247px;
  height: 246px;
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: no-repeat;
}

#upcoming_trips_icon
{
  background-image: url(images/box-icon-rides.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 6px;
  top: -21px;
}

#upcoming_trips_top
{
  padding-left: 69px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#upcoming_trips_bottom
{
  padding-top: 8px;
}

#upcoming_trips_bottom table
{
  border-collapse: collapse;
  width: 100%;
}

.trip_title
{
  font-weight: bold;
  font-size: 12px;
  color: #494949;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  padding-top:4px;
}

.trip_title a
{
  color: #494949;
}

.trip_title a:hover
{
  text-decoration: underline;
}

.trip_divider
{
  font-size: 12px;
  font-weight: normal;
  color: #787878;
  width: 16px;
  text-align: center;
}

.trip_date
{
  font-size: 12px;
  color: #35587C;
  font-weight: normal;
}

.trip_details
{
  font-size: 11px;
  color: #7B776F;
  padding-left: 10px;
  padding-right: 10px;
}

.trip_line
{
  padding-left: 10px;
  padding-right: 10px;
}

.trip_line div
{
  border-bottom: 1px dotted #7B776F;
  font-size: 4px;
}

.empty_cont_1
{
  float: left;
  width: 14px;
  height: 5px;
}

#pic_of_day
{
  float: left;
  width: 490px;
  /*height: 250px;
  position: relative;*/
}

/*#pic_of_day_text
{
  position: absolute;
  width: 376px;
  height: 34px;
  left: 0;
  bottom: 0;
  background-color: #3F4038;
  filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #ffffff;
  font-size: 12px;
}

#pic_of_day_text div
{
  margin-left: 15px;
  margin-top: 11px;
}*/

#pic_of_day_text
{
	margin-top: 2px;
	background-color: #ececec;
	padding: 4px;
}

#pic_of_day_text a
{
	font-size: 12px;
	color: #7B776F;
	text-decoration: underline;
}

#user_welcome
{
  float: left;
  height: 249px;
  width: 212px;
}

#user_welcome_top
{
	/*height: 148px;*/
	margin-bottom: 14px;
}

.user_welcome_link
{
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.user_welcome_link:hover
{
	text-decoration: underline;
}

#user_welcome_text
{
  width: 100%;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

#user_welcome_text span
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

#user_welcome_links
{
  width: 100%;
  margin-top: 14px;
  font-size: 12px;
  font-weight: bold;
  line-height:19px;
}

#user_welcome_messages
{
  float: left;
  width: 33%;
  text-align: center;
}  

#user_welcome_profile
{
  float: left;
  width: 33%;
  text-align: center;
}

#user_welcome_rides
{
  float: left;
  width: 33%;
  text-align: center;
}

#user_welcome_messages a, #user_welcome_profile a, #user_welcome_rides a
{
  color: #000000;
}

#user_welcome_comments
{
  width: 99%;
  /*margin-top: 22px;*/
  font-size: 11px;
  color: #7B776F;
}

#user_welcome_comments a
{
	text-decoration: underline;
	color: #7B776F;
}

#mid_lower_cont
{
  width: 100%;
  /*min-height: 536px;
  height: auto !important;
  height: 536px;*/
  background-image: url(images/gradient3.png);
  background-repeat: no-repeat;
  height: 522px;
}

.empty_cont_2
{
  width: 14px;
  height: 23px;
}

#mid_lower_inner_cont
{
  margin-left: 9px;
  margin-right: 9px;
 /* min-height: 536px;
  height: auto !important;
  height: 536px;*/
  height: 522px;
}



#gallery_block
{
  width: 251px;
  position: relative;
}

#gallery_block_inner
{
  width: 247px;
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: no-repeat;
}

#gallery_block_icon
{
  background-image: url(images/box-icon-camera.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 6px;
  top: -29px;
}

#gallery_block_top
{
  padding-left: 69px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#gallery_block_bottom
{
  /*padding-top: 12px;*/
}

#gallery_block_bottom table
{
  border-collapse: collapse;
  width: 100%;
}

#gallery_body
{
  /*width: 251px;
  height: 468px;*/
}

#gallery_body_inner
{
  width: 247px;
  /*height: 466px;*/
}

#gallery_body_inner table
{
  border-collapse: collapse;
  width: 100%;
}

#gallery_body_inner table .empty_td_1
{
  height: 6px;
  font-size: 4px;
}

#gallery_body_inner table tr td
{
  text-align: center;
  width: 82px;
  height: 76px; 
  /*padding-top: 8px;*/
} 

.gallery_pic
{
  width: 74px;
  height: 56px;
  margin: 0px auto;
}

.gallery_pic_inner
{
  width: 72px;
  height: 54px;
  border: 1px solid #F6E18B;
  background-color: #ffffff;
}

.gallery_pic_inner_over
{
  width: 72px;
  height: 54px;
  border: 2px solid #F6E18B;
  background-color: #ffffff;
}

.gallery_pic_img
{
  width: 70px;
  height: 52px;
  border: 1px solid #ffffff;
  background-color: #393939;
}


#bike_news
{
  /*float: left;*/
  width: 251px;
  /*height: 250px;*/
  position: relative;
}

#bike_news_inner
{
  width: 247px;
  /*height: 246px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: no-repeat;
}

#bike_news_icon
{
  background-image: url(images/box-icon-news.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 63px;
  height: 47px;
  left: 6px;
  top: -21px;
}

#bike_news_top
{
  padding-left: 69px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#bike_news_bottom
{
  padding: 2px 8px 8px 8px;
}

#bike_news_bottom table
{
  border-collapse: collapse;
  width: 100%;
}


#forum_posts
{
  /*float: left;*/
  width: 376px;
  /*height: 250px;*/
  position: relative;
}

#forum_posts_inner
{
  width: 372px;
  /*height: 246px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

#forum_posts_icon
{
  background-image: url(images/box-icon-forum.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 6px;
  top: -20px;
}

#forum_posts_top
{
  padding-left: 69px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#forum_posts_bottom
{
  padding: 2px 8px 8px 8px;
}

#forum_posts_bottom table
{
  border-collapse: collapse;
  width: 100%;
}


#new_members
{
  float: left;
  width: 181px;
  /*height: 250px;*/
  position: relative;
}

#new_members_inner
{
  width: 177px;
  /*height: 246px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: no-repeat;
}

#new_members_icon
{
  background-image: url(images/box-icon-riders.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 6px;
  top: -16px;
}

#new_members_top
{
  padding-left: 59px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#new_members_bottom
{
  padding: 12px 8px 0px 8px;
}

#new_members_bottom table
{
  border-collapse: collapse;
  width: 100%;
}

.new_members_name
{
	font-weight: bold;
	font-size:12px;
	color: #494949;
	padding-left: 6px;
}

.new_members_date
{
	font-size:11px;
	color: #7B776F;
	padding-left: 6px;
}

.new_members_date a
{
	color: #7B776F;
}

.new_members_date a:hover
{
	text-decoration: underline;
}

.new_members_name a
{
	color: #494949;
}

#groopy_bikes
{
  float: left;
  width: 181px;
  /*height: 250px;*/
  position: relative;
}

#groopy_bikes_inner
{
  width: 177px;
  /*height: 246px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: no-repeat;
}

#groopy_bikes_icon
{
  background-image: url(images/box-icon-bikes.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 6px;
  top: -15px;
}

#groopy_bikes_top
{
  padding-left: 59px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#groopy_bikes_bottom
{
  padding: 12px 8px 0px 8px;
}

#groopy_bikes_bottom table
{
  border-collapse: collapse;
  width: 100%;
}


#events_block
{
  width: 317px;
  /*height: 250px;*/
  position: relative;
}

#events_block_inner
{
  width: 313px;
  /*height: 246px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

#events_block_icon
{
  background-image: url(images/box-icon-events.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 6px;
  top: -20px;
}

#events_block_top
{
  padding-left: 75px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#events_block_bottom
{
  padding: 12px 8px 8px 8px;
}

#events_block_bottom table
{
  border-collapse: collapse;
  width: 100%;
}

#articles_block
{
  width: 317px;
  /*height: 250px;*/
  position: relative;
}

#articles_block_inner
{
  width: 313px;
  /*height: 246px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

#articles_block_icon
{
  background-image: url(images/box-icon-articles.jpg);
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 6px;
  top: -21px;
}

#articles_block_top
{
  padding-left: 75px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#articles_block_bottom
{
  padding: 20px 8px 8px 8px;
}

#articles_block_bottom table
{
  border-collapse: collapse;
  width: 100%;
}


/*#gallery_block
{
  float: left;
  width: 251px; */
  /*height: 498px;*/
/*}

#gallery_caption
{
  width: 251px;
  height: 30px;
}

#gallery_caption_inner
{
  border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 249px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#gallery_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#gallery_body
{
  width: 251px;
  height: 468px;
}

#gallery_body_inner
{
  width: 247px;
  height: 466px;
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#gallery_body_inner table
{
  border-collapse: collapse;
  width: 100%;
}

#gallery_body_inner table .empty_td_1
{
  height: 6px;
  font-size: 4px;
}

#gallery_body_inner table tr td
{
  text-align: center;
  width: 82px;
  height: 76px; */
  /*padding-top: 8px;*/
/*} 

.gallery_pic
{
  width: 74px;
  height: 56px;
  margin: 0px auto;
}

.gallery_pic_inner
{
  width: 72px;
  height: 54px;
  border: 1px solid #F6E18B;
  background-color: #ffffff;
}

.gallery_pic_inner_over
{
  width: 72px;
  height: 54px;
  border: 2px solid #F6E18B;
  background-color: #ffffff;
}

.gallery_pic_img
{
  width: 70px;
  height: 52px;
  border: 1px solid #ffffff;
  background-color: #393939;
}
*/


#news_forum
{
  float: left;
  width: 376px;
  /*height: 498px;*/
}

#news_block
{
  width: 376px;
  /*height: 305px;*/
}

#news_caption
{
  width: 376px;
  height: 30px;
  position: relative;
}

#news_caption_inner
{
  margin-left: 60px;
  padding-top: 5px;
  font-size: 20px;
  
}

#icon_bicycle
{
  width: 56px;
  height: 48px;
  position: absolute;
  left: 0px;
  top: -4px;
}

#news_body
{
  width: 376px;
}

#news_body table
{
  border-collapse: collapse;
  width: 100%;
}

#news_body table .news_img
{
  width: 33px;
}

#news_body table .news_text
{
  font-size: 12px;
  padding-left: 7px;
} 

#news_body table .news_text a
{
  color: #000000;
} 

#news_body table .news_text a:hover
{
  text-decoration: underline;
} 

#news_body table .news_read_more
{
   font-size: 11px;
   width: 124px;
   text-align: center;
   color: #2F93D3;
} 

#news_body table .news_read_more a
{
  color: #2F93D3;
  text-decoration: underline;
}

#news_body table .news_empty
{
  width: 14px;
}

#news_body table .empty_td_2
{
  height: 18px;
  font-size: 4px;
}

#news_body table .news_line div
{
  border-bottom: 1px solid #EDEDED;
  height: 11px;
}

.empty_cont_3
{
  width: 14px;
  height: 20px;
}

#forum_block
{
  /*width: 376px;*/
}

#forum_caption
{
  /*width: 376px;*/
  height: 42px;
  position: relative;
}

#forum_caption_inner
{
  margin-left: 60px;
  padding-top: 5px;
  font-size: 20px;
}

#icon_forum
{
  width: 57px;
  height: 33px;
  position: absolute;
  left: -10px;
  top: 0;
}

#forum_body
{
  /*width: 376px;*/
}

#forum_body table
{
  border-collapse: collapse;
  width: 100%;
}

#forum_body table .forum_img
{
  width: 12px;
}

#forum_body table .forum_text
{
  font-size: 11px;
  padding-left: 7px;
  color: #7B776F;
}

#forum_body table .forum_text a
{
  color: #7B776F;
  text-decoration: underline;
  font-weight: bold;
}

#forum_body table .forum_text a:hover
{
  text-decoration: underline;
}

#forum_body table .forum_empty
{
  width: 14px;
}

#forum_body table .forum_line
{
  padding-left: 7px;
}

#forum_body table .forum_line div
{
  border-bottom: 1px dotted #F6E18B;
  height: 6px;
}

#forum_body table .empty_td_3
{
  height: 11px;
  font-size: 4px;
}

#right_banner_block
{
  float: left;
  width: 317px;
  /*height: 498px;*/
}

#footer_cont
{
  width: 100%;
  height: 88px;
  background-color: #C7E0EA;
  text-align: center;
  color: #474747;
}

#footer_cont a
{
  color: #474747;
}

#footer_cont a:hover
{
  text-decoration: underline;
}

#footer_cont_betatext_row
{
	font-size: 12px;
 	padding-top: 10px;
}

#footer_cont_first_row
{
 	font-size: 12px;
 	margin-top: 4px;
}

#footer_cont_second_row
{
	font-size: 11px;
	margin-top: 4px;
}

#footer_cont_third_row
{
	font-size: 11px;
	margin-top: 4px;
}

#mid_left_cont
{
  float: left;
  width: 804px;
  /*min-height: 840px;
  height: auto !important;
  height: 840px;*/
}

#mid_left_top_cont
{
  /*height: 304px;*/
} 

#mid_left_top_inner_cont
{
  padding-top: 12px;
  margin-left: 9px;
}

#mid_left_bottom_cont
{
	
}

#mid_left_bottom_inner_cont
{
	margin-left: 9px;
}

#mid_right_cont
{
  float: left;
  width: 186px;
  /*min-height: 840px;
  height: auto !important;
  height: 840px;*/
}

#mid_right_inner_cont
{
  margin-left: 17px;
  /*padding-top: 18px;*/
}

.TextCaption3
{
	font-size: 18px;
}

#login_cont
{
	margin: 80px auto 0 auto;
	width: 320px;
	height: 200px;
}

#login_cont_inner
{
  width: 316px;
  height: 196px;
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

.textTextbox
{
	border: 1px solid #A3BAC2;
	height: 20px;
	font-family: tahoma;
	font-size: 12px;
	padding: 0 2px;
}

.textSelectbox
{
	border: 1px solid #A3BAC2;
	height: 22px;
	font-family: tahoma;
	font-size: 12px;
}

.textFileUpload
{
	border: 1px solid #A3BAC2;
	height: 24px;
	*height: 22px;
}

.textSelectbox option
{
	padding: 0 4px;
}

#users_filter, #users_filter_short
{
	width: 795px;
	/*height: 186px;*/
	position: relative;
}

#users_filter_inner, #users_filter_short_inner
{
	width: 791px;
  /*height: 182px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

#users_filter_short_inner
{
	height: 34px;
}

#users_filter_icon, #users_filter_short_icon
{
  background-image: url(images/icon_glass.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 33px;
  height: 30px;
  left: 12px;
  top: 5px;
}

#users_filter_top, #users_filter_short_top
{
  padding-left: 46px;
}

#users_filter_top
{
	padding-top: 11px;
	font-weight: bold;
	font-size: 14px;
}

#users_filter_short_top
{
	padding-top: 5px;
	color: #494949;
	font-size: 12px;
	font-weight: bold;
}

#users_filter_top table, #users_filter_short_top table
{
	border-collapse: collapse;
	width: 99%;
}

#users_filter_bottom
{
	/*padding-top: 6px;
	padding-left: 6px;*/
	padding: 6px;
	color: #494949;
	font-size: 12px;
	font-weight: bold;
}

.empty_cont_4
{
  width: 14px;
  height: 14px;
  font-size: 4px;
}

#riders_list_block
{
	float: left;
  width: 500px;
  /*height: 498px;*/
}

#riders_list_caption
{
	height: 30px;
	width: 500px;
}

#riders_list_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 498px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#riders_list_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#riders_list_body
{
  width: 500px;
  /*height: 468px;*/
}

#riders_list_body_inner
{
  width: 496px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#riders_list_body_inner table
{
  border-collapse: collapse;
  width: 100%;
}

.TableItem
{
	background-color: #D1E9F3;
	border: 1px solid #E4E4E4;
	font-size: 12px;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.AlternateTableItem
{
	background-color: #C8E0EA;
	border: 1px solid #E4E4E4;
	font-size: 12px;
	line-height: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.TableItem img, .AlternateTableItem img
{
	border: 1px solid #E4E4E4;
}

.TableItem a, .AlternateTableItem a
{
	color: #2F92D5;
}

.TableItem a:hover, .AlternateTableItem a:hover
{
	text-decoration: underline;
}

.FormText
{
	font-weight: bold;
	font-size: 12px;
}

#riders_list_nav
{
	width: 500px;
	height: 40px;
	text-align: center;
}

#riders_list_nav_inner
{
	width: 496px;
  height: 36px;
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

.pages
{
	font-family: Tahoma;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 64px;
	/*padding: 1em;*/
}

.pages a 
{
	border:1px solid #FFFFFF;
	text-decoration:none;
}

.pages a:hover 
{
  border-color: #1D64AC;
}

.pages a, .pages span
{
	color:#000000;
	display:block;
	float:left;
	margin-right:0.1em;
	padding:0.2em 0.5em;
}

.pages span.current
{
	background-color: #1D64AC;
	border:1px solid white;
	color:#FFFFFF;
	font-weight:bold;
}

.pages a.nextprev
{
	font-weight:bold;
}

.pages span.nextprev 
{
  border: 1px solid white;
  color: white;
}

#random_users_block
{
	float: left;
  width: 281px;
  /*height: 498px;*/
}

#random_users_caption
{
	height: 30px;
	width: 281px;
} 

#random_users_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 279px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
} 

#random_users_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#random_users_body
{
	width: 500px;
  /*height: 468px;*/
}

#random_users_body_inner
{
	width: 277px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#random_users_body img
{
	border: 1px solid #E4E4E4;
}

.calenderstyle
{
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: normal;
}

.calendertitle
{
  background-color: #fc8906;
  font-family: Tahoma, Arial;
  font-size: 12px;
  font-weight: normal;
  color: White;
  border: none;
  height: 22px;
}

.calenderstyle a
{
	text-decoration: underline;
}

#trips_calendar_td table tr td, #trips_calendar_td table tr th  
{
	padding: 2px;
}

.tableheader
{
	font-size: 12px;
  font-weight: bold;
  height: 33px;
  text-align: center;
  background-color: #F2D14C;
}

#trips_list_block
{
	float: left;
  width: 500px;
  /*height: 498px;*/
}

#trips_list_caption
{
	height: 30px;
	width: 500px;
}

#trips_list_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 498px;
  height: 28px;
  background-color: #36587D;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

#trips_list_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#trips_list_body
{
  width: 500px;
  /*height: 468px;*/
}

#trips_list_body_inner
{
  width: 496px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  /*background-color: #C7E0EA;*/
}

#trips_list_body_inner table
{
  /*border-collapse: collapse;
  width: 100%;*/
}

#trips_list_body_inner div table td
{
	padding: 4px;
}

#galleries_list_block
{
	float: left;
  width: 500px;
  /*height: 498px;*/
}

#galleries_list_caption
{
	height: 30px;
	width: 500px;
}

#galleries_list_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 498px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#galleries_list_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#galleries_list_body
{
  width: 500px;
  /*height: 468px;*/
}

#galleries_list_body_inner
{
  width: 496px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  /*background-color: #C7E0EA;*/
}

#galleries_list_body_inner table
{
  /*border-collapse: collapse;
  width: 100%;*/
}

#galleries_list_body_inner table td
{
	padding: 8px;
}

.TextTitle1
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.TextExplanation1
{
	font-size: 11px;
}

.TextExplanation1 a
{
	color: #000000;
	text-decoration: underline;
}

.articletitle
{
  text-align: left;
  font-family: Tahoma,Arial;
  font-size: 22px;
  color: #1d63ab;
  text-decoration: none;
  text-transform: capitalize;
}

.articleinfo
{
  text-align: left;
  font-family: Tahoma,Arial;
  font-size: 11px;
  color: #555555;
  text-decoration: none;
}

.articleinfo a
{
	color: #555555;
	text-decoration: underline;
}

.articleshortcontent
{
  text-align: left;
  font-family: Tahoma,Arial;
  font-size: 12px;
  text-transform: capitalize;
}

.articleshortcontent img
{
	margin: 0 10px;
}

.articlereadmore
{
  font-family: Tahoma,Arial;
  font-size: 12px;
  text-transform: capitalize;
  color: #1d63ab;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.paragraphcontent
{
  text-align: left;
  font-family: Tahoma,Arial;
  font-size: 12px;
  text-transform: capitalize;
}

.paragraphtitle
{
  text-align: left;
  font-family: Tahoma,Arial;
  font-size: 18px;
  color: #1d63ab;
  text-decoration: none;
  text-transform: capitalize;
}



#register_block
{
	float: left;
  width: 500px;
  /*height: 498px;*/
}

#register_caption
{
	height: 30px;
	width: 500px;
}

#register_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 498px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#register_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#register_body
{
  width: 500px;
  /*height: 468px;*/
}

#register_body_inner
{
  width: 496px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#register_body_inner table
{
  border-collapse: collapse;
  width: 100%;
}

#register_body_inner table td
{
	padding: 6px 12px;
}

#register_gender_td table td
{
	padding: 0;
}

#register_captcha_td div table td
{
	padding: 2px;
}

.FormText a
{
	color: #000000;
	text-decoration: underline;
}

#add_group_ridetype_td table
{
	width: auto;
}

#groupinfo_left
{
	float: left;
	width: 183px;
}

#groupinfo_image
{
	background-image: url(images/bgg_boxprofile.gif);
  background-repeat: no-repeat;
  height: 205px;
  width: 183px;
}

#groupinfo_right
{
	float: left;
	width: 598px;
}

#groupinfo_details, #groupinfo_captain
{
	width: 598px;
	/*height: 186px;*/
	position: relative;
}

#groupinfo_details_inner, #groupinfo_captain_inner
{
	width: 594px;
  /*height: 182px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

#groupinfo_details_icon, #groupinfo_captain_icon
{
  background-image: url(images/icon_compass.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 38px;
  height: 34px;
  left: 6px;
  top: -4px;
}

#groupinfo_details_top, #groupinfo_captain_top
{
  padding-left: 46px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#groupinfo_details_bottom, #groupinfo_captain_bottom
{
	padding: 6px;
	color: #494949;
	font-size: 12px;
	line-height: 18px;
}

#groupinfo_details_bottom a, #groupinfo_captain_bottom a
{
	color: #494949;
	text-decoration: underline;
}



#groupinfo_galleries_block, #users_thumblist_extra_block
{
	width: 598px;
  /*height: 498px;*/
}

#groupinfo_galleries_caption, #users_thumblist_extra_caption
{
	height: 30px;
	width: 598px;
}

#groupinfo_galleries_caption_inner, #users_thumblist_extra_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 596px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#groupinfo_galleries_caption_inner div, #users_thumblist_extra_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#groupinfo_galleries_body, #users_thumblist_extra_body
{
  width: 598px;
  /*height: 468px;*/
}

#groupinfo_galleries_body_inner, #users_thumblist_extra_body_inner
{
  width: 594px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#groupinfo_galleries_body_inner table, #users_thumblist_extra_body_inner table
{
  /*border-collapse: collapse;
  width: 100%;*/
}

#groupinfo_galleries_body_inner table td
{
	padding: 8px;
}

#tripinfo_top
{
	
}

#tripinfo_bottom
{
	
}

#tripinfo_top_left
{
	float: left;
}

#tripinfo_top_right
{
	float: left;
}

#tripinfo_details, #tripinfo_captain, #tripinfo_general_details
{
	width: 500px;
	/*height: 186px;*/
	position: relative;
}

#tripinfo_details_inner, #tripinfo_captain_inner, #tripinfo_general_details_inner
{
	width: 496px;
  /*height: 182px;*/
  border: 2px solid #F7E394;
  background-image: url(images/gradient2.gif);
  background-repeat: repeat-x;
}

#tripinfo_details_icon, #tripinfo_captain_icon, #tripinfo_general_details_icon
{
  background-image: url(images/icon_compass.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 38px;
  height: 34px;
  left: 6px;
  top: -4px;
}

#tripinfo_details_top, #tripinfo_captain_top, #tripinfo_general_details_top
{
  padding-left: 46px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

#tripinfo_details_bottom, #tripinfo_captain_bottom, #tripinfo_general_details_bottom
{
	padding: 6px;
	color: #494949;
	font-size: 12px;
	line-height: 18px;
}

#tripinfo_details_bottom a, #tripinfo_captain_bottom a, #tripinfo_general_details_bottom a
{
	color: #494949;
	text-decoration: underline;
}

.detailssubtitle
{
	font-weight: bold;
}

.galleryimage
{
  width:174px;
  height:183px;
  background-image: url(images/bg_galleryimage.gif);
  background-repeat: no-repeat;
  background-position: right top;
  text-align:center;
  vertical-align:middle;
  font-size: 12px;
}

#galleryinfo_block
{
  width: 795px;
}

#galleryinfo_caption
{
	height: 30px;
	width: 795px;
}

#galleryinfo_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 793px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#galleryinfo_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#galleryinfo_body
{
  width: 795px;
}

#galleryinfo_body_inner
{
  width: 791px;
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #f7f7f7;
}

#galleryinfo_body_inner table
{
  /*border-collapse: collapse;
  width: 100%;*/
}

.pic
{
  border: solid 1px #e4e4e4;
}

.yellow_box
{
	height:40px;
	text-align:center;
}

.yellow_box_inner
{
	background-image:url(images/gradient2.gif);
	background-repeat:repeat-x;
	border:2px solid #F7E394;
	height:36px;
}


#countries_first_block, #countries_second_block, #articles_shortlist_block, #trips_shortlist_block,
#forum_lastposts_block, #my_bikes_block, #my_connections_block, #my_groups_block
{
	width: 598px;
  /*height: 498px;*/
}

#countries_first_caption, #countries_second_caption, #articles_shortlist_caption, #trips_shortlist_caption,
#forum_lastposts_caption, #my_bikes_caption, #my_connections_caption, #my_groups_caption
{
	height: 30px;
	width: 598px;
}

#countries_first_caption_inner, #countries_second_caption_inner, #articles_shortlist_caption_inner, #trips_shortlist_caption_inner,
#forum_lastposts_caption_inner, #my_bikes_caption_inner, #my_connections_caption_inner, #my_groups_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  width: 596px;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#countries_first_caption_inner div, #countries_second_caption_inner div, #articles_shortlist_caption_inner div, #trips_shortlist_caption_inner div,
#forum_lastposts_caption_inner div, #my_bikes_caption_inner div, #my_connections_caption_inner div, #my_groups_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#countries_first_body, #countries_second_body, #articles_shortlist_body, #trips_shortlist_body,
#forum_lastposts_body, #my_bikes_body, #my_connections_body, #my_groups_body
{
  width: 598px;
  /*height: 468px;*/
}

#countries_first_body_inner, #countries_second_body_inner, #articles_shortlist_body_inner, #trips_shortlist_body_inner,
#forum_lastposts_body_inner, #my_bikes_body_inner, #my_connections_body_inner, #my_groups_body_inner
{
  width: 594px;
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#countries_first_body_inner table, #countries_second_body_inner table, #articles_shortlist_body_inner table, #trips_shortlist_body_inner table,
#forum_lastposts_body_inner table, #my_bikes_body_inner table, #my_connections_body_inner table, #my_groups_body_inner table
{
  /*border-collapse: collapse;
  width: 100%;*/
}

#countries_first_body_inner table td, #countries_second_body_inner table td
{
	padding: 8px;
}

#articles_shortlist_body_inner table td, #trips_shortlist_body_inner table td,
#forum_lastposts_body_inner table td, #my_bikes_body_inner table td, #my_connections_body_inner table td, #my_groups_body_inner table td
{
	padding: 4px;
}

.detailstext
{
  font-size: 12px;	
}

#riders_list_body_inner .pmessagetblinknotopen
{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;

}

#riders_list_body_inner .pmessagetblinkopen
{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}


.highslide 
{
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide-active-anchor img 
{
	visibility: hidden;
}

.highslide img 
{
	border: 1px solid black;
}

.highslide:hover img 
{
	border: 1px solid #848201;
}

.highslide-wrapper 
{
	background: white;
}

.highslide-image 
{
  border: 2px solid white;
}

.highslide-image-blur 
{
}

.highslide-caption 
{
  display: none;
  border: 2px solid white;
  border-top: none;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: white;
}

.highslide-loading 
{
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i 
{
  padding: 2px;
  color: silver;
  text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i 
{
  color: white;
  background-color: gray;
}

.highslide-move 
{
  cursor: move;
}

.highslide-overlay 
{
	display: none;
}

a.highslide-full-expand 
{
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}

.controlbar a 
{
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}

.controlbar a:hover 
{
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}

.controlbar .previous 
{
	width: 50px;
}

.controlbar .next 
{
	width: 40px;
	background-position: -50px 0;
}

.controlbar .highslide-move 
{
	width: 40px;
	background-position: -90px 0;
}

.controlbar .close 
{
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block 
{
    display: block;
}

.highslide-display-none 
{
    display: none;
}


.elemDisplay
{
	display: block;
}

.elemHide
{
	display: none;
}

#login_block
{
	float: left;
}

#login_caption
{
	height: 30px;
	
}

#login_caption_inner
{
	border-top: 2px solid #87805C;
  border-left: 1px solid #CAB55E;
  border-right: 1px solid #CAB55E;
  height: 28px;
  background-color: #F2D14D;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

#login_caption_inner div
{
  margin-left: 16px;
  margin-top: 5px;
}

#login_body
{
  /*height: 468px;*/
}

#login_body_inner
{
  
  /*height: 466px;*/
  border-bottom: 2px solid #F6E18B;
  border-left: 2px solid #F6E18B;
  border-right: 2px solid #F6E18B;
  background-color: #C7E0EA;
}

#login_body_inner table
{
  border-collapse: collapse;
  width: 100%;
}

#login_body_inner table td
{
	padding: 6px 12px;
}

.line_height1
{
	line-height: 30%; 
	display:block;
}

.check_box_list input
{
	margin-right: 3px;
}

ul
{
  list-style-position:inside;
}

.wrap_div
{
	/*white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;*/
	word-wrap: break-word;
}

.morehl 
{
  font-family: Arial, geneva, sans-serif !important;
  font-size: 12px !important;
  color: #494949 !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-decoration: none !important;
}	

A:link.morehl, A:vlink.morehl, A:alink.morehl 
{
  color: #494949 !important;
}
	                   	
.moresrc 
{
  font-family: Arial, geneva, sans-serif !important;
  font-size: 9px !important;
  color: #7B776F !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: none !important;
}

A:link.moresrc, A:vlink.moresrc, A:alink.moresrc 
{
  color: #000000 !important;
}

.moreti 
{
  font-family: Arial, geneva, sans-serif;
  font-size: 9px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.morehlt 
{
  font-family: Arial, geneva, sans-serif;
  font-size: 12px;
  color: #4882b4 !important;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}	

.keywords
{
	width: 990px;
	text-align: left;
	color: #999999;
	margin: 0;
	padding: 0;
}

.keywords h1
{
	font-size: 11px;
	margin: 0;
	padding: 0;
}


.empty_cont_5
{
  width: 14px;
  height: 34px;
  font-size: 4px;
}
