﻿html  {
    height: 100%;
}

body  {
	width: 965px;
	margin: 0px auto 0px auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../_images/main_background.gif) repeat-x;
	background-color: #00bf07;    
}
p {
	margin-top: 0px;
}
img {
	border: none;
}
ul, ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol, ol li {
	margin: 0px;
	padding: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
form {
	margin: 0px;
}
input {
	border: solid #012b03 1px;
	background-color: white;
    color: black;
    font-size: 11px;
}
input[type="checkbox"], input[type="radio"] {
	border-width: 0px;
	background-color: transparent;
}
#mainContainer 
{
    position: relative;
    width: 965px;
    min-height: 100%;
	margin: 0px auto 0px auto;
	top: 0px;
}


/* HEADER */

#headerContainer {
	margin: 0px;
	top: 0px;
	height: 129px;
	width: 965px;
	z-index: 20;
	background: url(../_images/header_background.gif) left bottom no-repeat;
}
#headerContainer ul {
	margin-left: 272px;
}
#headerContainer ul li {
	float: left;
	margin-top: 65px;
	margin-right: 5px;
}
#headerContainer .homeLink {
	position: absolute;
	top: 46px;
	left: 34px;
	height: 60px;
	width: 204px;
	text-indent: -5000px;
	overflow: hidden;
}

/* TOP NAV BAR */

#utilityNav  {
	position: absolute;
	margin: 0px auto 0px auto;
	top: 10px;
	height: 40px;
	z-index: 30;
}
#navbarSearch {
	position: relative;
	left: 799px;
	z-index: 30;
}
#navbarSearch ul li {
	float: left;
}
#navbarSearch .textField {
	width: 115px;
	height: 18px;
	border: solid #012b03 1px;
	background-color: #0a580e;
	margin-top: 0px;	/* also in IE stylesheet */
	margin-right: 5px;
	font-size: 11px;
}
#navbarSearch  input {
	border: solid #012b03 1px;
	background-color: #0a580e;
    color: White;
    font-size: 11px;
}
#navbarWelcome {
	position: absolute;
	margin: 12px auto 0px auto;
	top: 0px;
	padding-left: 272px;
	z-index: 40;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;	
}
#navbarWelcome input 
{
	background-color:Transparent;
	vertical-align: middle;
}


	
	

/* FOOTER */

#footer {
	width: 965px;
	display: block;
	text-align: center;
	margin: 20px auto 0px auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;

}
#footerTop {
	margin: 4px auto 0px auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	width: 600px;
	text-align: center;
}
#footerTop div{
	color: white;	
	width: 600px;
	text-align: center;
}
#footerBottom {
	margin: 4px auto 10px auto;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;		
	width: 600px;
	text-align: center;
}

#footerBottom a:link, #footerBottom a:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	text-decoration: underline;	
}
#footerBottom a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
	text-decoration: none;	
}

/*moving these to the footer....*/

#navbarLinks {
	position: absolute;
	top: 131px;
	left: 282px;
	z-index: 30;
}
#navbarLinks ul li {
	float: left;
}

/* HOME PAGE LAYOUT */

#homeLeftCol {
	float: left;
	z-index: 40;
	width: 965px;
	margin: 20px auto 10px auto;  /* also in IE stylesheet */
	top: 180px;
	background: url(../_images/home_maingraphic_1.jpg) no-repeat;
}
#homeLeftCol_Welcome {
	width: 500px;
	height: 310px;
	clear: both;
	font-size: 13px;
	padding: 90px 0px 0px 30px;
}
#home_Register 
{
    position: absolute;
    z-index: 1000;
    top: 384px;
    left: 350px;
    float: left;
    
}
#home_Buttons 
{
    position: absolute;
    z-index: 1000;
    top: 384px;
    left: 180px;
    float: left;
    
}
#testimonialsBox {
    position: relative;
    top: -100px;
    left: 585px;
	width: 350px;	
}
.testimonialsText {		
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 10px 14px 0px 14px;
}
.testimonialsText p {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
}
.testimonialsText a:link, .testimonialsText a:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.testimonialsText a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.testimonialsName {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	float: right;
	clear: both;
	margin: 0px 0px 4px 0px;
}

/* INTERIOR PAGE LAYOUT */

