/* @Info : This page contains the style classes used to bring up the basic tabbed table structure. The table which are going to be put inside each tab, are not referring to this style classes. Please don't mix up the style classes. */ /*Style used for the BR. In fact, to control the height of the newline*/ .br { font-size:8px; } /*Style of the selected tab (td) */ .seltab { text-align:center; font-size:11; background-color:#00476E; vertical-align:middle; font-family : MS Sans Serif, verdana, arial, tahoma, helvetica, sans-serif; color:#ffffff; font-weight:bold; border-style: solid ; border-width: 2px 1px 0px 1px; border-color: #FFFFFF #73695A #8194B0 #FFFFFF; } /*Style of the inactive tab (td) */ .tab { text-align:center; cursor:hand; font-size:11; vertical-align:middle; background-color:#A6C3E6; font-family : MS Sans Serif, verdana, arial, tahoma, helvetica, sans-serif; color:#ffffff; font-weight:bold; border-style: solid ; border-width: 2px 1px 0px 1px; border-color: #FFFFFF #73695A #D6D3CE #FFFFFF; } /*Style of the td which fills the last cell */ .tabfill { font-size:11; text-align:center; background-color:#f0f0f8; font-family : MS Sans Serif, verdana, arial, tahoma, helvetica, sans-serif; border-style: solid ; border-width: 0px 0px 1px 1px; border-color: #D6D3CE #D6D37E #D6D3CE #D6D3CE; } /*Style of the last td which fills the last cell, in the top most tabs */ .NoTab { border-style: solid ; border-width: 0px 1px 1px 0px; border-color: white; border-collapse:collapse; background-color:#ffffff; } /*Style of the div*/ .divtab { background-color:#ffffff; border-style: solid; border-width:thin; border-width:1px 2px 2px 2px; border-color:#00476E #73695A #D6D3CE #D6D3CE; width:100%; padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:0px; margin-left:0px; margin-right:0px; }