
/*==============================================/
	Toolbar Styles
/==============================================*/

#\@toolbar-module { font-size: 16px; }
#\@toolbar-module * { font-family: Verdana, Arial, Helvetica, sans-serif; }

#\@toolbar-module dl, #\@toolbar-module dd { margin: 0px; padding: 0px; }
#\@toolbar-module dd { padding-left: 40px; }

#\@toolbar-module fieldset { margin: 0px; padding: 0px; border: none; display: block; }
/* IE lte 6 ONLY */
* html fieldset { float: none; }
#\@toolbar-module form { line-height: normal; margin: 0px; padding: 0px; overflow: hidden; }

#\@toolbar-module h1, #\@toolbar-module h2, #\@toolbar-module h3, #\@toolbar-module h4, #\@toolbar-module h5, #\@toolbar-module h6, #\@toolbar-module p, #\@toolbar-module ol, #\@toolbar-module ul { color: #fff; margin: 0px; }
#\@toolbar-module h1 { font-size: 2em; padding: 10px 0px; }
#\@toolbar-module h2 { font-size: 1.5em; padding: 13px 0px; }
#\@toolbar-module h3 { font-size: 1.17em; padding: 16px 0px; }
#\@toolbar-module h4, #\@toolbar-module dt, #\@toolbar-module th { font-size: 1em; }
#\@toolbar-module dt { overflow: visible!important; }
#\@toolbar-module dt, #\@toolbar-module th { font-weight: bold; }
#\@toolbar-module h4, #\@toolbar-module ol, #\@toolbar-module p, #\@toolbar-module ul { padding: 16px 0px; }
#\@toolbar-module h5 { font-size: 0.75em; padding: 5px 0px; }
#\@toolbar-module h6 { font-size: 0.67em; padding: 11px 0px; }

#\@toolbar-module a img { border: none; }

#\@toolbar-module p { line-height: inherit; }

#\@toolbar-module ol, #\@toolbar-module ul { padding-left: 40px; overflow: hidden; }
/* IE lte 6 ONLY */
* html #\@toolbar-module dl, * html #\@toolbar-module ul { display: inline-block; }

#\@toolbar-module textarea { overflow: auto; }

#\@toolbar-module label, #\@toolbar-module li, #\@toolbar-module p, #\@toolbar-module td { font-size: 0.7em; line-height: 140%; }

#\@toolbar-module li *, #\@toolbar-module li li, #\@toolbar-module td *, #\@toolbar-module p td { font-size: 100%!important; }

#\@toolbar-module li { color: #fff!important; /*margin-bottom: 0.65em;*/ }

#\@toolbar-module p, #\@toolbar-module ul { padding-top: 0.2em; padding-bottom: 0.2em; }

#\@toolbar-module a:link, #\@toolbar-module a:hover, #\@toolbar-module a:active, #\@toolbar-module a:visited { color: #0000ff; outline: none; }

#\@toolbar-module a:hover, #\@toolbar-module a:focus, #\@toolbar-module a:active { color: #ff0000; text-decoration: none; }

/*----------------------------------------------/
	Toolbar: .@toolbar-module
/----------------------------------------------*/

#\@toolbar-module {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-shadow: 0 0 0 #000;
	line-height: 150%;
	background: #000 url(toolbar-assets/toolbar_bkgd.png) repeat-x left top;
	height: 100%;
	float: none;
	clear: both;
}

#\@toolbar-module:after {
	content: ".";
	line-height: 0%; width: 0px; height: 0px; margin: 0px; padding: 0px; clear: both; border: none; overflow: hidden; display: block;
}

#\@toolbar-module a:link, #\@toolbar-module a:hover, #\@toolbar-module a:active, #\@toolbar-module a:visited {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------------/
	Toolbar: .@toolbar-contents
/----------------------------------------------*/

#\@toolbar-module .\@toolbar-contents {
	float: left;
	margin: 2px 10px 0px 7px;
	display: inline;/* Makes IE6 behave properly with margins */
	position: relative;
}

/*----------------------------------------------/
	Toolbar: .@toolbar-menu-panel
/----------------------------------------------*/