#intLeftCol {
	position: relative;
	float: left;
	clear: both;
	z-index: 10;
	left: 0px;
	width: 208px;
	margin-bottom:  10px; 
	margin-top: 22px;
}
#intLeftColGeneric {
	position: relative;
	float: left;
	clear: both;
	z-index: 10;
	left: 0px;
	width: 208px;
	margin-bottom:  10px; 
	margin-top: 11px;
}
#intRightCol 
{
    position: relative;
	z-index: 9;
	width: 734px;	
	top: 0px;
	background: url(../_images/intRightCol_background_mid.gif) repeat-y;
	margin:  18px 0px 10px 231px; 

}
#intRightColTop {
	position: relative;
	z-index: 10px;
	top: 0px;
	width: 734px;	
	height: 70px;
    background: url(../_images/intRightCol_background_top.gif) no-repeat;
}
#intRightColContent 
{
    position: relative;
    z-index: 11px;
    top: -50px;
    padding: 0px 10px 0px 24px;
    min-height: 360px;
}
#intRightColContentSearchResults {
    position: relative;
    z-index: 11px;
    top: -40px;
    padding: 0px 30px 0px 30px;
    min-height: 360px;
}
#intRightColContentSearchResults td
{
    padding: 5px;
    padding-left: 0px;
}

#intRightColBottom {
	position: relative;
	z-index: 11px;
	width: 734px;	
	height: 32px;
    background: url(../_images/intRightCol_background_bottom.gif) no-repeat;
}
#intRightCol ul {
	list-style: none;
	margin: 0px 10px 10px 9px;	
}
#intRightCol ul li {  		/* also in IE stylesheet */
	list-style: none;
	background: url(../_images/bullet_main.gif) 0px 4px no-repeat;
	margin-bottom: 6px;	
	padding-left: 13px;
}
#intRightCol ol {			/* also in IE stylesheet */
	margin: 0px 20px 12px 28px;
}
#intRightCol ol li {
	margin-bottom: 6px;
}


#intRightColWide 
{
    
	z-index: 9;
	width: 980px;	/* was 734px */
	top: 0px;
	background: url(../_images/intRightCol_background_wide_mid.gif) center center repeat-y;
	margin:  18px 10px 10px -8px; 
	
	
}
#intRightColTopWide {
	position: relative;
	z-index: 10px;
	top: 0px;
	width: 975px;	/* was 734px */
	height: 70px;
    background: url(../_images/intRightCol_background_wide_top.gif) top center no-repeat;
}
#intRightColContentWide 
{
    position: relative;
    z-index: 11px;
    top: -50px;
    margin-right: -15px;
    padding:  0px 40px 0px 28px; 
    min-height: 360px;
}
#intRightColBottomWide {
	position: relative;
	z-index: 11px;
	width: 975px;	/* was 734px */
	height: 32px;
    background: url(../_images/intRightCol_background_wide_bottom.gif) bottom center no-repeat;
}


/* INTERIOR SIDE NAVIGATION */


#sideNavBkg li a:link, #sideNavBkg li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sideNavBkg li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.sidenav1, .sidenav1_on {
	border-top: 1px solid #66cc66;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 5px 3px 5px;
}
.sidenav2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px 3px 15px;
}
.sidenav2_on {
	background: url(../_images/snav_bullet.gif) 5px 5px no-repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px 3px 15px;
}
.sidenav3 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 10px 3px 25px;
}
.sidenav3_on {
	background: url(../_images/snav_bullet.gif) 15px 5px no-repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 10px 3px 25px;
}
.sidenav4 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 10px 3px 35px;
}
.sidenav4_on {
	background: url(../_images/snav_bullet.gif) 25px 5px no-repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 10px 3px 35px;
}
.sidenav5 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 10px 3px 45px;
}
.sidenav5_on {
	background: url(../_images/snav_bullet.gif) 35px 5px no-repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 10px 3px 45px;
}

/* INTERIOR SIDE BAR */

