﻿@charset "utf-8";

#day-items-content{
    overflow: auto;
    padding: 10px 5px 5px 5px; 
    _padding: 10px 1px 5px 1px; 
}
.day-item{    
    width: 39px;
    height: 45px;
    display: block;
    text-align: center; 
    float: left;  
	background-image: url(images/day-item/day-item-transparent.png);  
	background-color: #DCE7F2;
	background-repeat: no-repeat; 
	background-position: center top;
	text-decoration: none;
	margin: 0 1px 0 1px;
	color: Black;
	font-size: 7pt;
	padding: 5px 0 0 0;
}
.day-item:hover, .menu-day-date-bg-today-navig{    
	background-image: url(images/day-item/day-item-transparent-hover.png);
	background-repeat: no-repeat; 
	background-position: center top;
    padding-top: 10px;
    height: 40px;
}

.ie6-gif-menu-day-date-bg-none{ 
	_background-image: url(images/day-item/ie6/none-day-item-transparent-for-ie6.png);         
}
.ie6-gif-menu-day-date-bg-holiday{
	_background-image: url(images/day-item/ie6/holiday-day-item-transparent-for-ie6.png);             
}
.ie6-gif-menu-day-date-bg-noeat{
	_background-image: url(images/day-item/ie6/noeat-day-item-transparent-for-ie6.png);            
}
.ie6-gif-menu-day-date-bg-own{
	_background-image: url(images/day-item/ie6/own-day-item-transparent-for-ie6.png);            
}
.ie6-gif-menu-day-date-bg-saturday{
 	_background-image: url(images/day-item/ie6/saturday-day-item-transparent-for-ie6.png);             
}
.ie6-gif-menu-day-date-bg-sunday{
	_background-image: url(images/day-item/ie6/sunday-day-item-transparent-for-ie6.png);                     
}
.ie6-gif-menu-day-date-bg-today{
	_background-image: url(images/day-item/ie6/today-day-item-transparent-for-ie6.png);           
}


.ie6-gif-menu-day-date-bg-none:hover, .ie6-gif-today-menu-day-date-bg-none{ 
	_background-image: url(images/day-item/ie6/none-day-item-transparent-for-ie6-hover.png);         
}
.ie6-gif-menu-day-date-bg-holiday:hover, .ie6-gif-today-menu-day-date-bg-holiday{
	_background-image: url(images/day-item/ie6/holiday-day-item-transparent-for-ie6-hover.png);             
}
.ie6-gif-menu-day-date-bg-noeat:hover, .ie6-gif-today-menu-day-date-bg-noeat{
	_background-image: url(images/day-item/ie6/noeat-day-item-transparent-for-ie6-hover.png);            
}
.ie6-gif-menu-day-date-bg-own:hover, .ie6-gif-today-menu-day-date-bg-own{
	_background-image: url(images/day-item/ie6/own-day-item-transparent-for-ie6-hover.png);            
}
.ie6-gif-menu-day-date-bg-saturday:hover, .ie6-gif-today-menu-day-date-bg-saturday{
 	_background-image: url(images/day-item/ie6/saturday-day-item-transparent-for-ie6-hover.png);             
}
.ie6-gif-menu-day-date-bg-sunday:hover, .ie6-gif-today-menu-day-date-bg-sunday{
	_background-image: url(images/day-item/ie6/sunday-day-item-transparent-for-ie6-hover.png);                     
}
.ie6-gif-menu-day-date-bg-today:hover, .ie6-gif-today-menu-day-date-bg-today{
	_background-image: url(images/day-item/ie6/today-day-item-transparent-for-ie6-hover.png);           
}



.day-item-today:hover{
	background-position: bottom center;
    padding-top: 5px;
    height: 40px;
}
.day-item-today{
    width: 39px;
    height: 45px;
    display: block;
    text-align: center; 
    float: left;  
	background-image: url(images/day-item/day-item-bg-today.png);
	background-repeat: no-repeat; 
	text-decoration: none;
	margin: 0 1px 0 1px;
	color: Black;
}
.day-item-month{
    float: left;  
}
.day-item-month-text{
    width: 98px;
    height: 45px;
    display: block;
    float: left;
    text-align: center;   
	background-image: url(images/day-item/day-item-bg-month.png);
	background-repeat: no-repeat; 
	text-decoration: none;
	margin: 0 1px 0 1px;
	color: Black;
}
.day-item-month-text-text{
    padding: 7px 0 0 0;
    font-weight: bold;
    font-size: 11pt;
}
.day-item-today-movingbutton-left, .day-item-today-movingbutton-right{
    width: 22px;
    height: 45px;
    display: block;
    text-align: center; 
    float: left;  
	text-decoration: none;
	margin: 0 1px 0 1px;
	color: Black;
	font-weight: bold;
    font-size: 12pt;
}
.day-item-today-movingbutton-left{
    background-image: url(images/day-item/day-item-bg-month-left.png);
	background-repeat: no-repeat;
	margin-left: 10px; 
}
.day-item-today-movingbutton-right{
    background-image: url(images/day-item/day-item-bg-month-right.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
