/*
 * Copyright (c) 2008 
 * AMB Identification and Timing
 * http://www.amb-it.com
 *
 * This stylesheet defines the general styles
 */ 
 
 /* =Fonts		Fonts sizes and styles
-----------------------------------------------------------------------*/
/* Default font */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%; /* 16x0.75=11px 81.25% */
	line-height: 1.375em;
}

.orgbox {
    border: #FF0000 solid 1px;
    /* float: left; */
    display: inline-block;
    padding: 2px;
    width: 49%;
    margin: 2px;
    text-align: center;
    padding-top: 3px;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin: 0;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.375em;
	line-height: 1.636em;
	font-weight: bold;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

/* Paragraphs */
p {
	margin: 0.5em 0;
	margin-bottom: 1em;
}

/* Table fonts styles */
table {
	font-size: inherit;
	font: 100%;
}

th,td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}

/* Form fonts styles */
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/* Lists */
ul,ol {
	margin-bottom: 1em;
}

ul li {
	list-style-type: square;
}

/* Horizontal rule */
hr {
	height: 1px;
	background: #ccc;
	border: none;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

/* =Links		General link styles
-----------------------------------------------------------------------*/
a,a:link {
	text-decoration: underline;
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/* =DefinitionList
-----------------------------------------------------------------------*/
dl dt,dl dd {
	margin: 0.5em;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 1em;
}

dl dd a {
	color: #666 !important;
	text-decoration: none !important;
}

/* =TablesDefault		Default table styles
-----------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

caption,thead,tbody,tr,th,td {
	margin: 0;
	padding: 0;
}

caption {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	background-color: #b6100a;
	margin: 0;
	padding: 0.2em;
	margin-bottom: -0.5em;
}

thead {
	background-color: #fff;
}

th {
	font-weight: bold;
	text-align: left;
}

th,td {
	padding: 0.3em 1em;
	vertical-align: middle;
}

th,td img {
	vertical-align: middle;
}

/* Alternating rows */
.even {
	
}

.odd {
	background: #eee;
}

td.time,td.speed,td.laps,td.points {
	text-align: right;
}

/* Hovering a row (applies only to .hovered) */
thead tr.hovered:hover {
	background-color: transparent;
	color: #000000;
	cursor: auto;
}

tr.hovered:hover {
	background-color: #ffffcc;
	cursor: pointer;
}

tr.highlight {
	background-color: #ffffcc;
}

/* =LapchartHighlights		Default form styles
-----------------------------------------------------------------------*/
td.inpit {
	background-color: #00c7ff !important;
}

td.inlead {
	background-color: #eee;
}

td.nolap {
	background-color: #aaa;
}

/* =FormsDefault		Default form styles
-----------------------------------------------------------------------*/

form {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 1em;
}

form * {
	margin-bottom: 0.6em;
}

form option {
	margin-bottom: 0em;
}

form p {
	padding-left: 16em;
	margin-bottom: 0.8em;
}

label {
	font-size: 1em;
	width: 15em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 1em;
	padding-top: 0.1em;
}

fieldset {
	border: none;
	width: auto;
}

input,textarea,select {
	font-size: 1em;
}

input,textarea {
	padding-top: 0.1em;
	padding-left: 0.2em;
}

textarea {
	height: 6em;
	width: auto;
}

input[type="text"],input[type="password"],input[type="file"],input.text,input.password,input.file,textarea
	{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.submit {
	width: auto;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="file"]:focus,textarea:focus
	{
	background-color: #ffc;
}

input[type="radio"],input[type="checkbox"],input.radio,input.checkbox {
	vertical-align: text-top;
}

form label.required {
	font-weight: bold;
}

form input.optional,form select.optional,form textarea.optional {
	
}

form input.required,form select.required,form textarea.required {
	
}

form br {
	clear: left;
}

form span {
	margin-left: 2em;
	color: #999;
}

form .error {
	color: #c00;
}

textarea {
	overflow: auto;
}

input[type="submit"],input[type="clear"],input[type="button"],input.button
	{
	width: auto;
	text-align: centre;
}

input.radio,input.checkbox {
	padding-top: 0.2em;
	display: inline;
	float: left;
	width: 1.5em;
}

label.radio,label.checkbox {
	display: inline;
	float: left;
	width: auto;
	text-align: left;
}

fieldset.formfooter {
	background: #eee;
	margin: 0;
	padding: 0.3em;
	padding-top: 0.5em;
	padding-left: 16em;
	border-top: 1px solid #999;
}

fieldset.formfooter em {
	float: right;
	margin-right: 1em;
}

/* =Layout
-----------------------------------------------------------------------*/
html,body {
	height: 100%;
}

body {
	background: url(../images/background-top.jpg) repeat-x;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	min-width: 1024px;
}

#wrapper-inner {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 70px; /* Leave some space for footer */
}

/* Header */
#header h1 {
	margin: 0;
	margin-left: 5px;
	margin-top: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}

#crumtrail {
	position: absolute;
	top: 150px;
	left: 235px;
}

