.button
{
	font-size: 10px;
	text-transform: none;
	color: #ffffff;
	background-color: #024474;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #417da8;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #012a48;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #012a48;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #417da8;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-decoration: none;
}

a:visited.button, a:link.button
{
	background-color: #024474;
	color: #fff;
	text-decoration: none;
}

/*
.button:hover
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #012a48;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #417da8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #417da8;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #012a48;
}
*/

#container-buttons
{
	width: 100%;
	text-align:center;
	margin-top: 10px;	
	font-size: 0.8em;
}

.grid-tickets
{
	font-size: 0.9em;
	margin: 10px 0px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	width: 100%;
}

.grid-tickets-header
{
	background-color:#dddddd;
	color:#666;
}

.grid-tickets td
{
	padding-left: 10px;
}

.grid-checkout
{
	font-size: 0.9em;
	margin-left: 0px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
	width: 100%;
}

.grid-checkout-header
{
	background-color:#dddddd;
	color:#666;
}

.grid-checkout-footer td
{
	border: none;
	text-align: center;
}

.grid-checkout td
{
	padding: 2px 10px 2px 10px;
}

.grid-checkout .remove
{
	font-size: 0.9em;
}

.checkout-totals
{
	overflow:hidden;
	border: solid 1px #cccccc;
	border-top-style: none;
	font-size: 0.9em;
	padding: 2px 10px 2px 10px;
}

.checkout-totals div.lhncol
{
	clear:both;
	float:left;
	text-align: left;
	padding: 5px 0 5px 0;
}

.checkout-totals div.rhncol
{
	padding-top: 5px;
	text-align:right;
}

.checkout-totals.total
{
	background-color:#dddddd;
	color: #666;
	font-weight: bold;
}

.checkout-totals.discount
{
	color: Red;
}

#loginregister
{
	overflow: hidden;
}

.box
{
	float: left;
	margin-right: 10px;
	border: none;
	background-color: #ddd;
	width: 300px;
	margin-bottom: -1000px; 
	padding-bottom: 1010px; 
}

.box .header
{
	border-left: solid 5px #f99f00;
	background-color: #333;
	color: #fff;
	padding: 4px 4px 4px 10px;
	font-size: 1.1em;
	font-weight:bold;
	text-transform: uppercase;
}

.box .content
{
	padding: 10px;
}

.box label
{
	float:left;
	width: 125px;
}

.box input
{
	float:right;
	margin-bottom: 5px;
}

.box .button
{
	clear:both;
	float:right;
	margin-bottom: 10px;
}

.box a
{
	clear:both;
	float:left;
	width: 16em;
	font-size: 0.9em;
	margin-top: 10px;
}

ul#container-bookingsteps
{
	width: 100%;	
	margin-bottom: 10px;
}

ul#container-bookingsteps li
{
	width: 33%;	
	padding: 5px;
	text-transform:uppercase;
	font-size: 0.9em;
	font-weight:bold;
	color:#000;
	list-style-type: none;
	display:inline;
	text-align: center;
	background-color: #ddd;
	border-right: solid 2px #fff;
}

ul#container-bookingsteps li.selected
{
	background-color:#006699;
	color: #fff;
}

.container-bookinginfo
{
	font-size: 1em;
	margin: 5px;
}

.container-bookinginfo .bookingref
{
	font-weight:bold;
}

.container-bookinginfo .items
{
	clear:both;
	width:100%;
}

.container-bookinginfo table
{
	width: 100%;
	margin: 0;	
}

.container-bookinginfo .total
{
	font-size: 0.9em;
	text-align:right;
	background-color: Transparent;
	color: #000;
	font-weight: bold;
	border: solid 1px #ccc;
	border-top: none;
	padding-right: 10px;
}

.container-bookinginfo .total label
{
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

.container-bookinginfo .outstandingamount
{
	clear:both;
	font-weight: bold;
	color:Red;
}

.grid-bookinginfo
{
	font-size: 0.9em;
	margin: 10px 0px;
	border: solid 1px #cccccc;
	background-color:#ffffff;
}

.grid-bookinginfo-header
{
	background-color:#dddddd;
	color:#666;
}

.grid-bookinginfo td
{
	padding: 2px 10px 2px 10px;
}

#container-billing
{
	padding-top: 10px;
	clear:both;
	font-size: 0.9em;
}

#container-billing label
{
	width: 300px;
	float: left;
	font-size: 0.9em;
	color: #000;
	margin-bottom: 4px;
}

#container-billing .importantinfo
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: Red;
}

