/* CSS Document */
/* Investis to modify css in this document only - css here overrides all other dicuments*/

/******************************** PRE PAGES CSS*/

.indexbg {
	width: 674px;
}
.pre-page {
	width: 674px;
	height: 500px;
	background: #efefef url(images/banner.jpg) no-repeat 0 0;
	border: 1px solid #0d3a5b;
	padding: 0;
	margin: 0;
}
#registration, #registration2, #select {
	width: 450px;
	height: 260px;
	padding: 0px;
	padding: 0 128px 10px 96px;
	margin-top: 104px;
	background-color: #ffffff;
}
#headding {
	background: transparent url(images/hedding.jpg) no-repeat 0 0;
	height: 35px;
	margin: 19px 0;
}
#headding h1 {
	height: auto;
	padding: 7px 13px;
	margin: 0;
	color: #0a7bcb;
}
#test-pannel {
	float: left;
	padding: 0 80px;
}
#playerdownloads a {
	float: right;
	margin-top: 5px;
}
#playerdownloads a#rp-icon {
	padding-right: 10px;
}
.indexbg #footer {
	width: 674px;
}

/******************************** REGISTER PAGE */

.inputBoxLabel {
	width: 116px;
}
.inputBox, .registrationbox {
	width: 256px;
	height: 16px;
	margin: 1px 0;
	border: 1px solid #ccc;
}
#register-btn {
	padding-left: 305px;
}

/******************************** SELECT PLAYER PAGE*/

#options {
	height: 30px;
}
.indexbg #select p {
	margin: 13px 0;
}
#select p.boxed {
	float:left;
	width: 177px;
	margin: 3px auto;
}
img#separator {
	float: left;
	margin: 0 35px;
}
input#autostart {
	margin-top: 22px;
}
input#selectplayer-btn {
	margin-top: 10px;
}

/******************************** PLAYER CSS */

.banner {
	background: white url(./images/banner.jpg) no-repeat scroll 0 0;
	height: 104px;
}
#menu .titlesheader, #menu .speaker {
	color: #0C71A5;
}
#menu .titlesheader, #menu .speaker, .tab-selected a, .tab-selected a:visited, .tab-selected a:hover, .tab-selected a:visited:hover {
	background-color: #A1B6E1;
	border: #A1B6E1;
}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	color : #A1B6E1;
}