#crumtrail,#crumtrail a,#crumtrail a:hover {
	color: #666;
}

/* Page */
#page {
	margin-top: 163px;
}

#sidebar {
	float: left;
	width: 235px;
	padding-top: 0.5em;
}

#content {
	float: left;
	width: 63em;
}

#content div.mylaps {
	margin: 0.5em 0;
	width: 100%;
}

/* Footer */
#footer {
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

#footer a {
	text-transform: uppercase;
}

#footer-branding {
	background: #000 url(../images/background-footer.gif) repeat-x top left;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	padding-top: 6px;
	height: 25px;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
}

/* =Branding
-----------------------------------------------------------------------*/
	/* Mylaps.com branding */
#branding {
	position: absolute;
	top: 63px;
	width: 427px;
	height: 92px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#branding span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/mylaps.jpg) left top;
}

/* AMB i.t. branding */
#ambit {
	position: absolute;
	top: 33px;
	right: 10px;
	width: 174px;
	height: 36px;
	margin-right: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#ambit span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/ambit.gif) right top;
}

/* =Menus
-----------------------------------------------------------------------*/
	/* Main menu */
#mainmenu {
	position: absolute;
	font-size: 0.9em;
	margin: 0;
	margin-left: 10px;
	margin-top: 4px;
	padding: 0;
	padding-right: 40px;
	background: url(../images/menu-right.jpg) no-repeat top right;
	z-index: 999;
}

#mainmenu_first {
	padding-left: 40px;
	background: url(../images/menu-left.jpg) no-repeat top left;
}

#mainmenu_first a {
	padding-left: 25px;
}

#mainmenu a {
	display: block;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2em;
	color: #bf110b;
	font-weight: bold;
	text-transform: uppercase;
}

#mainmenu a:hover {
	color: #000;
}

#mainmenu ul {
	margin-bottom: 0;
}

#mainmenu li {
	margin: 0;
	padding: 0 0.8em;
	float: left;
	list-style: none;
}

#mainmenu li ul {
	position: absolute;
	width: 8em;
	top: 27px;
	left: -999em;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#mainmenu li ul li {
	clear: left;
	padding: 0 0.5em;
	width: 100%;
	margin-top: -1px;
	margin-left: 1.2em;
	background: #ccc;
	border: 1px solid #999;
}

#mainmenu li ul li a {
	width: 100%;
	padding-bottom: 0.1em;
	font-weight: normal;
	text-transform: none;
}

#mainmenu li:hover ul,#mainmenu li.sfhover ul {
	left: auto;
}

#mainmenu img {
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 0.5em;
}

/* Footer menu */
#footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 1.4em;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#footer-menu li {
	display: inline;
}

#footer-menu li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/* =Tasks
-----------------------------------------------------------------------*/
ul.tasks {
	float: right;
	margin-top: 0.5em;
	width: 15em;
}

ul.tasks li {
	margin: 0;
	list-style-type: none;
}

