/*<![CDATA[*/

/**
* Calendar Widget Version 1.0
* Copyright (c) 2004, Tribador Mediaworks,
*
* Brian Munroe <bmunroe@tribador.net
*
* calendar.css - Calendar Widget Standard Cascading Style Sheet
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice appear in supporting
* documentation.  No representations are made about the suitability of this
* software for any purpose.  It is provided "as is" without express or
* implied warranty.
*/

.datepicker .CalendarFrame {
    border: 2px solid #c0c0c0;
    border-collapse: collapse;
}

.datepicker .DateControlFrame {
    text-align: center;
	padding: 3px;
    border: 2px solid #c0c0c0;
}

.datepicker .DateControls {
    font-size: xx-small;
		margin-bottom: 0;
}

.datepicker .CalHeader {
    font-family: Arial, Helvetica;
    font-size: small;
    font-weight: bold;
    width: 20px;
    text-align: center;
    border-top: 1px solid #c0c0c0;
}

.datepicker .CellElement {
    font-family: Arial, Helvetica;
    font-size: x-small;
    text-align: center;
    cursor: pointer;
    /*cursor: hand;*/
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.datepicker .CurrentCellElement {
    font-family: Arial, Helvetica;
    font-size: x-small;
    background: #F0181E;
    color: #000;
    text-align: center;
    cursor: pointer;
    /*cursor: hand;*/
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.datepicker .EmptyCell {
    background: #eee;
    font-family: Arial, Helvetica;
    font-size: x-small;
    padding: 2px;
    border: 1px solid #c0c0c0;
}

.datepicker .CloseControls {
    font-family: Arial, Helvetica;
    font-size: x-small;
    text-align: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.datepicker .close {
    cursor: pointer;
    /*cursor: hand;*/
    color: #F0181E;
}

.datepicker .cancel {
    cursor: pointer;
    /*cursor: hand;*/
    color: #F0181E;
}

.datepicker .today {
    cursor: pointer;
    /*cursor: hand;*/
    color: #F0181E;
}

/*]]>*/
