﻿/* tab strip */
.tabStrip { font-weight: bold; }
.tabStrip ul { margin: 0; padding: 0; list-style-type: none; list-style-image:none; }
.tabStrip li { margin: 1px 1px 0 0; list-style-type: none; list-style-image:none; float: left; }
.tabLink { display: block; text-decoration : none; padding: 5px; background: #c65721; color: #DF8A62; white-space: nowrap; }
.tabLinkActive { display: block; text-decoration : none; padding: 5px; background: #b83d00; color: #ffe196; white-space: nowrap; }

/* tab content */
.tabContent { display: none; }
.tabContentActive { display: block; clear: both; padding: 10px; margin: 10px 0 0 0; background: #F8E4DC; border-top: 1px #c65721 solid; }
