@charset "utf-8";
/* CSS Document */

#id_time_mm, #id_time_ss {
	width:50px;
	float:left;
}
body{	background-color:#e5e5e5; margin:0;}

img {
	border: 0;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
#site-wrapper{
	width:724px;
	border-right:1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color:#ffffff;
	padding:0 3px 3px 0;
}
#header-top{
	width:724px;
	height:84px;
}
#header-col-left{
	width:189px;
	float:left;
}
#header-col-right{
	width:520px;
	float:right;
	padding:12px 6px 0 0;
	text-align:right;
}
#top-nav{
	width:724px;
	height:20px;
	padding-top:10px;
	}
#top-nav a{
	font-family:Arial, Helvetica, sans-serif;
	color:#005081;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding:2px 4px;
}
#top-nav a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	background-color:#005081;
	padding:2px 4px;
}
.sc-strip{
	width:724px;
	height:3px;
	background-image:url(http://static.cityrace.co.uk/images/sc_strip.gif);
	margin:2px 0;
	overflow:hidden;
}
#header-graphic-container{
	width:724px;
	height:176px;
}
#content{
	width:708px;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
}
#content h1{
	font-size:20px;
	color:#333333;
	font-weight:bold;
	margin-top:0;
}
#content h2{
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
#content p{
	font-size:12px;
	color:#333333;
}

#content a{
	font-size:12px;
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover{
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#content ul{
	font-size:12px;
	color:#333333;
}
#content-col-left{
	width:496px;
	float:left;
	background-color:#F5F8FA;
	padding:22px;
}
#content-col-right{
	width:158px;
	float:right;
}
.ctas{
	border:0;
}
.ctas-home{
	border:0;
	margin:4px 8px;
}
#footer{
	width:724px;
	background-color:#1F7DC2;
	height:26px;
}
#footer-col-left{
	width:400px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:6px 0 0 6px;
}
#footer-col-right{
	float:right;
	width:175px;
}


dt {
	font-weight: bold;
	font-size: 14px;
}

dd {
	font-size: 12px;
}
dt .num {
	font-weight: normal;
	font-size: 12px;
}


ul.sponsors-list,
ul.sponsors-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sponsors-list {
	margin-bottom: 100px;
	text-align: center;
}
ul.sponsors-list li {
	display: inline;
}
ul.sponsors-list li a {
	width: auto;
	padding: 0 2em;
}


.sponsors-cont-left {
	float:left;
	/*width:25%;*/
	margin:0px 15px 0px 0px;
	font-size:11px;
}

.sponsors-cont-left img {
	border: 0;
}

#content-col-left ol {
	font-size: 12px;
}


#footer-col-middle{
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:6px 0 0 6px;
}
#footer-col-middle a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#footer-col-middle a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


