﻿/* fuente negra */
        .blackccs 
        {
            color:black
        }



/* gridviewhorarioccs */
       .gridviewhorarioccs th         
       {
            color: Black;
            font-style:italic;
            border-bottom: 1px solid GRAY;
        }


       .gridviewhorarioccs tr td
        {
            padding-top: 10px;
            color: Black;
            text-align:left;
        }
/* gridview */   

/* gridview */
       .gridviewccs th         
       {
            color: Black;
            font-style:italic;
        }


       .gridviewccs tr td
        {
            border-top: 1px solid GRAY;
            border-bottom: 1px solid GRAY;
            color: Black;
            text-align:center;
            width:100px;
        }
/* gridview */        

/* HyperLink */
a.HyperLinkHover         {color: black; text-decoration:none;}  
a.HyperLinkHover:active  { color:black; text-decoration:none;}
a.HyperLinkHover:hover   { color:black; text-decoration:none;}
a.HyperLinkHover:link    { color:black; text-decoration:none;}
a.HyperLinkHover:visited { color:black; text-decoration:none;}
/* HyperLink */




/*
==========================
        CALENDAR

==========================
*/

/*
    Set the Style for parent CSS Class
    of Calendar control
    Parent [CssClass] = myCalendar
*/
.myCalendar {
    background-color:white;
    width: 200px;
        
}

/*
    Common style declaration for hyper linked text
*/
.myCalendar a {
    text-decoration: none;
}

/*
    Styles declaration for top title
    [TitleStyle] [CssClass] = myCalendarTitle
*/
.myCalendar .myCalendarTitle {
    font-weight: normal ;
    background-color : #FF9933;
    font-size: 12px;
    color: Black;
}


.myCalendar .myCalendarDayHeader {
    background-color : white;
    font-weight: bold;
    color: Black;
}




/*
    Styles declaration for date cells
    [DayStyle] [CssClass] = myCalendarDay
*/
.myCalendar td.myCalendarDay {
    border: solid 2px #fff;
    border-left: 0;
    border-top: 0;
    color: Black;
}

/*
    Styles declaration for next/previous month links
    [NextPrevStyle] [CssClass] = myCalendarNextPrev
*/
.myCalendar .myCalendarNextPrev {
    text-align: center;
}

/*
    Styles declaration for Week/Month selector links cells
    [SelectorStyle] [CssClass] = myCalendarSelector
*/
.myCalendar td.myCalendarSelector {
    background-color: #dddddd;
}

.myCalendar .myCalendarDay a, 
.myCalendar .myCalendarSelector a,
.myCalendar .myCalendarNextPrev a {
    display: block;
    line-height: 18px;
}

.myCalendar .myCalendarDay a:hover, 
.myCalendar .myCalendarSelector a:hover {
    background-color: #cccccc;
}

.myCalendar .myCalendarNextPrev a:hover {
    background-color: #fff;
}


/*
==========================
        CALENDAR

==========================
*/
