html {
	overflow-y: scroll;
}

body {
    background: #000 url(/images/wcbackground.jpg) no-repeat top center;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
}

h1 {
    color: #383E56;
}

h2 {
    color: #5D8074;
    text-transform:none;
    font-size:30px;
}

h3 {
    color: #626567;
    margin-top:5px;
    font-size:13px;
}

#recent_workouts #comment h3, #news_feed #comment h3 {
    font-size: 9px;
}

.box_header {
    background:#E0E5EF  none repeat scroll 0% 0%;
    border-top:1px solid #C3CDDF;
    margin:0px 0px 5px 0px;
    overflow:hidden;
    padding:5px 8px;
}

h4 {
    color: #626567;
    margin-top:5px;
    font-size: 18px;
    margin-bottom:10px;
}

table td, table th {
    padding: 0px;
}

#home h2 {
    font-size:40px;
}

#home h3 {
    font-size:30px;
}


h1, h2, h3 {
    font-weight:bold;
}

p {
    margin:0 0 12px 0;
    font-size:13px;
}

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 ;
    padding:0;
}

.ui-pnotify  br {
    display:none;
}
.ui-pnotify .notice {
    font-size:12px;
    color:#363636;
    border:none;
    background:#FBF9EE;
    padding:0px;
}

ul.error_list, ul.error_list li {
    list-style-type:disc;
    margin-left:10px;
}


dl {
    margin:0 ;
}

h2 a {
    font-size:small;
}
a {
    color:#4b80c9;
}

textarea{
    height:120px;
    width:300px;
}

input {
    background:transparent url(/images/input.png) repeat-x scroll 0 -2px;
    border:1px solid #BBBBBB;
}


input[type="radio"] {
    float:none;
}

input[type="submit"].search{
    background: url("/images/icons/24x24/search.png") no-repeat center center;
    border:none;
    width:25px;
    padding:3px 0px;
}

input[disabled], input.button[disabled], input[disabled]:hover, input.button[disabled]:hover {
   background-color:#666;
}

input:focus {
    background-color:#FFFFCC;
    background-image:none;
    border: solid 1px #cc8;
}

input.button {
    width: auto;
    height: auto;
    padding: 5px;
    font-weight:bold;
    font-size:13px;
    color:#DDDDDD;
    background:#144A66 ;
}

input.button:hover {
    background:#B2D1E4 ;
    color: #144A66;
    border:1px solid #144A66;
}

input#search_workouts_q {
    color:#4f4f4f;
    padding:2px;
    height:18px;
    width:135px;
}

#gym input[type="submit"].search{
    background: #EFEFEF url("/images/icons/24x24/search.png") no-repeat center right;
    border:1px solid #BBB;
    width:125px;
}

text.search{
    color:#626567;
    width:100%;
}



fieldset {
    background :#fff;
    padding:7px;
}
legend {
    color : #5d8074;
}

a:hover {
    color:#FFB847;
}

:link, :visited {
    text-decoration:none;
}



#header input.search {
    width:150px;
}

#header input[type="submit"].search{
    width:25px;
}



.hidden {
    display:none;
}
.left {
    float:left;
}

.right {
    float:right;
}
#menu {
    background:url("/images/menu_gradient2.jpg");
    height:40px;
}

#menu ul {
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 2px;
}

#menu ul.logged_in_menu {
    float:right;
    margin-top:0;
}

#header ul.logged_in_menu li.spacer{
    margin: 3px 10px 0px 0px
}

#menu li, .menu li{
    float:left;
    font-size:13px;
    font-weight:bold;
    color: #FFFFFF;
    font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
    list-style:none outside none;
}

#menu li a {
    margin-top:5px;
    padding:0 10px;
    color: #FFFFFF;
    line-height:24px;
}
#menu li a:hover, #menu li a.selected {
    color:#b0b4c4;
}

#sub_nav a {
    background: #BBB;
    color: #333333;
}

#tertiary_menu a:hover{
 background-color: #FFF;    
}

#tertiary_menu a:link, #tertiary_menu a:visited , .tertiary_menu a {
    display:block;
    padding:4px 5px;
    width:100%;
}
 table {
    font-size:12px;
    
}
#content {
    background:url('/images/content_background.gif') #f2f2f2 no-repeat bottom left;
    padding-bottom:40px;
}