/* form stuff */
p.buttons {
	clear: both;
	text-align: center;
}
form button {
	clear: both;
	background: #eee;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}
form button:hover {
	background: #fff;
}

form {
	padding: 1em 0 0 0;
	margin-left: 10px;
	width: 32em;
}
form.wide {
	width: auto;
}
form kbd {
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 1em;
}
label {
/*	display: block;*/
	float: left;
	clear: left;
	width: 11em;
	margin-top: -1em;
	color: #000;
	background: transparent;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
label.first {
	margin-top: 0.5em;
}
label input, label select {
	display: block;
	position: relative;
	top: -1.5em;
	left: 11em;
	width: 24em;
}
label select {
	width: 24.4em;
}	
label input, select, .wide td input {
	background-color: #eee;
	color: #555;
	border: 1px solid;
	border-color: #000;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}
label input:focus, .wide td input:focus {
	color: #000;
	background-color: #fff;
}
td label {
	display: inline;
	float: none;
}
th a {
	color: #fff;
	text-decoration: underline;
}
th a:hover {
	color: #fff;
}
fieldset {
	clear: left;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #006EA3;
	/*width: 32em;*/
	margin:10px 0;
	padding:0 0 0 10px;
	overflow: hidden;
}
fieldset legend {
	background: transparent;
	font-weight: bold;
	padding: 0 0.5em;
	color: #91CC1B;
}
fieldset.radio,
fieldset.select {
	margin: -0.5em 0 0 -0.1em;
	padding: 0;
	float: left;
	clear: left;
	border: none;
	text-align: left;
	width: 100%;
}
fieldset.radio legend, 
fieldset.select legend {
	position: relative;
	padding: 0;
	left: -0.3em;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
}
fieldset.radio>legend,
fieldset.select>legend {
	position: relative;
	left: -0.65em;
	padding-left: 0.1em;
}
fieldset.radio label,
fieldset.select label {
	position: relative;
	top: -1.25em;
	margin: 0 0 0 12em;
	font-weight: normal;
	display: inline;
}
fieldset.marathon label {
	margin: 0 0 0 26em;
}
fieldset.radio label input {
	position: static;
	width: auto;
	float: left;
	background-color: transparent;
	border: none;
}
fieldset.select select {
	position: relative;
	left: 11em;
	top: -1em;
	font-size: 0.9em;
}
fieldset.empty {
	border: none !important;
	padding: 1em 0 0 0;
	margin: 0 !important;
	display: block !important;
	position: static !important;
	width: auto !important;
}
span.required {
	color: #f00;
	background-color: transparent;
	font-weight: bold;
	float: left;
	display: block;
	width: 0.7em;
}
p.required {
	font-weight: bold;
	color: #f00;
	background-color: transparent;
}

form.agreement label {
	width: 100%;
	text-align: center;
	margin: 0 0 1em 0;
}
form.agreement input {
	position: static;
	display: inline;
	width: auto;
}


form .pass_recovery {
	clear: left;
	margin: 0 .75em 0 0;
	padding: 0;
	text-align: right;
	font-size: smaller;
	position: relative;
	top: -1.25em;
}

p.form-row {
	float: left;
	width: 100%;
	margin: 5px 0;
}

p.form-row textarea {
	float: right;
	width: 360px;
	height: 100px;
}

p.form-row input.small {
	width: 100px;
}

p.form-row label {
	float: left;
	margin: 0 5px 0 0;
	text-align: right;
}

p.form-row input, p.form-row select {
	float: right;
	border: 1px solid #333333;
	width: 340px;
}

p.form-right {
	margin-left: 135px;
}

div.break {
	clear: both;
}

span.asterisk {
	float: left;
	margin: 0 20px 0 0;
	color: #FF0000;
}

div.error {
	float: left;
	width: 100%;
}

div.error ul.errorlist {
	list-style-type: none;
	padding:0;
	margin: 0 0 0 150px;
}

div.error ul.errorlist li {
	font-weight: bold;
	color: red;
}

hr {
	border: 1px solid #006EA3;
}

p.form-row select.time {
	width: 74px;
	float: none;
}

div#intro {
	/*background-color:#F5F8FA;*/
	/*background: #F5F8FA url(http://static.cityrace.co.uk/images/intro.jpg) no-repeat center right;*/
	/*background: #40A006 url(http://static.cityrace.co.uk/images/intro.jpg) repeat-x top;*/
	background: #c4dbe6;
	padding:6px 15px 6px 15px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
}

div#intro h2, div#intro p {
	color: #000;
}

/* Runner list */

div.cell {
	height: 25px;
	float: left;
	line-height: 25px;
}

div#runner-list, div#company-list {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
}

div#runner-header, div#company-header {
	background: #c7dbe8;
	border: 1px solid #cdcdcd;
}

div.runner-num, div.runner-type {
	width: 30px;
	text-align: center;
}

div.runner-type img {
	margin-top: 5px;
}

div.runner-details {
	width: 570px;
}

div.invoice-details {
	width: 200px;
}

div.runner-action {
	width: 70px;
	text-align: center;
}

div#runner-item, div.company-item {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	border-bottom: 1px solid #cdcdcd;
}

div#runner-item a {
	font-size: 10px;
}

div#runner-item a:hover {
	font-size: 10px;
}

div#runner-item div.runner-num {
	background-color: gray;
}

div#runner-item:hover {
	background-color: #ededed;
}

/* admin page */

div.company-item:hover {
	background-color: #ededed;
}

ul#admin-actions {
	list-style-image: url(http://static.cityrace.co.uk/images/bullet.gif)
}

div.company-num, div.company-type {
	width: 30px;
	text-align: center;
}

div.company-type img, div.runner-type img {
	margin-top: 7px;
}

div.company-item div.company-num {
	background-color: gray;
}

div.company-details {
	width: 370px;
}

div.company-joined {
	width: 150px;
}

div.company-limit {
	width: 40px;
	text-align: center;
}

div#admin-menu {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	/*background-color: #ebebeb;*/
	background: transparent url(http://static.cityrace.co.uk/images/menu_bg.jpg) no-repeat;
	height: 27px;
}



div#admin-menu ul {
	list-style-type: none;
	padding:0;
	margin: 0 0 0 10px;
}

div#admin-menu ul li {
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 0;
	background: transparent url(http://static.cityrace.co.uk/images/menu_sep.gif) no-repeat top right;
}

div#admin-menu ul li.menuright {
	float: right;
	margin-right: 5px;
	background: transparent url(http://static.cityrace.co.uk/images/menu_sep.gif) no-repeat top left;
}

div#admin-menu ul li a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
}

div#admin-menu ul li a:hover {
	background-color: gray;
	color: white;
}

div#search {
	border: 1px dashed gray;
	float: left;
	padding: 10px;
	width: 687px;
	background-color: #ededed;
	margin-bottom: 10px;
}

div#search label {
	float: left;
	margin:0;
	padding:0;
	font-size: 12px;
	line-height: 20px;
}

div#search input {
	float left;
	width: 550px;
	border: 1px solid gray;
}

