
/* CSS Document */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	white-space:nowrap;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
	white-space:nowrap;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
	white-space:nowrap;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
	white-space:nowrap;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



#SubNav {
	clear:both;
	margin:0 0 0 15px;
}
#SubNav ul {
	margin:0;
	list-style:none;
	padding: 0;
}
#SubNav a, #SubNav strong, #SubNav span {
	float:left;
	display:block;
	color:#000000;
	padding: 7px 20px 4px 10px;
	background: #ffffff url(../images/nav1.gif) no-repeat 100% 0px;
	text-decoration:none;
	font-weight: normal;
}
#SubNav a {
	float:none;
}
#SubNav li {
	float:left;
	color: #d1151e;
	background: #ffffff url(../images/nav1.gif) no-repeat 0px 0px;
	margin:0;
	padding:0 0 0 9px;
}
#SubNav #current {
	background: #ffffff url(../images/nav1.gif) no-repeat 0 -41px;
	color: #000000;
}
#SubNav #current a {
	background: #ffffff url(../images/nav1.gif) no-repeat 100% -41px;
	padding:7px 20px 4px 11px;
	color:#000000;
	font-weight:bold;
}
#SubNav a:hover {
	color:#000000;
	background: #ffffff url(../images/nav1.gif) no-repeat 100% 0px;
}
.tabContent{
	clear:both;
	border:0px none;
	background:#ffffff;
	padding:5px;
}


.tabContent1{
	clear:both;
	border:0px none;
	background:#ffffff;
	padding:5px;
}

.popupdivider {
	background:url(../images/divider.gif) repeat-y center;
}
