/* TABY */    
.tabStrip { clear: both; border-bottom: solid 1px #d5d8df; height: 20px; margin: 0 -13px 0 -15px; padding: 0 0 0 15px;
            margin-bottom: 10px; position: relative; } 
.tabStrip .tab { float:left; border: none; cursor: pointer; padding: 1px 6px 1px 6px; position: relative; top: 1px;
                 line-height: 17px; font-weight: bold; background-color: #d3e0f0; margin-left: 3px; color: #0072bc;}
.tabStrip .tab:hover { background-color: #2d66b3;  color: #fff; text-decoration: none;}
		
.tabStrip .tabClicked { float:left; border: solid 1px #d5d8df; border-bottom: solid 1px White; cursor: pointer;  padding: 1px 5px 1px 5px;
                          line-height: 17px; font-weight: bold; background-color: White; margin-left: 3px; color: Black;}
.tabStrip .tabClicked:hover { text-decoration: none; }

.tabContent { display: none;  }