
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpMonthNavigationArrow{           
        text-align:center;
        vertical-align:center;
        text-decoration:none;
        color:#FFFFFF;                
                height: 16px;
                /*padding-top: 2px;        */
                background-color: #941914;
        }
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpMonthNavigation,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
        {
        font-family: verdana, arial, sans;
            font-size: 10px;
        }

.TESTcpMonthNavigationArrow{
  font-family: verdana, arial, sans;
  font-size: 8px;    
}        
        
TD.TESTcpDayColumnHeader
        {
        text-align:center;
        padding: 5px;            
        /*        
        border:solid 0 #6677DD;
        border-width:0 0 1 0;
        */
        
        }
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
        {
        text-align:center;
        text-decoration:none;
        }
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
        {
        color:#D0D0D0;
        text-align:center;        
                text-decoration: none;
        
        }
.TESTcpCurrentMonthDate
        {
        color:#474746;
        font-weight:bold;
        }
.TESTcpCurrentDate
        {
        color: #FFFFFF;
        font-weight:bold;
        }
.TESTcpOtherMonthDate
        {
        color:#808080;
        }
        
/*Dia d'avui seleccionat*/
TD.TESTcpCurrentDate
        {
        color:#FFFFFF;        
        background-color: #5B5B5B;
        /*
                border-width:1;
        border:solid thin #000000;
                */
        }
TD.TESTcpCurrentDateDisabled
        {
        border-width:1;
        border:solid thin #FFAAAA;
        }
/*Avui*/
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
        {
        /*
                border:solid thin #6677DD;
        border-width:1 0 0 0;
                */
        }
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
        {
        height:20px;
                padding: 5px;
        }
A.TESTcpTodayText
        {
        color:#000000;
        font-weight:bold;
        }
SPAN.TESTcpTodayTextDisabled
        {
        color:#D0D0D0;
        }
        
        /*Border general*/            
.TESTcpBorder
        {        
        border:solid 1px #8C8C8C;
        /*border:0px;*/
        /*background: #F0F0F0 url(../img/bg_text.gif) top left repeat-x;    */
        background-color: #EEEEEE;
        padding: 0px;

        } 
        

a.TESTcpActiveMonthDate, a.TESTcpActiveMonthDate:link, a.TESTcpActiveMonthDate:visited, a.TESTcpActiveMonthDate:active, a.TESTcpActiveMonthDate:hover{
    color: #66BB52;
    font-weight:bold;     
}

a.TESTcpActiveMonthDate:hover{
    text-decoration: underline;
}

a.TESTcpCurrentActiveMonthDate, a.TESTcpCurrentActiveMonthDate:link, a.TESTcpCurrentActiveMonthDate:visited, a.TESTcpCurrentActiveMonthDate:active, a.TESTcpCurrentActiveMonthDate:hover{
    color: #66BB52;
    font-weight:bold;
    border: 1px solid #66BB52;     
}

a.TESTcpCurrentActiveMonthDate:hover{
    text-decoration: underline;
    border: 1px solid #66BB52;
}
