@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	/*font-family: Tahoma, Geneva, sans-serif;
	font-family: 'Signika', Tahoma, Geneva, sans-serif;
	font-family: 'Alegreya SC', serif;*/
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #DDDDDD; background-repeat: repeat-x; background-position: top;
	/* f2f3f6 
	cursor:pointer;*/
}

.roboto-c {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:13px;
}

.alegreya {
	font-family: 'Alegreya SC', serif;
	font-size:13px;
}

.alegreya14 {
	font-family: 'Alegreya SC', serif;
	font-size:14px;
}

select {
	cursor:pointer;
	outline:none;
}

input {
	outline:none;
}

a, a:visited {
	color:#2A2C9E;
	text-decoration:none;
}

.image40 {
	width:40px;
	height:40px;
	border-radius:5px;
	padding-top:1px;
	border-radius:5px; box-shadow: 3px 3px 5px #AAA;
}

/*.fake_checkbox {
	width:20px; !important
	height:20px;
	border:3px solid white;
	margin-right:5px;
	background-color:black;
}*/

.red {
	color: #9d0708;
}


.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #9d0708; /*#99a1a7;*/
}

.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #9d0708; /*#99a1a7;*/
}

.regular-checkbox:focus {
	outline:none;
}

.add_pointer {
	cursor:pointer;
}
/* Main Page */


#main_page {
	background-color:#000;
	background-image: url(../images/template_bg.png);
	background-repeat:repeat-x;
}



#template_wrapper { 
	width: 1024px; /*960px; */
	/*padding: 0 0px; 
	margin: 0 auto; */
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

#blank_page {
	background-image: url(../images/template_bg.png);
	/*background-color:#ECECEC;*/
	color:black;
	height:950px;
}

.blank_text {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right: auto;
	width: 770px;
	text-align:justify;
	font-size:16px;
}

.template_white_box {
	background-color:white;
	color: black;
	font-size:13px;
	border-radius: 10px;	
	/*border:1px solid;	
	border-left-color:#DDD;	
	border-top-color:#DDD;
	border-right-color:#B3B3B3;
	border-bottom-color:#B3B3B3;*/
}

#template_top { 
	height: 70px; /* 70 */
}

#template_header {
	width: 1024px; /*960px;*/
	height: 70px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

#site_logo { 
	float: left; 
	margin-top: 6px; 
}

#site_logo h1 { 
	margin: 0; 
	padding: 0; 
}

#site_logo h1 a { 
	display: block; 
	width: 154px; 
	height: 59px; 
	color: #fff; 
	text-indent: -10000px; 
	background: url(../images/athletus_logo_beta.png) no-repeat top left; 
}

#menu_wrapper {
	position:absolute;
	margin-top: 18px;
	margin-left: 180px;
	color:#fff;
	width:770px;
	/*background-color:rgba(197,148,149,1.00);*/
}

#menu_wrapper a {
	color:white;
	text-decoration:none;
}

#menu_wrapper a:hover {
	color:white;
	background-color:#7a0708;
}

#create_activity_button {
	cursor:pointer;
}

#notification_button {
	cursor:pointer;
}

#menu_notification_count {
	cursor:pointer;
	/*background-color:black; #9D0708;*/
	color:white;
	/*border:solid 2px black;
	border-radius:10px;*/
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
	font-size:13px;
	padding-bottom:2px;
}

#template_main {
	clear: both;
	width: inherit;
	height: 952px;
}

#template_blank {
	clear: both;
	width: inherit;
	height: 932px;
	margin-bottom:20px;
	background-color:#ECECEC;
}

#template_signup {
	clear: both;
	width: inherit;
	height: 952px;
}

.template_button {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#9d0708;
	color:white;
	border:solid 2px white;
	font-size:14px;
	cursor: pointer;
	width:100px;
	text-align:center;
	border-radius:2px;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	border: none;
}

.button_red { background-color:#9d0708; }
.button_gray { background-color:#666; }

.button_red_all {
	background-color:#9d0708; 
	color: white;
	font-size:12px;
	padding:5px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius:5px;
	cursor:pointer;
}

/* bg fade stuff */
#wrap-slider {
    left: 0px; top: -10px; width: 1425px; height: 950px; overflow: hidden; position: relative;
}
#wrap-slider .slides {
    left: 0px; top: 0px; width: 1425px; height: 950px; overflow: hidden; z-index: 0;
}
/*
#wrap{
	position:fixed; 
	z-index:-1;
	margin-top:60px; 
	top:0; 
	left:0; 
	background-color:black;
}
#wrap img.bgfade{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	z-index:-1
}*/

