﻿.selected
{
    font-family: Tahoma;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    width: 120px;
    border-bottom: solid 3px #6B6B6B;
    background-color: #ffffff;
}

.unselected
{
    font-family: Tahoma;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    width: 120px;
}

.contentpanel
{
    background-color: #ffffff;
    width: 98%;
    height: 500px;
    border-bottom: solid 3px #6B6B6B;
    border-right: solid 3px #6B6B6B;
    text-align:center;
    padding:0px 5px 0px 5px;
}

.titleheader 
{
    font-family:Tahoma;
     font-weight:bold;
     font-size:18px;
}
