.clear-float
{
	clear: both;
}
.button-indent
{
	margin-left: 1.5em;
	vertical-align: middle;			/*Lightstone - added to make button same height as rest*/
}
.link-pointer
{
	cursor: pointer;
	cursor: hand;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.leftAlign
{
	text-align:right;
}
.rightAlign
{
	text-align:right;
}

.centred-image
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
#dummyButtonContainer
{
	position:absolute;
	top:0;
	left:-100px;
}
#dummyButton
{
	width:0;
	height:0;
}
.noLeftPadding
{
	padding-left:0!important
}
.noMargin
{
	margin:0!important;
}

.competitorDataSource
{
	font-size: .6em;
	margin-bottom: 1.5em;
}

/*
8233 ~

Styling for online surveys pop-up div

CSS AUTHORS - Nick Weatherhead
CSS STANDARD - Level 2.1
VALIDATION DATE - 
NOTES - 

*/

/* For Browsers that ignore the first style */

.tripper {
	font-family:sans-serif;
	}
	
/*body {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
}*/
	
a img {
	border:0px;
	}
	
.overlayContainer {
	border:1px solid #003399;
	/*min-height:200px;*/
	height:275px;
	width:410px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:70%;*/
	}
	
.overlay
{	
	background-color:#ffffff;
	top:310px;
	left:209px;
	position:absolute;
}
	
.overlayTitle 
{
	background-color:#003399;
	padding:7px 0px 7px 0px;
	text-align:center;
	}
	
.overlayTitle h1{
	color:white;
	padding:0px;
	margin:0px;
	font-size:140%;
	}
	
.overlayContent {
	text-align:center;
	}
	
.overlayContent h2 {
	font-size:120%;
	/*margin:auto;*/
	margin-top:15px;
	margin-bottom:15px;
	color:Black;
	font-weight:bold;
	}
	
.overlayContent p {
	text-align:left;
	padding:0px 12px 6px 12px;
	color:Black;
	}
	
.overlayButtons {
	text-align:center;
	}
	
p.overlayNote {
	padding:0px 6px 0px 6px;
	font-size:80%;
	color:Black;
	margin-top:15px;
	font-size:70%;
	text-align: center;
	}

.hidden {
	display:none;
}
/*

End of styling for online surveys pop-up div

~ 8233
*/
