#tabs { 
    margin-top: 1em;
    border-top: 1px solid silver;
    clear: both;
    text-align: left; 
}

@media print { 
    #tabcontrols { display: none }
}

/*
#tabcontrols a:link, #tabcontrols a:visited {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    background-color: #9c0000;
    border: 1px solid #9c0000;
    padding: 2px;
    text-decoration: none;
    margin-left: 2px;
}

#tabcontrols a:hover, #tabcontrols a:link.selected, #tabcontrols a:visited.selected {
    color: gray;
    background-color: white;
}
*/

#tabcontents {
	padding: 10px;
        margin-top: 2px;
}
@media print {
	#tabcontents { border: 0px none }
}