@charset "utf-8";


.TabbedPanels { margin-top: 10px; padding: 0; clear: both;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }

.TabbedPanelsTabGroup { margin: 0; padding: 0; }

.TabbedPanelsTab { width: 130px; height: 50px; text-decoration: none;
	position: relative; top: 1px; float: left; padding: 0; margin: 0; text-align: left; line-height: 30px; list-style: none;
	background: url(../brtab/tab.png) top left no-repeat; }

.TabbedPanelsTabHover { background: url(../brtab/tabover.png) top left no-repeat; color: #ddd; }

.TabbedPanelsTabSelected { background: url(../brtab/tabact.png) top left no-repeat; border-bottom: 1px solid #fff; color: #000; }

.TabbedPanelsTab p, .TabbedPanelsTabSelected p { line-height: 50px; color: #111; font-size: 12px;}
.TabbedPanelsTabHover p { line-height: 50px; color: #fff; font-size: 12px;}


.TabbedPanelsContentGroup { clear: both; width: 520px;
	background: url(../brtab/tabflame.png) left bottom no-repeat; border-top: solid 1px #999; margin: 0; padding-bottom: 10px; _padding-bottom: 1px;}

.TabbedPanelsContent { padding: 0; margin: 10px; }

.TabbedPanelsContentVisible { }

.tabgr { padding: 0; margin: 10px 5px 10px 5px; width: 30px; height: 30px;}
.brsearch{ margin-top: 0; padding: 15px 0 10px 50px; background: url(../brtab/search.png) left center no-repeat;}
.brsearch p a{ font-size: 12px; line-height: 36px; color: #1E1612; font-weight: normal; text-decoration: none;}
.brsearch p a:hover{ color: #E84808; text-decoration: none;}

.TabbedPanelsContent p span { font-size: 12px; line-height: 40px; margin: 10px 15px 10px 0; padding: 4px 15px; border: 1px solid #999; background: url(../brtab/brabg.jpg) left center repeat-x; color: #1E1612; font-weight: normal;}