#\@toolbar-module .\@toolbar-menu-panel {
	float: left;
	position: relative!important;
}

/* Menu labels */
#\@toolbar-module .\@toolbar-menu-panel dt {
	font-size: 100%!important;
	font-weight: normal!important;
	line-height: normal;
	margin: 0px 3px!important;
	padding: 0px!important;
	float: left;
	clear: right;
	position: relative;
	display: block;
}

#\@toolbar-module .\@toolbar-menu-panel dt a {
	color: #A0A0A0!important;/*#d2d2d2!important;*/
	font-size: 0.75em;
	white-space: nowrap;
	background: url(toolbar-assets/menuItem_icon.png) no-repeat right center;
	margin: 0px 1px;
	padding: 0.75em 12px;
	float: left;
	clear: none;
	display: block;
}

#\@toolbar-module .\@toolbar-menu-panel dt a:hover, 
#\@toolbar-module .\@toolbar-menu-panel dt a:focus, 
#\@toolbar-module .\@toolbar-menu-panel dt a:active, 
#\@toolbar-module .\@toolbar-menu-panel dt.active {
	color: #fff!important;
	background: #5e5e5e url(toolbar-assets/menu_hilite.png) repeat-x left bottom;
}

/* Menu dropdown */
#\@toolbar-module .\@toolbar-menu-panel dd {
	font-size: 100%!important;
	/*background: #444 url(toolbar-assets/menu_shadow.gif) repeat-x;*/
	background: transparent url(toolbar-assets/menu_bkgd.png);
	width: 570px;
	margin: 0px;
	padding: 0px;
	float: none;
	position: absolute;
	top: 2em;
	right: 0%;
	z-index: 200002;
}

* html #\@toolbar-module .\@toolbar-menu-panel dd {
	background-color: #444;
}

#\@toolbar-module #\@toolbar-panel-brand .\@toolbar-menu-panel dd {
	left: 0%;
}

/*  */
#\@toolbar-module .\@toolbar-menu-panel dl dd {
	background: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	position: relative;
	top: auto;
	right: auto;
}

#\@toolbar-module .\@toolbar-menu-panel dd dl dt a {
	color: #fff!important;
}

#\@toolbar-module .\@toolbar-menu-panel .hide { line-height: 0%; width: 0px; height: 0px; margin: 0px; padding: 0px; border: none; overflow: hidden; display: block; }

#\@toolbar-module .\@toolbar-menu-panel dd {
	margin: 0px!important;
	padding: 0px 20px!important;
}

#\@toolbar-module .\@toolbar-menu-panel ul {
	margin: 0px!important;
	padding: 0px 0px 0px 10px!important;
	list-style: none;
	position: relative;
}

#\@toolbar-module .\@toolbar-menu-panel li {
	font-size: 0.75em!important;
	margin: 5px 0px 8px;
}

#\@toolbar-module .\@toolbar-menu-panel h5 { font-size: 0.75em!important; }

#\@toolbar-module .\@toolbar-menu-panel dd dt { padding: 5px 0px!important; }

/*----------------------------------------------/
	Toolbar: #@toolbar-panel-brand
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-panel-brand {
	z-index: 200000;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-brand
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-brand {
	padding: 0px;
}

#\@toolbar-module #\@toolbar-brand a {
	background: transparent url(toolbar-assets/brand.png) no-repeat left top;
	width: 333px;
	height: 1.2em;
	padding-right: 0px;
	padding-left: 0px;
}

#\@toolbar-module #\@toolbar-brand a span {
	 line-height: 0%; width: 0px; height: 0px; margin: 0px; padding: 0px; border: none; overflow: hidden; display: block; 
}

#\@toolbar-module #\@toolbar-brand a:hover {
	background-position: left bottom;
}
/*
#\@toolbar-module dt:active + dd.\@toolbar-menu {
	display: block!important;
}

#\@toolbar-module dt + dd.\@toolbar-menu {
	display: none!important;
}


#\@toolbar-module dd:hover.\@toolbar-menu {
	display: block!important;
}
*/
/*----------------------------------------------/
	Toolbar: #@toolbar-panel
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-panel {
	float: right;
	display: inline;
	z-index: 200000;
}

#\@toolbar-module #\@toolbar-panel dt {
	/*border-top: 1px solid #666666;
	border-bottom: 1px solid #333333;*/
}

