
a {
/*	text-decoration: none; */
	color: blue;
}

div.link a,
a.link {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dotted #aaaaaa;
}


.accessibility {
	display:none;
}

body { background:#CCC; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

h1 {
	font-size: 2em;
	font-weight: 800;
	margin-bottom: 0.5em;
}

div#main_content p {
	padding-bottom: 1em;
}

.clear-both {
	clear: both;
}
#container {
	background:url(../img/layout/main_bg.png) repeat-y;
	width:904px;
	margin:0 auto;
	overflow:auto;
	position:relative;
}
#header { position:relative; }
#upper_header {
	background: url(../img/layout/hd_tyre_upper.gif) no-repeat #fff;
	height:71px;
}
#lower_header {
	background:url(../img/layout/hd_lower.jpg) no-repeat;
	height:65px;
}
#fleetworld {
	background:url(../img/layout/fw_logo.gif) no-repeat;	
	right:0;
	position:absolute;
	width:231px;
	height:71px;
}

#fleetevents {
	background:url(../img/layout/fleetevents.gif) no-repeat;	
	left:90px;
	top: 12px;
	position:absolute;
	width:332px;
	height:69px;
}

#fleetworld a,
#fleetevents a {
	display: block;
	width: 100%;
	height: 100%;
}


#sidebar {
	background: url(../img/layout/sb_upper.jpg) no-repeat;
	min-height:200px;
	width:240px;
	float:left;
	padding-left: 12px;
	padding-top: 65px;
}


/* search form */

#sidebar .search {
	margin-bottom: 2.5em;
}

#sidebar .search label {
	color: white;
	font-weight: 800;
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

#sidebar .search .button {
	background: url(../img/layout/button-search-go2.gif) no-repeat top left;
	width: 43px;
	height: 25px;
	border: 1px solid #575757;
	color: black;
    padding-bottom: 3px;
}

#sidebar .search .txt {
	font-size: 1.4em;
	border:1px;
	width: 170px;
	height: 24px;
	margin-right: 8px;
}

/* main navigation */
ul#main-navigation li {
	background: url(../img/layout/menu-bck.gif) no-repeat top left;
	margin-bottom: 7px;
}

ul#main-navigation li span {
	display:block;
	padding: 10px 10px 10px 10px;
	width: 210px;
	background: url(../img/layout/menu-bck-footer.gif) no-repeat bottom left;
}


ul#main-navigation a {
	text-decoration: none;
	color: white;
	font-weight: 800;
}

ul#main-navigation a:hover {
	color: #f0f0f0;
}


#main_content {
	background:#fff;
	width:629px;
	min-height:500px;
	float:right;
	padding:10px;
}
#footer { 
	height:30px;
	clear:both;
	text-align: right;
	padding: 5px 10px 0 0;
}

#footer,
#footer a {
	color: white;
}

/*Fonts */
td, a, p { font-size:12px; }
p, a, span, th, td{ font-family:Arial, Helvetica, sans-serif;  }
p { line-height:1.4em; }

/* Event listing table */

table.event_table {
	width:100%;
	margin-bottom: 1em;	
}

table.event_table td.state {
	text-align: center;
}

dl.event-state dt,
dl.event-state dd {
	display: inline;
	float: left;
	padding-right: 10px;
}

dl.event-state dd {
	padding-right: 40px;
}

dl.event-state dd {
	margin-top: 5px;
}

table.event_table th {
	background: url(../img/layout/th_bg.png) repeat-x black;	
	height:30px;
	color:white;
	line-height:30px;
	border-left:1px solid #999;
	border-right:1px solid #000;
	padding-left:5px;
}
table.event_table th, table.event_table th a {
	font-size:14px;
	text-decoration:none;
	color:#fff;
}
table.event_table th a { padding-right:18px; }
table.event_table th a.loading { background:url(../img/layout/ajax-loader-wht.gif) no-repeat right; }
table.event_table th a.asc { background:url(../img/layout/icon-asc.gif) no-repeat right; }
table.event_table th a.desc { background:url(../img/layout/icon-desc.gif) no-repeat right; }

table.event_table td {	
	height:40px;
	border-left:1px solid #fff;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:4px;
}


table.event_table td.logo {
	text-align: center;
}

table.event_table tr {	
	background: url(../img/layout/td_bg.png) repeat-x #EBEBEB;
}

/* Event calendar */

#monthlist {
	position: relative;
	margin-bottom: 1em;
}

#monthlist ul {
	position: relative;
	width: 100%;
}