/* main page */
#main_bottom {
	padding-top:10px;
	background-color:#888888;
	height:160px;
}

#main_footer_table {
	color:#E5E5E5;
	font-size:12px;
	border-collapse:collapse;
	
}

/* start page */
#start_page {
	background-color:#000;
	background-image: url(../images/template_bg.png);
	background-repeat:repeat-x;
	min-width:400px;
}

/*
#start_page a, a:visited {
	color:white;
	text-decoration:none;
}
*/
#start_header {
	/*width: 1024px; 960px;*/
	height: 70px;
	/*margin-left: auto;*/
    margin-right: 80px;
	position: relative;
	margin-left:80px;
}

#start_menu_wrapper {
	/*position:absolute;*/
	margin-top: 18px;
	margin-right:30px;
	/*margin-left: 180px;*/
	color:#fff;
	/*width:770px;*/
	float:right;
	/*background-color:rgba(197,148,149,1.00);*/
}

#start_menu_wrapper a {
	color:white;
	text-decoration:none;
}

#start_menu_wrapper a:hover {
	color:white;
	background-color:#7a0708;
}

#start_bottom {
	padding-top:10px;
	background-color:#888888;
	height:160px;
}


#start_footer_table {
	color:#E5E5E5;
	font-size:12px;
	border-collapse:collapse;
	
}
/*
#start_wide_bg {
	background-image: url(../images/home/3.png);
	background-position: top center;
	background-repeat:no-repeat;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0px;
    top: -10px;
	height:auto;
}*/

/* 2 col layout */

.two1_columns {
	height: 950px;
	overflow-x:hidden;
	overflow-y:hidden;
	/*background-color:#1B98CA;*/
}

#two1_col1 {
	width: 730px;
	background-color:#E4E4E4;
}

#two1_col2 {
	margin-top: -950px;
	margin-left: 750px;
	width: 270px;
}

/* admin */
#admin_page {
	background-image: url(../images/template_bg.png);
}

.admin_container {
	height: 750px;
	overflow-x:hidden;
	overflow-y:hidden;
}

#admin_tabs {
	/*position:relative;
	width:478;
	height:940px;
	overflow-x:hidden;
	overflow-y:auto;*/
	
	padding: 0px;
	background: none; 
	border-width: 0px;
	z-index:1;
}

#admin_tabs .ui-tabs-nav { 
    padding-left: 9px; 
    background: transparent; 
    border-width: 0px 0px 0px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#admin_tabs .ui-tabs-panel { 
	border-width: 0px 0px 0px 0px; 
    /*border-width: 0px 1px 1px 1px; */
	background-color:white;
}

#admin_tabs li a { /*remove blue hilight on focus */
	outline:none;
}

#admin_tabs .ui-tabs-anchor {
	font-size:14px;
}


/* Members */

#member_page {
	background-image: url(../images/template_bg.png);
}

.member_columns {
	height: 950px;
	overflow-x:hidden;
	overflow-y:hidden;
	/*background-color:#1B98CA;*/
}

#members_col1 {
	width: 250px;
}

#members_col2 {
	margin-top: -947px;
	margin-left: 261px;
	/*width: 480px;*/
	width: 780px;
	/*background-color:#D7FFDF;*/
	background-image:url(../images/col2_background.png);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}


#members_col3 {
	position:relative;
	margin-top: -954px;
	margin-left: 750px;
	width: 270px;
	z-index:1000;
}

.qtip_custom_members {
	border-width:1px;
	border-radius:5px;
}

#member_profile_box {
	width:248px;
	height:360px;
	overflow:hidden;
	margin-top:36px;
}

#member_profile_image {
	margin-top: 8px;
	margin-left:8px;
	/*border-radius:10px;
	border:1px solid;*/
	border-color:#CCC;
	border-radius:10px; box-shadow: 3px 3px 5px #AAA;
}