div#search input.noborder {
	border: 0;
}

div.search-options {
	margin-left: 133px;
	font-size: 12px;
}

div.search-options input {
	width: auto !important;
	vertical-align: bottom;
}

div#list-action {
	float: right;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

div.company-note {
	border: 1px solid #D7D7D7;
	padding: 5px;
	margin-top: 10px;
	background-color: #EDEDED;
	font-size: 12px;
}

div.company-note-header {
	font-weight: bold;
	background-color: #D7D7D7;
	padding: 5px;
	height: 27px;
}

div.company-note-header-left {
	float: left;
	line-height: 27px;
	height: 27px;
}

div.company-note-header-right {
	float: right;
}

div.company-note-header-right img {
	cursor: pointer;
}

div.notes-menu {
	width: 100%;
	background: transparent url(http://static.cityrace.co.uk/images/menu_bg.jpg) no-repeat;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

div.notes-menu img {
	vertical-align: middle;
}

div#notes-enclosure {
}

div#note-textarea {
	border: 1px solid #cdcdcd;
	background-color: #EDEDED;
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}

div#note-textarea textarea {
	width: 100%;
	height: 120px;
	border: 1px solid gray;
}

div#runner-div {
	background-color: #EDEDED;
	display:none;
}

div#invoice-div {
	display: block;
	background-color: #EDEDED;
}

img.arrow {
	vertical-align: middle;
}

div.status_pbar {
	border: 1px solid black;
	width:100%;
	height: 30px;
	text-align: left;
}

div#status_fill {
	background-color: green;
	height: 30px;
	width: 0;
	text-align: right;
	color: white;
	line-height: 30px;
}

span#status_percentage {
	padding-right: 10px;
}

ul.legend {
	list-style-type: none;
	padding: 0;
}

ul.legend li {
	color: #000;
}

div#flagup {
	display: none;
	padding: 30px 10px;
	border: 1px solid #cdcdcd;
	font-size: 12px;
	background: #40A006 url(http://static.cityrace.co.uk/images/intro.jpg) repeat-x top;
	height: 60px;
	color: white;
}

div#flagup img {
	float: left;
	margin-right: 20px;
}

div.company-info {
	background-color: #cdcdcd;
	border: 1px solid gray;
	padding: 10px;
}

table {
	border:1px solid #006EA3;
	border-collapse:collapse;
	margin:auto;
	width:100%;
}

th, td {
	border:1px solid #006EA3;
	padding:0.1em 0.25em;
}



#pressReleasesContainer table {
	border:none;
	border-collapse:collapse;
	margin:auto;
	width:100%;
}

#pressReleasesContainer th, #pressReleasesContainer td {
	border:none;
	padding:0.5em 0.25em;
}



th {
	background:#006EA3 none repeat scroll 0%;
	color:#FFFFFF;
}

table a {
	/*color: #1B8B2B !important;*/
	/*color: white !important;*/
	color: #000 !important;
}

table a.greenlink {
	color: #1B8B2B !important;
}
td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p.results {
	text-align: right;
	font-weight: bold;
}

form#searchform, form#deleteform {
	width: auto;
	margin:0;
	padding:0;
}
p.form-row input#id_run_before,
p.form-row input#id_take_place {
	width:auto;
	float:left;
	margin-left:25px;
	border:none;
}
p#jump_to_page {
	margin-top:-36px;
}

p.radios {
	clear: left;
	margin-left: 100px;
}
p.radios input,
p.radios label {
	display: inline;
	float: none;
	width: auto;
	border: none;
}
p.radios input {
	float: left;
	vertical-align: top;
}
p.radios label {
	float: left;
	clear: none;
	margin-top: 3px;
	margin-left: 4px;
	text-align: left;
	width: 480px;
}
p.places label {
	width: 15em;
	line-height: 2em;
}
p.places select {
	width: auto;
	float: left;
}
#account_setup p.form-row {

}

form.change_method {
    margin: 0;
    padding: 0;
    width: auto;
}


#invoice_notes {
    font-family:Arial, Helvetica, sans-serif;
}
#invoice_notes h1 {
}
#invoice_notes form {
    width: auto;
    padding: 0;
    margin: 0;
}
#invoice_notes form textarea {
    display: block;
    width: 380px;
    height: 200px;
}
#company-list th a {
	color: #fff ! important;
	font-size: 1em;
}
#company-list th a:hover {
	color: #fff ! important;
	font-size: 1em;
}
.dob_field select {
	width: auto ! important;
	float: none ! important;
	position: relative;
	left: 25px;
}
.radio_field {
	position: relative;
	left: 35px;
	width: 300px;
	display: block;
}
.radio_field label,
.radio_field input {
	width: auto ! important;
	float: none ! important;
	display: inline ! important
	border: none ! important;
}

change-team-limit label{
	margin:0 !important;
	padding:0 !important;
	width:200px !important;
}