﻿.ce_calendar
{
	font-family: "Helvetica", Verdana, Verdana, Arial, sans-serif;
	font-weight:normal;
	height:auto;
	overflow:auto;
	cursor:default;
	margin-left:auto;
	margin-right:auto;
}
.ce_calendar div{
    text-align: center;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    display:inline;
    color:#666666;
    float:left;
}
.ce_calendar div.weekday 
{
	background: #fff;
	border: 0;
    border-bottom:1px solid #CCCCCC;
}
.ce_calendar div.empty 
{
    color:#ccc;
}
.ce_calendar div.eventday, div.ce_calendar_events span.title, div.ce_calendar_events span.description
{
    cursor:pointer;
    cursor:hand;
}

div.ce_calendar_events
{
	font-family: "Helvetica", Verdana, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color:#fff;
	border-width:6px;
	border-style:solid;
	border-color:Gray;
    padding:6px;
    display:none;
    position:absolute;
    border:6px solid gray;
    width:300px;
    height:auto;
    overflow:auto;
    z-index:100;
} 

div.ce_calendar_events div.content
{
    width : 288px;
    height: auto;
    min-height:180px;
}

div.ce_calendar_events span.title
{
    color:#47618B;
    font-weight:bold;   
}

div.ce_calendar_events div.line
{
    background-color:#ccc;
    margin: 3px;
    width:288px;
    height:1px;
}
div.ce_calendar div.days
{
    border-color:#ccc;
    border-style:solid;
    border-width:0 0 0 1px;
    height:auto;
    overflow:hidden;
    padding:0;
    margin:0;
}
/*
*---------------------------------------------------------
*                       LARGE CALENDAR
*---------------------------------------------------------
*/
.ce_large_calendar div.days
{
    width:407px;
}
.ce_large_calendar
{
    font-size: 20px;
    width: 407px;
    height:auto;
    overflow:hidden;
}
.ce_large_calendar div{
	width: 57px;
	height: 42px;
	padding-top:15px;
    background: url(../../images/site/calendar/large_calendar.gif) no-repeat scroll;
    background-position: 0px -116px;
}
.ce_large_calendar div.empty{
    background-position: 0px -174px;
}
.ce_large_calendar div.eventday{
    background-position: 0px 0px;
}
.ce_large_calendar div.today{
    background-position: -58px -58px;
    color:#fff;
}
.ce_large_calendar div.eventday.selected{
    background-position: -58px -0px;
    color:#fff;
}
.ce_large_calendar div.today.selected{
    background-position: -58px -116px;
    color:#fff;
}
.ce_large_calendar div.hover{
	color:#fff;
    background-position: 0px -58px;
}
.ce_large_calendar div.weekday {
	padding-top:1px;
	height: 22px;
	width:58px;
	font-size: 14px;
	background-image:none;
}
/*
*---------------------------------------------------------
*                       SMALL CALENDAR
*---------------------------------------------------------
*/
.ce_small_calendar div.days
{
    width:196px;
}
.ce_small_calendar{
	font-size: 12px;
    width:197px;
    height:auto;
    overflow:hidden;
}
.ce_small_calendar div{
    font-weight:bold;
    width:27px;
    height: 21px;
    padding-top:6px;
    background: url(../../images/site/calendar/small_calendar.gif) no-repeat scroll;
    background-position: 0px -56px;
}
.ce_small_calendar div.empty{
    background-position: 0px -84px;
}
.ce_small_calendar div.eventday{
    background-position: 0px 0px;
}
.ce_small_calendar div.today{
    background-position: -28px -28px;
    color:#fff;
}
.ce_small_calendar div.eventday.selected{
    background-position: -28px -0px;
    color:#fff;
}
.ce_small_calendar div.today.selected{
    background-position: 28px -56px;
    color:#fff;
}
.ce_small_calendar div.hover{
	color:#fff;
    background-position: 0px -28px;
}
.ce_small_calendar div.weekday {
	padding-top:1px;
	height: 16px;
	width:28px;
	font-size: 10px;
	background-image:none;
}