﻿body
{
	font-family: 'Gill Sans MT' , Verdana;
	font-size: 12px;
}

INPUT
{
	font-family: 'Gill Sans MT' , Verdana;
	font-size: 12px;
}

input[type="password"]
{
	font-family: arial;
	font-size: 12px;
}

.disabledTextBox
{
	background-color: #dddddd;
}

.enabledTextBox
{
	background-color: #ffffff;
}

.masterContent
{
	width: 900px;
	padding-right: 5px;
}

.masterSupplementary
{
	width: 150px;
	border-left-style: solid;
	border-left-width: 5px;
}

.colourRailLogoText
{
	font-size: 42px;
	font-style: italic;
	font-weight: bold;
	width: 100%;
}

.colourRailLogoText a:active, .colourRailLogoText a:visited
{ /* This applies to 'a' tags with a colourRailLogoText element */
	color: inherit;
	text-decoration: none;
}

.colourRailLogoUnderline
{
	text-decoration: none;
	background-image: url(images/rbow_shim.gif); 
	background-repeat: repeat-x;
}

.banner
{
	border-top: solid 1px;
	width: 100%;
}

.pageHeading
{
	font-size: large;
	font-weight: bold;
}

.sectionHeading
{
	font-size: medium;
	font-weight: bold;
	padding-top: 12px;
}

.loginHeading
{
	font-size: medium;
	font-weight: bold;
}

.IE8MenuFix
{
	z-index: 1000;
}

.noBullet
{
	list-style-type: none;
}

.termsHead
{
	font-weight: bold;
	font-size: smaller;
}
.termsItem
{
	font-size: smaller;
}

.termsSubItem
{
	font-size: smaller;
	list-style-position: outside;
	list-style-type: lower-alpha;
}

.searchPanel
{
	border-left: solid 1px;
	border-right: solid 1px;
}

.resultsPanel
{
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
}

.innerPanel
{
	padding-left: 5px;
	padding-right: 5px;
}

.noResultsText
{
	font-size: large;
	font-weight: bold;
	color: Red;
}

.mandatoryField
{
	color: Red;
}

.emphasiseText
{
	color: Red;
	font-size: large;
}