/* =MyLapsBorder
-----------------------------------------------------------------------*/
div.mylaps {
	width: 200px;
	margin-left: 5px;
	margin-bottom: 1.5em;
}

div.mylaps div.feedback {
	border: none;
	margin-left: 300px;
	text-align: left;
}

div.mylaps div {
	border: solid #ccc 1px;
}

div.mylaps div div {
	border: none;
}

div.mylaps div.padded {
	padding: 1em;
}

div.mylaps p,h3 {
	margin: 0.4em 0.4em;
}

div.mylaps form {
	margin: 0;
}

div.mylaps h1 {
	color: #fff;
	background: url(../images/mylaps-right.jpg) no-repeat top right;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

div.mylaps h1 span { /* span is used for sliding doors */
	display: block;
	background: url(../images/mylaps-left.jpg) no-repeat top left;
	padding-top: 2px;
	padding-left: 7px;
	padding-bottom: 2px;
}

div.mylaps.ad a {
	text-decoration: none;
	font-weight: bold;
	color: #ddd;
}

div.questioninfaq {
	color: #000;
	font-size: 2em;
	text-align: center;
}

div.mylaps div.error {
	clear: both;
	padding-top: 5px;
	border: none;
	color: red;
	text-align: left;
}

div.mylaps div.comment {
	clear: both;
	padding-top: 5px;
	border: none;
	text-align: left;
}

/* =Tables			Tables with other styles
-----------------------------------------------------------------------*/
table.mylaps {
	width: 100%;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.mylaps a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

table.mylaps td, table.mylaps th {
	border-top: solid 1px #ccc;
	font-size: 9pt;
}

table.mylaps td img.profile {
	float: right;
	margin-left: 3em;
	display: inline;
}

table.mylaps tfoot td {
	padding-top: 0.5em;
	border-bottom: solid 1px #ccc;
}

table.mylaps td.noline {
	border-top: none;
	border-bottom: none;
}

table.mylaps td.additional {
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}

table.mylaps caption,table.mylaps caption a {
	color: #fff;
}

table.mylaps caption {
	background: url(../images/mylaps-right.jpg) no-repeat top right;
	font-size: 1em;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}

table.mylaps caption span {
	background: url(../images/mylaps-left.jpg) no-repeat top left;
	display: block;
	padding-top: 3px;
	padding-left: 7px;
	padding-bottom: 3px;
}

table.mylaps caption span span {
	background: transparent;
	float: right;
	margin-top: -1.3em;
	margin-right: 10px;
	padding: 0;
}

table.mylaps thead td {
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

table.mylaps tfoot {
	background: #f8f8f8;
}

table.mylaps tfoot span, table.mylaps .fauxfoot span {
	float: right;
}

table.mylaps tfoot img {
	vertical-align: middle;
}

/* =ChampionshipTable
-----------------------------------------------------------------------*/
#championship col.season {
	width: 3em;
}

#championship col.tasks {
	width: 10em;
}

/* =SectionTimesTable
-----------------------------------------------------------------------*/
table.idm {
	width: 100%;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.idm td img {
	float: right;
	margin-left: 3em;
	display: inline;
}

table.idm a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

table.idm,table.idm thead,table.idm thead td,table.idm thead tr {
	border: none;
}

table.idm td {
	border-top: solid 1px #ccc;
}

table.idm tbody,table.idm tfoot {
	border-bottom: solid 1px #ccc;
}

table.idm td.noline {
	border-top: none;
	border-bottom: none;
}

table.idm thead td {
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

table.idm tfoot {
	background: #f8f8f8;
}

table.idm tfoot span {
	float: right;
}

table.idm td.date {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	background-color: #b6100a;
	margin: 0;
	padding: 0.2em;
}

table.idm col.time {
	width: 3em;
}

table.idm col.passings {
	width: 2em;
}

/* =SectionTimesTable
-----------------------------------------------------------------------*/
td.notqualified {
	font-weight: bold;
	background: #ddd;
	padding: 0.5em;
}

/* =SectionTimesTable
-----------------------------------------------------------------------*/
table.sectiontimes,table.sectiontimes td,table.sectiontimes tbody {
	margin: 0;
	padding: 0;
}

table.sectiontimes td,table.sectiontimes tbody {
	border: none;
}

table.sectiontimes td {
	padding-left: 2em;
	text-align: right;
}

/* =EventsTable (frontpage)
-----------------------------------------------------------------------*/
#events {
	width: 100%;
}

#events.country {
	width: 18px;
}

#events.location {
	width: 6em;
}