#container-calendar
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:center;
}

#container-calendar .header
{
	width:100%;
	margin-bottom: 3px;
}

#container-calendar #current-month
{
	float:left;
	font-size:1.1em;	
	font-weight:bold;
	color: #455678;
	padding-left: 10px;
}

#date-selector
{
	float:right;
	padding-right: 10px;
}

#date-selector input, #date-selector select
{
	font-size:0.8em;	
	font-weight:normal;
}

#container-calendar table
{
	clear:both;
	border: none;
}

#container-calendar td
{
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#container-calendar div.col
{
	margin-top: 10px;
	width: 33%;
	float:left;
	text-align: center;
}

#container-calendar .title
{
	background-color:#a2a3ae;
	color: #fff;
	font-weight:bold;
    margin: 0;
    padding: 0;
}

#container-calendar .dayheader
{
	font-weight:bold;
	font-size: 0.7em;
	padding: 4px;
	color: #fff;
	background-color: #455678;
}

#container-calendar .nextprev
{
	background-color:#a2a3ae;
	color: #fff;
	font-weight:bold;
    padding-left: 5px;
    padding-right: 5px;
}

#container-calendar .nextprev a
{
	color:#fff;
}

#container-calendar .day, #container-calendar .today, #container-calendar .weekend
{
	vertical-align:top;
	text-align:left;
	background-color: #eee;
	border: solid 1px #fff;
	height:88px;
}

#container-calendar .day a, #container-calendar .today a, #container-calendar .weekend a
{
	background-color: #a2a3ae;
	width: 100%;
	padding: 2px 5px 2px 5px;
	color: #fff;
	font-size: 1.0em;
	font-weight:bold;
}

#container-calendar .today a
{
	background-color: #31528e;
	color: #ffff00;
}

#container-calendar .day div, #container-calendar .day div a, #container-calendar .today div, #container-calendar .today div a, #container-calendar .weekend div, #container-calendar .weekend div a
{
	padding-left: 2px;
	font-weight:normal;
	color: #000;
	background-color: Transparent;
}

#container-calendar .weekend, #container-calendar .weekend div
{
	background-color: #d4d4d4;
}

#container-calendar a.more
{
	background-color:Transparent;	
	color:#000;
}

#container-calendar .othermonthday div
{
	vertical-align:top;
	text-align: left;
	color:#000;
}

#container-calendar .item
{
	padding-left: 2px;
	margin-top: 2px;
}

ul#container-racelist
{
	list-style-type:none;
}

ul#container-racelist li
{
	list-style-type:none;
}

#container-dayview
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align:left;
}

#container-dayview .header
{
	width:100%;
	margin-bottom: 3px;
}

#container-dayview h4
{
	clear: both;
}

#container-dayview #actions
{
	margin-bottom: 5px;
}

#container-dayview #current-day
{
	float:left;
	font-size:1.1em;	
	font-weight:bold;
	color: #455678;
	padding-left: 10px;
}

#container-registerform label
{
	clear: both;
	float:left;
	width: 180px;
	margin-bottom:10px;
	padding-left: 10px;
}

.errortext	{ color:Red; font-weight:bold; font-size:0.9em; }

h1
{
	font-size: 1.2em;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	padding: 2px 2px 2px 6px;	
}

h3
{
    PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.8em;
    PADDING-BOTTOM: 4px;
    TEXT-TRANSFORM: uppercase;
    COLOR: #666666;
    PADDING-TOP: 4px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc;
    border: dashed 1px #666666;	
    border-right: none;
    border-left: none;
    margin-bottom: 10px;
}

h4
{
    PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 1.2em;
    PADDING-BOTTOM: 4px;
    TEXT-TRANSFORM: uppercase;
    COLOR: #666666;
    PADDING-TOP: 4px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc;
    border: dashed 1px #666666;	
    border-right: none;
    border-left: none;
    margin-bottom: 10px;
}