#member_profile_table_top {
	width: 161px;
	margin-top: -60px; /* -120px; for 90x120*/
	margin-left: 80px;
	/*margin-bottom: 16px;  was 30 on mac */
	/*background-color:#C4EBF6; */
	font-weight:bold;
}

/*#member_profile_table_top > img {
	border-radius:5px; box-shadow: 3px 3px 5px #AAA;
}*/

#member_profile_table_top a {
	text-decoration:none;
}
/*
#member_profile_motto {
	padding-top:0px;
	font-style:italic;
	text-align:center;
	font-size:11px;
}*/

#member_challenge_box {
	width:248px;
	height:130px;
	overflow:hidden;
	margin-top:14px;
}

#member_tabs {
	position:relative;
	width:780px; /*478;*/
	height:940px;
	overflow-x:hidden;
	overflow-y:hidden;
	padding: 0px;
	background: none; 
	border-width: 0px;
}

#member_tabs .ui-tabs-nav { 
    padding-left: 9px; 
    background: transparent; 
    border-width: 0px 0px 0px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 

#member_tabs .ui-tabs-anchor {
	/*font-family: Tahoma, Geneva, sans-serif;
	font-family: 'Signika', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Alegreya SC', serif;
	font-weight:bold;
	font-size:12px;
}


#member_tabs .ui-tabs-panel { 
	/*background-color:white;*/
}

#member_tabs li a { /*remove blue hilight on focus */
	outline:none;
	cursor: pointer;
}

.members_tab_column {
	/*width: 780px;*/
	height: 876px;
}

#members_ads_panel {
	height: 900px;
	width:268px;
	overflow:hidden;
	margin-top:0px; /* 36 */
}

.member_ad {
	padding-top:10px;
	padding-left:15px;
}

#ad_button {
	font-weight:bold;
	text-align:center;
	padding-top:18px;
	color:#666;
	cursor:pointer;
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

#search_results {
	display:none;
	position:relative;
	margin-left:3px;
	width: 523px;
	/*height: 240px;*/
	background-color: #F2F2F2;
	color:black;
	opacity:0.90;
	z-index:2;
	border-radius:5px;
	border:solid 1px #DDD;
}

#search_results img {
	margin-top: 4px;
	margin-left:4px;
	border-radius:6px;
	border:1px solid;
	border-color:#666;
}

#search_results a {
	text-decoration:none;
	color:#3E5C7D;
}

#search_results a:hover {
	background-color:transparent;
	color:#3E5C7D;
}

.search_button {
	display:inline;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border: 2px solid white;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	width:60px;
	cursor:pointer;
}

.search_button1 {
	background-color:#9d0708;
	color: white;
}

.search_button2 {
	background-color: #07969D;
	color:white;
}

.search_button3 {
	background-color: white;
	color:black;
	border: 1px solid #666;
}

.search_dimtext {
	color:#666;
}

/* Member image upload */

#member_image_crop {
	margin-left: 40px;
	margin-top: 40px;
}

#member_image_cropbox {
	margin-left:20px;
	margin-top:20px;
	border:solid 1px white;
}

/* Footer */

#footer_wrapper_start{
	clear: both;
	width: 100%;
	margin-top: -10px;
	/*background: #000000 url(../images/template_footer.png) top repeat-x;*/
}

#footer_wrapper_start a, #footer_wrapper_start a:visited {
	color:white;
	text-decoration:none;
}


#footer_wrapper {
	/*margin-top:800px;*/
	clear: both;
	width: 100%;
	background: #000000 url(../images/template_footer.png) top repeat-x;
}

#footer {
	clear: both;
	width:inherit;
	padding: 30px 10px 15px;	
	margin: 0 auto;
	color: #666;
	text-align: center;
}


/* Signup Page */

#signup_outer {
	position:absolute;
	margin-left:520px;
	/*margin-top:20px;*/
		margin-top:-900px;
	background-color:#666;
	width: 400px;
	height: 650px;
	border-radius: 10px;	
	/*border:1px solid;	
	border-left-color:#999;	
	border-top-color:#999;
	border-right-color:#404040;
	border-bottom-color:#404040;*/
}


#signup_inner {
	background-color:#F2F3F6;
	margin-top:40px;
	margin-left:15px;
	height:570px;
	width:370px;
}


