/* 
	colour palette:
	#8cc63f	- green
	#c9cbcc - gray
	#231f20 - black
	
	#c00046	- red
	
	#7fbbd7 - light blue
*/  

table.container_bg		
{ 	
	background: url(../../images/bg_text_lg.png) repeat-y; 
	width: 727px; 
}
td.container_head 
{ 
	background: url(../../images/bg_text_lg_head.png) no-repeat; 
	height: 40px; 
	padding-left: 10px; padding-right: 20px; 
}
td.container_content			{ padding-left: 10px; padding-right: 20px; }
td.container_content span.head	{ font-size: 14px; }

td.container_footer 	{
	background: url(../../images/bg_text_lg_footer.png) no-repeat bottom; 
	height: 50px;
	padding-left: 10px; padding-right: 20px; padding-bottom: 10px;	
}

div.container_bg		
{ 	
	background: url(../../images/bg_text_lg.png) repeat-y; 
	width: 727px;
	margin-bottom: 10px; 
}
div.container_head 
{ 
	background: url(../../images/bg_text_lg_head.png) no-repeat; 
	
	padding-left: 10px; padding-right: 20px; padding-top: 10px;	padding-bottom: 5px;
}

div.container_content	{ padding-left: 10px; padding-right: 20px; color: #231f20; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

div.container_content_description 	{ float: left; width: 470px; }
div.container_content_image			{ float: right; width: 215px; }
div.container_footer 	{
	background: url(../../images/bg_text_lg_footer.png) no-repeat bottom; 
	height: 5px;
	padding-left: 10px; padding-right: 20px; padding-bottom: 10px; 
	clear:both;
}

div.container_content p {
	margin:0px; padding:0px;
}
div.container_content p, div.container_content ul {	
	color: #231f20; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}
td.container_content label, td.container_content input, td.container_content textarea
{
	color: #231f20; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
}
/* form wrapper */
table.wrapper_input {
	color: #231f20; font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px !important;
}
table.wrapper_input span.wrapper_input_label {
	font-weight: bold; 	font-size: 11px !important;
}
table.wrapper_input th span.wrapper_input_label {
	font-weight: bold; 	font-size: 11px !important; text-align: center;
}
table.table-feedback-multiple-choice tr:hover {
   background: #c9cbcc; 
}
table.table-feedback-multiple-choice td.question-label {
    width: 350px;
}
table.table-feedback-multiple-choice th, table.table-feedback-rating td{
    width: 60px; text-align: center;
}
table.table-feedback-multiple-choice span.wrapper_input_label_heading {
	font-size: 11px !important; font-weight: bold;
}
table.table-feedback-multiple-choice span.wrapper_input_label {
	font-size: 11px !important; font-weight: normal;
}
div.wrapper_input {
	color: #231f20; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	width:214px;
	margin-top: 4px;
	margin-right: 20px;
}
div.wrapper_input span.wrapper_input_label {
	font-weight: bold; 	
}
td.wrapper_input span.wrapper_input_label {
	font-weight: bold; 	
}
/* label on the captcha control on the Contact Us page */
td.wrapper_input label a {
	display: none; 	/* hide the help image */
}
td.wrapper_input label span {
	font-weight: bold; 	
}
/* captcha control input field */
td.wrapper_input div.Normal input {
	background: transparent;
	border: none;
	width: 190px; height: 21px;
	background: url(../../images/bg_input_text.png) no-repeat;	
	width:214px; height:21px;
	padding-top:2px;
	padding-left:10px;	
	margin-top: 2px;
	margin-bottom:2px;
}
/* captcha control input field - end */
div.wrapper_input_text {
	background: url(../../images/bg_input_text.png) no-repeat;	
	width:214px; height:21px;
	padding-top:2px;
	padding-left:10px;	
	margin-top: 2px;
	margin-bottom:2px;	
}
div.wrapper_input_text input.NormalTextBox {
	background: transparent;
	border: none;
	width: 190px; height: 21px;
}
div.wrapper_input_text input[disabled="disabled"], 
            div.wrapper_input_text input.disabled, 
            div.wrapper_input_text input[readonly="readonly"], 
            div.wrapper_input_text input.readonly,
            a[disabled="disabled"].CommandButtonME
{
    /*color: GrayText;*/ /* doesn't work in Safari */
    color: #888;
}
div.wrapper_input_textarea {
	background: url(../../images/bg_input_textarea.png) no-repeat;	
	width:446px; 
	padding-top:2px;
	padding-left:10px;
	margin-top: 2px;
	margin-bottom:2px;	
}
div.wrapper_input_textarea textarea.NormalTextBox {
	background: transparent;
	border: none;
	width: 426px; 
	margin-bottom: 10px;
}
div.wrapper_input_textarea input.NormalTextBox {
	background: transparent;
	border: none;
	width: 426px; height:19px;	
}
div.wrapper_input_textarea_lg {
	background: #e3e3e3 url(../../images/bg_input_textarea.png) no-repeat right top;	
	width:682px; 
	padding-top:2px;
	padding-left:10px;
	margin-top: 2px;
	margin-bottom:2px;	
}
div.wrapper_input_textarea_lg textarea.NormalTextBox {
	background: transparent;
	border: none;
	width: 662px; 
	margin-bottom: 10px;
}
div.wrapper_input_textarea_lg input.NormalTextBox {
	background: transparent;
	border: none;
	width: 662px; height:19px;	
}

div.wrapper_input_text_cbo, div.wrapper_input_text_cbo_short, div.wrapper_input_text_cbo_long {
	background: url(../../images/bg_input_text.png) no-repeat;	
	width:195px; height:21px;	
	padding-top: 2px;	
	margin-bottom: 2px;
}
div.wrapper_input_text_cbo_short 
{
	width:102px !important;
}
div.wrapper_input_text_cbo_long 
{
	width:209px !important;
}
div.wrapper_input_text_cbo input.NormalTextBox {
	background: transparent;
	border: none;
	width: 170px; height: 21px;	
	margin-left: 10px;
}
div.wrapper_input_text_cbo span.StandardButton, div.wrapper_input_text_cbo_short span.StandardButton, div.wrapper_input_text_cbo_long span.StandardButton {
	background: url(../../images/arrow_green_down.png) no-repeat;
	border: none;
	border-left: 1px solid #eee;
	width:22px; height:21px;	
	position:absolute;
	margin-left: 10px;
	margin-top: -2px;
	cursor: pointer;
}
/* form wrapper - end */

div.normal {
	color: #231f20; font-family: Arial, Helvetica, sans-serif; font-size: 11px;	
}
div.Help {
	color: #808080; font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	position:absolute;
	background-color: #eee; width: 200px;
	padding: 5px;
}
.members-welcome-message
{	
	float: right;
	/*vertical-align: top;*/
	margin-top: 34px;
	padding: 0 14px;
	*padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
	color: #c00046 !important; /* red */
	background: url(../../images/arrow_red_right_small.png) no-repeat;	
}

.members-welcome-message a
{
	font-weight: normal;
	line-height: 26px;
	color:#231F20;
	text-decoration:underline;
}