﻿
.CalendarExtender
{
    cursor:pointer;    
    border:dashed 1px #8dc63f;
    margin-left:-20px;
    margin-right:10px;
    top:50%;    
    }
.ColorPicker
{
    cursor:pointer;    
    border:dashed 1px #8dc63f;
    margin-left:-20px;
    margin-right:10px;
    top:50%;    
    }

.tab_active{
    background: #fff;
    border:1px solid #D9D9D9;
    border-bottom-width:0px;
    color:#03a2e1;
    font-size:14px;
    padding:5px;
    text-align:center;
    width:200px;
}
.tab_active a:link, 
.tab_active a:visited {text-decoration:none; color:#03a2e1; }
.tab_active a:hover {text-decoration:none; color:#03a2e1; }

.tab_unactive {
    background: #F2F2F2;
    border-bottom:1px solid #D9D9D9;
    color:#808080;
    font-size:14px;
    padding:5px;
    text-align:center;
    width:200px;
}
.tab_unactive a:link, 
.tab_unactive a:visited {text-decoration:none; color:#808080; }
.tab_unactive a:hover {text-decoration:none; color:#000; }

.tab_separate {
    background:#fff;
    border-bottom:1px solid #D9D9D9;
    color:#808080;
    padding:5px;
    width:10px;
}


