﻿        html
        {
            background-color:silver;
        }
        
        #ColumnCenter .tabs
        {
        	width:85px;
            position:relative;
            top:1px;
            left:10px;
        }
        
        #ColumnCenter .tab
        {
        	width:85px;
        	text-align:center;
            border:solid 1px #b4daef;
            background-color:#f7f2ea;
            padding:2px 0px 2px 0px;
        }
        
        #ColumnCenter .tab a
        {
        color:#777777;
        }
        
        #ColumnCenter .selectedTab
        {
            width:85px;
            background-color:white;
            border-bottom:solid 1px white;
        }
        
        .selectedTab a
        {
        color:#000000;
        }
                
        .tabContents
        {
        	border:solid 1px #b4daef;
            padding:10px;
            background-color:white;
        }

