.princ-sponsors .spons-1
{
	float: left;
	width: 340px;
}
.princ-sponsors .spons-2
{
	float: right;
	width: 340px;
}
.princ-sponsors p
{
	padding-right: 20px;
}
div#content.cli-ch .row .item p.spons-logo img
{
	float: none;
	padding: 15px 0 5px;
}
.princ-sponsors .spons-1 p.spons-logo
{
	text-align: center;
}
.mediaplayer, .adl-sponsors
{
	clear: both;
	margin: 10px 0;
}
.adl-sponsors div
{
	float: left;
	margin-right: 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
.adl-sponsors
{
	margin-left: -20px;
}
.adl-sponsors div img + img
{
	padding-left: 30px;
}
.adl-funding
{
	padding-top: 10px;
}
.adl-funding img
{
	margin-right: 20px;
}
.hide
{
	position: absolute;
	text-indent: -10000px;
	top: auto;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
}
ul.remove-bullet, li.remove-bullet
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.generic ul
{
	list-style: none;
	margin: auto 0px;
	padding: 0px;
}

.generic ul li
{
	float: left;
	display: block;
	width: 230px;
	padding-right: 15px;
}
/*used to clear an LI after a single select menu is used
		i.e. country in newsletter signup pg, applied to LI after
		*/
.generic ul li.drop
{
	clear: left;
}
.generic ul li.dropboth
{
	clear: both;
}

.generic fieldset
{
	margin-bottom: 25px;
}

.generic legend
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 140%;
	/*color: #198ac5;*/
	line-height: 130%;
	font-weight: bold;
	margin: 0px 0px 15px !important;
	padding: 0px !important;
}

.generic label
{
	display: block;
	/*color: #1986c1;*/
	font-weight: bold;
	padding: 0px;
	margin: 0px 5px 3px 0px;
	vertical-align: top;
}

/*remove colour and weight from label*/
.generic label.drop-weight
{
	/*color: #2f2f2e;*/
	font-weight: normal;
}

/*for checkbox and label float inline*/
.generic li.inline label, .generic li.inline input, .generic .oneline
{
	float: left;
	display: inline;
	margin-right: 5px;
}
/*for checkbox and label*/
.generic li.inline label
{
	width: 200px; /*req. for FF to display long words inline*/
	/*color: #2f2f2e;*/
	font-weight: normal;
}
/*add space between checkbox and label*/
.generic .oneline
{
	margin-right: 5px;
}



/*remove float and place LI all one one line not two*/
.generic ul li.block
{
	float: none !important;
	clear: both !important;
	width: 475px;
	padding-right: 0px !important;
}
/*reset label width*/
.generic ul li.block label
{
	width: auto;
}

/*set width for input text fields*/
.generic ul li input.text, .generic ul li textarea
{
	width: 228px;
	border: 1px solid #999;
}
/*set width for input text fields
	.generic ul li input.text-50pc{
		width:45%;
		border:1px solid #999;
	}*/
/*submit button, on it's own*/
.generic ul li.submission
{
	float: none !important;
	clear: both !important;
	width: 100%;
}
/*float submit right*/
.generic ul li.submission input
{
	float: right; /*display:inline;CC IE6*/
	margin-right: 15px;
}
.required
{
	font-size: 130%;
	color: #FF0000;
	font-weight: bold;
}
.error
{
	background: #9dd2ef !important;
}
p.error
{
	font-weight: bold;
	padding: 5px;
}

input.submit-button
{
	cursor: pointer;
	display: block;
	color: #000;
	text-align: center !important;
	font-weight: bold;
	text-transform: uppercase;
	/*background-color: #575A5D;*/
	border: 0px;
	padding: 3px 5px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.submit-button:hover, input.submit-button:active, input.submit-button:focus
{
	background: #575A5D;
}