#monthlist li { 
	display:inline-block;
	height: 1.5em;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	padding: 5px;
	padding-top: 8px;
	margin-right: 3px;
	 
}


#monthlist li a {
	border: 0;
	color: black;
	text-decoration: none;
}

#monthlist li.previous,
#monthlist li.next
{
}

div.prev-next {
	margin-bottom: 0.5em;
	text-align: right;
	padding: 0 10px 10px 0;
	font-size: 1.2em;
}

div.prev-next a {
	font-size: 1.2em;
	text-decoration: none;
}


table.event_cal td {
	height:80px;
	width:80px;
}
table.event_cal td.we {
	color:green;
}
a.cal_event {
	display:block;
	background:#390;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	line-height:14px;
	text-align:center;
	border:2px solid #060;
	text-decoration:none;
	font-size:10px;
	margin-top:3px;
	padding:2px;
}
a.cal_event:hover {
	background:#060;
}

/* Event Details */

#event_header { padding-bottom:20px; }
#event_date { background:url(../img/layout/event_head_bg.png) repeat-x; height:42px; line-height:42px; font-size:14px; color:#326597; }
#event_date .location { padding-left: 0px; }
#event_title { background:url(../img/layout/event_title_bg.png) repeat-x; height:42px; line-height:42px; float:left; padding: 0 10px; font-size:16px; color:#fff; margin-right:10px; font-weight:bold;}

/* Form Stuff */

fieldset { border:1px solid #999; padding:10px; margin:10px 0; background:#E9E9E9 url(../img/layout/fieldset_bg.png) repeat-x}
legend { /*border:1px solid #999;*/ padding:3px; color:#297990;font-size:14px; background:#fff;}
div.input { padding:5px 0; }
div.input label { display:block; float:left; width:150px; line-height:18px;}
input:focus, textarea:focus { background:#FFC; }

/* Login Stuff */

#login { position:absolute; right:20px; top:100px; text-align: right; line-height: 1.4em;}


/* Flash Alerts */

#flashMessage { width:200px; border:2px solid #900; min-height:50px; position:absolute; background:#fff url(../img/layout/alert.gif) no-repeat 10px 10px; color:#900; top:50px; right:100px; z-index:10; padding:10px 10px 10px 50px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}


.contact-us form div {
	display: inline-block;
}

form span.error {
	color: red;
	padding-left: 20px;
}

.main_content form label {
	text-align: right;
	padding-right: 5px;
}

.contact-us form div.text input,
.contact-us form textarea {
	width: 250px;
}

.contact-us form label {
	width: 100px;
}

.contact-us form div.submit {
	width: 350px;
	text-align: right;
}

ul.bullet-point {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 1em;
	width: 80%;
	line-height: 1.7em;
}

.no-margin-bottom {
	margin-bottom: 0;
}

table.event_listing td {
	height: 50px;
	vertical-align: middle;
}


/* pagination */
.paging div {
	display: inline;
	float: left;
	padding-right: 10px;
}

div.paging {
	font-size: 1.3em;
}


div.paging div,
div.paging span span,
div.paging a {
	font-size: inherit;
}

div.paging span {
	margin-right: 10px;
}

div.paging span span {
	margin-left: 5px;
	margin-right: 5px;
}

div.checkbox {
	clear: both;
}

div.checkbox input {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

div.checkbox label {
	float: left;
	width: 500px;
}

div.error-message,
div.error {
	color: red;
}
div.error-message {
	padding-right: 150px;
	padding-left: 150px;
	margin-bottom: 1em;
}

div.input {
}


.event-sign-up-link {
	display: block;
	text-align:right;
}

.turquoise {
	color: #039dc7;	
}

.show-all-link {
	font-size: 1.3333em;
}


.paging {
	border-top: 1px dotted #aaaaaa;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

.paging .previous,
.paging .numbers,
.paging .next {
	font-size: 1em;
	display: inline-block;
	float: left;
	height: 15px;
	padding: 5px;
}

.paging .previous {
	margin-right: 15px;
}

.paging .next {
	margin-left: 0;
}

.paging .previous,
.paging .next {
	background: #222222;
	color: white;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
}

.paging .previous a,
.paging .numbers a,
.paging .next a {
	font-size: 1em;
}

.paging .disabled {
	color: #888888;
}

.paging span.current {
	font-weight: 800;
	padding-bottom: 1px;
	display: inline-block;
	text-align: center;
	color: red;
	width: 15px;
	height: 15px;
}


.events-full-list {
	clear: both;
	padding-top: 10px;
	text-align: center;
}