.intSideBar {
	width: 208px;
	margin: 12px 0px 0px 0px;	
}
.intSideBar b, .intSideBar strong {
	color: #FFFFFF;	
}
.intSideBarText {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px 14px 0px 14px;
}
.intSideBarText p, .intSideBarText div {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.intSideBarText a:link, .intSideBarText a:visited {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.intSideBarText a:hover {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.intSideBarText ul {
	margin: 0px 4px 10px 8px;	
}
.intSideBarText ul li {
	background: url(../_images/bullet_sidebar.gif) 0px 5px no-repeat;
	padding: 0px 0px 0px 12px;
}
.intSideBarText ol {
	margin: 0px 4px 10px 20px; /* also in IE stylesheet */	
}
.intSideBarText ol li {
	padding: 0px 0px 0px 0px;
}
#calendarNav 
{
	margin-top: 10px;
	text-align: center;
}
#calendarKey
{
  	width: 208px;
  	margin: 0px;
  	padding-left: 10px;
  	background: url(../_images/calendarKey_middle.gif) repeat-y;     
}

/* WORKOUT COLUMN LAYOUTS */

#intRightColWorkout 
{
    position: relative;
	z-index: 9;
	width: 507px;	
	height: 436px;
	top: 0px;
	background: url(../_images/workoutPanel_background.gif) no-repeat;
	margin:  18px 0px 10px 231px; 
	padding: 15px;
}

#intRightSidebarCol {
	position: relative;
	z-index: 10;
	left:758px;
	top: -472px;
	width: 208px;
	background: url(../_images/sideBarWorkout_top.gif) no-repeat;
	padding: 80px 10px 10px 10px;
}
#intRightSidebarCol p{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 190px;
	color: #FFFFFF;
	text-decoration: none;
}


/* CALENDAR WEEK VIEW AND DAY VIEW */

.calTable 
{
	border: solid #6C626D;
	border-width: 1px 0px 0px 1px;
}
.calHead 
{
	background-color: #6C626D;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
.calPrevNext 
{
	background-color: #6C626D;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	font-weight: bold;	
	padding: 0px 4px 0px 4px;
	height: 20px;	
}
.calPrevNext a:link, .calPrevNext a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: underline;	
}
.calPrevNext a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;		
}
.calWeekHeader 
{
	background-color: #B7B0B8;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	height: 20px;
	border: solid #6C626D;
	border-width: 0px 1px 1px 0px;			
}
.calWeekDay
{
	background-color: #BCE0C0;
	width: 82px;
	border: solid #6C626D;
	border-width: 0px 1px 1px 0px;	
	vertical-align: top;
	padding-bottom: 8px;
}
.calWeekToday 
{
	background-color: #FFFFFF;
	width: 82px;
	border: solid #6C626D;
	border-width: 1px 2px 2px 1px;	
	vertical-align: top;	
	padding-bottom: 8px;		
}
.calWeekDate 
{
	text-align: right;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 4px 4px 0px 0px;
}
.calWeekDate a:link, .calWeekDate a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.calWeekDate a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.calWeekEvent 
{
	text-align: center;
	vertical-align: top;
	margin: 12px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;	
}
.calWeekEvent a:link, .calWeekEvent a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.calWeekEvent a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.calDayTable 
{
	border: solid #6C626D;
	border-width: 1px 1px 0px 1px;
	width: 574px;
}
.calDayHeader 
{
	background-color: #B7B0B8;
	height: 12px;
	border: solid #6C626D;
	border-width: 0px 0px 1px 0px;		
}
.calDay 
{
	background-color: #BCE0C0;
	border: solid #6C626D;
	border-width: 0px 0px 1px 0px;	
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
.calDay a:link, .calDay a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: underline;
}
.calDay a:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
}

/* MEMBER LOGIN PAGE */

#intPanelwrap {width:965px; min-height: 100%;overflow:hidden;}

#intPanelspace {height: auto; min-height:150px; width:965px; padding-bottom: 10px; margin-top: -10px; overflow:hidden;}

#intPanel {
	z-index: 40;
	width: 429px;
	height: 300px;
	margin: 20px auto 10px auto; 
	padding: 70px 0px 0px 0px;
	top: 136px;
	background: url(../_images/smallpanel_background.gif) no-repeat;
}
#intPanel table 
{
    margin-left: 35px;
}
#intPanel table td
{
    padding: 3px;
}
.loginTitle {
	font-family: Tahomoa, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 10px;
}
.loginButton 
{
	font-family: Tahomoa, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	border: 0px !important;
	width: 96px;
	height: 32px;
	background: url(../_images/btn_green.gif) no-repeat;
	margin: 8px 58px 2px 0px;	
	padding: 0px 0px 6px 0px;
}
/* REGISTRATION PAGE */

#intLeftColReg 
{
	position: relative;
	float: left;
	z-index: 10;
	left: 0px;
	width: 300px;
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-right: 15px;
	border-right: dashed 1px #cccccc;
}
#intRightColReg 
{
	position: relative;
	z-index: 10;
	width: 320px;	
	margin:  38px 0px 10px 310px;  
	padding-left: 15px;	

}

