/* CSS Document */

a.tab {
    background: url(../images/bg-tab-over.jpg) no-repeat scroll right top;
    color: #000000;
    display: block;
    float: left;
    font: bold normal 11px Tahoma;
    height: 28px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.tab span {
	background: url(../images/bg-tab-on.jpg) no-repeat;
	display: block;
	line-height: 14px;
	padding: 7px 0 7px 10px;
	font-weight: bold;
} 

a.tab:active {
    background-position: bottom right;
    color: #155075;
    outline: none; /* hide dotted outline in Firefox */
}

a.tab:hover {
	background-position: bottom right;
    color: #155075;
    outline: none;
}
a.tab:hover span {
    background-position: bottom left;
    padding: 7px 0 7px 10px; /* push text down 1px */
} 
a.tab:active span {
    background-position: bottom left;
    padding: 7px 0 7px 10px; /* push text down 1px */
} 


a.tabon {
    background: url(../images/bg-tab-over.jpg) no-repeat scroll right bottom;
    color: #155075;
    display: block;
    float: left;
    font: bold normal 11px Tahoma;
    height: 28px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.tabon span {
	background: url(../images/bg-tab-on.jpg) no-repeat left bottom;
	display: block;
	line-height: 14px;
	padding: 7px 0 7px 10px;
	font-weight: bold;
} 

a.tabon:active {
    background-position: bottom right;
    color: #155075;
    outline: none; /* hide dotted outline in Firefox */
}

a.tabon:active span {
    background-position: bottom left;
    padding: 7px 0 7px 10px; /* push text down 1px */
} 



a.button {
    background: url(../images/bg_button_a.gif) no-repeat scroll right top;
    color: #000000;
    display: block;
    float: left;
    font: bold normal 11px Tahoma;
    height: 20px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
	background: transparent url(../images/bg_button_span.gif) no-repeat;
	display: block;
	line-height: 14px;
	padding: 3px 0 3px 10px;
	font-weight: bold;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 3px 0 3px 10px; /* push text down 1px */
} 