/* STYLE.CSS */

/******************************************************/
/* BODY */
/******************************************************/

body {
	background: #191919;
}

/******************************************************/
/* HEADER STYLES */
/******************************************************/

#companyLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#rayleys_logo {
	position: absolute;
	top: 14px;
	right: 8px;
	}

#rayleys_tag {
	position: absolute;
	top: 25px;
	right: 150px;
	font-size: 0.9em;
	text-align: right;
	}

#companyLogoPrint {
	display:none;
}

/******************************************************/
/* CONTENT/CONTAINER STYLES */
/******************************************************/

#outerContainer {
	background: #191919;
}

#contentContainer {
	background-image: url(../images/coal.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #000;
}

#contentWrapper {	
	background-image: url(../images/coal.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#container-centre {
	background: #FFF;
}

#container-left {
	color: #fff;
	}

.reports {
	width: 313px;
	float: left;
	}

/******************************************************/
/* FOOTER STYLES */
/******************************************************/

#footerContainer {
	float:left;
	position: relative;
	background: #191919;
}

#footer {
	text-align: left;
}

#orders a {
	color: #fff !important;
	text-decoration: none;
	font-size: 1.2em;
	padding-right: 30px;
	background-image: url(../images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	}
	
#orders a:hover {
	background-image: url(../images/arrow_over.gif);
	background-position: center right;
	background-repeat: no-repeat;
	}

#footertextPrintable {
	display: none;
	}

div.printablePage {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	clear: both;
}

div.printablePage a:hover {
	color:#058EB5;
}

/************************************************************/
/* SCREEN STYLES */
/************************************************************/

div.screenSize {
	position: absolute;
	top: 50px;
	left: 0;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #CCC;
}

span.screenSize {
	color: #295ECF;
}

/************************************************************/
/* ACCESSIBILITY */
/************************************************************/

div#accessibility table {
	font-size:.9em;
}