/* ####################################
   VCTL Home Page Styles
   ################################## */

#PopupWindow #Header {
	min-width: 955px;
}

#VCTLMain-Inner {
	min-width: 955px;
}

#HomeBanner {
	background: #ffffff url('/images/trials/templates/vctl_banner.jpg') top left no-repeat;
	height: 101px;
	min-width: 754px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#StreamDropDown {
	background: #ffffff url('/images/trials/templates/StreamDropDown.gif') top left no-repeat;
	height: 77px;
	min-width: 432px;
	margin: 20px 0px 0px 0px;
	padding: 12px 12px;
}
	#StreamDropDown h2 {
		margin: 0px;
		padding: 0px 0px 4px 0px;
		font-size: 100%;
	}
	select {
		width: 260px;
	}
	input.submit-button {
		display: inline;
		width: 85px;
		height: 23px;
		font-family: Arial;
		font-size: 83.5%;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		background: url('/images/templates/bg_button_medium.gif') top left no-repeat;
		border: none;
		cursor: pointer;
	}
