/***** Shared Styles - Main.css *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */

/* Constants */

body {
	text-align:center;
	margin:0;
	padding:0;
	background: url(/amm/themes/shared/images/grass_bg.jpg) top left repeat-x #86bc30;
	font: 11px/1.4em "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
}

a, a:visited {
	color: #014A7F;
 }

a:hover, a:active {
	color: #0066B0;
	text-decoration: none;
 }

h1, .hd1{
	font-size: 21px;
	font-weight: normal;
	color: #A03033;
	margin: .5em 0;
	line-height: 24px;
}

h2, .hd2{
	font-size: 19px;
	font-weight: normal;
	color: #0076CA;
	margin: .5em 0;
	line-height: 22px;
}

h3, .hd3{
	font-size: 17px;
	font-weight: normal;
	color: #86BC30;
	margin: .5em 0;
	line-height: 20px;
}

h4, .hd4{
	font-size: 15px;
	font-weight: normal;
	color: #005B99;
	margin: .5em 0;
	line-height: 18px;
}

h5, .hd5{
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin: .5em 0;
	line-height: 18px;
}

h6, .hd6{
	font-size: 15px;
	font-weight: bold;
	color: #51741E;
	margin: .5em 0;
	line-height: 18px;
}

.errortext, .message {
	font-weight: normal;
	color: #CC0000;
}

#wrapper {
	width: 908px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: #c2dd98;
}

.main {
	width: 875px;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: white;
	border: 1px solid #ccc;
	text-align: left;
}

.inner_div { 
	padding: 0 5px 0 20px;
}

p.member_login_button {
	width: 230px;
	height: 30px;
	clear: left;
	margin: 5px 0 5px 0;
	text-align: right;
}

p.member_login_button input {
	border: solid 2px #6A9623;
	color: white;
	background-color: #6A9623;
	font-weight: bold;
}

p.member_login_button input.hover {
	border: solid 2px #fff;
	cursor: pointer;
}


.member_login_component label {
	display: block;
	width: 60px;
	float: left;
	margin: 5px 5px 5px 0;
	clear: left;
	text-align: right;
	font-weight: bold;
}

.member_login_component label.checkbox {
	display: inline;
	width: auto;
	float: none;
	margin: 0 0 0 70px;
	clear: left;
}

.member_login_component input.username,
.member_login_component input.password {
	display: block;
	width: 165px;
	float: left;
	margin: 5px 0;
	border: solid 2px #8cb947;
}

.member_login_component input:focus.username,
.member_login_component input:focus.password {
	border-color: white;
}


#top_head {
	height: 231px;
	background: url(/amm/themes/shared/images/shoes_top.jpg) top left no-repeat #86bc30;
}

#medtronic_marathon_logo {
	float:right;
	margin-right: 20px;
	margin-top: 110px;
}

#tc_marathon_logo {
	float: left;
	margin-left: 20px;
	margin-top: 100px;
}

#sponsors {
	width: 865px;
	padding: 10px;
	margin: 10px;
	background: white;
	border: 1px solid #ccc;
	text-align: center;
}

#sponsors img{
	padding: 0 10px;
	border-right: 1px solid #ccc;
}

#sponsors span.last img{
	padding: 0 10px;
	border-right: none;
}

#copyright {
	width: 855px;
	margin: 20px;
	padding: 5px;
}

/* Main Navigation */

#main_navigation {
	padding-top: 28px;
}

#main_navigation ul, #main_navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
	 padding-bottom: 10px;
 }

 #main_navigation ul {
     text-align: center;
 }

 #main_navigation ul li {
     display: inline;
     margin-right: 0;
 }

 #main_navigation ul li.last {
     margin-right: 0;
 }

#main_navigation ul li a {
     background: url(/amm/themes/shared/images/nav_bg_right.jpg) no-repeat right;
     color: white;
	 font-weight: bold;
     padding: 12px 0 12px 0; !important
	 padding: 0;
     text-decoration: none;
	 white-space: nowrap;
 }

 #main_navigation ul li a span {
     background: url(/amm/themes/shared/images/nav_bg_left_cap.jpg) no-repeat left;
     padding: 12px 3em 12px 3em;
 }

 #main_navigation ul li a:hover span {
     color: #9FE039;
     text-decoration: none;
 }

/* Sub Navigation */

#sub_navigation {
	background: url(/amm/themes/shared/images/subnav_bg_main.jpg) top repeat-x #0066B0;
	width: 860px;
	margin: 5px 20px 0 20px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-left: 2px solid white;
	text-align: left;
}

#sub_navigation ul, #sub_navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
	 display: inline;
 }

 #sub_navigation ul li {
     display: inline;
	 background: url(/amm/themes/shared/images/subnav_divline.gif) center right no-repeat;
     margin-right: 0;
	 padding: 7px 1.5em;
 }

 #sub_navigation ul li.last {
	background: none;
 }

.subnav_section_header {
	background: url(/amm/themes/shared/images/subnav_bg_section.jpg) top right no-repeat #014A7F;
	color: #9FE039;
	font-weight: bold;
	border-right: 2px solid white;
	padding: 6px 1.7em;
	line-height: 26px;
}

#sub_navigation ul li a, #sub_navigation ul li a:visited {
	 color: white;
	 text-decoration: none;
}

#sub_navigation ul li a:hover, #sub_navigation ul li a:active {
	 color: #9FE039;
	 text-decoration: none;
}

/* Miscellaneous */

#progress_login {
	margin: 5px 0 5px 20px;
	padding: 0;
	width: 290px;
	font: 11px/1.4em;
	color: white;
	background-color: #7caf2d;
	float: right;
}

#progress_login .header {
	font-weight: bold;
	color: white;
	background-color: #8cb947;
	margin: 0;
	padding: 7px 0;
	text-align: center;
}

#progress_login a {
	color: white;
}

div.clear{
	clear: both;
}

li.on-nav a:link,
li.on-nav a:visited,
li.on-nav a:hover,
li.on-nav a:active,
li.on-sub-nav a:link,
li.on-sub-nav a:visited,
li.on-sub-nav a:hover,
li.on-sub-nav a:active {
	color: #9FE039 !important;
	text-decoration: none;
}

/* Training Log styles */

.hint_text {
	font-style: italic;
	color: #999;
}
.marathon_training_log_report_list_component,
.marathon_training_log_entry_component {
	padding: 1em 0;
}
.marathon_training_log_report_list_component table {
	border-collapse: collapse;
}

.marathon_training_log_report_list_component table th {
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: .25ex 1ex;
}
.marathon_training_log_report_list_component table td {
	text-align: center;
	border: 1px solid #cccccc;
	padding: .25ex 1ex;
}
.marathon_training_log_report_list_component table td.num {
	text-align: right;
}
.marathon_training_log_report_list_component table td.unit {
	text-align: left;
}
.marathon_training_log_report_list_component table td a.action_delete:hover {
	color: #f00;
}

/* override 100% width on confirmation tables, they're not clearing sidebar */
table.registration_block_confirm {
	width: 530px ! important;
}

img.blank {
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}
/* Components.css Override */
div.image_component.medium {
	width: auto;
}