#signup_button {
	width: 340px;
	color: white;
	background-color:#9d0708;
	cursor:pointer;
}
/*
#signup_gray_title {
	position:absolute;
	width: 530px;
	height:20px;
	text-align:center;
	margin-left:240px;
	margin-top:190px;
	color:white;
}*/

#signup_gray_outer {
	/*position:absolute;*/
	opacity: 0.9;
	width: 530px;
	height: 300px;
	background-color:#444;	
	/*margin-left:240px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:210px;
	border-radius: 10px;	
}

.signup_gray_table {
	padding-top:30px;
	color:white;
	font-size:18px;
}


.signup_gray_table a, .signup_gray_table a:visited, .signup_gray_table a:hover  {
	color:#50AFFC;
	text-decoration:none;
}


#signup_gray_table3 input[type='checkbox'] {
	display:none;
}

#signup_gray_table8 a, #signup_gray_table8 a:hover, #signup_gray_table8 a:visited { /* login*/
	color: white;
}

.sport_icon {
	border:3px solid transparent;
	border-radius:5px;	
	cursor:pointer;
}

.sport_icon_highlight {	
	border:3px solid white;
	/*background-color:yellow;*/
	opacity: 0.8;	
}

#login_button {
	cursor:pointer;
	outline:none;
}


/* Newsfeed */

.nf_test2 {
	background-color:transparent;
	/*border:none;*/
}

.nf_post_box {
	border:5px solid #EBEBEB;
	margin-bottom:10px;
	width:430px;
}

tr.border_bottom td {
  border-bottom:1pt solid #dddddd;
}

.nf_post_box a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#6389B2;
}

.nf_post_input {
	border:none;
	outline: 0;
	resize:none;
	width:410px;
}

.nf_post_link {
	width: 300px;
}

.nf_post_input:active {
	border:none;
}

#nf_tools_camera, #nf_tools_link {
	cursor:pointer;
}

#nf_post_button {
	width: 50px;
	color: white;
	background-color:#9d0708;
	cursor:pointer;
}

.nf_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	/*background-color:#FBCBCC;*/
	background-color:transparent;
	height: 730px;
	padding:2px;
	font-size:10px;
	
}


.nf_scroll_wide {
	/*margin-top: -840px;
	margin-left: 368px;*/
	overflow-x: hidden;
	overflow-y: auto;
	/*background-color:#FCDFDF;
	opacity:0.8;*/
	background-color:transparent;
	height: 800px;
	width: 762px;
	padding:2px;
	font-size:10px;
	z-index:1;
}

.nf_scroll_squeeze {
	margin-top: 10px;
	height: 770px;
}

.nf_item {
	/*border-bottom:1px solid #CCC;*/
	background-color:#EDF0FD; /*#E7E7E7;*/
	border-radius:5px;
	padding-left:2px;
	width:435px;/*415px;*/
	/*padding-bottom:10px;
	border-bottom:10px solid white;*/
	font-size:11px;
	border:#e7e7e7 solid 1px;
}

.nf_item a, .nf_item a:visited {
	color:#2A2C9E;
	text-decoration:none;
}


.nsf_spacer {
	height:16px;
}

/*
.nf_item_header img {
	width:40px;
	height:40px;
	border-radius:5px;
	padding-top:1px;
	border-radius:5px; box-shadow: 3px 3px 5px #AAA;
}*/

.nf_item_header {
	font-weight:bold;
	text-decoration:none;
	color:000;
}

.nf_dim {
	color:#AAA;
	font-size:9px;
}

.nf_image {
	/*padding-top:10px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;*/
	margin:5px;
	margin-left:3px;
	margin-top:10px;
	max-width:420px;
	background-color:white;
}

.nf_item_tools {
	/*position:absolute;
	display:inline;
	margin-left:330px;
	color: #9D0708;*/
	cursor:pointer;
	width:80px;
	text-align:right;
	padding-right:4px;
	padding-top:2px;
}

.nf_comment_tools {
	cursor:pointer;
	width:20px;
	text-align:right;
	padding-right:4px;
	padding-top:2px;
	opacity:0.1;
}

.nf_item_comment_row td {
	padding-top:4px;
	padding-bottom:4px;
	border-top:1px solid #ccc;
	line-height:1.2em;
}

