﻿#tabTitlesContainer{text-align:center;color:#000000;font-size:small;cursor:hand;width:140px;height:200px;border-width:thin;}
.tabTitleUnSelected{text-align:center;color:#000000;background-color:lightblue;width:150px;height:16px;}
.tabTitleUnSelected:hover{text-align:center;background-color:lightblue;height:16px;}
.tabTitleSelected{text-align:center;color:#000000;background-color:white;width:150px;height:16px;}

#tabPagesContainer{text-align:center;font-size:small;font-size:14px;width:200px;font-weight:lighter;color:#000000;}
.tabPageUnSelected{background-color:white;display: none;font-weight: normal;}
.tabPageSelected{background-color:white;display:block;font-weight: normal;}
.tabPage{height:60px;}
