﻿#tabTitlesContainer{text-align:center;cursor:hand;width:140px;height:200px;border-width:thin;}
.tabTitleUnSelected{text-align:center;background-color:#dcf2ff;width:150px;height:36px;}
.tabTitleUnSelected:hover{text-align:center;background-color:#cdebfd;height:36px;}
.tabTitleSelected{text-align:center;background-color:#FAFAFA;width:150px;height:36px;}

#tabPagesContainer{text-align:left;font-size:14px;width:200px;}
.tabPageUnSelected{display: none;}
.tabPageSelected{display:block;}
.tabPage{height:30px;}
