/* CSS Document */
/* Investis to modify css in this document only - css here overrides all other dicuments*/

/******************************** PRE PAGES CSS*/
body {
	font-family: Arial,sans-serif;
}
.indexbg {
	width: 674px;
}
.indexbg p, .inputBoxLabel {
	color: #000000;
}
h1, h2 {
	font-size: 1em;
	color: #000000;
}
.pre-page {
	width: 674px;
	height: auto;
	background: #ffffff; /* Background color can be either #ffffff or #efefef */
	border: 01px solid #cfcfcf;
	padding: 0 0 20px 0;
	margin: 0;
}
#pre-banner {
	background: transparent url(images/logo.gif) no-repeat 20px 15px;
	height: 100px;
}
#registration, #registration2, #select {
	width: auto;
	min-height: 194px;
	_height: 194px;
	padding: 0px;
	padding: 0 128px 10px 96px;
	background-color: #ffffff;
}
#headding {
	background: transparent url(images/HousekeepingLinks.jpg) repeat-x scroll 0 0;
	height: auto;
	margin: 19px 0;
}
#headding h1 {
	height: auto;
	padding: 7px 0 8px 0;
	margin: 0 0 0 96px;
	color: #000000;
	font-size: 1em;
}
#test-pannel {
	float: left;
	padding: 0 80px;
}
#playerdownloads a {
	float: right;
	margin-top: 5px;
}
#playerdownloads a#rp-icon {
	padding-right: 10px;
	background: white url(images/rmp_white.jpg) no-repeat 50% 50%;		/* .jpg image Depends on pre-page Background color */
	height: 25px;
	width: 60px;
}
#playerdownloads a#wmp-icon {
	background: white url(images/wmp_white.jpg) no-repeat 50% 50%;		/* .jpg image Depends on pre-page Background color */
	height: 25px;
	width: 101px;
}
.indexbg #footer {
	width: auto;
}

/******************************** 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;		 un-comment for audio only SIDE BY SIDE */
	width: 177px;
/*	margin: 3px auto;  un-comment for audio only SIDE BY SIDE */
	margin: 3px 0;  /* un-comment for audio only STACKED */
}
img#separator {
	float: left;
	margin: 0 35px;
	display: none;	 /* un-comment for Stacked  */
}
input#autostart {
	margin-top: 22px;
}
input#selectplayer-btn {
	margin-top: 10px;
}

/******************************** PLAYER CSS */

.banner {
	background: white url(./images/logo.gif) no-repeat scroll 22px 22px;
	height: 104px;
}
.banner h1 {
	color: #000000;
	padding: 40px 40px 0 0;
}
#tabs {
	display: none;
}
#menu .titlesheader, #menu .speaker {
	color: #ffffff;
}
#menu .titlesheader, #menu .speaker, .tab-selected a, .tab-selected a:visited, .tab-selected a:hover, .tab-selected a:visited:hover {
	background-color: #ff6600;
	border: #ff6600;
}
#menu li a, #menu li a:visited, #menu li a:hover, #menu li a:visited:hover {
	background: white url(images/Bullet.gif) no-repeat scroll 0 50%;
	color: #000000;
	}
#menu li a:hover, #menu li a:visited:hover, .tab a:hover, .tab a:visited:hover {
	color : #ff6600;
}

.tab a, .tab a:visited, .tab a:hover, .tab a:visited:hover {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #888888;
}
#tabcontent #feedback {
	padding-left: 20px;
}
#tabcontent #feedback p {
	margin: 0;
}
#left {
	width: 214px;
}
#video #videoph1 {
	padding-bottom: 1px;
}