#events.date {
	width: 6em;
}

#events tr.country {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/sports/13.jpg) no-repeat top left;
}

#events tr.country h1 {
	margin: 0;
	padding: 0;
	color: #bf110b;
	font-size: 1.1em;
	margin-bottom: 1em;
	float: left;
}

#events tr.country img {
	margin: 0;
	margin-top: 5px;
	float: right;
}

#events tr.sport:hover {
	background-color: transparent;
	cursor: auto;
}

#events tr.sport {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/sports/13.jpg) no-repeat top right;
	height: 40px;
}

#events tr.sport h1 {
	margin: 0;
	padding: 0;
	color: #bf110b;
	font-size: 1.1em;
	margin-bottom: 1em;
	float: left;
}

#events tr.sport1 {
	background: url(../images/sports/1.jpg) no-repeat top right;
}

#events tr.sport2 {
	background: url(../images/sports/2.jpg) no-repeat top right;
}

#events tr.sport3 {
	background: url(../images/sports/3.jpg) no-repeat top right;
}

#events tr.sport4 {
	background: url(../images/sports/4.jpg) no-repeat top right;
}

#events tr.sport5 {
	background: url(../images/sports/5.jpg) no-repeat top right;
}

#events tr.sport6 {
	background: url(../images/sports/6.jpg) no-repeat top right;
}

#events tr.sport7 {
	background: url(../images/sports/7.jpg) no-repeat top right;
}

#events tr.sport8 {
	background: url(../images/sports/8.jpg) no-repeat top right;
}

#events tr.sport9 {
	background: url(../images/sports/9.jpg) no-repeat top right;
}

#events tr.sport10 {
	background: url(../images/sports/10.jpg) no-repeat top right;
}

#events tr.sport11 {
	background: url(../images/sports/11.jpg) no-repeat top right;
}

#events tr.sport12 {
	background: url(../images/sports/12.jpg) no-repeat top right;
}

#events tr.sport13 {
	background: url(../images/sports/13.jpg) no-repeat top right;
}

/* =UpcomingTable (frontpage)
-----------------------------------------------------------------------*/
#upcoming {
	width: 100%;
}

#upcoming.country {
	width: 18px;
}

#upcoming.date {
	width: 6em;
}

/* =PracticeTable (frontpage)
-----------------------------------------------------------------------*/
#practice {
	width: 100%;
}

#practice.country {
	width: 18px;
}

#practice.track {
	
}

#practice.status {
	width: 2em;
}

/* =LapchartTable
-----------------------------------------------------------------------*/
#lcTable {
	width: 100%;
}

#lcTable col.col0 {
	width: 0.8em;
}

#lcTable col.col2,col.col3,col.col4,col.col5,col.col6,col.col7,col.col8,col.col9,col.col10,col.col11,col.col12,col.col13,col.col14,col.col15
	{
	width: 0.8em;
}

/* =PracticeTable (frontpage)
-----------------------------------------------------------------------*/
#practiceoverview {
	width: 100%;
}

#practiceoverview #country {
	width: 18px;
}

#practiceoverview #location {
	width: 15em;
}

#practiceoverview #date {
	width: 6em;
}

#practiceoverview tr.country {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/line.jpg) no-repeat top right;
}

#practiceoverview tr.country h1 {
	margin: 0;
	padding: 0;
	color: #bf110b;
	font-size: 1.1em;
	margin-bottom: 1em;
	float: left;
}

#practiceoverview tr.country img {
	margin: 0;
	margin-top: 5px;
	float: right;
}

#practiceoverview tr.sport:hover {
	background-color: transparent;
	cursor: auto;
}