#\@toolbar-module #\@toolbar-panel dt a {
	/*margin: 0px -1px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;*/
}

/*----------------------------------------------/
	Toolbar: #@toolbar-search
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-search {
	padding: 0.25em 5px!important;
	float: left;
	clear: right;
}

#\@toolbar-module #\@toolbar-search fieldset {
	float: left;
	clear: both;
}

#\@toolbar-module .\@toolbar-search-field {
	margin: 2px 0px 0px 0px;
	float: left;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #cdcdcd;
}

#\@toolbar-module .\@toolbar-search-field span {
	background: #fff url(toolbar-assets/search_bkgd.png) repeat-x left bottom;
	height: 1.25em;
	margin: 0px -1px;
	float: left;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #b2b2b2;
	/* Allows IE6 to display borders properly */
	position: relative;
	z-index: 10;
}

#\@toolbar-module .\@toolbar-search-field input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: top;
	background: none;
	width: 115px;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px;
	float: left;
	border: none;
}

#\@toolbar-module #\@toolbar-search-advanced_btn {
	background: #fff url(toolbar-assets/search_advanced.png) no-repeat left bottom;
	width: 25px;
	height: 100%;
	float: left;
	clear: right;
	display: block;
}

#\@toolbar-module #\@toolbar-search-advanced_btn span {
	 line-height: 0%; width: 0px; height: 0px; margin: 0px; padding: 0px; border: none; overflow: hidden; display: block; 
}

/*----------------------------------------------/
	Toolbar: #@toolbar-message
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-message {
	/*background: #b70000 url(toolbar-assets/message-alert_bkgd.png) repeat-x left top;*/
	background: #fdb31b url(toolbar-assets/message-alert_bkgd.png) repeat-x left top;
	/*height: 1em;*/
	margin: 0px;
	padding: 3px 10px 2px;
	float: none;
	clear: both;
	display: block;
	/*overflow: hidden;*/
	z-index: 100000;
	/*border: 5px solid #CB1616;*/
	
}

#\@toolbar-module #\@toolbar-message h4 {
	padding: 0px;
}

#\@toolbar-module #\@toolbar-message ul {
	padding: 0px;
	list-style: none;
}

#\@toolbar-module #\@toolbar-message li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding-left: 40px;
	list-style: none;
}

#\@toolbar-module #\@toolbar-message p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background: url(toolbar-assets/message-alert_icon.png) no-repeat 5px top;
	margin: 0px;
	padding: 0px 0px 0px 110px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-family
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-family {
	width: 200px;
}
/*
#\@toolbar-module .\@toolbar-menu-family_list {
	overflow: visible!important;
}
*/
/*----------------------------------------------/
	Toolbar: #@toolbar-menu-alerts
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-alerts {
	width: 400px;
	right: auto;
	left: -100px;
}

#\@toolbar-module #\@toolbar-menu-alerts dt {
	color: #fff!important;
	font-size: 0.75em!important;
	font-weight: bold!important;
	float: none!important;
	display: block!important;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-alertCount
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-alertCount {
	color: #ffffff;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	line-height: normal;
	background: #b70000;
	margin: 0px -4px 0px 0px;
	padding: 0px 2px;
	position: absolute;
	top: auto;
	right: 100%;
	cursor: default;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-share
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-share {
	width: 150px;
	left: 70px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-help
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-help {
	width: 150px;
	left: 170px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-printerFriendly
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-printerFriendly {
	width: 150px;
	right: 20px;
}

/*----------------------------------------------/
	Toolbar: #@toolbar-menu-language
/----------------------------------------------*/

#\@toolbar-module #\@toolbar-menu-language {
	width: 150px;
	right: -50px;
}

.\@toolbar-menu-language-list {
	max-height: 200px;
	overflow: auto;
}

#google_translate_element {
	font-size: 10px!important;
}

#google_translate_element * {
	font-family: Arial, Helvetica, sans-serif!important;
}

#google_translate_element select {
	display: none;
}

