/* info */
#content .Info {
	border-bottom: #271d12 solid 1px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
#content .Info .Thumbnail {
	float: left;
	margin-right: 15px;
}
#content .Info .Thumbnail img {
	border: #a5ad0c solid 3px;
	vertical-align: top;
}
#content .Info h4 {
	font-size: 1.2em;
	font-weight: bolder;
}
#content .Info h5 {
	font-size: 1em;
}
#content .Info ul li {
	display: inline;
}
#content .Info ul li img {
	margin: 0 5px;
	vertical-align: middle;
}

/* calendar */
#content .Calendar {
	margin-bottom: 15px;
}
#content .Calendar .MonthPaging {
	background:#666;
	color: #fff;
	font-size: 1.15em;
	padding: 6px 0;
	margin-bottom:1px;
}
#content .Calendar .MonthPaging ul {
	display: table;
	margin: 0 auto;
	white-space: nowrap;
}
#content .Calendar .MonthPaging ul li {
	display: table-cell; padding:0 5px;
}
#content .Calendar .MonthPaging ul li strong {
	margin: 0 10px;
}
#content .Calendar .MonthPaging ul li a {
	background: no-repeat left center;
	display: block;
	height: 19px;
	overflow: hidden;
	text-indent: -1983em;
	width: 8px;
}
#content .Calendar .MonthPaging ul li.Prev a {
	background-image: url(../images/ico-back.png);
}
#content .Calendar .MonthPaging ul li.Next a {
	background-image: url(../images/ico-next.png);
}
#content .Calendar table th {padding:7px;}
#content .Calendar table td {
	border-bottom: #ccc solid 1px;
	padding:7px;
	text-align: center;
}
#content .Calendar table th {
	background-color:#ccc;
	color: #000;
	font-weight:normal;
}
#content .Calendar table td {
	
}
#content .Calendar table td a:hover {color:#1d54a6;}
#content .Calendar table td.Today {
	background-color: #e7e7e7;
}
#content .Calendar table td.Empty {
}
#content .Calendar table td.Today a:link, #content .Calendar table td.Today a:visited {
	color: #000;
}
#content .Calendar table td.Today a:hover {
	text-decoration:underline;
}

/* tabular */
#content .Tabular {
	margin-bottom: 15px;
}
#content .Tabular table th {
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
	padding: 10px 7px;
	font-weight:normal;
}
#content .Tabular table td {
	border-bottom: #ccc solid 1px;
	padding: 10px 7px;
	text-align: center;
	color:#000;
}
#content .Tabular table th,
#content .Tabular table tfoot td {
	background:#666;
	color: #fff;
	font-size: 1.15em;
}
#content .Tabular table th a:link, #content .Tabular table th a:visited {
	color: #fff;
}
#content .Tabular table th a:hover {
	color: #000;
}
#content .Tabular table td {
	background-color: #fff;
}
#content .Tabular table td a {color:#c00;}
#content .Tabular table td a:hover {color: #1d54a6;}
#content .Tabular table tr.Even td {
	background-color: #f5f5f5;
}
#content .Tabular table td.Left {
	text-align: left;
}
#content .Tabular table td.Right {
	text-align: right;
}

/* paging */
#content .Paging {
	font-weight: bolder;
	text-align: right;
}
#content .Paging a, #content .Paging span {
	margin: 0 2px;
}
#content .Paging img {
	vertical-align: middle;
}
#content .Paging a:link, #content .Paging a:visited {
	color: #000;	
}
#content .Paging a:hover {
	color: #c00;
}
#content .Paging span {
	color: #c00;
	font-size: 1.15em;
}

/* description */
#content .Calendar,
#content fieldset {
	margin-top: 10px;
}
#content .SetAppointment {
	background-color: #eee;
	border: #ddd solid 1px;
	padding: 10px;
	margin-bottom: 10px;
}
#content .SetAppointment select,
#content .SetAppointment input {
	margin: 0 5px;
	vertical-align: middle;
}
#content .SetAppointment select {
	width: 220px;
}
#content .SetAppointment input {
	width: 50px;
}
#content .SetAppointment input.Button {
	line-height: 18px;
	margin: 0px;
	width: 65px;
}

/* book appointment */
#content .BookAppointment {
	background-color: #eee;
	border: #ddd solid 1px;
	padding: 10px;
	margin-bottom: 10px;
}
#content .BookAppointment .Input {
	float: left;
	margin-bottom: 10px;
	width: 270px;
}
#content .BookAppointment .Input label {
	display: block;
}
#content .BookAppointment .Input label span {
	color: #f00;
}
#content .BookAppointment .Input input {
	margin-top: 5px;
	width: 250px;
}
#content .BookAppointment .Input textarea {
	width: 530px;
	height: 100px;
	overflow: auto;
	border: #999 solid 1px;
	margin-top: 5px;
}
#content .BookAppointment .Output {
	clear: both;
}
#content .BookAppointment .Output input {
	margin-right: 5px;
	vertical-align: top;
}

#content ul li {
	padding: 3px 0;
}
