body
	{
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	}

p, table, tr, td, form, input, select, textarea, ul, li
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	}
	
.boldblack
	{
	color: #000000;
	font-weight: bold;
	}

.normalblack
	{
	color: #000000;
	}

.normalblack:hover
	{
	color: #000000;
	}

.grey
	{
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	}

.textinput
	{
	font-family: verdana, arial, helvetica, sans-serif;
	width: 200px;
	}

.search, .required
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #cc0000;
	font-weight: bold;
	}

.searchinput
	{
	background-color: #ffffff;
	border-top: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
	}	
	
.searchinputdisabled
	{
	background-color: #efefef;
	border-top: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
}	

a:hover
	{
	color: #0066ff;
	text-decoration: underline;
	}

.selected
	{
	color: #333333;
	}

.selected:hover
	{
	text-decoration: underline;
	}

.bigtext 
	{
	font-weight: bold;
	}

.submitbutton
	{
	background-color: #efefef;
	border-top: 1px #666666 solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
	border-left: 1px #666666 solid;
	}

/* used on the journey planner pages */
.whiteheader
	{
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}

.highlight
	{
	color: #cc3333;
	font-weight: bold;
	}
.table-border
	{
	border-top: 1px solid #99cccc;
	}
	
#pagewidth{ 
 width:700px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:580px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:660; 
 float:left; 
 position:relative; 
  }
 
#rightcol{
 width:140px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left;
 margin-left:10px; 
 padding: 10px, 10px, 20px, 15px;
 position: relative; 
 width:480px;
 clear: both; 
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
	
