﻿        #tab
        {
            margin: 0;
            height: 25px;
            padding-left: 20px;
            /*background: url(bottom_border.gif) repeat-x bottom;*/
            width: 500px;
        }
        #tab li
        {
            margin: 0;
            padding: 0;
            list-style-type: none;
            display: inline;
        }
        #tab li a:link, #tab li a:visited
        {
            float: left;
            text-decoration: none;
            margin-right: 5px;
            padding: 2px 10px;
       /* border: 1px solid #ccc;*/
            line-height:19px;
            font-family: Verdana;
            font-size:12px;
            color: navy;
            background-color: #dddddd;
            /*background: url(img_navblock_bg.jpg) ;*/
            
            width: 50px;
            text-align: center;
        }
        #tab li a:link.selected, #tab li a:visited.selected
        {
            float: left;
          /*border-bottom: 1px solid #fff;*/
            background-color:navy;
            color: white;
        }
        #tab li a:hover
        {
            background-color: #fff;
            color: #000;
        }
        .viewtitle
        {
            padding: 5px;
            font-weight: bold;
            font-size: 14px;
            font-family: Trebuchet MS;
        }
        .viewcontainer
        {
            padding: 5px;
          /*border-bottom: 1px solid #ccc;*/
            height: 400px;
            background-color: #fff;
        }
        .viewtext
        {
            padding: 5px;
            line-height: 18px;
        }
        
           