﻿/********************************************************
THIS IS A CLIENT SPECIFIC OVERRIDE STYLESHEETS, PLEASE
PLACE ANYTHING IN HERE THAT IS SPECIFIC TO THE CLIENTS
SETUP
********************************************************/

/*
Daisy, 01 Dec 2009
This is an override to the Edit, info button so they are aligned
*/
.standardPage .editableContent .butEdit img, .standardPage .editableContent .butEditZ img
{
	margin:0;
	padding:0;	
}

#whereAreWe .butEdit img, #whereAreWe .butEditZ img
{
	float:none;		
}

/*
Daisy, 02 Dec 2009
Button fix for Find Out More and Contact Us Page
*/
.button
{
	cursor: pointer;
	color: #1A1818;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover
{
	color: #6a6a6a;
}

.button
{
	display: inline-block;
	background: transparent url(../images/buttons-submit.png) 0px 0px no-repeat;
}

.inset .button
{
	margin-top: 10px;
	width: 98px;
	height: 25px;
	line-height: 25px;
	background-position: 0px -30px;
}

/*
Daisy, 02 Dec 2009
Asterix on Contact Us Form
*/
.contactForm label span.textInputValidator 
{
	display:inline-block;
	width:5px;
	margin-left:2px;
}

.contactForm label span.textInputSpark
{
	width:298px;	
}

/*
Daisy, 02 Dec 2009
Error on Contact Forms
*/
.errorSpark
{
	color:Red;	
}

/*
Daisy, 09 Dec 2009
Fix to News Article Screen
*/
#column1 #subColumn1 .editableContent .butEdit  img, #column1 #subColumn2 .editableContent .butEdit  img
{	
	margin:0 0 0 0;
	display:inline;
}	