 * {
    padding : 0;
    margin : 0;
}

.smoothcalendar {
    font-family: "arial", "verdana"; 
    position: relative;
    color : #fff;
}

.smoothcalendar .navigations{
    overflow: hidden;
}

.smoothcalendar .navigations div {
    float: left;    
    text-align: center;
}

.smoothcalendar .columns {
    float: left; 
    padding-left: 1px;
}

.smoothcalendar .weekDays{
    overflow: hidden;
}

.smoothcalendar .weekDays div {
    display : block;
    margin-bottom: 1px;
}

.smoothcalendar .dayNames {
    display : block;
    text-transform: uppercase;
    font-size : 14px;
    color : #fff;
    padding: 2px 0px 2px 0px;
}

.smoothcalendar a {
    text-decoration: none;
    color: #67829F; 
    font-size: 80%;
    outline: none;
}

.current_date {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.3em;
    color : #000;
}

.current_date_IE6 {
    font-size: 14px;
    font-weight: bold;
    color : #000;
}

.days_of_the_week div{
    text-transform: uppercase;
    padding: 1px 0px;
    font-size: 65%; 
    color: #67829F;
    padding: 0px;
}

.day_content, .emptyBox {
    background-color: #67829F;
    border: 1px solid #67829F;
    padding: 0px; 
    display: block;
    overflow: hidden;
}

.emptyBox {
    padding: 0px;
    border: none;
    background-color: transparent;
}

.day_content_with_event {
    background-color: #C74A8E;
    border: 1px solid #C74A8E;
    cursor : pointer;
    padding: 0px; 
    z-index: 500;
    display: block;
    overflow: hidden;
}

.day_content_with_event_mouseover {
    background-color: #C74A8E;
    border : 1px solid #000;
    cursor : pointer;
    padding: 0px; 
}

.day_number {
    color: #FFF;
    font-size: 12px;
    width : 30%;
}

.day_event_count {
    padding-top : 8px;
    font-size: 9px;
    text-align: left;
    color : #FFF;
/*    width : 30%; */
}

.events_list_box {
    position : absolute;
    overflow : hidden;
    background-color: #000;
    border: 1px solid #000;
    padding: 0px;
}

.smoothcalendar #eventListContainer {
    margin-top : 4px;
    overflow: hidden;
    position : relative;
    top : 0px;
}

.smoothcalendar #eventDetailContainer {
    margin-top : 2px;
    overflow: hidden;
    position : relative;
    top : 0px;
    font-size: 12px;
/*    background-color : #C74A8E; */
}

.smoothcalendar_listItem {
    cursor : pointer;
    padding : 0px 0px;
    margin-bottom : 1px;
    background-color : #C54A8B;
    color : #FFF;
}

.smoothcalendar_listItem_mouseover {
    cursor : pointer;
    padding : 0px 0px;
    margin-bottom : 1px;
    background-color : #333;
    color : #FFF;
}

.smoothcalendar_listItem span, 
.smoothcalendar_listItem_mouseover span {
    font-size : 10px;
    margin-left : 1px;
}

.smoothcalendar #fullDateText, .smoothcalendar h2 {
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    color : #E7A8C7;
}

.smoothcalendar #fullDateText {
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 110%;
    color : #fff;
}

.smoothcalendar #smoothcalendargoBackLink, .smoothcalendar #smoothcalendarclose{
    color : #FFF;    
    text-decoration: none;
    position : absolute;
    outline: none;
    padding-left: 80px;
}

.smoothcalendar #smoothcalendargoBackLink {
    font-size: 10px;
}

.smoothcalendar #smoothcalendarclose {
    font-size : 20px;
    font-weight: normal;
    text-decoration: none;
    right : 0px;
    top : 0px;
}

.smoothcalendar a:hover, .smoothcalendar #smoothcalendarclose:hover, .smoothcalendar #smoothcalendargoBackLink:hover {
    color : #C74A8E;    
}

.smoothcalendar #previousMonth, .smoothcalendar #nextMonth, .smoothcalendar #nextYear, .smoothcalendar #previousYear {
    background-repeat: no-repeat;
    font-size: 12px;
    line-height:30px;
    position: relative;
    display: inline-block;
    overflow : hidden;
    cursor: pointer;
}

.smoothcalendar #nextMonth {
    background-image: url(../images/arrows.gif);
    background-position: -5px -28px;
    width: 20px;
}

.smoothcalendar #nextYear {
    background-image: url(../images/arrows.gif);
    background-position: 0px -56px;
    width: 28px;
}

.smoothcalendar #previousMonth {
    background-image: url(../images/arrows.gif);
    background-position: 0px 0px;
    width: 20px;
} 

.smoothcalendar #previousYear {
    background-image: url(../images/arrows.gif);
    background-position: 0px -85px;
    width: 28px;
}

.smoothcalendar #nextMonth:hover {
    background-image: url(../images/arrows.gif);
    background-position: -33px -28px;
}

.smoothcalendar #nextYear:hover {
    background-image: url(../images/arrows.gif);
    background-position: -26px -56px;
}

.smoothcalendar #previousMonth:hover {
    background-image: url(../images/arrows.gif);
    background-position: -28px 0px;
} 

.smoothcalendar #previousYear:hover {
    background-position: -28px -85px;
}

