﻿f.header {
	padding: 10px 0 10px 0px;
	background: #f6f7f9;
	border-bottom: solid 1px #d5d5d5;
	color: #0066cc;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.diarytopbar {
	background: transparent url(../Images/diary-bg-bar.png) repeat-x top left;
	border-bottom: none;
	vertical-align: middle;
}
.rsPrevDay, .rsNextDay {
	display: none !important;
}

/*
h1 {
	color: #0066cc;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
*/

.footer {
	padding: 7px 0px 13px 0px;
	background: #edfbfe;
	border-top: solid 1px #93b0c2;
	text-align: right;
	position: relative;
	bottom: 0;
	width: 100%;
}

.content {
	padding: 17px 0 10px 10px;
}

p {
	font-family: 'PT Sans', sans-serif;
}

.button {
	border: solid 1px #000080;
	background-color: #c3d9f9;
	margin: 1px;
}

.button:hover {
	background-color: #d7e8fd;
	color: #000;
}

.notCompleteEvent {
	color: Red;
}

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
	border: solid 1px blue;
	background-color: #ADD8E6;
}

/*Appointment styling*/

.Viewing {
}

.Holiday {
}

.icon img {
	width: 20px;
	height: 20px;
	border: 0px;
	vertical-align: top;
}

.recurrent {
	background: url('../Images/Icons/reload.png') no-repeat top right;
}

.text {
	padding-left: 5px;
	width: 100%;
}

.bold {
	font-weight: bold;
}

/*End appointment styling*/

.datatable {
	width: 100%;
	color: #666;
}

.datatable .row td {
	font-size: 11px;
	text-align: left;
	padding: 2px;
	border-bottom: solid 1px #000080;
}
.datatable .row:hover {
	background-color: #d7e8fd;
	color: #000;
}

.datatable td.appointmentStaffRow {
	font-size: 11px;
	text-align: left;
	padding: 2px;
}

.datatable th {
	font-size: 1.2em;
	text-align: center;
}

.datatable .checkbox td {
	text-align: center;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.modalPopup {
	background-color: #d7e8fd;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	color: Red;
	font-size: 1.2em;
	text-align: center;
	height: 150px;
}

.modalPopup .modalHeader {
	font-size: 1.4em;
	border: solid 1px #ccc;
	text-align: center;
	background-color: #000080;
}

.TableLayout_Vista td.DayWithAppointments, .TableLayout_Vista td.DayWithAppointments a {
	background-color: #C8D8ED;
}
.TableLayout_Vista td.DayWithAppointments a {
	border-color: #C8D8ED;
}