.nf_comment_image {
	border-radius:5px;
}

.nf_item_tool {
	cursor:pointer;
	color:#909090;
}

.nf_comment_input {
	width:385px;
	border:thin solid #CCC;
	outline: 0;
	resize:none;
	background-color:white;/*#E7E7E7;*/
}

/* map */

#map_canvas {
	width: 420px;
	height: 500px;
	padding:10px;
}

.map_info_button {
	font-size:10px;
	padding:2px;
	padding-left: 7px;
	padding-right: 7px;
	background-color:#9d0708;
	color: white;
	border-radius:5px;
	cursor:pointer;
	font-weight:bold;
}

#map_filters {
	width:440px;
	margin-top:0px;
	background-color:#EEE;
	border-top:#BBB 1px solid;
	padding-top:4px;
	padding-bottom:8px;
}

.map_filter_button {
	width: 80px;
	border:none;
}

/* places */
#places_page {
	background-image: url(../images/template_bg.png);
}

#slider1_container {
	margin-top:36px;
	margin-left:20px;
	border-radius:10px;
	border:1px solid;
	border-color:#666;
}

#place_title {
	font-size:26px;
	color:black;
	margin-left:28px;
	margin-top: 10px;
}

#place_info {
	width:250px;
	height:220px;
	overflow:hidden;
	margin-top:18px;
	margin-left:20px;
}

#place_rating_box {
	width: 419px;
	height: 48px;
	margin-top: -222px;
	margin-left:290px;
	font-size:20px;
}

.place_comments {
	margin-top:190px;
	margin-left:20px;
	width: 690px;
	background-color:pink;
	height:330px;
}

/* Messages */
/*

.nf_post_box {
	border:5px solid #EBEBEB;
	margin-bottom:10px;
}

tr.border_bottom td {
  border-bottom:1pt solid #dddddd;
}

.nf_post_box a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#6389B2;
}

.nf_post_input {
	border:none;
	outline: 0;
	resize:none;
}

.nf_post_input:active {
	border:none;
}

#nf_post_button {
	width: 50px;
	color: white;
	background-color:#9d0708;
}
*/
.msg_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	background-color:transparent;
	height: 850px;
	padding:2px;
	font-size:10px;
}

.msg_scroll_wide {
	overflow-x: hidden;
	overflow-y: auto;
	background-color:transparent;
	height: 850px; /*810px;*/
	width: 762px;
	padding:2px;
	font-size:10px;
}

.msg_input {
	width:365px;
	border:none;
	outline: 0;
	resize:none;
	background-color:#E7E7E7;
}

.msg_input:active {
	border:none;
}

.msg_item {
	background-color:#E7E7E7;
	/*border-bottom:10px solid white;*/
	border-radius:5px;
	width:434px;
}

.msg_item_me {
	width: 340px;
	margin-left:80px;
}

.msg_item_them {
	margin-left:20px;
	width: 340px;
}


.msg_spacer {
	height:10px;
}

.msg_item_header {
}

.msg_item_header img {
	width:40px;
	height:40px;
	padding-left: 2px;
	border-radius:5px;
}

.msg_item_header a {
	font-weight:bold;
	text-decoration:none;
	color:000;
}

.msg_dim {
	color:#AAA;
	font-size:9px;
}

.msg_text {
	color: #666;
	/*padding-left:4px;*/
	padding-right:4px;
}

.msg_image {
	padding-top:10px;
	padding-left:15px;
}

.msg_item_tools {
	/*position:absolute;
	display:inline;
	margin-left:360px;*/
	color: #9D0708;
	cursor:pointer;
	padding-right:5px;
}

.msg_item_tools_them {
	margin-left:300px;
}

#msg_post_button {
	width: 50px;
	color: white;
	background-color:#9d0708;
	cursor:pointer;
}

/* challenges */

.current_challenge_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	height: 90px;
	padding:2px;
	font-size:10px;
	font-weight:bold;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.current_challenge_scroll a, .current_challenge_scroll a:visited {
	text-decoration:none;
}

.challenges_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	/*background-color:#FBCBCC;
	background-color:transparent;*/
	height: 750px;
	padding:2px;
	font-size:10px;
}