#inner_content {
    padding: 20px;
}

#home #inner_content {
    padding:0px;
    padding-top:10px;
}

h2.group {
    background:transparent url(/images/icons/24x24/group.png) no-repeat center left;
    padding-left : 28px;

}

.row input.checkbox {
    width: auto;
    border: none;
    background: none;
    padding: 0 0 0 0;
}

.row {
    padding: 7px 5px;
}

.row label {
    width: 140px;
    float: left;
}

textarea, .row input, .row select {
    /*float: left;*/
    padding: 2px;
}

a.edit {
    background: url(/images/icons/16x16/edit.png) no-repeat center left;
    padding-left:20px;
}
a.add {
    background: url(/images/icons/16x16/add.png) no-repeat center left;
    padding-left:20px;
}
a.delete {
    background: url(/images/icons/16x16/delete.png) no-repeat center left;
    padding-left:20px;
}

.right_gutter{
    padding-right: 20px;
}

.right_gap {
    padding-right: 20px;
}

.left_gap {
    padding-left: 20px;
}

.left_gutter {
    padding-left: 50px;
}

.top_gap {
    padding-top: 20px;
}

.bottom_gap {
    padding-bottom: 20px;
}



#home h2 {
    text-align:center;
    line-height:1.15em;
    margin-bottom: 5px;
}

.friend_holder .top_gap {
    padding-top:5px;
}

#recent_blogs {
    margin-top:20px;
}

#home #featured_wod {
    margin-left:20px;
    margin-top:10px;
}

#featured_wod {
    border:1px solid #BBB;
    background-color:#FFF;
    padding:10px;
}
#featured_wod div#user_workouts {
    border:none;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
}
.wod_summary {
    border-bottom:1px dotted #626567;
    padding-bottom:20px;
}
#user_workout_search {
    margin-top:10px;
}
.wod_results {
    font-size:12px;
    color: #626567;
    font-weight:bold;
}
#welcome_intro h2 {
    color: #383e56;
}
#welcome_intro p , #membership_info p{
    text-align:center;
    font-size:18px;
    margin-bottom:10px;
}
ul#features li{
    padding: 15px 0px 15px 70px;
    color: #383e56;
    font-size:16pt;
    font-weight:bold;
    font-family:Arial;
}
ul#features li#crossfit{
    background: url("/images/icons/48x48/kettlebell.png") no-repeat left center;
    line-height:50px;
}
ul#features li#workouts{
    background: url("/images/track.gif") no-repeat left center;
}
ul#features li#friends, ul#features li#coaches  {
    background: url("/images/friends.gif") no-repeat left center;
}
ul#features  li#competitive , ul#features  li#process {
    background: url("/images/goals_met.gif") no-repeat left center;
}

#thickbox_form p.wod_description {
    padding:0px;
}
#thickbox_form h2 {
    margin-top : 5px;
}
label, .label, #thickbox_form label {
    color: #626567;
    font-weight:bold;
    font-size:14px;
}
label.optional,#thickbox_form label.optional {
    color:#006600;
    padding-left:5px;
}
.note, .tight_note {
    margin-left:140px;
    color:#666;
}
.tight_note {
    margin-left:10px;
}
#chart_note {
    color:#666;
    margin-left:40px;
    text-align:center;
}
div#profile_edit .note {
    margin-left: 0px;
}
.TB_overlayBG   {
    background-color: #999999;
}
.profile_name {
    color:#4b80c9;
    font-weight:bold;
}
.wod_result {
    font-size:14px;
}
.heading {
    font-size:16px;
}
.subHeading {
    font-size:12px;
}
.comment {
    font-style:italic;
}
img.picture_box {
    margin: -3px 0 0px -3px !important;
    padding:9px 15px 10px 9px !important; 
    background: url('/images/photo_background.png') 0 0 no-repeat;
}
#waiter {z-index:100000; position:fixed; background:white; display: none; height:13px; width:208px; border:0px; top: 50%; left: 50%; margin: -6px 0 0 -104px;}
.wrap {
    width: 370px;
}
.icon {
    width: 70px;
    float: left;
    position:relative;
}
.coach {
    position : absolute;
    top:3px;
    left: 3px;
}
.badge {
    top:-15px;
    left: -15px;
}
.fb_badge {
    top:-15px;
    left: 40px;
}
.comment_holder .coach{
    height:35px;
    width:35px;
    left:-3px;
    top:-3px;
}

