﻿/*	---------------------------------------------------------------------------
	Print contents 
	
	- place <div></div> tags around non-printable areas
		eg. <div id="navigation">Header controls</div>

	- the link tag should include attribute: media="print"
		eg. <link href="/RtoWebsite/Styles/Print.css" rel="stylesheet" type="text/css" media="print"/>
	---------------------------------------------------------------------------	*/

.noprint
{
	display:none;
}

.hyperlink-color
{
	color:#3979dc;
}

.page-background-colour
{
	background-color:Transparent;
}

.image-arrow-format
{
	border-style: none;
	padding-right: 5px;
	left: 0;	
}

body
{
	background-color:Transparent;
}

/*	---------------------------------------------------------------------------
	Page content container
	---------------------------------------------------------------------------	*/
#content-container
{
	height: 100%;
	border-left-style: none;
	background-color: Transparent;
}

/*	---------------------------------------------------------------------------
	Hidden fields are to be displayed on print
	---------------------------------------------------------------------------	*/
.show
{
	display:block;
}

.noshow
{
	display:block;
}

.showinline
{
	display:inline;
}

/*	---------------------------------------------------------------------------
	Booking engine adjustments
	---------------------------------------------------------------------------	*/
#serviceBooking
{
    width: 560px;
}