﻿/* 
    Common.css - defines fonts, colours and text styles only.
    There should be no IDs in any selector in this file
    Specific rules for specific elements (e.g. page header) should go in Layout.css 
*/
.clipboardCopyLink {
	display: none;
}

body 
{
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
	color: #26247b;
	line-height: 1.4em;
	background: #D1D9F0 url('../_img/bg_body.jpg') no-repeat top left;
    margin: 0 auto;
}

* {
	padding: 0;
	margin: 0;
}

.replace {
	position: absolute;
	left: -10000px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 10px 0;
	color: #26247b;
}

h1 {
	font-size: 220%;
	line-height: 1.4em;
	padding: 5px 0 10px 0;
	color: #991522;
	font-weight: normal;
}

h2 {
	font-size: 140%;
	line-height: 1.4em;
	padding: 10px 0 10px 0;
	color: #991522;
}

a {
	color: #991522;
}

a:hover {
	color: #c9848b;
}

p.performerSelect {
    padding: 5px 0 0 0;
}

p em {
    margin: 10px 0 0 0;
}




/************************** FOOTER **************************/

#frame #footer {
	padding: 10px 0 50px 0;
	width: 100%;
	font-size: 95%;
	float: left;
}

#frame #footer p.copyright {
	float: left;
	width: 300px;
}

#frame #footer p.terms {
	float: right;
	width: auto;
}

#frame #footer p.terms a {
	margin-left: 10px;
}

input#saveShortlistInput:hover {
	background: url(../_img/navbarliSaveListHover.jpg) no-repeat left center;
}

input#saveShortlistInput {
	border: 0px;
	background: url(../_img/navbarliSaveList.jpg) no-repeat left center;
	color: #171754;
	padding-left: 26px;
	text-decoration: underline;
}

#saveShortlistButtonBar input.imageInput {
	 width: 26px; height: 22px; float: left;
	 margin: 0px 8px;

}