﻿

/* controls the fonts, size and default text colour for the page */
body{font-family: Trebuchet-MS, Arial, Sans-Serif;color:#858585;background-color:#E1E1E1;}

/* specify the location of your logo, background colour of the header and bottom border of the header */
#logoSpace
{
	border-color: #858585;
	background-color: #858585;
	color:#fff;
	background-image: url('/images/generic-logo-100px.png');/* fallback */
	background-image: url('/images/generic-logo-100px.png'), -webkit-gradient(linear, left top, left bottom, from(#E1E1E1), to(#858585)); /* Saf4+, Chrome */
	background-image: url('/images/generic-logo-100px.png'), -webkit-linear-gradient(top, #E1E1E1, #858585); /* Chrome 10+, Saf5.1+ */
	background-image: url('/images/generic-logo-100px.png'), -moz-linear-gradient(top, #E1E1E1, #858585); /* FF3.6+ */
	background-image: url('/images/generic-logo-100px.png'), -ms-linear-gradient(top, #E1E1E1, #858585); /* IE10 */
	background-image: url('/images/generic-logo-100px.png'), -o-linear-gradient(top, #E1E1E1, #858585); /* Opera 11.10+ */
	background-image: url('/images/generic-logo-100px.png'), linear-gradient(top, #E1E1E1, #858585); /* W3C */
}

/* specify color of info bar under header */
#infoBar{background-color:#E1E1E1;}

/* specify icon images */
span.iconAlert{background-image: url('/images/55px-alert.png');}
span.iconTick{background-image: url('/images/55px-tick.png');}
span.iconQuestionSmall{background-image: url('/images/32px-question.png');}
span.iconAlertSmall{background-image: url('/images/32px-alert.png');}

/* specify bottom line color */
div.bottomInfo hr{color:#858585;}

/* set the border and background colour for the main content areas */
.detailsPanel{border-color:#858585;background-color:#fff;}

/* set the border and background colour for the footer */
.helpPanel{border-color: #858585;background-color: #858585;color:#fff;}

/* text colours for the error, success and authcode attempts messages*/
.errMsg{color:#f00;}
.success{color:#0a0;}