#intLeftColReg1 
{
	position: relative;
	float: left;
	z-index: 10;
	left: 0px;
	width: 300px;
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-right: 15px;
	border-right: dashed 1px #cccccc;
}
#intRightColReg1 
{
	position: relative;
	z-index: 10;
	width: 320px;	
	margin:  38px 0px 10px 310px;  
	padding-left: 15px;	

}

/*SEARCH RESULTS */

#ektronSearch 
{
    border: 0px !important;   
}

.searchNavigation li
{
    list-style-type:none !important;   
}

.ektronPaging li
{
    list-style-type:none !important; 
}

input.advancedSubmit 
{
	border: none;
	vertical-align: middle;
}

/* -------- MY CYBERCISE PAGES -------- */

#myC_leftCol 
{
	position: relative;
	float: left;
	width: 498px;
	left: -9px;
}
#myC_rightCol {
	float: right;
	width: 200px;
	font-size: 12px;
	color: #333333;
}
#myC_rightCol h1 {
	margin-bottom: 12px;	
	font-size: 18px;
	color: #005BDA;
	font-weight: normal;
}
#myC_rightCol .title {
	font-weight: bold;
	margin-bottom: 2px;	
}
#myC_rightCol .data {
	font-size: 11px;
	margin-bottom: 4px;
}
#myC_rightCol .bold {
	font-weight: bold;
	color: #333333;
}
.myC_titleProfile {
	width: 490px;
	height: 40px;
}
.myC_titleProfile .EktProfileCtl {
	font-size: 15px;
	background-color: transparent;
	border-width: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 490px;
	height: 40px;
	overflow: hidden;	
} 
.myC_titleProfile .EktProfileCtl_HeaderBar {
	background-color: transparent;
	font-weight: normal;
	font-size: 15px;
	padding: 0px;
}
.myC_titleProfile .EktProfileCtl_DisplayNameContainer {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding-right: 16px;
	color: #055D26;	
}
.myC_titleProfile .EktProfileCtl_CompanyNameContainer {
	float: left;
	padding-top: 6px;	
}
.myC_titleProfile .EktProfileCtl_EditLinkContainer {
	position: absolute;
	top: 0px;
	right: 0px;
}
.myC_titleProfile .EktProfileCtl_EditLinkContainer .ek_thickbox {
	background: url(../_images/MyCybercise/btn_MyProfile.png) no-repeat;
	width: 67px;
	height: 23px;
	text-indent: -5000px;
	overflow: hidden;
}
.myC_alignRight {
	text-align: right;
}
#challenges_container,
#favorites_container {
	margin-bottom: 10px;
}
.challenges_container_header,
.favorites_container_header {
	position: relative;
	height: 26px;
}
.challenges_container_header h2,
.favorites_container_header h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #EFEBEF url(../_images/MyCybercise/tabOn_left.gif) left top no-repeat;
	height: 26px;	
	font-size: 18px;
	color: #005BDA;
	font-weight: normal;	
}
.challenges_container_header h2 span,
.favorites_container_header h2 span {
	display: block;
	background: url(../_images/MyCybercise/tabOn_right.gif) right top no-repeat;
	padding: 2px 6px 0px 6px;
}
.challenges_container_header .myC_totalChallenges {
	left: auto;
	right: 0px;
}	
.challenges_container_body {
	background-color: #EFEBEF;
	padding: 10px 6px 6px 6px;
}
.favorites_container_body {
	background-color: #EFEBEF;
	padding: 10px 5px 5px 5px;
}
#challenges_active {
	margin-bottom: 10px;
}
div#friends_container {
	position: relative;
}
div#friends_container a.myC_topButton:link, 
div#friends_container a.myC_topButton:visited, 
div#friends_container a.myC_topButton:hover {
	position: absolute;
	top:6px;
	right: 4px;
}
.myC_StatusContainer {
	background-color: #E9F1FB;
	margin-bottom: 10px;
	padding: 8px;
}
.myC_StatusContainer .myC_leftCol {
	float: left;
	width: 80px;
}
.myC_StatusContainer .myC_leftCol img {
	background-color: #FFFFFF;
	width: 66px;
	height: auto;
	padding: 4px;
	border: solid #CFCFCF 1px;
}
.myC_StatusContainer .myC_rightCol {
	float: right;
	width: 390px;
}
.myC_StatusContainer .myC_rightCol textarea {
	border: solid #CCCCCC 1px;
}
.myC_StatusContainer span.username {
	font-size: 15px;
	font-weight: bold;
	
}
.myC_StatusContainer p.body {
	display: inline;
	font-size: 15px;
	font-weight: bold;	
}
.myC_StatusContainer span.time {
	display: block;
	font-size: 11px;
	color: #999999;
	margin-bottom: 10px;
}
.myC_StatusContainer div.update {
	text-align: right;
	padding: 2px 2px 0px 0px;
}
.myC_StatusContainer div.update input {
	background-color: transparent;
}
.myC_StatusContainer textarea.statusField {
	width: 384px;
	height: 60px;
}
.myC_wallTitle {
	background-color: #C9D7EB;
	border: solid #BDC7BE 1px;
	color: #005BDA;
	font-size: 18px;
	padding: 4px 8px 4px 7px;
}
.myC_wallBody {
	background-color: #E2EFF7;
	border: solid #BDC7BE;
	border-width: 0px 1px 1px 1px;
	padding: 7px;
	margin-bottom: 10px;
}
.myC_TipsContainer {
	background-color: #E4E3E3;
	padding: 8px;
}
.myC_plainBox {
	background-color: #EBE9E9;
	margin-bottom: 10px;
	padding: 8px 0px 8px 8px;
}
.myC_timelineTitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #016005;
	margin-bottom: 6px;
}
.myC_timeline {
	position: relative;
    background: url(../_images/MyCybercise/timelineShort_Bkg.gif) no-repeat;
	height: 51px;
	border: solid #FFFFFF 3px;
}
#challenges_active .myC_timeline {
	background: url(../_images/MyCybercise/timelineLong_Bkg.gif) no-repeat;
	width: 475px;
}
div.scrollable .myC_timeline {
	background: url(../_images/MyCybercise/timelineShort_Bkg.gif) no-repeat !important;
	width: 413px !important;		
}
div.scrollable .myC_timelineTitle {
	text-align: center;
} 
.myC_timelineDays {
	position: absolute;
	top: 8px;
	right: 6px;
	width: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #055D26;
	text-align: center;
}
.myC_tabsContainer, .myC_sidebarContainer {
	border: solid #EBE9E9 4px;
	margin-bottom: 10px;
}
.myC_noScroll {
	padding: 6px;
}
.myC_sidebarTitle {
	background-color: #EBE9E9;
	padding: 6px 6px 2px 6px;
	font-size: 18px;
	color: #005BDA;
	font-weight: normal;	
}
h1.myC_sidebarTitle {
	background-color: #EBE9E9;
	padding: 6px 6px 2px 6px;
	font-size: 18px;
	color: #005BDA;
	font-weight: normal;
	margin: 0px !important;	
}
div#challenges_received, div#challenges_sent, div.myC_sidebarScroll,
div#friend_invitations_received, div#friend_invitations_sent {
	padding: 6px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.myC_avatarLeft {
	float: left;
	width: 46px;
}
.myC_avatarLeft img,
td.ekFriendsListImage img {
	background-color: #FFFFFF;
	width: 38px;
	height: auto;
	padding: 2px;
	border: solid #CFCFCF 1px;
}
.myC_contentRight {
	margin-left: 50px;
}
.myC_dividerHz {
	clear: both;
	border-bottom: solid #EBE9E9 1px;
	padding-top: 8px;
	margin-bottom: 8px;
}
a.myC_PalName:link, a.myC_PalName:visited, a.myC_PalName:hover {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #016005;	
	margin-bottom: 4px;
	text-decoration: none;
}
.myC_SocialBarContainer {
	clear: both;
}
ul.ekSocialBar {
	margin: 2px 0px 0px 0px !important;
	padding: 0px !important;
}
ul.ekSocialBar li {
	background-image: none !important;
	padding: 0px !important;
	margin: 0px !important;
	float: right;
}	
ul.ekSocialBar img {
	display: none;
}
.myC_rightCol ul.ekSocialBar {

}
a[alt="Remove From Colleagues"] {
	display: block;
	background: url(../_images/MyCybercise/btn_RemovePal.png) no-repeat;
	width: 75px;
	height: 23px;
	text-indent: -5000px;
	text-align: left; /* this overrides the text-align right of the parent div */
	overflow: hidden;
}
a[alt="Add as Colleague"] {
	display: block;
	background: url(../_images/MyCybercise/btn_AddAsPal.png) no-repeat;
	width: 71px;
	height: 23px;
	text-indent: -5000px;
	text-align: left;  /* this overrides the text-align right of the parent div */	
	overflow: hidden;
}
a[alt="Private Message"] {
	display: block;
	background: url(../_images/MyCybercise/btn_SendAMessage.png) no-repeat;
	width: 100px;
	height: 23px;
	text-indent: -5000px;
	text-align: left; /* this overrides the text-align right of the parent div */	
	overflow: hidden;
}
a[alt="Cancel Colleague Request"] {
	display: block;
	background: url(../_images/MyCybercise/btn_CancelPalRequest.png) no-repeat;
	width: 123px;
	height: 23px;
	text-indent: -5000px;
	text-align: left;  /* this overrides the text-align right of the parent div */	
	overflow: hidden;
}
a[alt="Accept Colleague Request"] {
	display: block;
	background: url(../_images/MyCybercise/btn_AcceptPalRequest.png) no-repeat;
	width: 123px;
	height: 23px;
	text-indent: -5000px;
	text-align: left;  /* this overrides the text-align right of the parent div */	
	overflow: hidden;
}