#practiceoverview tr.sport {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/sports/13.jpg) no-repeat top right;
	height: 40px;
}

#practiceoverview tr.sport h1 {
	margin: 0;
	padding: 0;
	color: #bf110b;
	font-size: 1.1em;
	margin-bottom: 1em;
	float: left;
}

#practiceoverview tr.sport1 {
	background: url(../images/sports/1.jpg) no-repeat top right;
}

#practiceoverview tr.sport2 {
	background: url(../images/sports/2.jpg) no-repeat top right;
}

#practiceoverview tr.sport3 {
	background: url(../images/sports/3.jpg) no-repeat top right;
}

#practiceoverview tr.sport4 {
	background: url(../images/sports/4.jpg) no-repeat top right;
}

#practiceoverview tr.sport5 {
	background: url(../images/sports/5.jpg) no-repeat top right;
}

#practiceoverview tr.sport6 {
	background: url(../images/sports/6.jpg) no-repeat top right;
}

#practiceoverview tr.sport7 {
	background: url(../images/sports/7.jpg) no-repeat top right;
}

#practiceoverview tr.sport8 {
	background: url(../images/sports/8.jpg) no-repeat top right;
}

#practiceoverview tr.sport9 {
	background: url(../images/sports/9.jpg) no-repeat top right;
}

#practiceoverview tr.sport10 {
	background: url(../images/sports/10.jpg) no-repeat top right;
}

#practiceoverview tr.sport11 {
	background: url(../images/sports/11.jpg) no-repeat top right;
}

#practiceoverview tr.sport12 {
	background: url(../images/sports/12.jpg) no-repeat top right;
}

#practiceoverview tr.sport13 {
	background: url(../images/sports/13.jpg) no-repeat top right;
}

/* =MembersTable (frontpage)
-----------------------------------------------------------------------*/
#members {
	width: 100%;
}

#members #country {
	width: 18px;
}

/* =EventsOverview
-----------------------------------------------------------------------*/
#eventsoverview {
	width: 100%;
}

#eventsoverview a {
	text =decoration: none;
}

#eventsoverview #date {
	width: 6em;
}

/* =Columns (frontpage)
-----------------------------------------------------------------------*/
#resulttables {
	margin: 0;
	float: left;
	width: 35em;
}

#othertables {
	margin: 0;
	float: right;
	width: 25em;
}

/* =Columns (practice)
-----------------------------------------------------------------------*/
#practice_column1 {
	margin: 0;
	float: left;
	width: 47em;
}

#practice_column2 {
	margin: 0;
	float: right;
	width: 15em;
}

#idmpassingscol1 {
	width: 29em;
	float: left;
}

#idmpassingscol2 {
	width: 29em;
	float: right;
}

/* =Forms
-----------------------------------------------------------------------*/
#loginform {
	width: 98%;
	margin-top: 1em;
	margin-left: 0.5em;
}

#loginform input {
	margin-bottom: 0.7em;
	font-size: 1em;
}

#loginform input.textfield,#loginform input.password {
	width: 90%;
	height: 1.4em;
}

#loginform label {
	display: block;
}

#loginform .checkbox {
	display: block;
	float: left;
	margin-right: 0.5em;
}

#loginform .button {
	float: right;
	width: 5em;
	margin-right: 1em;
}

/* =Filters
-----------------------------------------------------------------------*/
#filters {
	z-index: 1;
	margin: 0;
	padding: 0.3em;
	background: #f8f8f8;
	border: solid 1px #ddd;
	width: 62.4em;
	margin-bottom: 0.5em;
}

#filterform {
	float: left;
}

#filterform * {
	margin: 0;
	padding: 0;
}

#filterform fieldset {
	float: left;
	width: 13em;
	margin-left: 1em;
	margin-right: 0.1em;
}

#filterform label {
	width: 100%;
	display: block;
	font-weight: bold;
	text-align: left;
}

#filterform select {
	width: 100%;
}

#countryfiltericon {
	float: left;
	margin-right: 0.5em;
}