#leader_board .rank {
    width: 25px;
    padding: 17px 5px;
    float: left;
    background: #ddd;
    font-size: 20px;
    text-align: center;
    margin-right: 5px;
}

.detail {
    margin-left: 75px;
}

.picker{
    padding: 5px 5px 5px 10px;
    border: 1px solid #BBB;
    border-left :3px solid #383e56;
    position:absolute;
    background:#FFFFFF;
    width: 230px;
    z-index:1;
    overflow:auto;
    height:350px;
}

li.picker_control {
    margin-top: 5px;
    width:100%;
}

.picker_control {
    border: 1px solid #E8E8E8;
	padding:2px 3px 3px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.picker_control {
    background:#EFEFEF;
    background-image:url(/images/toggle_down_dark.png);
    background-position: 99% 50%;
    background-repeat:no-repeat;
    padding:4px 16px 6px 0;
}
.picker_control a {
    display:block;
    width:330px;
}
.clean_picker_open {
    background-image:url(/images/toggle_up_dark.png);
}
li.clean_picker_open {
    border-bottom: none;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-bottomleft:0px;
}
.clean_picker {
    border: 1px solid #E8E8E8;
    border-top:none;
    position:absolute;
    background:#EFEFEF;
    z-index:1;
    width:100%;
    -webkit-border-bottom-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-bottomleft:4px;
}

.clean_picker, .picker_control {
    padding:2px 3px 3px;
}

#user_workouts, .box {
    margin-top:10px;
    border:1px solid #bbb;
    background-color: #FFF;
    padding:10px;
}

#user_workouts .border_bottom {
    padding-bottom: 10px;
}

div#user_workouts div divl.tertiary_menu div {
    margin-top: 0px;
}
ul#tertiary_menu li, div#tertiary_menu div, ul.tertiary_menu li {
    border-bottom:1px solid #D8DFEA;
}
ul#tertiary_menu li.last, div#tertiary_menu div.last {
    border-bottom:none;
}
.wod_description ul , .blog_entry ul {
    list-style-type:disc;
    margin-left:20px;
    padding:0;
}

#featured_wod .wod_description p {
    margin-bottom:5px;
}
.wod_description p {
    margin-bottom:10px;
}

.wod_description li {
    list-style-image: url(/images/small_bullet.png);
    list-style-position:inside;
    line-height: 1.2;
}
.byline {
    color: #333333;
}
a.chart {
    background: url("/images/icons/16x16/chart.png") no-repeat left center;
    text-indent:15px;
}
a.record {
    font-weight:bold;
    font-size:20px;
}
#search input.button {
    background:transparent url(/images/icons/24x24/search.png) no-repeat scroll 0 center;
}

#header {
    height:220px;
}

div.button {
    background: #bbb;
    border-top: 1px dotted #666;
    padding: 5px;
    margin-top: 15px;
}

a.button {
    background-image: url("/images/icons/24x24/promotion.png");
    background-color:#4b80c9;
    padding:5px 10px 5px 10px;
    color:#FFF;
    border:1px solid #333333;
}
a.button:hover {
    background-color:#7FB6FF;
}


#TB_window {
    background:white ;
    color:black;
    border : none;
}


#welcome , #welcome a {
    color: #FFF;
}

.blurp strong {
    color:#626567;
    display:block;
}

.blurp img {
    float:left;
    margin:5px 15px 68px 0;
}

.centered {
    text-align:center;
}

#fancy_div #thickbox_form {
    padding: 0px 20px 0px 20px;
}

.activity_box {
    border-top:none;
    margin-top:0px;
}


#home .activity_box {
   clear: none;
   padding-top:0px;
   margin-top:0px;
   margin-bottom:0px;

}
.activity_box h2 {
    border-bottom:1px dotted #626567;
}


