/* FOR ALL */
/* html>body */
/* First set your css tag, then if you use html>body followed by the tag */
/* i.e. 'html>body pagecontent' then i.e. will ignore this */
/* All other browsers seem to see it so it fixes any browser issues */

/* FOR YOU SAM */
/* THESE CONTROL ALL THE LINKS BY DEFAULT */
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}


/* DOES ALL THE HEADINGS IN THE MY GARAGE PAGES */

	.heading {
		border:0px solid red;
		padding-top:15px;
		margin-left:15px;
		padding-bottom:0px;
		margin-bottom:0px;
	}


/* ------------------------------------------ */

/* Header */
	#header {
		width:780px;

	}
	/* td header with background at start cell 1*/
	#header td {
	}




/* ------------------------------------------ */

/* Page Content */
	#pageContent{
		margin:10px;
		text-align:justify;
	}
	#pageContent table{
		width:440px;
		height:40px;
		margin-bottom:20px; 

	}
	#pageContent .header{}
	#pageContent .printIcon{
		width:30px;
	}
	#pageContent .mailto{
		width:20px;
	}
	#pageContent h1 {
		padding:0px;
		margin:0px;
	}
	
	#pageContent2{
	margin-top:24px;
	padding: 14px 10px 14px 10px;
	width:220px; 
	}
	
	#pageContent3{
		color:#CC0000;
		font-size:24px;
	}
	
	#pageContent4{
	text-align:center;
	width:740px; 
	height:40px;
	padding-top:5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color:#F5F5F5;
	margin-left:auto;
	margin-right:auto;
	font-size: 80%;
	}

/* ------------------------------------------ */
/* News Feed */	
		#newsFeed {
			width:275px;
			text-align:left;
			padding-top:0px;
			padding-right:5px;
			padding-bottom:5px;
			padding-left:5px;
		}
		#newsFeed .headline {
			border-bottom: 1px solid #333333;
			font-weight:bold;
			background-color:F5F5F5;
		}
		#newsFeed .Content {
			border-bottom: 1px solid #333333;
			padding:1px;
		}






/* ------------------------------------------ */
/* Send to a friend */	

	#sendtoafriend {
		width:200px;
		margin:5px;
		border:1px dashed #666666;
	}
	#sendtoafriend table {
		margin:3px;
		width:200px;
	}
	#sendtoafriend h1 {
		margin:0px;
		padding:0px
	}
	#sendtoafriend .label {
		font-weight:bold;
		width:80px;
		white-space:nowrap;
	}
	#sendtoafriend .imp {
		border:1px solid #999999;
		width:90%;
		background-color:#99CC00;
	}
	#sendtoafriend .but {
		border:1px solid #999999;
		width:90%;
		background-color:#99CC00;
	}






/* ------------------------------------------ */
/* called from navMain.asp */	
	#topnavigation {
		font-size: 12px;
		color:#33333;
		/*padding-bottom:5px;*/
	}
	#topnavigation a.OFF:visited, #topnavigation a.OFF:active, #topnavigation a.OFF:link {
		text-decoration: none;
		vertical-align:middle;
		color:#333333;
	}
	#topnavigation a.OFF:hover {
		color:#333333;
	}
	#topnavigation a.ON:visited, #topnavigation a.ON:active, #topnavigation a.ON:link {
	color:#333333;
	}
	#topnavigation a.on:hover {
	color:#333333;
	}
	
/* ------------------------------------------ */
/* called from navSub.asp */	
	#leftNavigation {
	width:220px;
	margin-top:14px;
	vertical-align:top;
	display:block;
	border-top:1px solid #EBEBEB;
	}

	#leftNavigation a:link, #leftNavigation a:visited  {
	text-decoration: none;
	display:block;
	background-color:#FFFFFF;
	height:26px;
	color:#000000;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	#leftNavigation a:active {
	text-decoration: none;
	display:block;
	background-color:#CC0000;
	height:26px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	

/* ------------------------------------------ */
/* called from navMain30.asp - MOT */	
	#motNavigation {
	width:220px;
	vertical-align:top;
	display:block;
	border-top:1px solid #EBEBEB;
	}
	
	#motNavigation a.OFF:visited, #motNavigation a.OFF:active, #motNavigation a.OFF:link {
	text-decoration: none;
	display:block;
	height:26px;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	#motNavigation a.ON:visited, #motNavigation a.ON:active, #motNavigation a.ON:link {
	text-decoration: none;
	display:block;
	background-color:#CC0000;
	height:26px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}

/* ------------------------------------------ */
/* called from navMain31.asp - INSURANCE*/	
	#insuranceNavigation {
	width:220px;
	vertical-align:top;
	display:block;
	border-top:1px solid #EBEBEB;
	}
	
	#insuranceNavigation a.OFF:visited, #insuranceNavigation a.OFF:active, #insuranceNavigation a.OFF:link {
	text-decoration: none;
	display:block;
	height:26px;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	#insuranceNavigation a.ON:visited, #insuranceNavigation a.ON:active, #insuranceNavigation a.ON:link {
	text-decoration: none;
	display:block;
	background-color:#EEAD09;
	height:26px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	
/* ------------------------------------------ */
/* called from navMain32.asp - TAX*/	
	#taxNavigation {
	width:220px;
	vertical-align:top;
	display:block;
	border-top:1px solid #EBEBEB;
	}
	
	#taxNavigation a.OFF:visited, #taxNavigation a.OFF:active, #taxNavigation a.OFF:link {
	text-decoration: none;
	display:block;
	height:26px;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	#taxNavigation a.ON:visited, #taxNavigation a.ON:active, #taxNavigation a.ON:link {
	text-decoration: none;
	display:block;
	background-color:#009900;
	height:26px;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	border-bottom:1px solid #EBEBEB;
	}
	
	/* MOT CENTRE DETAILS */
	#MOTCentre {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100%;
		border:1px solid black;
		padding:3px;
		vertical-align:top;
	}
	
	#MOTCentre .title {
		font-size:14px;
		font-weight:bold;
	}
	
	#MOTCentre td {
		padding:3px;
		vertical-align:top;

	}
	
	#MOTCentre .openingtimes {
		font-weight:bold;
		padding:0px;
	}
	
	.MOTCentre {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100%;
		border:1px solid black;
		padding:3px;
		vertical-align:top;
	}
	
	.MOTCentre .title {
		font-size:14px;
		font-weight:bold;
	}
	
	.MOTCentre td {
		padding:3px;
		vertical-align:top;

	}
	
	.MOTCentre .openingtimes {
		font-weight:bold;
		padding:0px;
	}
		
	.loginerror {
		text-align:center;
		font-weight:bold;
		padding-left:10px;
		padding-right:14px;
	}