/* CSS Document */
#tb-left {
	float:left;
	padding: 0px;	
	height: 95px; /*88px;*/
	width: 8px;
	background: url(images/tb/title-bar-left2.png) no-repeat top;	
}
#tb-left-filler {
	float:left;
	padding: 0px;	
	height: 95px; /*88px;*/
	width: 7px;
	background: url(images/tb/title-bar-filler2.png) repeat-x top;	
}
.tb-left-filler5 {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 3px;
	background: url(images/tb/title-bar-filler.png) repeat-x top;	
}
#tb-icon-left {
	float:left;
	padding: 0px;	
	height: 95px; /*88px;*/
	width: 18px;
	background: url(images/tb/title-bar-icon-left2.png) no-repeat top;	
}
#tb-icon-filler {
	float:left;
	padding: 0px;	
	height: 95px; /*88px;*/
	width: 60px; /*58px;*/
	background: url(images/tb/title-bar-icon-filler2.png) repeat-x top;	
}
#tb-icon-right {
	float:left;
	padding: 0px;	
	height: 95px; /*88px;*/
	width: 18px;
	background: url(images/tb/title-bar-icon-right2.png) no-repeat top;	
}
#tb-right-filler {
	float:left;
	padding: 0px;	
	height: 95px; /*88px;*/
	width: 374px;
	background: url(images/tb/title-bar-filler2.png) repeat-x top;	
}
#tb-right-filler-noicon {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 468px;
	background: url(images/tb/title-bar-filler2.png) repeat-x top;	
}
#tb-right {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 8px;
	background: url(images/tb/title-bar-right2.png) no-repeat top;	
}
#tb-icon {
	margin : auto 0px auto 0px;
	padding: 18px 0px 18px 0px;	
	height: 60px; /*42px;*/
	width: 60px; /*58px;*/
}
#title-bar h1 {
	font-family: "Trebuchet MS",arial,sans-serif;
	padding: 36px 0px 0px 10px;
    display:block;
    margin:0 0 0.6em 0;
    font-size:1.8em;
	font-weight:bold;
	/*color: #ff6600;*/
}
/* Menu bar */
#mb-icon-left {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 4px;
	background: url(images/tb/menu-bar-icon-left.png) no-repeat top;	
}
#mb-icon-filler {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 58px;
	background: url(images/tb/menu-bar-icon-filler.png) repeat-x top;	
}
#mb-icon-right {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 4px;
	background: url(images/tb/menu-bar-icon-right.png) no-repeat top;	
}
.mb-icon-norm {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 74px;
	background: url(images/tb/menu-bar-icon-normal.png) repeat-x top;	
}
.mb-icon-over {
	float:left;
	padding: 0px;	
	height: 88px;
	width: 74px;
	background: url(images/tb/menu-bar-icon-over.png) repeat-x top;	
}
.mb-icon {
	margin : auto 0px auto 0px;
	padding: 23px 0px 23px 8px;	
	height: 42px;
	width: 58px;
}