#workout_form_holder {
    overflow:auto;
}

.workout_form h2 {
    font-size:20px;
}
#workout_search .note, #email .note, #profile_search .note {
    margin-left: 0px;
}

#message {
    padding: 4px;
    z-index: 100000;
    position: fixed;
    top: 20%;
    left: 35%;
    display: none;
    font-size: 18px;
}


div#fancy_bg {
    display:block;
	position: absolute;
	z-index: -1;
    height:100%;
    width:100%;
}

.small_down_image .fancy_bg_holder{
    display:block;
	position: absolute;
    height:100px;
    width:100px;
}


.extra_small_down_image .fancy_bg_holder, .video_preview_image .fancy_bg_holder{
    display:block;
	position: absolute;
    height:50px;
    width:50px;
}
.video_preview_image .fancy_bg_holder {
    height:90px;
    width:120px;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/fancy_shadow_nw.png) no-repeat;
}

div#TB_closeWindowButton {
    background:transparent url(/images/fancy_closebox.png) repeat scroll 0 0;
    cursor:pointer;
    display:none;
    height:30px;
    position:absolute;
    right:-12px;
    top:-12px;
    width:30px;
    z-index:100;
}

.small_down_image_div {
    position:absolute;
    overflow: hidden;
    z-index:10;
    width: 100px;
    height: 100px;
}

.video_preview_image_div {
    position:absolute;
    overflow: hidden;
    z-index:10;
    width: 120px;
    height: 90px;
}

.small_down_image {
    height:120px;
    width:120px;
}

.pagination a,
.pagination .current {
    padding: 2px;
    margin: 0 2px;
}
.pagination select	{
    padding: 0px;
    font-size: 10px;
    margin: 0 5px;}

.pagination			{
    padding: 10px 0;
}

.workout , .border_bottom , .feed_item, .member{
    border-bottom:1px solid #D8DFEA;
    margin-bottom:10px;    
}
.workout_last, .border_bottom_last {
    border-bottom:none;
    margin-bottom:0px;
}
.my_network	a	{
    margin-top: 5px;
    font-size: 9px;
    line-height: 12px;
    display:block
}

.friend_holder {
    height:120px;
    overflow-x:hidden;
    overflow-y:auto;
}

.video {
    background: url(/images/icons/24x24/video_sm.png) no-repeat top left;
    padding-left:20px;
    margin-left: 10px;
}

#super_footer  {
        background-color:#16212A;
        display:inline;
        float:left;
        font-size:20px;
        line-height:24px;
        width:950px;
}

#super_footer h2 {
    background-color:#263A4A;
    color:#6D7E87;
    float:left;
    font-size:20px;
    line-height:24px;
    padding:10px 25px 10px 20px;
    text-align:left;
    width:110px;
    height:88px;
    margin-bottom:0px;
}

#super_footer  ul {
    float:left;
    padding:0px;
}

#super_footer  ul.left {
    width:395px;
}

#super_footer  ul.right {
    width:395px;
}

#super_footer  ul li {
    border-bottom:1px solid #52575E;
    border-left:1px solid #52575E;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
    padding:6px 0 9px 30px;
}

#super_footer a {
    color:#B2D1E4;
}

#footer {
    padding:55px 0 30px;
    color: #fff;
    text-align:center;
    background: url(/images/footer_background.png) repeat-x top left;
}

#footer a, #footer a:visited {  
    color:#C4E0F1;
}
#date_row {
    padding-left:30px;
}

.nested {
    margin-left: 20px;
}

.notice a {
    color:#4b80c9;
    font-weight:bold;
}
.notice :link, .notice :visited {
    text-decoration:underline;
}

.photo_feed  {
    height:60px;
}

.video_feed {
    height:100px;
}

.user_workouts_menu  a {
    font-size:10px;
    padding : 2px 5px;
}

.tb_profile_link {
    display:block;
}

#TB_caption {
float:left;
height:45px;
padding:7px 30px 10px 25px;
}

.workout_date {
color:#777777;
font-size:10px;
font-weight:normal;
}



.action_link_dash {
    color:#888888;
}

