/**
 * $Id: calendar.css,v 1.3 2009/10/22 16:23:10 cvsimp Exp $
 */
 
/**
 * Calendar.
 */
.cp_frame
{
    border: outset 2px #CCCCCC;
    padding: 2px 4px 2px 4px;
    font-size: 90%;
    width: 32ex;
}

.cp_navi
{
    width: 100%;
}

.cp_body
{
    width: 28ex;
}

.cp_year,
.cp_quarter,
.cp_month,
.cp_year_navi,
.cp_month_navi,
.cp_navi select,
.cp_navi input,
.cp_navi span,
.cp_navi a
{
	text-align: center;
}

.cp_day_column_header
{
    text-align: right;
    border-style: solid;
    border-color: #666666;
    border-width: 0px 0px 1px 0px;
}

.cp_current_month_date,
.cp_other_month_date,
.cp_current_date
{
    text-align: right;
    text-decoration: none;
}

.cp_current_month_date_disabled,
.cp_other_month_date_disabled,
.cp_current_date_disabled
{
    color: #808080;
    text-align: right;
    text-decoration: line-through;
}

.cp_current_month_date
{
    font-weight: bold;
}

.cp_other_month_date
{
    font-weight: normal;
}

.cp_current_date,
.cp_current_date_disabled
{
    border: solid 1px #666666;
    font-weight: bold;
}

.cp_current_date a:link,
.cp_current_date a:visited
{
    color: #000000;
}

.cp_year,
.cp_quarter
{
    width: 50%;
}

.cp_month
{
    width: 33%;
}

.cp_today_text,
.cp_today_text_disabled
{
    border-style: solid;
    border-color: #666666;
    border-width: 1px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
}

.cp_today_text_disabled
{
    color: #808080;
}

