﻿/** Si Calendar         **/
/** Created 2008 03     **/

/** Containers **/ 

/* DIV Container */
.Calendar
{
    display             : none;
    visibility          : hidden;
    width               : inherit;
    position            : absolute;
    background-color	: #2e384a;

}
/* Table Container */
.Calendar .Table
{
    font-family         : Verdana;
    font-size           : 10px;
    color               : #669999;
    border-collapse     : collapse;
    border              : 1px solid #2e384a;
}

/** Commons **/ 

/* this class well be used for all links */
.Calendar a
{
    display             : block;
    height              : 100%;
    color               : #333333;
    text-decoration     : none;
    padding-top         : 2px;
    padding-left        : 3px;
}
/* this class will be used for all cells */
.Calendar .Table td
{
    height              : 15px;
    line-height			: 15px;
    width               : 25px;
    border              : 1px solid #2e384a;
    padding             : 0px;   
    border-collapse     : collapse;
}

/** Information --- ex: April 2010 --- **/
.Calendar .Table .CellInformation
{
    background-color    : #2e384a;
    text-align          : center;
	color 				: #fff;;
	border-bottom		: 1px solid #669999;
}
/** Style for today *additional style* **/
.Calendar .Table .CellToday
{
    background-color:Black;
}

/** Cell "<" and ">" **/

.Calendar .Table .CellNavigation					{ text-align          : center; padding: 1px; font-size: 11px;	border-bottom		: 1px solid #669999; }
.Calendar .Table .CellNavigation a					{ background-color    : #2e384a; color : #ffffff; font-size: 11px; }
.Calendar .Table .CellNavigation a:Hover			{ background-color    : #2e384a; color : #000000; font-size: 11px; }

/** Headers & day **/ 

.Calendar .Table .CellDayHeader						{ background-color : #f2cc36; padding: 1px; font-size: 11px; }
.Calendar .Table .CellDay							{}
.Calendar .Table .CellDay a							{ background-color : #FFFFFF; font-size: 11px; }
.Calendar .Table .CellDay a:Hover					{ background-color : #C6D6B2; font-size: 11px; color: #333333; }
.Calendar .Table .CellDayInactive					{}
.Calendar .Table .CellDayInactive a					{ background-color : #FFFFFF; font-size: 11px; color: #2e384a; }
.Calendar .Table .CellDayInactive a:Hover			{ background-color : #C6D6B2; font-size: 11px; color: #2e384a;}

/** Headers & day saturday **/  

.Calendar .Table .CellDayHeaderSaturday				{ background-color : #f2cc36; padding: 1px; font-size: 11px; }
.Calendar .Table .CellDaySaturday					{}
.Calendar .Table .CellDaySaturday a					{ background-color : #F6EBBE; font-size: 11px; }
.Calendar .Table .CellDaySaturday a:Hover			{ background-color : #C6D6B2; color: #333333; font-size: 11px; }
.Calendar .Table .CellDaySaturdayInactive			{}
.Calendar .Table .CellDaySaturdayInactive a			{ background-color : #F6EBBE; font-size: 11px; color: #2e384a; }
.Calendar .Table .CellDaySaturdayInactive a:Hover	{ background-color : #C6D6B2; font-size: 11px; color: #2e384a; }

/** Headers & day sunday **/ 

.Calendar .Table .CellDayHeaderSunday				{ background-color : #f2cc36; padding: 1px; font-size: 11px; }
.Calendar .Table .CellDaySunday						{}
.Calendar .Table .CellDaySunday a					{ background-color : #f2cc36; font-size: 11px; }
.Calendar .Table .CellDaySunday a:Hover				{ background-color : #C6D6B2; font-size: 11px; color: #333333; }
.Calendar .Table .CellDaySundayInactive				{}
.Calendar .Table .CellDaySundayInactive a			{ background-color : #f2cc36; font-size: 11px; color: #2e384a; }
.Calendar .Table .CellDaySundayInactive a:Hover		{ background-color : #C6D6B2; font-size: 11px; color: #2e384a;}