h6
{
	margin: 10px 0 5px 0;
	padding: 0 0 5px 5px;
	font-weight: bold;
	font-size:0.9em;	
	border-bottom: solid 1px #ccc;
}

#container-racetimes
{
	font-size:0.8em;
	width: 100%;
}

.fullwidth
{
	width: 100%;
}

.right
{
	float: right;
}
.left
{
	float: left;
}
.center
{
	text-align:center;
}
.clearBoth
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.Help
{
    BORDER-RIGHT: black 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: black 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: black 1px solid;
    COLOR: black;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: black 1px solid;
    FONT-FAMILY: Tahoma, Arial, Helvetica;
    BACKGROUND-COLOR: #ffff99
}

.fieldTXT
{
	font-size :12pt;
	font-family : "Verdana";
	font-weight:	700;
	color : #666666;
	background-color : #FFFFFF;
}

.textbox
{
	font-family : "Verdana";
	color : #333333;	
	background-color : #FFFFFF;
	width : 200px;
}

.textbox-email
{
	font-family : "Verdana";
	color : #333333;	
	background-color : #FFFFFF;
	width : 200px;
}

.textbox-zip
{
	font-family : "Verdana";
	color : #333333;	
	background-color : #FFFFFF;
	width : 80px;
}

.textbox-password
{
	font-family : "Verdana";
	color : #333333;	
	background-color : #FFFFFF;
	width : 100px;
}

div.message-box, div.message-box-success 
{
	width: 300;
	margin: 10px 10px 15px 80px;
    border: dashed 1px #cccccc;
	text-align:center;
	
}

div.message-box div, div.message-box-success div
{
	padding: 5px 5px 15px 5px;
}

.message-box h1
{
	background-color:red;
	color: #ffffff;
	font-size:100%;
	font-weight:bold;
	margin:0px;
}

.message-box-success h1
{
	background-color:green;
	color: #ffffff;
	font-size:100%;
	font-weight:bold;
}

.navTXT
{
	font-size :14pt;
	font-family : "Verdana";
	font-weight:	700;
	color : #aaaaaa;	
}

P
{
	font-size : 100%;	
}

#logoffCountdown
{
	font-size :8pt;
	font-family : "Verdana";
	color : #aaaaaa;	
}

.smallTXT
{
	font-size :100%;
}

.EventAttendeeHighlightMe
{
	background-color:#dddddd;
}

.laptimes-bestlaptime
{
	font-weight: bold;
}

.bestlaptimes-grid
{
	background-color:#ffffff;
	font-size: 0.9em;
	width:100%;
}

.bestlaptimes-header
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 1em;
    background-color:#eeeeee;
    color: #aaaaaa;
}

.bestlaptimes-header td
{
	border-bottom: dashed 1px #aaaaaa;
	font-weight: bold;
}

.bestlaptimes-item td
{
	border-bottom: dashed 1px #aaaaaa;
	padding: 3px;
}

.bestlaptimes-alternatingitem
{
	background-color:#ffffff;
}

.bestlaptimes-alternatingitem td
{
	border-bottom: dashed 1px #aaaaaa;
	padding: 3px;
}

.bestlaptimes-link ul {
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	list-style-type: none;
	font-size:110%;
}

.bestlaptimes-link ul li { display: inline; }

.bestlaptimes-link ul li a:link, .bestlaptimes-link ul li a:visited {
	margin:0px 0px 0px 0px;
padding:2px 2px 2px 2px;
/*height:17px;*/
font: 11px verdana,Arial,sans-serif;
line-height:18px;
color:#006699;
background:#ffffff;
text-decoration:none;
border:1px solid #111111;
font-weight:bold;
}

.bestlaptimes-link ul li a:hover
{
color:#ffffff;
background:#ef0000;
}

.form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 2px 2px;	
	font-weight: bold;
}

.form td
{
	font-weight: normal;
}

.events-grid
{
	background-color:#ffffff;
	font-size: 0.9em;
	width:100%;
}

.events-header
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 1em;
    background-color:#eeeeee;
    color: #aaaaaa;
}

