body {
    /*on dec 16 08 mport commnted out... i guess these two styles are not getting used. strange... saving to look at ltr*/
    /*color: #595959;*/
    /*font-family:"Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;*/
    background: #000 url(/images/wcbackground.jpg) no-repeat top center;
}

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 {
    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 1.1em;
}

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;
}

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

input[disabled], input[disabled]:hover {
   background-color:#bbb;
}

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


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

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



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

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

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

#menu ul {
    margin-left: 20px;
    margin-top: 5px;
}
#menu ul.logged_in_menu {
    float:right;
    margin-top:0;
}
#menu li {
    float:left;
    font-size:12px;
    font-weight:bold;
    color: #FFFFFF;
}

#menu li a {
    margin-top:5px;
    padding:0 10px;
    color: #FFFFFF;
    line-height:24px;
}
#menu li a:hover {
    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-color:#f2f2f2;*/
    font-size:14px;
    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;

}


#errorExplanation h2 {
    font-size: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;
}

/*#welcome_intro, #featured_wod,  #featured_videos_photos, #home #news_feed {*/
    /*padding: 10px 40px 0px 10px;*/
/*}*/


.right_gutter{
    padding-right: 50px;
}

.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;
}
#featured_wod {
    border:1px solid #BBBBBB;
    background-color:#FFFFFF;
    padding:10px 10px 20px 20px;
    margin-left:20px;
    margin-top:10px;
}

#featured_wod h4 {
    font-size:14px;
    font-weight: bold;
    text-align:center;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #626567;
}
.wod_summary {
    border-bottom:1px dotted #626567;
    padding-bottom:20px;
}

#featured_wod .tertiary_menu {
    font-weight: bold;
    color:#4b80c9;
    font-size:12px;
    margin-top:10px;
}

#featured_wod div#user_workouts {
    border:none;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
}
#featured_wod dl.wod_list dt {
}
#featured_wod dl.wod_list dd {
}

#user_workout_search {
    margin-top:10px;
}

/*#featured_wod .wod_title{*/
    /*font-weight:bold;*/
/*}*/

/*#featured_wod .wod_description {*/
    /*font-weight:bold;*/
/*}*/

.wod_results {
    color: #626567;
    font-weight:bold;
}


#featured_wod .wod_title {
    /*color:#f49b37;*/
}

#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 , #home #featured_wod .comment{
}
.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;
}

img.polaroid {}

.wrap {
    width: 370px;
}

.icon {
    width: 70px;
    float: left;
}

#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;
	/**background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;*/
}

.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 {
    /*padding: 5px 5px 5px 10px;*/
    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;
}
/*#user_workouts div{*/
    /*margin-top: 20px;*/
/*}*/

/*#user_workouts div.top{*/
    /*margin-top: 0px;*/
/*}*/
/*#user_workouts div.bottom{*/
    /*margin-bottom:0px;*/
    /*border-bottom:none;*/
/*}*/

div#user_workouts div divl.tertiary_menu div {
    margin-top: 0px;
}

/*ul#tertiary_menu li a:link, ul#tertiary_menu li a:visited {*/
    /*border-bottom:none;*/
/*}*/


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 {
    /*list-style-image:none;*/
    /*list-style-position:outside;*/
    list-style-type:circle;
    margin-left:10px;
    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 {
    /*background:url(/images/header_texture.png) no-repeat scroll 0 center;*/
    height:220px;
}
#header input.search {
    width:150px;
}
#header input[type="submit"].search{
    width:25px;
}

input.button	{background: #666; color: #ddd; font-weight: bold; font-size: 10px; width: auto; height: auto; padding: 5px;}
input.button:hover	{
    background: #5D8074; 
}
div.button		{background: #bbb; border-top: 1px dotted #666; padding: 10px; height: 25px; 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;
    /*z-index:-1;*/
}


.extra_small_down_image .fancy_bg_holder{
    display:block;
	position: absolute;
    height:50px;
    width:50px;
    /*z-index:-1;*/
}

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;
}

.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;
}

#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;
}

.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:#666;
    font-weight:bold;
}

.action_link_dash {
    color:#888888;
}

img.avatar_on_comment {
    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;
}

#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;
}


.gym label{
    /*width:120px;*/
    /*float: left;*/
}

.row {
    padding:5px;
}

.row label.text_area_label, .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;

}


li#privacy h3 {
    background:url(/images/icons/32x32/privacy.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;
}

ul.gym_settings h3 {
    border-bottom:1px solid #FFF;
    padding:5px 0 10px 35px;
    font-size:1.5em;
    line-height:1;
    margin-bottom:5px;
}

.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;
}


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

.color_picker a#green,.fc-view-month .green a, .fc-agenda .green a .fc-event-title , .green a {
    background-color: #01b501;
    border-color: #01b501;
    /*color: 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;
}

.color_picker a#aqua,.fc-view-month .aqua a, .fc-agenda .aqua a .fc-event-title, .aqua a {
    background-color: #20B2AA;
    border-color: #20B2AA;
    /*color: yellow;*/
}

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

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

.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:200px;
}

#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;
}