img.avatar_on_comment, .blog_entry .icon img {
    width:35px;
    height:35px;   
    margin:0px 10px 0px 0px;
}

.comment_holder {
    font-size: 11px;
    background:#E0E5EF none repeat scroll 0% 0%;
    border-bottom:1px solid #C3CDDF;
    clear:left;
    float:none;
    margin-bottom:2px;
    overflow:hidden;
    padding:6px 4px 6px 6px;
    /*width:350px;    */
}

.comment_holder div.byline {
    color:#626567;
}

#news_feed a.thickbox, #recent_workouts a.thickbox, #recent_workouts #tertiary_menu a , #gym_membership_body #tertiary_menu a{
    font-size: 10px;
}

#recent_workouts  .comment_message {
    padding: 0px;
}

#recent_workouts .comment_holder .comment_message p{
    margin:0 0 0em;
}
.pager_next {
    background:#E0E5EF none repeat scroll 0% 0%;
    border-top:1px solid #C3CDDF;
    margin-top:8px;
    padding:3px 7px 4px 0pt;
}

.pager_next a {
    background:transparent url(/images/add_content_spr.gif) no-repeat scroll right 4px;
    margin-left:52px;
    padding:2px 12px 3px 5px;
}


#wodclub-dialog , #wodclub-dialog #pane {
    background:#FFFFFF url(/images/dialog.png) repeat-x scroll 0 bottom;
}

#wodclub-dialog form{
    margin:15px;
}
#wodclub-dialog fieldset form  {
    margin:0px;
}

#wodclub-dialog h1, #wodclub-dialog h3, #wodclub-dialog #pane h1 {
    background-color:#5D8074;
    border:medium none;
    color:#FFFFFF !important;
    display:block;
    float:none;
    font-size:110%;
    letter-spacing:0;
    padding:4px;
    text-transform:uppercase;
}

#wodclub-dialog, #wodclub-overlay {
    position:fixed;
}

#wodclub-dialog {
    display:block;
    margin:-2em auto 0;
    position:absolute;
    text-align:left;
    z-index:100003;
}
#wodclub-dialog #wodclub-dialog-close {
    background:transparent url(/images/fancy_closebox.png) repeat scroll 0 0;
    cursor:pointer;
    height:30px;
    position:absolute;
    right:-12px;
    top:-12px;
    width:30px;
    z-index:100;
}

#wodclub-overlay {
    background-color:#999999;
    height:100%;
    left:0;
    opacity:0.75;
    position:absolute;
    top:0;
    width:100%;
    z-index:100002;
}

.row {
    padding:5px;
}
.row label {
    float:left;
    width:140px;
}
.row label.wide_label {
    width:300px;
}

div.auto_complete {
    width: 550px;
    background: #fff;
}
div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
}

div.auto_complete ul li.selected {
    background-color: #ffb;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}

.working_indicator {
    background-image:'/images/spinner_2.gif' no-repeat;
}

.gym_owned {
    background:transparent url(/images/gym_tag.png) no-repeat left center;
    padding: 10px 10px 10px 70px;
}

#tertiary_menu  li#check_in a {
    font-size:24px;
    font-weight:bold;
    padding-left: 35px;
}
li#media h3 {
    background:url(/images/icons/32x32/media.png) no-repeat scroll 0 0;
}
li#privacy h3 {
    background:url(/images/icons/32x32/privacy.png) no-repeat scroll 0 0;
}
li#check_in h3 {
    background:url(/images/icons/32x32/check_in.png) no-repeat scroll 0 0;
}
li#members h3 {
    background:url(/images/icons/32x32/add_member.png) no-repeat scroll 0 0;
}
li#details h3 {
    background:url(/images/icons/32x32/settings.png) no-repeat scroll 0 0;
}
li#wods h3 {
    background:url(/images/icons/24x24/kettlebell3.png) no-repeat scroll 0 0;
}
li#members h3 {
    background:url(/images/icons/24x24/users.png) no-repeat scroll 0 0;
}
li#pages h3 {
    background:url(/images/icons/32x32/text_page.png) no-repeat scroll 0 0;
}
li#schedule h3 {
    background:url(/images/icons/32x32/schedule.png) no-repeat scroll 0 0;
}
ul.gym_settings h3 {
    border-bottom:1px solid #FFF;
    padding:5px 0 10px 35px;
    font-size:1.5em;
    line-height:1;
    margin-bottom:5px;
}
span.new {
    background:url(/images/new_medium.png) no-repeat scroll right top;
    padding-right: 40px;
    height:40px;
    padding:10px 0 0 40px
}
.cleantab .ui-widget-header, .cleantab .ui-widget-content {
    border:0px;
}
.cleantab .ui-tabs {
    margin-top:-20px;
    padding:0;
}
.cleantab .ui-corner-all {
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-topright:0px;
}
.cleantab .ui-widget-header {
    background:#F2F2F2;   
}
.cleantab .ui-tabs-nav li a {
    font-size:12px;
    font-weight:bold;
    color:#666;
}
.cleantab .ui-tabs-panel {
     border-top: 1px solid #AAA;
}