.events-header td
{
	border-bottom: dashed 1px #aaaaaa;
	font-weight: bold;
}

.events-item td
{
	border-bottom: dashed 1px #aaaaaa;
	padding: 3px;
}

.events-alternatingitem
{
	background-color:#ffffff;
}

.events-alternatingitem td
{
	border-bottom: dashed 1px #aaaaaa;
	padding: 3px;
}

.basket
{
	margin-left: 10px;
}

.schedule
{
	margin: 10px 10px 10px 10px;
}

table.schedule
{
	border: solid 1px #cccccc;
}

tr.schedule td
{
	border: solid 1px #cccccc;
	padding: 5px;
}
	
.register
{
	margin: 10px 0px 10px 0px;
	width: 100%;
}

.register td
{
	padding: 6px 0px 6px 10px;	
}

.register th
{
	PADDING-RIGHT: 9px;
    PADDING-LEFT: 9px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    PADDING-BOTTOM: 4px;
    TEXT-TRANSFORM: uppercase;
    COLOR: #666666;
    PADDING-TOP: 4px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #cccccc;
    border-bottom: dashed 1px #666666;
}

.grid-weekview
{
	width:100%;
	border:none;
	font-size: 0.9em;
}

.grid-weekview td
{
	padding: 3px 10px 3px 10px;	
	border:none;
	border-bottom: dashed 1px #cccccc;
}

.grid-weekview .date
{
	width:5%;
	font-weight:bold;
}

.grid-weekview .header td
{
	font-weight:bold;
	color:#000000;	
}

.grid-weekview .resource
{
	width:50px;
}

.grid-weekview .weekend
{
	background-color: #dddddd;
}

.grid-weekview table.schedule
{
	margin:0px;
	font-size: 1.1em;
}

.grid-weekview li
{
	display:inline;
}

#bookingref
{
	background-color: #ffffff;
	border: dashed 1px #cccccc;
	width:150px;
	margin-left: 10px;
	padding: 5px;
	text-align:center;
}

#bookingref #number
{
	font-size:1.6em;
	font-weight:bold;
}

table.bookinglist
{
	margin-left:10px;
	margin-top:10px;
	background-color: #ffffff;
	border: dashed 1px #cccccc;
	width:100%;
}

table.bookinglist td
{
	padding:5px;
}

.bookinglist #bookingref
{
	border: none;
}

.profile
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	/*border-bottom: 1px dashed #CCCCCC;*/
	overflow: hidden;
}

.profile .col
{
	width: 45%;
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
}

.profile .lborder
{
	border-left: 1px dashed #CCCCCC;
}

.profile table
{
	width: 100%;
}

.editprofile
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	/*border-bottom: 1px dashed #CCCCCC;*/
	overflow: hidden;
}

.editprofile table
{
	width: 100%;
	margin: 8px 8px 8px 8px;
}

.editpassword
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	/*border-bottom: 1px dashed #CCCCCC;*/
	overflow: hidden;
}

.editpassword .col
{
	width: 100%;
	float: left;
	margin: 8px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
}

.editpassword table
{
	width: 100%;
}

#il_nav
{
	margin: 0px 10px 10px 10px;
}

ul.eventtype-legend
{
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
}

ul.eventtype-legend li
{
	display:inline;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eee;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
}

a.bookevent
{
	margin-left: 10px;	
	font-size: 1.4em;
	text-decoration: underline;
}

a.bookrace
{
	font-size: 1.4em;
	text-decoration: underline;
}

.dayview-item
{
	padding: 5px 5px 10px 5px;
	background-color: #eee;
	margin-bottom: 10px;
	float:left;
	width:100%;
}

.dayview-item-title
{
	font-size: 1.0em;
	font-weight: bold;
	clear:both;
}

.dayview-item-info
{
	font-size: 1.0em;
	margin-bottom: 5px;
}

/*
.dayview-item-link a:visited, .dayview-item-link a:link
{
	background-color: #024474;
	color: #fff;
	text-decoration: none;
}
*/

.pdf_small
{
	background: transparent url("../img/pdficon_small.gif")  no-repeat scroll;
	background-position: 0 1;
	padding-left: 18px;
	height: 20px;
}