#sportfiltericon {
	float: left;
	margin-right: 0.5em;
}

#statusfiltericon {
	float: left;
	margin-right: 0.5em;
}

/* =SearchForm
-----------------------------------------------------------------------*/
#searchform {
	display: block;
	position: absolute;
	top: 100px;
	margin-left: 62em;
	width: auto;
}

#searchform input.textfield {
	float: left;
	width: 15em;
	height: 1.5em;
	z-index: -1;
}

#searchform .button {
	float: left;
	width: 5em;
	margin-left: 0.5em;
}

.paging {
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	text-align: center;
}

div.info div {
	float: right;
	margin-top: 0.5em;
	width: 12em;
}

div.info div img {
	display: block;
	margin: 0.3em;
	margin-right: 1em;
}

div.info div.logo img {
	display: inline;
	float: right;
	margin: 0.3em;
	margin-right: 1em;
}

div.info table {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

div.info thead {
	display: none;
}

table.info thead {
	display: none;
}

table.info {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

div.info td {
	vertical-align: top;
}

div.info #label {
	width: 10em;
}

div.info #value {
	width: 40em;
}

/* =EventTree
-----------------------------------------------------------------------*/
table.eventtree {
	width: 60em;
	margin: auto auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

table.eventtree col.type {
	width: 5em;
}

table.eventtree col.time {
	width: 5em;
}

table.eventtree col.name {
	
}

table.eventtree col.date {
	width: 10em;
}

table.eventtree td {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

table.eventtree td.rt0 { /* Practice */
	background: #d3aee2; /* ccccff */
	text-align: center;
}

table.eventtree td.rt1 { /* Qualify */
	background: #98badd; /* 99ccff */
	text-align: center;
}

table.eventtree td.rt2 { /* Race */
	background: #cccccc;
	text-align: center;
}

table.eventtree td.merge { /* Race */
	background: #ddcaca;
}

table.eventtree a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

/* =RunTable
-----------------------------------------------------------------------*/
.perclass {
	color: #ffffff;
	font-weight: bold;
	background-color: #b6100a;
}

/* =RunTable
-----------------------------------------------------------------------*/
#laptimesgraph {
	width: 100%;
}

#laptimesgraph img {
	margin: 0.5em;
	margin-left: 1em;
}

#compareto {
	float: right;
}

#laptimes col.lap {
	width: 1em;
}

#laptimes col.lead {
	width: 1em;
}

#laptimes col.laptime {
	width: 5em;
}

#laptimes col.diff {
	width: 5em;
}

#laptimes col.gap {
	width: 5em;
}

#laptimes col.speed {
	width: 5em;
}

#laptimes col.sections {
	width: 10em;
}

table.practicetimes {
	width: 95%;
	margin-left: 1em;
	margin-right: 1em;
}

table.practicetimes td.timebar {
	
}

table.practicetimes thead {
	font-weight: bold;
}

table.practicetimes caption {
	margin-bottom: 1em;
}

table.practicetimes col.lap {
	width: 1em;
}

table.practicetimes col.totaltime {
	width: 8em;
}

table.practicetimes col.laptime {
	width: 6em;
}

table.practicetimes col.section {
	width: 4em;
}

table.practicetimes td {
	border-top: solid 1px #ccc;
}

table.practicetimes tbody,table.practicetimes tfoot {
	border-bottom: solid 1px #ccc;
}

/* =RSS
-----------------------------------------------------------------------*/
#rssfeeds li,#rssfeeds img {
	vertical-align: middle;
}

#rssfeeds a img {
	text-decoration: none;
}

/* =FAQ
-----------------------------------------------------------------------*/
#faq li {
	list-style-type: none;
}

#faq li h2 {
	margin-top: 1.5em;
	margin-bottom: 0;
	font-size: 1em;
}

/* =Practice
-----------------------------------------------------------------------*/
.LiveBetterEven,.LiveBetterOdd {
	background-color: #E8FFE1;
}

.LiveWorserEven,.LiveWorserOdd {
	background-color: #FFD9D9;
}