.challenges_scroll_wide {
	overflow-x: hidden;
	overflow-y: auto;
	background-color:transparent;
	height: 850px; /*810px;*/
	width: 762px;
	padding:2px;
	font-size:10px;
}

.challenge_header {
	color: white;
	background-color:#666;
	width:435px;
}

.challenge_item {
	/*border-radius: 10px;	
	border:1px solid #AAA;*/
	border-bottom:1px solid #AAA;
	margin-bottom:10px;
	margin-top:10px;
	width:435px;
}

.challenge_item img{
	border-radius:5px;
}

.challenge_item a {
	color:blue;
	text-decoration:none;
}

.challenge_button {
	padding:5px;
	padding-left: 7px;
	padding-right: 7px;
	background-color:#07969D;
	color: white;
	border-radius:5px;
	cursor:pointer;
}

.challenge_accept {
	/*background-color:#008B1B;*/
}


.challenge_decline {
	background-color:#9d0708;
}

.challenge_button:hover {
	/*color:yellow;*/
}

.challenge_dimtext {
	color:#AAA;
	font-size:10px;
}

.challenge_past_item {
	border:none;
}

.challenge_result {
	padding:2px;
	padding-left: 7px;
	padding-right: 7px;
	background-color:#07969D;
	color: white;
	border-radius:5px;
	/*font-weight:bold;
	padding:2px;
	color:#001DFF;
	border: solid 1px #001dff;*/
}

.challenge_result_winner {
	background-color:gold;
	color: black; /*#814D02;*/
}

.challenge_result_defeated {
	background-color:silver;
	color: black;
}

/* black panel */

.big_black_box {
	background-color:#000;
	color:white;
	width:950px;
	height:600px;
	margin:0px;
	border: 5px solid #9d0708;
}

.big_black_box_title {
	color:#9d0708;
	font-size:22px;
	padding:15px;
}

.big_black_box_column {
	display:block;
	height:520px;
	width: 311px;
}

.bbb_column2 {
	margin-top: -520px;
	margin-left: 311px;
}

.bbb_column3 {
	margin-top: -520px;
	margin-left: 622px;
}

/* Ads */

#ads_page {
	background-image: url(../images/template_bg.png);
}

.ad_button_red {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#9d0708;
	color:white;
	border:solid 2px white;
	font-size:14px;
	cursor: pointer;
}

.ad_button_red:hover {
	/*color:yellow;
	border:solid 2px yellow;*/
}

#ad_image1_1 {
	
}

#ad_image1  {
	width:100px;
	min-height:133px;
	border:dashed 3px white;
	background-color:#666;
	margin-top:10px;
	font-size: 10px;
}


#new3 input[type='checkbox'] {
	display:none;
}

#new3 input[type='radio'] {
	display:none;
}

.gender_icon {
	border:3px solid transparent;
	border-radius:5px;	
}
.gender_icon_highlight {	
	border:3px solid white;
	background-color:#666;
}

#ad_image2  {
	width:240px;
	min-height:320px;
	background-color:black;
	border:solid 1px #666;
}

#ad_summary_container {
	width:240px;
	height:320px;
	background-color:white;
	color:black;
	font-size:12px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Create Activity Page */

#create_activity_page {
	background-image: url(../images/template_bg.png);
}

#create_activity_page input[type='checkbox'] {
	display:none;
}

#create_activity_sport_box {

}

/*#new_map_canvas {
	width: 380px;
	height: 460px;
	padding:10px;
	border-radius:10px;
}*/

#new_map_canvas {
	display:block;
	width: 320px;
	height: 460px;
	padding:10px;
	border-radius:10px;
	color:black;
}

#map_drag_icons {
	padding-left:5px;
	display:block;
	height:480px;
	width:80px;
	overflow:hidden;
	cursor:pointer;
}

.map_info_image {
	border-radius:5px;
	cursor:pointer;
}

#create_drag_message {
	width: 320px;
	margin: 0 auto;
	margin-top:2px;
	display:block;
	text-align:center;
}

