BODY
{
	background: url('../images/train_main_bg_repeater.png') repeat-x;
	background-color: #35A1E4;
	width: 99%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#outer
{
	position:relative;
	width: 975px;
	margin: 0px auto;
	background-color: #FFF;
}

#header
{
	position:relative;
	width: 975px;
	height: 98px;
	background-image: url('../images/header_bg_repeat.png');
	background-repeat: repeat-x;	
}

.logo
{
	position: relative;
	top: 0px;

}

#menu
{
	z-index:600;
	width: 100%;
	position: relative;
}

.menu_left
{
	width: 9px;
	float: left;
}

.menu_center
{
	z-index:9999;
	width: 957px;
	float: left;
	background-image: url('../images/train_main_menu_bg.png');
	background-repeat: repeat-x;
	height: 29px;
}

.menu_right
{
	width: 9px;
	float: left;
}


#gtg_main_nav{
	margin: 0;
	padding: 0;
	float: left;
}

#gtg_main_nav li{
	display: inline;
}

#gtg_main_nav li a
{
	float: left;
	color: #FFF;
	font-size: 12px;
	padding: 6px 20px; /*padding of tabs*/
	text-decoration: none;
}

#gtg_main_nav li a:hover{
	color: #000000;
}


#content_area
{
	float: none;
	clear: both;
	background-color: #FFF;
	margin-bottom: 20px;		
	padding-bottom: 20px;
}
#user_content_area
{
	background-color: #FFF;
	width: 975px;
	margin-bottom: 20px;		
	padding-bottom: 20px;	
}


#top_user_bar
{
	height: 60px;
	position: relative;
	top: 8px;
	left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
}


.welcome_back
{
	float: left;
}


.user_action_icons
{
	float: left;
	position: relative;
	left: 80px;
	
}

.nav_icons
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav_icons li
{
	display: inline;
	float: left;
}
.nav_icons li a
{
	font-size: 11px;
	color: #006699;	
	text-decoration: none;	
	padding-right: 10px;
	padding-left: 10px;
}

.nav_icons li a:hover
{
	color: #000;
	text-decoration: none;
}