.gym h2 {
    margin-bottom:5px;
}

.powered_by{
    float:right;
    margin: 40px 40px 0px 20px;
}

.comment_message {
    margin:0 0 5px;
    max-height:100px;
    overflow:auto;
    padding:0 0 10px;
}


.ui-datepicker-calendar th, .ui-datepicker-calendar  td, .ui-datepicker-calendar  caption {
padding:0px
}

ul.color_picker li {
    float:left;
    margin: 0px 3px;
    padding:2px;
    border:2px solid #FFF;
}
.color_picker a.color_swab {
    border:1px solid #FEF5CA;
    width:16px;
    display:block;
}

.color_picker li.selected {
    border:2px solid #666;
}

.color_picker li:hover {
    border:2px solid YELLOW;
}


.gym_class .blue, .color_picker a#blue,.fc-view-month .blue a, .fc-agenda .blue a .fc-event-title, .blue a {
    background-color: #5D78AF;
    border-color: #5D78AF;
}

.gym_class .green, .color_picker a#green, .fc-view-month .green a, .fc-agenda .green a .fc-event-title , .green a {
    background-color: #01b501;
    border-color: #01b501;
}
.gym_class .yellow, .color_picker a#yellow, .fc-view-month .yellow a,.fc-agenda .yellow a .fc-event-title, .yellow a {
    background-color: #FCFC56;
    border-color: #FCFC56;
    color: #000;
}
.gym_class .aqua, .color_picker a#aqua,.fc-view-month .aqua a, .fc-agenda .aqua a .fc-event-title, .aqua a {
    background-color: #20B2AA;
    border-color: #20B2AA;
}

.gym_class .purple, .color_picker a#purple,.fc-view-month  .purple a,  .fc-agenda .purple a .fc-event-title, .purple a {
    background-color: #C957C9;
    border-color: #C957C9;
}

.gym_class .pink, .color_picker a#pink, .fc-view-month .ping a,.fc-agenda .pink a .fc-event-title, .pink a {
    background-color: #CD1076;
    border-color: #CD1076;
}

ul.gym_class li {
    border: 1px solid #5D78AF;
    margin-bottom:10px;
    background-color:#FFF;
}

ul.gym_class .description{
    margin:5px;
    max-height:100px;
    overflow:auto;    
}
ul.gym_class h3{
    margin:0px;
    padding:5px;
    color:#fff;
    font-size:13px;
}

.fc-event-workout-detals {
    background-color:#fff;
    color: #5D78AF;
    padding:2px;
    font-size:10px;
}

.fc-view-basicDay .fc-event {
    width:400px !important ;
}

.ui-autocomplete {
    width:530px;
}
.ui-autocomplete .ui-menu-item {
    align:left;    
    padding: 5px;
    text-align:left;
}

.ui-autocomplete .ui-menu-item a{
   padding: 3px;
   text-decoration:none;
}

#workout_results_summary {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom:5px;
    margin-bottom:5px;
}

#workout_results_summary, #workout_results_summary .label {
    font-size:12px;
}