.create_challenge_member_box {
	background-color:#222;
	width:415px;
	height:130px;
	border-radius:5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.friend_icon {
	border:3px solid transparent;
	border-radius:5px;
	cursor:pointer;
	box-shadow: 3px 3px 5px #AAA;
}

.shadow {
	box-shadow: 3px 3px 5px #AAA;
}

.noshadow {
	box-shadow:none;
}

.friend_icon_highlight {	
	border:3px solid white; /*#9d0708;*/
	/*background-color:yellow;*/
	opacity: 0.8;	
}

/* stats */

.stats_level {
	background-color:#9d0708;
	color: white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border: 1px solid #9d0708;
	padding:4px;
	padding-left:6px;
	padding-right:6px;
	box-shadow: 3px 3px 5px #AAA;
	margin-top:4px;
}

#stats_scroll {
	font-size:13px;
}

.sport_stat_icon_highlight {	
	border:3px solid #9d0708;
}

#fragment-4 table {
	border-collapse:collapse;
}

#fragment-4 table th {
	border: 1px thin #666;
	background-color:#666;
}

/* My Profile */

#myprofile_page {
	background-image: url(../images/template_bg.png);
}


#myprofile_profile_box {
	width:248px;
	height:348px;
	overflow:hidden;
	margin-top:56px;

}

#myprofile_profile_image {
	position:absolute;
	margin-top: -16px;
	margin-left:0px;
	/*border-radius:10px;
	border: 1px solid #CCC;*/
	cursor: pointer;
	border-radius:10px; box-shadow: 3px 3px 5px #AAA;
}

#myprofile_done_button {
	position:absolute;
	margin-left:127px;
	margin-top:-15px;
	padding-top:0px;
	padding-bottom:1px;
	border:1px solid white;
	font-size:12px;
}

#myprofile_you_button {
	position:absolute;
	margin-left:127px;
	margin-top:11px;
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid white;
	font-size:12px;
}

#myprofile_challenge_button {
	position:absolute;
	margin-left:127px;
	margin-top:-15px;
	padding-top:0px;
	padding-bottom:1px;
	border:1px solid white;
	font-size:12px;
}

#myprofile_message_button {
	position:absolute;
	margin-left:127px;
	margin-top:11px;
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid white;
	font-size:12px;
}

#myprofile_profile_box_small {
	width:248px;
	height:300px;
	overflow:hidden;
	margin-top: 40px;
}

#myprofile_profile_table_top {
	width: 161px;
	margin-top: 10px;
	margin-left: 128px;
	font-size:11px;
}


#myprofile_tabs {
	position:relative;
	width:478px;
	height:940px;
	overflow-x:hidden;
	overflow-y:auto;
	
	padding: 0px;
	background: none; 
	border-width: 0px;
	z-index:1;
}

#myprofile_tabs .ui-tabs-nav { 
    padding-left: 9px; 
    background: transparent; 
    border-width: 0px 0px 0px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 


#myprofile_tabs .ui-tabs-panel { 
    /*border-width: 0px 1px 1px 1px; 
	background-color:white;*/
	border-width: 0px 0px 0px 0px; 
	background-color:white;
}

#myprofile_tabs li a { /*remove blue hilight on focus */
	outline:none;
}

#myprofile_tabs .ui-tabs-anchor {
	/*font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:13px;*/
	font-family: 'Alegreya SC', serif;
	font-weight:bold;
	font-size:12px;
}

#myprofile_settings_sport_table {
	cursor: pointer;
}

#myprofile_settings_sport_table input[type='checkbox'] {
	display:none;
}

#myprofile_friends_scroll, #myprofile_requests_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	height:860px;
	padding-top:4px;
}

#myprofile_friends_scroll a, #myprofile_requests_scroll a {
	text-decoration:none;
	color:#3E5C7D;
}

#myprofile_friends_scroll a:hover, #myprofile_requests_scroll a:hover {
	background-color:transparent;
	color:#3E5C7D;
}

#myprofile_friends_scroll img, #myprofile_requests_scroll img {
	/*border-radius:6px;
	border:1px solid;
	border-color:#666;*/
}

.myprofile_button_red {
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#9d0708;
	color:white;
	border:solid 2px white;
	font-size:12px;
	cursor:pointer;
}

.myprofile_red_msg {
	color:red; /*#9D0708; */
	font-weight:bold;
}

/*
.members_tab_column {
	width: 444px;
	height: 876px;
}
*/

/* Create a Challenge*/

#create_challenge_page {
	background-image: url(../images/template_bg.png);
}