.LiveBestTime,.best {
	background-color: #CF9FFF;
}

.LiveInvalidLaptime {
	background-color: #C3C3C3;
}

.LivePit,.pit {
	background-color: #95BFFF;
}

.flag-green {
	background-color: #E8FFE1;
}

.flag-red {
	background-color: #FFD9D9;
}

.flag-yellow {
	background-color: #FFFFC3;
}

.flag-black {
	background-color: #C3C3C3;
}

td.LiveTOD {
	
}

/* =Forms
-----------------------------------------------------------------------*/
#feedbackform input.radio {
	margin-left: 2em;
}

#feedbackform fieldset.formfooter {
	padding-left: 2em;
}

#loginform {
	padding-top: 0;
}

#loginform * {
	margin-bottom: 0.1em;
}

#loginform label {
	text-align: left;
}

#registerform input[type="text"],#registerform input[type="password"],#registerform input.text,#registerform input.password,#registerform textarea,#registerform select
	{
	width: 20em;
}

#registerform #subdomain {
	width: 11em;
}

#registerform #image {
	width: 20em;
}

#searchform {
	padding: 0;
}

#searchidmtrack {
	float: left;
	width: 30em;
}

#searchidmtrack label {
	width: auto;
}

#idmrefresh {
	float: right;
	width: 18em;
	text-align: right;
}

#idmrefresh select {
	margin: 0.5em;
	display: inline;
}

#idmrefresh img {
	vertical-align: middle;
	margin-right: 1em;
}

/* =SkipNavigation
-----------------------------------------------------------------------*/
#skipnavigation {
	margin-left: -5000px;
	float: left;
}

#skyscraperad {
	position: absolute;
	top: 185px;
	left: 1025px;
}

a.current {
	font-size: 1.3em;
}

div.message {
	background: #efefef;
	padding: 0.5em;
	border: 1px solid #eee;
}

/* =Calendar
-----------------------------------------------------------------------*/

div.calendar {
	background: url(../images/calendar/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}

div.calendar * {
	margin: 0;
	padding: 0;
}

div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}

div.calendar caption {
	color: #333;
	font: normal 12px/ 16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}

div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}

div.calendar caption a.prev {
	background-image: url(../images/calendar/calendar-prev.gif);
	left: 0;
}

div.calendar caption a.next {
	background-image: url(../images/calendar/calendar-next.gif);
	right: 0;
}

div.calendar caption a:hover {
	background-position: 0 12px;
}


div.calendar caption {
	background: none !important;
}

div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}

div.calendar caption span.month {
	padding-right: 8px;
}

div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: none !important;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.calendar td, div.calendar th {
	border: 0;
	color: #b6100a;
	height: 21px;
	width: 21px;
	text-align: center;
}

div.calendar td {
	background: url(../images/calendar/calendar-td.gif);
	color: #fff;
	font-size: 0.8em;
}

div.calendar td.invalid {
	color: #999;
}

div.calendar td.valid {
	background: url(../images/calendar/calendar-valid.gif);
	color: #b6100a;
	cursor: pointer;
}

div.calendar td.hilite {
	background: url(../images/calendar/calendar-hilite.gif);
}

div.calendar td.inactive {
	background: url(../images/calendar/calendar-td.gif) 0 100%;
	color: #fff;
}

div.calendar td.active,div.calendar td.hover {
	background: url(../images/calendar/calendar-valid.gif) 0 100%;
	color: #fff;
	cursor: pointer;
}

button.calendar {
	background: url(../images/calendar/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-left: 3px;
	margin-right: 6px;
	width: 20px;
	vertical-align: bottom;
}

button.calendar:hover,button.calendar.active {
	background-position: left bottom;
}

div.policy p,
div.disclaimer p {
	margin-bottom: 1.5em;
}

#practicelegend li {
	list-style-type: none;
}

table.registeredtx td {
	margin: 0;
	padding: 0.1em;
}

table.registeredtx img {
	vertical-align: middle;
}

#idmtracklogo {
	margin-left: -60px;
}
