/* Title bar */
.titlebar_container{
	background-color:#CDCDCD;
	background-position:top left;
	background-repeat:no-repeat;

	
}
.titlebar_messagebox{
	width:600px;
	background-image: url(images/titlebar_gray_bg_top_600.jpg);
	
}
.titlebar_loginpanel
{
	width:455px;
	background-image: url(images/titlebar_gray_bg_top_600.jpg);
}
.titlebar_fullwidth {
	width:960px;
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	margin-bottom:10px;	
}
.titlebar_search_results_table
{
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	margin-bottom:10px;	
}
.titlebar_search_results_filters
{
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	margin-bottom:10px;	
	width:254px;
}
.titlebar_mainPage_width{
	width:710px;
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	margin-bottom:10px;	
}
.titlebar_variable_width
{
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	height:24px;
	margin-bottom:10px;	
}
.titlebar_noPanelLeftCol_width{
	width:730px;
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	margin-bottom:5px;
	
}
.titlebar_noPanelsales_contact_width{
	width:758px;
	background-image: url(images/titlebar_gray_bg_top_960.jpg);
	margin:1px;	
}
.titlebar_text_container{
	width:350px;
	float:left;
}

.titlebar_viewallLink_container{
	text-align:right;
	float:right;
	margin-top:5px;
	width:100px;
}

.titlebar_viewallLink_container a{
	padding:3px;
	padding-right:20px;
	margin:0px;
	color:#333333;
	background-image: url(images/titlebar_arrow_right.gif);
	background-position:center right;
	background-repeat:no-repeat;
	text-align:right;
	text-decoration:underline;
}

.titlebar_text_bg_TL{
	background-image: url(images/titlebar_orange_bg_tl.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFE048;
	float:left;

	
}
.titlebar_text_bg_TR{
	background-image: url(images/titlebar_orange_bg_tr.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
	
}
.titlebar_text_bg_BL{
	background-image: url(images/titlebar_orange_bg_bl.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.titlebar_text_bg_BR{
	background-image: url(images/titlebar_orange_bg_br.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.titlebar_text{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;

}



.error_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ff0000;
	background-color:#ffffcc;
	border:#FFE16C solid 1px;
	padding:4px;	
	margin-bottom:10px;
}

.login_error_text{	
	color:#ff0000;
	font-weight:bold;
}