.challenge_big_image {
	border-radius:30px;
	border:1px solid;
	border-color:#444;
}

.challenge_sport_box {
	margin-top:5px;
	background-color:#333;
	border-radius:5px;
}

.challenge_text_box {
	color:white;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	height:185px;
	width:200px;
	margin-bottom:15px;
	font-size:14px;
}

.challenge_stats_box {
	border:1px solid #444;
	border-radius: 10px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

.challenge_stats_padding {
	margin-top:10px;
	margin-bottom:10px;
}

.challenge_text_box a, .challenge_text_box a:visited {
	color:#84B6FF;
	text-decoration:none;
}

/* Profile */

#profile_center_panel {
	height: 900px;
	overflow:hidden;
	margin-top:37px; /* 36 */
}


.profile_right_panel_padding {
	padding-top:0px;
}

.panel_padding6 {
	padding:6px;
}

.panel_padding10 {
	padding:10px;
}

#profile_profile_box {
	width:248px;
	height:348px;
	overflow:hidden;
	margin-top:56px;

}

#profile_top_box {
	width:248px;
	height:320px;
	overflow:hidden;
	/*margin-top:256px;*/
	margin-top:10px;

}

#profile_big_image {
	position:absolute;
	margin-top: 38px;
	margin-left:0px;
	border:none;
	border-radius:10px;
	border: 8px solid white;
}

#profile_motto_table {
	margin-top:270px;
}

#profile_motto {
	padding-top:0px;
	font-style:italic;
	text-align:center;
	font-size:11px;
}


#profile_top_box_inner { 
	width:248px;
	height:300px;
	overflow:hidden;
/*	margin-top: 40px;*/
}

.profile_button { 
	position:absolute;
	margin-left:138px;
	padding:5px;	
	padding-top:0px;
	padding-bottom:1px;
	border:2px solid white;
	font-size:12px;
	color:white;
	text-align:center;
	width:90px;
	cursor: pointer;
}

#profile_button1 {
	margin-top: 9px;
}

#profile_button2 {
	margin-top: 33px;
}

#profile_button3 {
	margin-top: 57px;
}

#profile_profile_image { /* old */
	position:absolute;
	margin-top: -16px;
	margin-left:0px;
	border-radius:10px;
	border: 1px solid #CCC;
	
}

#profile_top_box_table {
	width: 161px;
	margin-top: 10px; /* -120px; for 90x120*/
	margin-left: 10px;
	font-size:11px;
	font-weight:bold;
}

#profile_challenge_button { /* old */
	position:absolute;
	margin-left:127px;
	margin-top:-15px;
	padding-top:0px;
	padding-bottom:1px;
	border:1px solid white;
	font-size:12px;
}

#profile_message_button { /* old */
	position:absolute;
	margin-left:127px;
	margin-top:11px;
	padding-top:1px;
	padding-bottom:1px;
	border:1px solid white;
	font-size:12px;
}

#profile_profile_box_small { /* old */
	width:248px;
	height:300px;
	overflow:hidden;
	margin-top: 40px;
}

#profile_notable_box {
	
}

#profile_profile_table_top { /* old */
	width: 161px;
	margin-top: 10px; /* -120px; for 90x120*/
	margin-left: 128px;
	font-size:11px;
}

#profile_friends_box { /* old */
	width:248px;
	margin-top:5px;
}

#profile_friends_scroll { /* old */
	height:214px;
	overflow-x:hidden;
	overflow-y:auto;
}

#profile_community_scroll, #profile_newsfeed_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	height:860px;
	background-color:transparent;
	width: 760px;
	padding:2px;
	z-index:1;
	padding-top:10px;	
}

#profile_community_scroll a, #profile_newsfeed_scroll a {
	text-decoration:none;
	color:#3E5C7D;
}

#profile_newsfeed_scroll {
	font-size:10px;
}

#profile_nf_msg {
	font-size:14px;
	width:415px;
	align-content:center;
	margin-top:40px;
}

.profile_friend_icon {
	/*border:3px solid transparent;*/
	border-radius:10px;
	cursor:pointer;
}

.profile_stats table {
	border-collapse:collapse;
}

.profile_stats table th {
	border: 1px thin #666;
	background-color:#666;
}

.profile_dimtext {
	color: #666;
}