table.styled td.footer , th.header {
    padding:5px 10px 6px 5px;
    line-height:24px;
    color:#636B75;
    border-bottom:none;

}
th.headerRight {
    background:url("/images/table-header-right.gif") no-repeat scroll right top transparent;
}
th.headerCenter{
    background:url("/images/table-header-center.gif") no-repeat scroll left top transparent;
}
th.headerLeft {
    background:url("/images/table-header-left.gif") no-repeat scroll left top transparent;
}
td.footerRight {
    background:url("/images/table-footer-right.gif") no-repeat scroll right top transparent;
}
td.footerLeft {
    background:url("/images/table-footer-left.gif") no-repeat scroll left top transparent;
}

td.rowLeft {
    padding-left:16px;
}
table.styled {
    margin-bottom: 0px;
}
table.styled td  {
    color:#4C4C4C;
    padding:4px 6px;
}
table.styled td{
    border-bottom:1px solid #E9E9E9;
}

table.styled tr.even td {
    background:none repeat scroll 0 0 #E5ECF9;
}

table.styled tr:hover {
    background:none repeat scroll 0 0 #FEFFE0;
}

img.sortIcon {
    padding-left:6px;
    vertical-align:middle;
}

th.sortable a {
    background-image:url("/images/arrow_off.png");
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:15px;
}

th.sortup a {
    background-image:url("/images/arrow_up.png");
}

th.sortdown a {
    background-image:url("/images/arrow_down.png");
}

dd {
    margin-left:10px;
}
dl.table-display
{
	float: left;
	width: 200px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
    font-size:11px;
}

.table-display dt
{
	clear: left;
	float: left;
	width: 50px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCC;
	font-weight: bold;
}

.table-display dt.benchmark_type {
    font-weight:bold;
}

.table-display dd
{
	float: left;
	width: 110px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCC;
}

dl.benchmark_type dt a.menu {
    font-size:11px;
    float:right;
    margin-top:3px;
}


a.expand {
    background:url("/images/expand.gif") left center no-repeat;
    padding-left: 15px;
}
a.collapse {
    background:url("/images/collapse.gif") left center no-repeat;
    padding-left: 15px;
}

#messages th {
    background:none repeat scroll 0 0 #CCC;
    font-size:10px;
}


#dynamic_pages ul li {
    margin:5px;
    padding:3px;
    padding-left: 15px;
    /*padding-right:0px;*/
}
ul.sortable li.sortable {
    margin:5px;
    padding:3px;
    background:url("/images/sortable.png") left center no-repeat;
    padding-left: 15px;
    /*padding-right:0px;*/
}

ul.sub_section {
    margin-right:-3px;
}

ul.sub_section li{
    margin-right: 0px;
}

ul.section li.sortable {
    background:url("/images/sortable.png") left top no-repeat;
}

#dynamic_pages ul.section li.sortable:hover {
    background-color:#d9effe;
    border:1px solid #8fb8d4;
}

#dynamic_pages ul.sub_section li.sortable:hover {
    background-color:#efefef;
    border:1px solid #ccc;
}

#dynamic_pages ul li.sortable:hover {
    padding:2px;
    padding-left:14px;
    -moz-border-radius: 5px;
    -webkit-border: 5px;
    cursor: move;
}

#middle_column, #right_column, #left_column {
    background: #dcdcdc;
}

.box_wrapper {
    padding: 10px;
}

.blog_entry  {
    margin:10px;
    border-bottom: 1px dotted #777;
}
.blog_entry h2 {
    margin-bottom:0px;
}

.blog_entry .comment {
    text-align:right;
    margin-top:10px;
}

.blog_entry .date{
    color:#777;
    font-size:10px;
}

.ui-tabs-panel {
    padding:1em 0em;
}

h2.side_bar_menu {
    margin-bottom:3px;  
}

.side_bar_menu li {
    margin:5px 0px;
}

.side_bar_menu a{
    display: block;
    padding: 5px 6px;
    font-weight: bold;
    text-decoration: none;
}

.side_bar_menu a:hover {
    background-color:#ccc;
}
.side_bar_menu .selected {
    background-color:#fff;
}
#check_in .wod_description {
    height: 120px;
    overflow: scroll;
    border: solid 1px #ccc;
}
.google_map {
    width:100%;
    height:400px;
}
#gym_contact_details p {
    margin-bottom:15px;
}
#gym_calendar  {
    height:800px;
}