a.home
{
	background: url('../images/home_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;
}
a.my_profile
{
	background: url('../images/my_profile_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}

a.my_users
{
	background: url('../images/my_users_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}


a.my_workouts
{
	background: url('../images/my_workouts_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}

a.buddy_msg_icon
{
	background: url('../images/buddy_msg_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}

a.my_favorites_icon
{
	background: url('../images/my_favorites_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}

a.my_downloads_icon
{
	background: url('../images/my_downloads_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}

a.help_icon
{
	background: url('../images/help_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}
a.how_to_icon
{
	background: url('../images/how_to_icon.jpg') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}
a.logout_icon
{
	background: url('../images/logout_icon.png') top no-repeat;
	display: block;
	padding-top: 30px;
	text-align: center;	
}

a.add_friend
{
	background: url('../images/user_add_icon.png') left no-repeat;
	padding-left: 16px;	
}
a.send_message
{
	background: url('../images/send_message.png') left no-repeat;
	padding-left: 16px;	
}
a.send_friend
{
	background: url('../images/send_friend_icon.png') left no-repeat;
	padding-left: 16px;
}

a.print_icon
{
	background: url('../images/print_icon.png') left no-repeat;
	padding-left: 20px;
	color: #FFF;
	text-decoration: none;
}
a.print_icon:HOVER
{
	background: url('../images/print_icon.png') left no-repeat;
	padding-left: 20px;
	color: #FFDF96;
	text-decoration: none;
}

.contact_lists
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}


#footer_bar
{
	float: none;
	clear: both;
	height: 125px;
	border-top: 1px solid #2b80a7;
	background-color: #f4f0db;
}

#footer_bar P
{
	padding: 8px;
	margin-top:18px;
	text-align: center;

	color: #716c63;
}

#footer_bar A
{
	color: #716c63;
	text-decoration: none;
}



/* USER MAIN CSS */
.workout_items
{
	float:none;
	clear:both;
	height: 50px;
}

.workout_content
{
	float: none;
	clear:both;
	height: 0px;
}

.workout_intensity
{
	float:none;
	clear:both;
}

.workout_info_row
{
	float: right;
	height: 20px;
}

.workout_icons
{
	float: none;
	clear: both;
	width: 70px;
}

.workout_info
{
	float: none;
	clear:both;
	width: 240px;
	height: 20px;
}



#fitness_news_updates
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#fitness_news_updates li
{
	
}

#shout_container
{
	border: 1px solid #E9E9E9;
	overflow-y: scroll;
	width: 324px;
}



/* OPTIONS DROP DOWN */
#calendar_month_drop_container
{
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 124px;
	height: 20px;
	border: 1px solid #FFF;
	color: #F2D8A4;
	font-weight: bold;
}

#calendar_month_drop_container_mo
{
	font-weight: bold;
	float: left;
	width: 95px;
	padding: 2px;
	height: 20px;
	margin: 0px auto;
	color: #333;
	font-size: 7pt;
	text-align: left;
}

#calendar_month_drop_button
{
	width: 16px;
	height: 16px;
	padding: 2px 4px;
	border-left: 1px solid #FFF;
	float: right;
}


#calendar_month_drop_list_container
{
	margin-top: 2px;
	 top: 20px;
	 left: 0px;
	 float: none;
	 clear: both;
	 position: absolute;
	 z-index: 10000;
	 height: 160px;
	 width: 126px;
	 border-bottom: 2px solid #CCC;
	 background-color: #FFF;
	 cursor: pointer;
	 display: none;
}


#calendar_month_drop_list_container ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;


}

#calendar_month_drop_list_container li
{
	padding-left: 6px;
	text-transform: uppercase;
	text-align: left;
	font-size: 7pt;
	height: 20px;
	font-weight: bold;

}

#calendar_month_drop_list_container li:hover
{
	padding-left: 9px;
	text-align: left;
	font-size: 7pt;
	height: 20px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;

}


/* PROFILE EDIT */

#my_train_buddys
{
	width: 408px;
	height: 440px;
	border: 1px solid #CCC;
	overflow-y: auto;
	overflow-x:hidden;
}





.profile_edit
{
	float: none;
	clear:both;
}

.profile_edit label
{
	display: block;
	float: left;
	width: 110px;
	font-size: 8pt;
	padding-right: 10px;
	text-align: right;
	color: #333;
	font-weight: bold;
}

.profile_edit textarea
{
	border: 1px solid #2B80A7;
	padding: 2px;
	font-size:8pt;
	line-height: 13px;
}

.profile_edit .txt
{
	border: 1px solid #2B80A7;
	padding: 2px;
	font-size:8pt;
	line-height: 13px;
}

.btn
{
	background: #2B80A7;
	padding: 4px;
	font-size: 9pt;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #FFF;
	cursor: pointer;
}

.btn_back
{
	background: #CCC;
	padding: 4px;
	font-size: 9pt;
	color: #AAA;
	font-weight: bold;
	border: 2px solid #FFF;
	cursor: pointer;
}


/* MAIL */

#mail_to_msg_container
{
	width: 520px;
	
	height: 420px;
}

.mail_to_field_row
{
	width: 600px;
	height: 30px;
	float: none;
	clear: both;
}

.mail_to_input_title
{
	width: 90px;
	padding-top: 2px;
	float: left;
}

.mail_to_input_field
{
	width: 400px;
	float: left;
}

.mail_txt
{
	border: 1px solid #CCC;
	width: 200px;
	font-size: 8pt;
	padding: 4px;
}

#mail_to_container
{
	width: 308px;
	position: absolute;
}

.mail_to_default
{
	height: 20px;
	width: 204px;
	padding-left: 4px;
	padding-top: 4px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	background: #FFFFF4;
	position: absolute;

	top: 0px;
	left: 0px;
}

#mail_to_container
{
	width: 308px;
	position: relative;
}

#mail_to_usernames
{
	margin: 0px;
	padding: 0px;
	width: 300px;
	list-style-type: none;
}

#mail_to_usernames li
{
	padding: 5px 10px;
	background: #FFF;
	cursor: pointer;

}

#mail_to_usernames li:hover
{
	padding: 5px 14px;
	background: #F5F5F5;
	cursor: pointer;
	font-weight: bold;

}


#mail_to_usernames
{
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
}

#mail_to_usernames li
{
	padding: 5px 10px;
	background: #FFF;
	cursor: pointer;

}

#mail_to_usernames li:hover
{
	padding: 5px 14px;
	background: #F5F5F5;
	cursor: pointer;
	font-weight: bold;
}

.mail_to_list
{
	height: 140px;
	width: 208px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #AAA;
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
}


.mail_list
{
	height: 340px;
}





/*BLOG*/
.profile_edit ul
{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}	
#blog_list
{
	list-style-type: none;
	margin: 0px;
}

#blog_list li
{
	border-bottom: 1px solid #2B80A7;
	background: #EAF2F6;
	padding: 10px;
	cursor: pointer;
}

#blog_list li:hover
{
	border-bottom: 1px solid #2B80A7;
	background: #FFF;
	padding: 10px;
	cursor: pointer;
}

#blog_list li p
{
	color: #AAA;
}

/*PROFILE PUBLIC */
#profile_blogs ul
{
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#profile_blogs li
{
	padding-left: 10px;
}

.profile_link
{
	color: #2B80A7;
	text-decoration: underline;
}

.profile_link:hover
{
	color: #2B80A7;
	text-decoration: none;
}


.profile_link_white
{
	color: #FFF;
	text-decoration: underline;
}

.profile_link_white:hover
{
	color: #F5F5F5;
	text-decoration: none;
}


.video_link
{
	color: #006699;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

.video_link:hover
{
	color: #EDBE61;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
}





/* FRIENDS */
#friends_toggle_box_container
{
	margin: 0px auto;
	height: 450px;
	
}

#friends_toggle_box_container ul
{
	list-style-type:  none;
	margin: 0px;
	padding:0px;
}

#friends_toggle_box_container li
{
	float: left;
	padding: 2px 6px;		
	background: #006699;
	cursor: pointer;
	color: #FFF;
}

#friends_toggle_box_container li:hover
{
	float: left;
	padding: 2px 6px;	
	background: #EAF2F6;
	cursor: pointer;
	color: #006699
}

#friends_toggle_box
{
	margin: 10px auto;
	position: realtive;
	top: 50px;
	height: 420px;
	background: #EAF2F6;
	float: none;
	clear: both;
	overflow-y: scroll;
	overflow-x: hidden;
}


.friend_list_icon
{
	width: 105px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}

#friend_pending_list
{
	list-style-type: none;
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	width: 560px;
}

#friend_pending_list li
{
	border-bottom: 1px solid #CCC;
	width: 530px;
	background: #FFF;
	color: #000;
}

#friend_pending_list li:hover
{
	border-bottom: 1px solid #CCC;
	width: 530px;
	background: #F5F5F5;
	color: #000;
}



/*BULLETINS */
.bulletin_username_link
{
	color: #2b80a7;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.bulletin_username_link:hover
{
	color: #2b80a7;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: underline;
}

.bulletin_link
{
	font-weight: bold;
	font-size: 8pt;
	color: #bd9038;
	text-decoration: none;
}

.bulletin_link:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #bd9038;
	text-decoration: underline;
}





h1.train_header
{
	font-size: 20px;
	color: #006699;
	margin: 0px;
	padding:0px;
}


h1.train_360_header
{
	position: relative;
	top: 10px;
	left: 20px;
	font-size: 28px;
	color: #006699;
	margin: 0px;
	padding:0px;
}


h2.public_page_title
{
	font-size: 12px;
	color: #006699;
	margin: 0px;
	padding:0px;
}


/* ALBUMS */
#album_list_container
{
	width: 587px;
	float: none;
	clear: both;
}

.album_list_photo_container
{
	width: 110px;
	height: 120px;
	float: left;
}

.album_list_photo_mask
{
	width: 100px;
	height: 140px;
	overflow: hidden;
	text-align: center;
	line-height: 17px;
}
.album_list_photo_mask_images
{
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.album_image_drop_container
{
	width: 98px;
	height: 60px;
	float: none;
	clear: both;
	position: relative;
}

.album_image_drop_container_abs
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 98px;
	height: 100px;
}

.album_image_drop_container_abs ul
{
	width: 98px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.album_image_drop_container_abs li
{
	width: 94px;
	border: 1px solid #E9E9E9;
	padding: 2px;
	font-size: 7pt;
}

.album_image_drop_container_abs li:hover
{
	border: 1px solid #CCC;
	padding-left: 2px;
	font-size: 7pt;
}



.album_image_drop_options_container
{
	position: relative;
	float: none;
	clear: both;
	width: 100px;
	height: 60px;
	top: 20px;
}


.album_image_drop_options_container_abs
{
	float: none;
	clear: both;
	position: absolute;
	top: -2px;
	left: 0px;
}

.album_image_drop_options_container ul
{
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 98px;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background-color: #006699;
	color: #FFF;	
}
.album_image_drop_options_container li
{
	text-align: left;
	font-size: 7pt;
	background: #FFF;
	padding:2px;
	color: #006699;

}

.album_image_drop_options_container li a
{	
	display: block;
	color: #000;
	width: 90px;
	text-align: left;
	font-size: 7pt;
	text-decoration: none;
}

.album_image_drop_options_container li a:hover
{	
	display: block;
	color: #666;
	width: 90px;
	text-align: left;
	font-size: 7pt;
	text-decoration: none;
}

.album_image_drop_options_container li:hover
{
	text-align: left;
	font-size: 7pt;
	background: #F5F5F5;
}


/* account settings */
.account_tab
{
	color: #2B80A7;

	text-decoration: none;
}
.account_tab:hover
{
	color: #666;

	text-decoration: none;
}

.account_tab_anchor
{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	background-color: #EAF2F6;
}

a.friend_list_links
{
	color: #006699;
	text-decoration: none;
}

a.friend_list_links:HOVER
{
	color: #000;
	text-decoration: none;
}


/* WORKOUT GALLERY */

#workout_gallery_container
{
	float: none;
	clear: both;
	width: 408px;
	height: 140px;
}

#workout_gallery_prev
{
	width: 18px;
	height: 140px;
	float: left;
	cursor: pointer;
	z-index: 9999;	
}
#workout_gallery_mask
{
	position: relative;
	width: 368px;
	height: 150px;
	float: left;
	overflow: hidden;
}
#workout_gallery_slider
{
	position: relative;
	height: 150px;
	width: 1161px;
}

#workout_gallery_next
{
	width: 18px;
	height: 140px;
	float: left;
	cursor: pointer;
	z-index: 9999;
}

.workout_gallery_thumb
{
	width: 129px;
	height: 140px;
	float: left;
	text-align: center;
}
.workout_gallery_thumb a
{
	text-decoration: none;
	color: #2B80A7;
}

.workout_gallery_thumb a:hover
{
	text-decoration: none;
	color: #666;
}


/*MANAGE FRIENDS DELETE*/
#friends_toggle_box ul
{
	width: 100px;
	font-size: 8pt;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#friends_toggle_box li
{
	font-size: 7pt;
	background: #EAF2F6;
	color: #666;
	padding-left: 0px;
	
}
#friends_toggle_box li:hover
{
	font-size: 7pt;
	color: #333;
	padding-left: 6px;
	background: #FFF;
	
}




#exercise-gallery
{
	 float: none;
	 clear: both;
	 width: 897px;
	 padding-top: 4px;
}




#exercise-menu
{
	width: 180px;
	float: left;
	margin-right: 4px;
	border: 1px solid red;
}

#exercise-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #CCC;
}


#exercise-menu ul li a
{
	color: #666;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 6px;
	border-bottom: 1px solid #CCC;
}

#exercise-menu ul li a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#exercise-menu ul li
{
	background: #F5F5F5;
}
#exercise-menu ul li:hover
{
	background: #FFF;
}





#exercise-images
{
	width: 700px;
	float: left;
	
}

#exercise-images div
{
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	height: 150px;
	overflow: hidden;
}

#exercise-images div img
{
	border: 0px;
}

#exercise-images div a
{
	text-decoration: none;
	color: #006699;
	
}

#exercise-images div a:hover
{
	color: #666;
}

#advertise-container
{
	width: 897px;
	float: left;
}



#article-details
{
	width: 530px;
	float: left;
}
#article-details h2
{
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	margin-top: 10px;
	color: #006699;
}
#article-details p
{
	font-size: 10pt;
	padding-left: 9px;
}

#article-listing
{
	width: 530px;
	float: left;
}

#article-listing h2
{
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	margin-top: 10px;
	color: #006699;
}

#article-listing div
{
	width: 520px;
	margin: 8px;
	float: left;
}
#article-listing div a
{
	color: #006699;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#article-listing div a:hover
{
	color: #3093CD;
}

#article-listing div p
{
	font-size: 10pt;
	margin: 0px;
}
#article-listing div p a
{
	font-size: 10pt;
	
}

#article-listing div p a span
{
	color: #333;
}

#article-listing div p a:hover span
{
	color: #006699;
}

#advertise-menu
{
	width: 180px;
	float: left;
	margin-right: 4px;
	margin-top: 1px;
}

#advertise-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 180px;
}


#advertise-menu ul li a
{
	color: #666;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 6px;
	border-bottom: 1px solid #CCC;
}

#advertise-menu ul li a.anchor
{
	background: #FFF;
	color: #333;
}

#advertise-menu ul li a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#advertise-menu ul li
{
	background: #F5F5F5;
}

#advertise-menu ul li:hover
{
	background: #FFF;
}

#article-right
{
	width: 70px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}