﻿/* Buttons */

.diaryIconOnlyNavigationButton 
{
	width: 32px !important;
	height: 32px !important;
	border: 1px solid #E5E8E8;
	border-radius: 4px;
}

.diaryIconOnlyNavigationButton:hover 
{
	background-color: #D6EAF8;
}


.buttonDiaryPrevious {
	background: url('images/Back24.png') center center no-repeat;
}

.buttonDiaryNext {
	background: url('images/Next24.png') center center no-repeat;
}
    
.buttonResetDate {
	background: url('images/RemindSameDay24.png') center center no-repeat;
}


.diaryNavigationButton 
{
	width: 86px;
	height: 32px;
	border: 1px solid #E5E8E8;
	border-radius: 4px;
	padding-right: 8px;
	text-align: right;
}

.diaryNavigationButton:hover 
{
	background-color: #FCF3CF;
}


.selectedDiaryNavigationButton 
{
	width: 80px;
	height: 32px;
	border: 1px solid #E5E8E8;
	border-radius: 4px;
	padding-right: 8px;
	text-align: right;
	background-color: #D6EAF8;
}

.selectedDiaryNavigationButton:hover 
{
	background-color: #FCF3CF;
}


.buttonDiaryWeek {
	background: url('Images/Diary1Week24.png') left center no-repeat;
	background-position: 6px 3px;
}

.buttonDiaryMonth {
	background: url('Images/Diary1Month24.png') left center no-repeat;
	background-position: 6px 3px;
}

.buttonDiaryYear {
	background: url('Images/Diary1Year24.png') left center no-repeat;
	background-position: 6px 3px;
}

.buttonDiaryRefresh {
	background: url('Images/SelectDate24.png') left center no-repeat;
	background-position: 6px 3px;
	width: 100px;
}


.textboxDate
{
	border: 1px solid #E5E8E8;
	border-radius: 4px;
	padding-left: 4px;
}

/* End Buttons */