﻿/* Appontment list */
table.appList
{
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: none;
	table-layout: fixed;
	width:100%;
    max-width:300px;
}

table.appList th
{
	padding: 1px 0px;
	border-right: solid 1px #ddd;
	background-image: url(Img/BackBlue.gif);
	background-repeat: repeat-x;
}

table.appList caption
{
	border: solid 1px #ddd;
	padding: 4px 5px;
	background-image: url(Img/BackGray.gif);
	background-repeat: repeat-x;
}

table.appList td
{
	color: #000;
	background-color: #fffacd;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding:6px 0;
	text-align: center;
}

table.appList td.selected
{
	padding:0;
	color: #000;
	background-color:#fff;
	font-size:10px;
}

table.appList td.closed
{
	color: #000;
	background-image: url(Img/ReservedBG.gif);
	background-repeat: repeat;
}

table.appList td.reserved, table.appList td.reservedAuth
{
	color: #000;
	background-image: url(Img/ReservedBG.gif);
	background-repeat:repeat;
}

table.appList td.reservedAuth
{
	padding-top:0;
	padding-bottom:0;
}

table.appList tbody a,
table.appList tbody span
{
	display:inline-block;
	width:75px;
	height:14px;
	padding:5px 0px;
	background-color:#C4C4C4;
	font-weight:bold;
	vertical-align:middle;
}

table.appList tbody td.reservedAuth img
{
	display:inline-block;
	margin-left:5px;
	padding:5px 0px;
	vertical-align:middle;
}

/* FAQ */
.content .faq
{
	margin-top:40px;
}

.tblFaq td
{
	padding: 10px 0px;
}

.title
{
	padding:10px 20px;
	margin-bottom:15px;
	background-color:#eeece6;
	font-size:12px;
	font-weight:bold;
    text-align:center;
}
.title a
{
	color:#0071bc;
}
.title a:hover
{
	color: #e00;
}

.table_calendar {
max-width:367px;
}