/* ####################################
   BCCTS Styles
   ################################## */

#UserForm {
	float: left;
	width: 100%;
}

#UserForm th {
	text-align: left;
}
   
#Results {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #DADDEB url(/images/templates/bg_user_form_top_purple.gif) top left no-repeat;
	border-bottom: 1px solid white;
	position: relative;
}
	#Results #Results-Inner {
		margin: 0px;
		padding: 0px;
		padding-bottom: 20px;
		background: url(/images/templates/bg_user_form_bottom_purple.gif) bottom right no-repeat;
	}
	#Results #Results-Inner .tablebg-light {
		background: #ffffff;
		border: 1px solid #DADDEB;
	}
	#Results #Results-Inner .tablebg-dark {
		background: #ffffff;
		border: 1px solid #DADDEB;
	}
	#Results #Results-Inner table {
		/*width: 98%;*/
	}
	#Results #Results-Inner table td {
		padding: 5px 12px;
	}
	#Results #Results-Inner table td p {
		padding: 2px 0px 4px 0px;
	}
	#Results #Results-Inner table th {
		text-align: left;
		padding: 5px 12px;
	}
	#Results input.radio {
		border: none;
	}
	#Results input.text {
		width: 200px;
	}
	#Results textarea {
		width: 200px;
		height: 125px;
	}
	#Results 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;
	}
	#Results .large-button {
		display: block;
		margin: 0px 0px;
		padding: 4px 0px 0px 0px;
		width: 150px;
		height: 23px;
		text-align: center;
		background: url(/images/templates/bg_button_large.gif) top left no-repeat;
		border: none;
	}
	
	#Results .extra-large-button {
		display: inline;
		width: 230px;
		height: 23px;
		text-align: center;
		font-family: Arial;
		font-size: 91.7%;
		font-weight: bold;
		text-align: center;
		color: #fff;
		background: url(/images/templates/bg_button_extra_large.gif) top left no-repeat;
		border: none;
	}
		#Results .large-button a {
			font-family: Arial;
			font-size: 91.7%;
			font-weight: bold;
			color: #ffffff;
			text-transform: uppercase;
			text-decoration: none;
		}
		.resultdesc {
		    clear: both;
			height: 32px; 
		    display: block;
			overflow: auto; 
			border: 1px solid #cccccc; 
			margin-bottom: 6px; 
			padding: 4px;
		}
		.resultdesc:after {
		    content: ".";
		    display: block;
		    height: 0;
		    clear: both;
		    visibility: auto;
		}
		
		#ResultsSummaryPaging {
			position: relative;
			margin: 2px 0px 1px 0px;
			padding: 2px 0px 0px 0px;
			width: 100%;
			font-weight: bold;
			text-align: center;
			background: url(/images/templates/spacer.gif) left top repeat-x;
		}
#PopupHeader {
	text-align: right;
	padding: 20px;
}
#PopupMain {
	margin: 10px 20px 30px 20px;
}
.help  a{
	color: #999999;
}
.tablebg-light {
	background: #ffffff;
	border: 1px solid #DADDEB;
}
.tablebg-dark {
	background: #ffffff;
	border: 1px solid #DADDEB;
}
.leftlabel {
	background: #ffffff;
	border: 1px solid #DADDEB;
}
.trialsmenu {
	float: left;
	border-top: 1px solid #DADDEB;
	border-bottom: 1px solid #DADDEB;
	width: 180px;
	padding-bottom: 8px;
}
.trialsmenu ul {
	list-style: none;
	margin-left: 4px;
}
.trialsmenu li {
	list-style: url("") none;
	margin-right: 20px;
}
#loginbox {
	border-top: 1px solid #DADDEB;
	padding: 8px 4px;
}

#trialsmenu {
	display: none;
}

#trialscontent {
	margin-left: 20px;
	display: block;
}
	#trialscontent .Container-Daffodil {
		clear: none;
	}

.CurrentPage {
	border: 1px solid #000000;
	padding: 1px 2px;
}

.ErrorMessage {
	border: 1px solid #990000;
	padding: 20px;
	background-color: #ffeeee;
	margin-bottom: 6px;
}
	.ErrorMessage ul li {
		list-style: url("/images/trials/templates/bullet_square_black.gif") square;
	}
.Closed {
	color: #999999;
}
	.Closed  a{
		color: #666666;
	}
	.Closed  p{
		color: #999999;
	}
td.Closed div div.resultdesc p {
	color: #999999;
}

	a:visited {
		color: #254379;
	}

/* ####################################
   Custom Element Styles - Tool Tips
   ################################## */

.tooltip-foreground {
	background: #ffffff;
}

.tooltip-background {
	background: #254379;
}

.tooltip-caption {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
}

.tooltip-textfont {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.tooltip-closefont {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

