#search{
	background: url( - ) no-repeat;
	height: 32px;
	margin: -6px 0 10px 0;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a3a3;
	float: left;
	font-size: 11px;
	margin: 7px 0 0 10px;
	width: 140px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

.tabber {
        padding:0;
}
.tabberlive {
        width: 147px;
        text-align:left;    
}
ul.tabbernav {
	margin:0;
	padding:0px;
        border:1px solid #ccc;
        background:#c4fd2f;
        height:17px;
        font-size:17px;
}
ul.tabbernav li {
	list-style:none;
	margin:0;
	display:inline;
}
ul.tabbernav li a {
	padding:1px 0.5em;
	border-bottom:none;
	text-decoration:none;
}

ul.tabbernav li a:link {
	color:#777;
}
ul.tabbernav li a:hover {
	color:#777; 
}

.tabberlive .tabbertab {
	font: normal 11px verdana;
    height:420px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px;
	border-top:0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.tabberlive .tabbertab h2 {
        font: bold 11px verdana;
        display:none;
        height:420px;
}


.wireframemenu{
border: 1px solid #94b9d3;
background-color: #ebf3fb;
border-bottom-width: 0;
text-align:left;
width: 158px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 158px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #94b9d3;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #3c7faf;
color: #fff;
}


body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(images/bg.gif) repeat-x;
	line-height: 16px; 
}

.subheader_right {
	background: #F6F6F6 url(images/hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 28px;
	float: right;
	width: 970px;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(images/hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}