a[alt="Add to Favorites"] {
	display: block;
	background: url(../_images/btn_AddtoFavorites.gif) no-repeat;
	width: 115px;
	height: 23px;
	text-indent: -5000px;
	text-align: left; /* this overrides the text-align right of the parent div */
	overflow: hidden;
}

a[alt="Remove favorite"] {
	display: block;
	background: url(../_images/btn_RemoveFavorites.gif) no-repeat;
	width: 115px;
	height: 23px;
	text-indent: -5000px;
	text-align: left; /* this overrides the text-align right of the parent div */
	overflow: hidden;
}
 
.CommunitySearchCtl {
	width: 464px !important;	
}
.CommunitySearch_BasicContainer, .CommunitySearch_BasicContainer_Selected,
.CommunitySearch_DirectoryContainer, .CommunitySearch_DirectoryContainer_Selected,
.CommunitySearch_AdvancedContainer, .CommunitySearch_AdvancedContainer_Selected,
.CommunitySearch_LocationContainer, .CommunitySearch_LocationContainer_Selected {
	background-color: #F1FBF2 !important;
	border-color: #82BC7A !important;	
	padding: 10px 6px 6px 6px !important;
	width: 464px !important;	
}
.CommunitySearch_DirectorySearchTab, .CommunitySearch_BasicSearchTab, 
.CommunitySearch_AdvancedSearchTab, .CommunitySearch_LocationSearchTab {
	background-color: #ABE3A4 !important;
	border: 1px solid #82BC7A !important;
	color: #006600 !important;
	font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif !important;
	font-size: 12px;
	font-weight: bold;
}
.Tab_Selected {
	background-color: #F1FBF2 !important;
	border-top: 1px solid #82BC7A !important;
	border-left: 1px solid #82BC7A !important;	
	border-right: 1px solid #82BC7A !important;	
	border-bottom: 1px solid #F1FBF2 !important;	
}
.CommunitySearch_labelTabs {
	border-width: 0px !important;
	color: #006600 !important;
	padding: 0px 6px 0px 0px !important;
	background-color: Transparent !important;
}
.CommunitySearch_labelTabs a:link, 
.CommunitySearch_labelTabs a:visited,
.CommunitySearch_labelTabs a:hover {
	color: #006600 !important;
}
.CommunitySearch_sortByContainer {
	float: none !important;
	clear: both !important;
	margin-left: 0px !important;	
	padding-left: 0px !important;		
}
.CommunitySearch_ResultsContainer {
	margin: 0px !important;
}
.CommunitySearch_ResultTable {
	width: 478px !important;
	border: solid #82BC7A !important;
	border-width: 0px 1px 1px 1px !important;
}
.CommunitySearch_ResultTable td {
	vertical-align: top !important;
	border-width: 0px !important;

}
td.CommunitySearch_ResultTableDataAvatar {
	width: 60px;
}
td.CommunitySearch_ResultTableDataAvatar img {
	background-color: #FFFFFF;
	width: 50px;
	padding: 2px;
	border: solid #CFCFCF 1px;
}
tr.CommunitySearch_ResultTableEvenRow td {
	background-color: #F1FBF2;
	padding: 12px 6px 12px 6px !important;	
}
tr.CommunitySearch_ResultTableOddRow td {
	background-color: #CFEBD2;	
	padding: 12px 6px 12px 6px !important;	
}
td.CommunitySearch_footer {
	background-color: #ABE3A4 !important;
	border-top: 1px solid #82BC7A !important;
	color: #006600 !important;
	font-family: Tahoma,Geneva,Arial,Helvetica,sans-serif !important;
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
}
input.searchButton {
	border-width: 0px;
	background-color: transparent;
	width: 48px;
	height: 23px;
	background: url(../_images/MyCybercise/btn_Search.png) no-repeat;
	cursor: pointer;
}
table.ekFriendsOuterTable {
	width: 100%;
	background-color: transparent;	
	border-collapse: collapse;	
}
table.ekFriendsInnerTable {
	border-collapse: collapse;	
}
table.ekFriendsOuterTable td.ekFriendsHeaderSpan,
table.ekFriendsInnerTable tr:first-child {
	display: none !important;
}
td.ekFriendsListImage {
	width: 50px;
}
td.ekFriendsListCheck, td.ekFriendsListImage, td.ekFriendsListName {
	padding: 6px 6px 6px 0px;
	border-bottom: solid #EBE9E9 1px;
}
td.ekFriendsListName, td.ekFriendsListName a:link, td.ekFriendsListName a:visited, td.ekFriendsListName:hover {
	font-size: 13px;
	font-family: Tahoma, Geneva, Helvetica, Sans-Serif !important;
	text-decoration: none;
}
div#friend_invitations_received td.ekFriendsFooter,
div#friend_invitations_sent td.ekFriendsFooter { 
	font-size: 11px !important;
	text-align: left;	
}
div#friend_invitations_received span#ecmFirst, 
div#friend_invitations_sent span#ecmFirst, 
div#friend_invitations_received span#ecmNext, 
div#friend_invitations_sent span#ecmNext, 
div#friend_invitations_received span#ecmPrevious, 
div#friend_invitations_sent span#ecmPrevious, 
div#friend_invitations_received span#ecmLast,
div#friend_invitations_sent span#ecmLast {
	font-size: 11px !important;
}
.myC_iconStar {
	background: url(../_images/MyCybercise/icon_star.png) left top no-repeat;
	padding-left: 20px;
}
.myC_totalChallenges {
	position: absolute;
	top: 4px;
	left: 190px;
	font-weight: bold;
	color: #016005;
	line-height: 16px;
}
#challenges_history h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005BDA;
	margin-bottom: 6px;
	display: block;
}
table.challenges_history_header {
	background-color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	color: #898989;
}
table.challenges_history_header td {
	padding: 4px;
}
table.challenges_history_header td.cell1 {
	width: 33%;
}
table.challenges_history_header td.cell2 {
	width: 33%;
}
table.challenges_history_header td.cell3 {
	width: 33%;
}
div.challenges_history_body {
	background-color: #FFFFFF;
	color: #898989;	
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}
div.challenges_history_body table {
	background-color: #FFFFFF;
	width: 100%;
}
div.challenges_history_body table td {
	vertical-align: top;
}
div.challenges_history_body table td.cell1 {
	width: 33%;
	padding: 0px 4px 4px 4px;	
}
div.challenges_history_body table td.cell2 {
	width: 33%;
	padding: 0px 4px 4px 4px;
}
div.challenges_history_body table td.cell3 {
	width: 33%;
	padding: 0px 4px 4px 4px;	
}
#videos_tabs #all_videos, #videos_tabs #featured,
#videos_tabs #favorites, #videos_tabs #popular {
	background-color: #EFEBEF;
	padding: 10px 6px 10px 6px;
}	
.myC_VideoTitle {
	font-size: 11px;
	color: #055D26
}
input#AddCommentBtn, input.EktMessageCtl_pbutton {
	background-color: #007500;
	border: solid #006600 1px;
	color: #FFFFFF !important;
}
.ekFriendsInnerTable a#remove:link, .ekFriendsInnerTable a#remove:visited, 
.ekFriendsInnerTable a#remove:hover {
	background-color: #007500;
	border: solid #006600 1px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 4px;
}
input.EktMessageCtl_pbutton {margin-right: 4px;}