body {
	margin: 0;
	font: 15px/22px Arial, Helvetica, sans-serif;
	min-width: 988px;
}
img { border-style: none; }
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover { text-decoration: underline; }
label,
input,
textarea,
select {
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.page-holder {
	width: 988px;
	margin: 0 auto;
}
.page-holder:after {
	content: "";
	clear: both;
	display: block;
}
.main-btn {
	float: right;
	font: 9px Tahoma, Geneva, sans-serif;
	margin: 4px 0 0;
	color: #fff;
	text-transform: uppercase;
}
.main-btn span {
	float: left;
	height: 26px;
	cursor: pointer;
}
.main-btn span.left {
	background: url(../images/bg-main-btn-left.png) no-repeat;
	width: 11px;
	font-size: 0;
	text-indent: -9999px;
}
.main-btn span.right {
	background: url(../images/bg-main-btn-right.png) no-repeat;
	width: 13px;
	font-size: 0;
	text-indent: -9999px;
}
.main-btn span.center {
	background: url(../images/bg-main-btn-center.png) repeat-x;
	line-height: 24px;
}
.main-btn:hover { text-decoration: none; }
.shadow-block {
	padding: 8px 7px;
	height: 1%;
	position: relative;
}
.shadow-block .top-shadow,
.shadow-block .bot-shadow {
	height: 8px;
	margin: -8px -7px 0;
	padding: 0 7px;
	background: url(../images/bg-shadow-block-top.png) repeat-x;
	float: left;
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 2;
}
.shadow-block .bot-shadow {
	margin: 0 -7px -8px;
	background: url(../images/bg-shadow-block-bot.png) repeat-x;
}
.shadow-block .center-shadow {
	width: 100%;
	overflow: hidden;
	padding: 0 7px;
	margin: -8px -7px;
	position: relative;
}
.shadow-block .center-shadow .left-shadow {
	width: 7px;
	padding: 0 0 9999px;
	float: left;
	margin: 0 0 -9999px -7px;
	background: url(../images/bg-shadow-block-left.png);
	position: relative;
}
.shadow-block .center-shadow .right-shadow {
	width: 7px;
	padding: 0 0 9999px;
	float: right;
	margin: 0 -7px -9999px 0;
	background: url(../images/bg-shadow-block-right.png);
	position: relative;
}
.hidden-span .center-shadow .right-shadow { display: none; }
.shadow-block .inner-block {
	float: left;
	margin: 0 -7px;
}
.alert-tabs .inner-block { width: 470px; }
.calendar .inner-block { width: 300px; }
.today .inner-block { width: 164px; }
.doctors-block .col-1 .inner-block { width: 244px; }
.doctors-block .col-2 .inner-block { width: 474px; }
.doctors-block .col-3 .inner-block { width: 240px; }
.list-btn {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.list-btn div {
	float: left;
	left: 50%;
	text-align: center;
	position: relative;
}
.list-btn div ul {
	float: left;
	left: -50%;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.list-btn div ul li {
	float: left;
	padding: 0 4px;
	border-style: none;
	overflow: visible;
}
.list-btn a {
	float: left;
	color: #fff;
}
.list-btn a:hover { text-decoration: none; }
.list-btn a span {
	float: left;
	height: 21px;
	cursor: pointer;
	line-height: 20px;
}
.red-btn a span {
	height: 26px;
	line-height: 24px;
}
.list-btn a span.left {
	width: 9px;
	background: url(../images/bg-list-btn-left.png) no-repeat;
	text-indent: -9999px;
}
.list-btn a span.right {
	width: 9px;
	background: url(../images/bg-list-btn-right.png) no-repeat;
	text-indent: -9999px;
}
.list-btn a span.center {
	background: url(../images/bg-list-btn-center.png) repeat-x;
	padding: 0 5px;
}
.red-btn a span.left {
	background: url(../images/bg-main-btn-left.png) no-repeat;
	width: 11px;
}
.red-btn a span.right {
	background: url(../images/bg-main-btn-right.png) no-repeat;
	width: 13px;
}
.red-btn a span.center { background: url(../images/bg-main-btn-center.png) repeat-x; }
#header {
	height: 86px;
	background: url(../images/bg-header.png) repeat-x;
	padding: 0 0 5px;
	position: relative;
	z-index: 3;
}
.logo {
	width: 169px;
	height: 31px;
	float: left;
	margin: 30px 0 0 41px;
	display: inline;
}
.logo a {
	display: block;
	height: 100%;
	background: url(../images/sprites.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.member-info {
	width: 222px;
	height: 55px;
	background: url(../images/sprites.png) no-repeat 0 -31px;
	float: right;
	margin: 15px 14px 0 0;
	display: table;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	position: relative;
}
.member-info a { color: #fff; }
.member-info ul {
	margin: 0;
	padding: 7px 10px 0 20px;
	list-style: none;
	float: right;
	width: 64px;
}
.member-info ul li.logout a {
	background: url(../images/sprites-min.png) no-repeat 100% -582px;
	padding: 0 12px 0 0;
}
.member-info .name {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 14px;
	line-height: 14px;
	width: 110px;
}
.member-info .name strong {
	font: 14px/14px Tahoma, Geneva, sans-serif;
	display: block;
	margin: 0 0 3px;
}
.member-info .name span { text-transform: uppercase; }
* html .member-info { display: inline; }
* html .member-info .name {
	position: absolute;
	top: 50%;
}
* html .member-info .name div {
	position: relative;
	top: -50%;
}
*+html .member-info .name {
	position: absolute;
	top: 50%;
}
*+html .member-info .name div {
	position: relative;
	top: -50%;
}
.main-nav {
	float: right;
	margin: 0 14px 0 0;
	padding: 0 0 0 2px;
	list-style: none;
	background: url(../images/sprites-min.png) no-repeat 0 -605px;
}
.main-nav li {
	padding: 0 2px 0 0;
	float: left;
	background: url(../images/sprites-min.png) no-repeat 100% -691px;
}
.main-nav li a {
	display: block;
	height: 26px;
	width: 121px;
	margin: 0 -1px 0 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: 12px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding: 60px 0 0;
}
.main-nav li a .icon {
	position: absolute;
	background-repeat: no-repeat;
	font-size: 0;
	top: 20px;
}
.main-nav li.alert a .icon {
	background-image: url(../images/icon-alert.png);
	width: 33px;
	height: 33px;
	left: 46px;
}
.main-nav li.scheduling a .icon {
	background-image: url(../images/icon-scheduling.png);
	width: 33px;
	height: 33px;
	left: 46px;
}
.main-nav li.doctors a .icon {
	background-image: url(../images/icon-doctors.png);
	width: 31px;
	height: 31px;
	left: 44px;
}
.main-nav li.team a .icon {
	background-image: url(../images/icon-team.png);
	width: 45px;
	height: 28px;
	left: 41px;
}
.main-nav li a .number {
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	left: 68px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	cursor: pointer;
}
.main-nav li a .number span {
	float: left;
	height: 25px;
}
.main-nav li a .number span.right {
	width: 12px;
	background: url(../images/bg-main-nav-number-right.png) no-repeat;
	font-size: 0;
}
.main-nav li a .number span.left {
	width: 13px;
	background: url(../images/bg-main-nav-number-left.png) no-repeat;
	font-size: 0;
}
.main-nav li a .number span.center { background: url(../images/bg-main-nav-number-center.png) repeat-x; }
.main-nav li a .number span.center span {
	margin: 0 -2px 0 -6px;
	position: relative;
	letter-spacing: -1px;
}
.main-nav li.active a,
.main-nav li a:hover {
	background: url(../images/sprites.png) no-repeat 0 -86px;
	text-decoration: none;
}
#content { padding: 21px 0; }
.main-block { background: url(../images/sprites-y.png) repeat-y -1141px 0; }
.main-block .bg-right {
	background: url(../images/bg-right.png) repeat-y 100% 0;
	padding: 0 8px;
	height: 1%;
}
.main-block .bg-top {
	background: url(../images/sprites.png) no-repeat -2516px 0;
	margin: 0 -8px;
}
.main-block .bg-top div {
	background: url(../images/sprites-min.png) no-repeat 100% -777px;
	height: 7px;
	overflow: hidden;
}
.main-block .bg-bot {
  background: url(../../images/sprites.png) no-repeat -2516px -446px;
	margin: 0 -8px;
}
.main-block .bg-bot div {
	background: url(../images/sprites-min.png) no-repeat 100% -784px;
	height: 9px;
	overflow: hidden;
}
.main-tip {
	margin: -26px 0 -2px 57px;
	position: relative;
	width: 881px;
}
.main-tip .inner {
	color: #575656;
	font-style: italic;
	line-height: 18px;
	padding: 0 8px 0 1px;
	background: url(../images/sprites-y.png) repeat-y -2407px 0;
	width: 872px;
}
.main-tip .bg {
	padding: 21px 21px 17px 175px;
	min-height: 40px;
	background: #ede9d6 url(../images/sprites-min.png) repeat-x 0 -793px;
	margin: 0 0 -4px;
	float: left;
	width: 676px;
	position: relative;
}
* html .main-tip .bg { height: 40px; }
.main-tip .inner:after {
	content: "";
	clear: both;
	display: block;
}
.main-tip .bg-bot {
	display: block;
	height: 10px;
	display: block;
	background: url(../images/bg-main-tip-bot.png) no-repeat;
	position: relative;
	overflow: hidden;
}
.main-tip .inner .text {
	position: relative;
	float: left;
	width: 480px;
}
.main-tip .inner .more {
	color: #a52523;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.main-tip .btn {
	float: right;
	width: 65px;
	height: 26px;
	background: url(../images/sprites.png) no-repeat 0 -329px;
	position: relative;
	margin: 6px 0 0;
	text-transform: uppercase;
	color: #828181;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0 0 30px;
}
.main-tip .btn:hover { text-decoration: none; }
.main-tip .title {
	display: block;
	width: 183px;
	height: 98px;
	background: url(../images/bg-main-tip-title.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -32px;
}
.tip {
	position: relative;
	min-height: 26px;
	background: url(../images/bg-tip.png) no-repeat;
	margin: -26px 18px -10px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #e5303a;
	padding: 16px 10px 16px 115px;
	line-height: 12px;
	z-index: 2;
}
* html .tip { height: 26px; }
.news { padding: 0 0 9px; }
.news .inner {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	background: url(../images/sprites-min.png) repeat-x 0 -1304px;
}
.news .title {
	padding: 0 5px 0 0;
	background: url(../images/sprites-min.png) no-repeat 100% -1336px;
	width: 156px;
	float: left;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-style: italic;
}
.news .title div { background: #737373 url(../images/sprites-min.png) repeat-x 0 -1368px; }
.news .text {
	background: url(../images/sprites-min.png) no-repeat 100% -1400px;
	height: 32px;
	color: #898989;
	font-size: 14px;
}
.news .text span { padding: 0 15px; }
.news .text span a {
	color: #be3c2d;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
.columns-holder {
	width: 1004px;
	margin: 0 0 7px -16px;
	overflow: hidden;
}
.columns-holder .column {
	width: 486px;
	float: left;
	padding: 0 0 0 16px;
}
.head-block {
	height: 34px;
	background: url(../images/sprites-min.png) repeat-x 0 -1432px;
	padding: 1px 10px 0 12px;
	font: 10px/34px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.head-block h3 {
	float: left;
	margin: 0 36px 0 0;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	padding: 0 0 0 40px;
}
.head-block h3.alert { background: url(../images/sprites-min.png) no-repeat 0 -108px; }
.head-block h3.schedule { background: url(../images/sprites-min.png) no-repeat 0 -21px; }
.head-block h3.target { background: url(../images/sprites.png) no-repeat -264px -40px; }
.head-block .more {
	float: left;
	line-height: 34px;
	background: url(../images/sprites-min.png) repeat-y 100% -10015px;
	padding: 0 10px 0 0;
	color: #fff;
}
.head-block .preferences {
	float: right;
	color: #fff;
}
.alert-tabs {
	background: url(../images/sprites-min.png) repeat-x 0 -1467px;
	padding: 2px 0 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.alert-tabs .content-tab {
	height: 294px;
	overflow: auto;
	background: #fff;
}
.alert-tabs .alert-list {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	list-style: none;
}
.alert-tabs .alert-list h3 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.alert-tabs .alert-list li {
	border-bottom: 1px solid #fff;
	background: #ececec url(../images/sprites-y.png) repeat-y;
	padding: 0 120px 6px 38px;
	overflow: hidden;
	vertical-align: top;
}
.alert-tabs .alert-list li.alt { background-color: #fff; }
.alert-tabs .alert-list p { margin: 2px 0 0; }
.alert-tabs .alert-list li .dismiss {
	float: left;
	width: 9px;
	height: 52px;
	background: url(../images/sprites-min.png) no-repeat 0 -168px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 11px 0 0 -31px;
	display: inline;
}
.alert-tabs .alert-list li .text {
	float: left;
	width: 100%;
	padding: 6px 0 0;
}
.alert-tabs .alert-list .icons {
	float: left;
	width: auto;
	padding: 0 0 0 8px;
	margin: 14px -120px 0 0;
	display: inline;
	background: none;
}
.alert-tabs .alert-list .icons li {
	float: left;
	padding: 0 0 0 14px;
	background: none;
	border-bottom-style: none;
}
.alert-tabs .alert-list .icons li.confirm span {
	width: 38px;
	height: 38px;
	display: block;
	background: url(../images/icon-confirm.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.alert-tabs .alert-list .icons li.cancel span {
	width: 34px;
	height: 38px;
	display: block;
	background: url(../images/icon-cancel.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.alert-tabs .alert-list .icons li.cancel span.enable { background: url(../images/icon-cancel-enable.png) no-repeat; }
.alert-tabs .alert-list .icons li.confirm span.enable { background: url(../images/icon-confirm-enable.png) no-repeat; }
.schedule-block {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 0;
}
.schedule-block .calendar {
	width: 300px;
	float: left;
}
.schedule-block .calendar .table {
	width: 301px;
	margin: 0 0 0 -1px;
	overflow: hidden;
	height: 338px;
}
.schedule-block .calendar table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.schedule-block .calendar td,
.schedule-block .calendar th { padding: 0; }
.schedule-block .calendar table .month {
	font-size: 26px;
	color: #fff;
}
.schedule-block .calendar table .month a {
	width: 11px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(../images/sprites-min.png);
	background-repeat: no-repeat;
}
.schedule-block .calendar table .month a.prev { background-position: 0 -220px; }
.schedule-block .calendar table .month a.next { background-position: 0 -232px; }
.schedule-block .calendar table .week {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
}
.schedule-block .calendar table .week td { padding: 8px 5px 0; }
.schedule-block .calendar table th {
	height: 58px;
	background: url(../images/sprites-min.png) repeat-x 0 -1469px;
}
.schedule-block .calendar table div.inner {
	width: 42px;
	overflow: hidden;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	text-align: center;
	font-size: 20px;
	color: #e5303a;
}
.schedule-block .calendar table .alt div.inner { background: #f7f7f7; }
.schedule-block .calendar table div.highlight { background: #fef2ee; }
.schedule-block .calendar table div.inner a {
	color: #e5303a;
	font-weight: bold;
}
.schedule-block .calendar table div.inner span {
	display: block;
	font-size: 10px;
	color: #010101;
	text-align: right;
	margin: 0 4px 0 0;
	line-height: 10px;
	padding: 2px 0 0;
}
.schedule-block .calendar table .alt div.inner span { color: #8c8c8c; }
.schedule-block .today {
	width: 164px;
	float: right;
}
.schedule-block .today .headline {
	height: 46px;
	background: url(../images/sprites-min.png) repeat-x 0 -1469px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	color: #363636;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 8px 0 0;
}
.schedule-block .today .headline p {
	font-size: 16px;
	color: #fefefe;
	margin: 0;
	letter-spacing: -1px;
}
.schedule-block .today .body {
	height: 261px;
	overflow: auto;
	font-size: 10px;
	line-height: 12px;
	background: #ececec;
}
.schedule-block .today .body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.schedule-block .today .body ul li {
	background: #fff;
	padding: 9px 8px;
}
.schedule-block .today .body ul li.alt { background: #ececec; }
.schedule-block .today .body p { margin: 4px 0 0; }
.schedule-block .today .body .title {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	display: block;
}
.schedule-block .today .confirmed { background-image: url(../images/bg-dot-green.png); }
.schedule-block .today .pending { background-image: url(../images/bg-dot-yellow.png); }
.schedule-block .today .body .title em { color: #e5303a; }
.schedule-block .today .footer {
	margin: 0;
	padding: 3px 7px;
	list-style: none;
	background: #6e6e6e;
	height: 1%;
	overflow: hidden;
	line-height: 13px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
}
.schedule-block .today .footer li {
	float: left;
	padding: 0 8px 0 15px;
	background-repeat: no-repeat;
}
.promo {
	width: 980px;
	overflow: hidden;
	padding: 13px 4px 22px;
}
.promo h2 {
	font-size: 35px;
	margin: 0;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: -1px;
}
.promo .column {
	width: 255px;
	float: left;
	border-top: 10px solid;
	padding: 14px 31px 14px 24px;
	margin: 0 20px 0 0;
	color: #fff;
	min-height: 232px;
}
* html .promo .column { height: 232px; }
.promo .column .more {
	width: 100%;
	overflow: hidden;
	padding: 18px 0 0;
}
.promo .column .more a {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0 40px;
	line-height: 24px;
	float: left;
}
.promo .column .more a span {
	float: left;
	background: url(../images/sprites-min.png) no-repeat 100% -1530px;
	padding: 0 14px 0 0;
	cursor: pointer;
}
.promo .column .more a:hover span { text-decoration: underline; }
.promo .grey {
	border-top-color: #767676;
	background: #5f5f5f url(../images/sprites-min.png) repeat-x 0 -1580px;
}
.promo .red {
	border-top-color: #a52423;
	background: #a22222 url(../images/sprites-min.png) repeat-x 0 -2840px;
}
.promo .grey .more a { background: url(../images/sprites-min.png) no-repeat 0 -274px; }
.promo .red .more a { background: url(../images/sprites-min.png) no-repeat 0 -358px; }
.promo .column p { margin: 10px 0 0; }
.promo .advertisment {
	width: 300px;
	padding: 0 10px 10px;
	float: right;
	background: #c2c2c2;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 10px;
}
.promo .advertisment img { display:block; }
.main-schedule-block { padding: 0 0 14px; }
.main-schedule-block .main-block {
	width: 100%;
	position: relative;
}
.main-schedule-block .head-block {
	background: url(../images/sprites-min.png) repeat-x 0 -4100px;
	height: 45px;
	padding: 0 0 0 14px;
	position: relative;
	z-index: 3;
}
.main-schedule-block .head-block .prev,
.main-schedule-block .head-block .next {
	float: left;
	width: 8px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 16px 0 0;
	background-image: url(../images/sprites-min.png);
	background-repeat: no-repeat;
}
.main-schedule-block .head-block .next { background-position: 0 -412px; }
.main-schedule-block .head-block .prev { background-position: 0 -425px; }
.main-schedule-block .head-block h2 {
	float: left;
	margin: 0 10px;
	font: bold 24px/45px Tahoma, Geneva, sans-serif;
	color: #f7f7f7;
}
.main-schedule-block .head-block .details { float: right; }
.main-schedule-block .head-block .details:after {
	content: "";
	clear: both;
	display: block;
}
.main-schedule-block .head-block .details .box {
	float: left;
	background: url(../images/sprites-min.png) no-repeat 0 -438px;
	padding: 0 0 0 2px;
	height: 45px;
}
.main-schedule-block .head-block .details .box:first-child { background: none; }
.main-schedule-block .head-block .details a.link {
	float: left;
	line-height: 45px;
	margin: 0 17px;
	color: #fff;
}
.main-schedule-block .head-block .year {
	float: left;
	font: 33px/45px Tahoma, Geneva, sans-serif;
	color: #c4c4c4;
	margin: 0 16px 0 0;
}
.book-holder {
	position: relative;
	float: left;
	width: 382px;
}
.book-holder .headline {
	background: url(../images/sprites-min.png) repeat-x 0 -4145px;
	height: 39px;
	line-height: 17px;
	padding: 6px 5px 0 7px;
}
.open-book .headline { background-position: 0 -4190px; }
.book-holder .headline .title {
	text-transform: none;
	color: #d7d7d7;
	float: left;
}
.book-holder .headline strong {
	display: block;
	font: 16px/20px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.book-holder .headline .main-btn {
	margin: 5px 0 0;
	line-height: normal;
}
.book-holder .body {
	padding: 0 0 21px;
	position: absolute;
	top: 45px;
	left: 0;
	width: 382px;
	font-family: Arial, Helvetica, sans-serif;
}
.book-holder .body .inner {
	background: #8b8b8b url(../images/sprites-min.png) repeat-x 0 -4235px;
	height: 441px;
	margin: 0 0 3px;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 10px;
}
.book-holder .body .roll {
	display: block;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
* html .book-holder .body .roll { bottom: -1px; }
.book-holder .body .roll div {
	height: 20px;
	background: url(../images/bg-book-slide-roll.png) no-repeat;
	padding: 0 0 0 337px;
	width: 45px;
}
.book-holder .body .roll a {
	display: block;
	height: 20px;
	width: 45px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	background: url(../images/sprites-min.png) no-repeat 8px -541px;
}
.open-book .body .roll a { background-position: 8px -495px; }
.book-holder .body ul.message {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	line-height: 18px;
	text-transform: none;
}
.book-holder .scroll-block {
	background: #fff;
	padding: 4px;
	margin: 0 0 8px;
	width: 354px;
}
.book-holder .scroll-block .title-row {
	height: 27px;
	overflow: hidden;
	padding: 6px 6px 0;
}
.book-holder .scroll-block .select { float: left; }
.book-holder .scroll-block .select select {
	font-size: 11px;
	text-transform: none;
}
.book-holder .scroll-block .open {
	float: right;
	color: #666;
	font-size: 10px;
	text-decoration: underline;
}
.book-holder .scroll-block .open:hover { text-decoration: none; }
.book-holder .scroll-block .sub {
	height: 274px;
	overflow: auto;
	color: #000;
}
.book-holder .sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ebebeb;
	text-transform: none;
}
.book-holder .sub ul li {
	min-height: 28px;
	padding: 6px 10px;
}
* html .book-holder .sub ul li { height: 28px; }
.book-holder .sub ul li.alt { background: #fff; }
.alphabet {
	margin: 0 -6px;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 14px;
	width: 354px
}
.alphabet li {
	display: inline;
	margin: 0 1px;
}
.alphabet a { color: #808080; }
.alphabet .active a { color: #000; }
.book-holder .sub ul.screen li {
	border-bottom: 2px solid #fff;
	background: #f2f2f2;
}
.book-holder .sub ul.screen li.name {
	font-size: 14px;
	background: #ebebeb;
	padding-top: 12px;
	padding-bottom: 0;
}
.book-holder .sub ul.screen li.name em { color: #474747; }
.book-holder .sub li ul { background: none; }
.book-holder .sub .screen ul li {
	min-height: 0;
	border-bottom-style: none;
	padding: 0;
}
* html .book-holder .sub li ul li { height: auto; }
.book-holder .sub li .right {
	float: right;
	overflow: hidden;
}
.book-holder .sub li .right ul {
	color: #f7541e;
	text-align: right;
}
.book-holder .sub li .text { overflow: hidden; }
.book-holder .sub li .info { padding: 0 0 15px; }
.book-holder .sub li p { margin: 0; }
.dialog-block {
	background: #dedede url(../images/sprites-min.png) repeat-x 0 -7994px;
	height: 338px;
	color: #000;
	text-transform: none;
}
.module {
	position: absolute;
	top: 0;
	left: 0;
	width: 321px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	z-index: 999;
}
.module .sub {
	width: 301px;
	background: url(../images/bg-dialog-block.png) repeat-y;
	padding: 4px 10px 8px;
}
.module .bg-top,
.module .bg-bot {
	display: block;
	height: 8px;
	overflow: hidden;
	margin: 0;
}
.module .bg-top { background: url(../images/bg-dialog-block-top.png) no-repeat; }
.module .bg-bot { background: url(../images/bg-dialog-block-bot.png) no-repeat; }
.module p { margin: 0; }
.module .form { text-align: center; }
.module .form ul {
	background: none;
	padding: 10px 0;
	margin: 0;
}
.module .form li {
	display: inline;
	padding: 0 4px !important;
}
.tab-holder { width: 100%; }
.tab-holder:after {
	content: "";
	clear: both;
	display: block;
}
.large-calendar {
	width: 582px;
	float: left;
	overflow: hidden;
	height: 412px;
}
.large-calendar .holder { height: 379px; }
* html .large-calendar .holder { height: 378px; }
.large-calendar table {
	width: 100%;
	text-transform: uppercase;
	font: 14px Tahoma, Geneva, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.large-calendar table td {
	padding: 0;
	vertical-align: middle;
}
.large-calendar table .fix {
	border: solid #c7c7c7;
	border-width: 0 1px 1px 0;
	padding: 0 1px;
	width: 80px;
}
.large-calendar table .week td {
	border-bottom: 1px solid #c7c7c7;
	text-align: right;
	padding: 10px 4px 6px;
}
.large-calendar table td.first .fix { border-left: 1px solid #c7c7c7; }
.large-calendar table .inner {
	height: 100%;
	background: url(../images/sprites.png) repeat-x -2087px 100%;
}
.large-calendar table .main {
	width: 68px;
	height: 100%;
	padding: 0 6px;
	position: relative;
	background: url(../images/sprites.png) repeat-x -2087px 0;
}
.large-calendar table .sub {
	width: 100%;
	height: 100%;
	display: table;
}
.large-calendar table dl {
	margin: 0;
	padding: 4px 0 0;
	vertical-align: middle;
	display: table-cell;
	color: #474747;
	font-size: 11px;
	line-height: 13px;
	width: 100%;
	text-transform: none;
}
.large-calendar table dl dt {
	width: 11px;
	height: 12px;
	float: left;
	background: url(../images/bg-legend.png) no-repeat;
	clear: both;
	color: #fff;
	font-size: 9px;
	text-align: center;
}
.large-calendar table dl dt.none {
	background: none;
	color: #474747;
	font-size: 11px;
}
.large-calendar table dl dd {
	margin: 0 0 2px 6px;
	float: left;
}
.large-calendar table ul li { float: none; }
.large-calendar table .alt .inner { background-color: #e6e6e6; }
.large-calendar table .events .inner { background-color: #fff9f6; }
.large-calendar table .highlight .inner { background: #fdf7f5 url(../images/sprites.png) repeat-x -1104px 100%; }
.large-calendar table span {
	position: absolute;
	top: 2px;
	right: 3px;
	line-height: 14px;
}
.large-calendar table .alt span { color: #999; }
.large-calendar table .events span,
.large-calendar table .highlight span { color: #000; }
.large-calendar .legend {
	margin: 3px 0 0;
	padding: 6px 0 9px;
	list-style: none;
	width: 100%;
	overflow: hidden;
	background: #fafafa url(../images/sprites.png) repeat-x -1225px 100%;
	color: #000;
}
.large-calendar .legend li {
	float: left;
	line-height: 12px;
	padding: 0 12px 0 6px;
}
.large-calendar .legend span {
	float: left;
	width: 11px;
	height: 13px;
	background: url(../images/bg-legend-black.png) no-repeat;
	text-align: center;
	line-height: 11px;
	padding: 0 0 0 1px;
	color: #fff;
	font-size: 10px;
	margin: 0 6px 0 0;
}
.large-calendar .legend span.empty { background: url(../images/bg-legend-empty.png) no-repeat; }
.large-calendar .legend span.team { background: url(../images/bg-legend-team.png) no-repeat; }
.large-calendar .legend label {
	font-size: 11px;
	float: left;
}
.large-calendar .legend input {
	float: left;
	width: 16px;
	height: 15px;
	margin: 0 0 0 6px;
}
.inner-column {
	width: 378px;
	float: right;
	padding: 6px 0 0;
}
.next-opening { padding: 4px 0 0; }
.next-opening .headline {
	height: 1%;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 14px;
	padding: 0 30px 10px 4px;
	line-height: 18px;
}
.next-opening .headline strong {
	float: right;
	font-weight: normal;
}
.next-opening .headline strong a {
	color: #d85538;
	text-decoration: underline;
}
.next-opening .headline strong a:hover { text-decoration: none; }
.next-opening h3 {
	color: #666;
	font: 14px/17px Tahoma, Geneva, sans-serif;
	margin: 0;
	background: url(../images/sprites-min.png) no-repeat 0 -5503px;
	padding: 0 0 0 27px;
	text-transform: uppercase;
}
.next-opening .scroll-block {
	height: 372px;
	overflow: auto;
	position: relative;
}
.next-opening .title {
	background: #fef6f3 url(../images/sprites-y.png) repeat-y -3288px 0;
	font-weight: bold;
	color: #383838;
	position: relative;
	z-index: 2;
	min-height: 22px;
}
* html .next-opening .title { height: 1%; }
.next-opening .title a:hover { text-decoration: none; }
.next-opening .title a {
	text-decoration: underline;
	float: right;
	font-size: 13px;
	margin: 0 10px;
	background: url(../images/sprites-min.png) no-repeat 100% -5545px;
	padding: 0 16px 0 0;
}
.next-opening .close a { background-position: 100% -5591px; }
.next-opening .today .title a {
	color: #fff;
	background-position: 100% -5635px;
}
.next-opening .today .close a { background-position: 100% -5680px; }
.next-opening .today .title {
	background: #fba13b url(../images/sprites-y.png) repeat-y -4288px 0;
	color: #fff;
}
.next-opening .title h4 {
	font-size: 15px;
	margin: 0 0 0 8px;
}
.next-opening .my-schedule,
.next-opening .body {
	overflow: hidden;
	font-size: 12px;
	line-height: 17px;
}
.next-opening .my-schedule a,
.next-opening .body a {
	color: #4c4c4c;
	text-decoration: underline;
}
.next-opening .my-schedule a:hover,
.next-opening .body a:hover { text-decoration: none; }
.next-opening .my-schedule {
	background: #fef9f5;
	border-bottom: 6px solid #e4613d;
	position: relative;
}
.next-opening .list,
.next-opening .list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.next-opening .list ul { float: right; }
.next-opening .list li {
	background: url(../images/sprites-min.png) repeat-x 0 -5735px;
	margin: -1px 0 0;
	height: 1%;
	padding: 11px 0;
}
.next-opening .list li:after {
	content: "";
	clear: both;
	display: block;
}
.next-opening .list ul li {
	padding: 0;
	background: none;
	margin: 0 20px 0 0;
	float: left;
	width: auto;
	display: inline;
}
.next-opening .list li span {
	float: left;
	width: 17px;
	height: 17px;
	background: url(../images/bg-next-opening-dot.png) no-repeat;
	font: 14px/17px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	margin: 4px 10px 0 4px;
}
.next-opening .list div { margin: 2px 0 0; }
.next-opening .list p { margin: 0; }
.next-opening .list p .pending {
	color: #0034ed;
	font-style: normal;
}
.next-opening .list p .confirmed {
	color: #059963;
	font-style: normal;
}
.more-details h3 {
	margin: 0 5px;
	font-size: 17px;
	line-height: 20px;
}
.more-details .body-holder {
	margin: 8px 0 4px;
	height: 345px;
}
.more-details .title {
	background: #fef9f5;
	border-bottom: 5px solid #e4613d;
	height: 1%;
	overflow: hidden;
	padding: 8px;
	line-height: 19px;
	color: #d61900;
}
.more-details .title p { margin: 0; }
.more-details .title ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.more-details .title ul li {
	padding: 10px 5px 0;
	float: left;
}
.more-details .title ul li a {
	display: block;
	text-decoration: underline;
	line-height: 18px;
	padding: 0 5px;
}
.more-details .title ul li a:hover { text-decoration: none; }
.more-details .title ul li.active a {
	background: #c2ffd3;
	color: #059963;
	text-decoration: none;
}
.more-details .body {
	height: 278px;
	margin: 3px 0 0;
	overflow: auto;
	border-bottom: 5px solid #e4613d;
}
.office-details {
	padding: 0 0 25px;
	width: 598px;
	position: absolute;
	top: 100%;
	left: 2px;
	margin: -5px 0 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	z-index: 100;
}
.office-details .roll {
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 594px;
	text-transform: uppercase;
	font-family: Tahoma, Geneva, sans-serif;
}
.office-details .roll div {
	height: 25px;
	background: url(../images/bg-office-details-roll.png) no-repeat;
	padding: 0 213px 0 215px;
}
.office-details .roll div a {
	display: block;
	height: 25px;
	overflow: hidden;
	color: #fff;
	position: relative;
	background: url(../images/sprites-min.png) no-repeat 0 -10118px;
	padding: 0 0 0 22px;
}
.open-details .roll div a { background-position: 0 -10169px; }
.office-details .inner {
	background: url(../images/bg-office-details-shadows.png) repeat-y;
	width: 592px;
	padding: 0 4px 0 2px;
}
.office-details .bg-1 { background: url(../images/sprites-min.png) repeat-x 0 -10210px; }
.office-details .bg-2 {
	background: url(../images/sprites-min.png) repeat-x 0 100%;
	padding: 18px 12px;
	min-height: 88px;
	overflow: hidden;
}
* html .office-details .bg-2 {
	height: 88px;
	overflow: visible;
}
.office-details .tab-holder {
	background: url(../images/sprites-min.png) repeat-x 0 -11210px;
	padding: 1px 0 0;
	color: #b31500;
	width: auto;
	line-height: 16px;
}
.office-details .tab-holder .sub {
	overflow: auto;
	height: 190px;
	padding: 0 6px;
}
.office-details .tab-holder .info {
	float: left;
	margin: 0 20px 0 0;
	width: 184px;
}
.office-details .tab-holder ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
.office-details .tab-holder p { margin: 0; }
.office-details .tab-holder .text { overflow: hidden; }
.office-details .tab-holder .text div { padding: 14px 0 0; }
.office-details .bg-bot {
	display: block;
	height: 5px;
	background: url(../images/bg-office-details-bot.png) no-repeat;
	overflow: hidden;
	margin: 0;
}
#footer {
	background: #727171 url(../images/sprites-min.png) repeat-x 0 -6735px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	padding: 10px 0;
}
#footer a { color: #fff; }
#footer .inner { margin: 0 4px; }
#footer .headline {
	border-bottom: 1px solid #545454;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	padding: 0 10px 5px 20px;
}
#footer .navigation {
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #3b3b3b;
	height: 1%;
	padding: 8px 10px 8px 20px;
	overflow: hidden;
}
#footer .column {
	float: left;
	width: 115px;
	padding: 0 10px 0 0;
}
#footer .navigation .title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
}
#footer .navigation ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
}
#footer .navigation ul li { margin: 0 0 5px; }
#footer .support {
	float: right;
	width: 159px;
	height: 88px;
	background: url(../images/sprites.png) no-repeat 0 -172px;
	font-size: 26px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 18px 18px 10px;
	overflow: hidden;
}
#footer .support p { margin: 0 40px 14px 0; }
#footer .support strong { font-size: 22px; }
#footer .copyright {
	border-top: 1px solid #a09f9f;
	padding: 6px 10px 4px 20px;
	height: 1%;
	overflow: hidden;
	font-size: 10px;
}
#footer .copyright ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer .copyright ul li {
	float: left;
	background: url(../images/sprites.png) no-repeat -169px -7px;
	margin: 0 0 0 -1px;
	padding: 0 7px;
}

/* HEADER FIX */
.logo-home {
	display:inline;
	float:left;
	height:58px;
	margin:1px 0 0 63px;
	width:150px;
}
.logo-home a {
	background:url(../../images/logo.jpg) no-repeat;
	display:block;
	padding:16px 0 0;
	height:66px;
	overflow:hidden;
	text-indent:-9999px;
}
.main-nav {margin:0 49px 0 0;}
.main-nav li a .number {
	height: 25px;
	display: block;
	position: absolute;
	top: 10px;
	left: 68px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
	cursor: pointer;
}
.main-nav li a .number span {
	float: left;
	height: 25px;
}
.main-nav li a .number span.right {
	width: 12px;
	background: url(../../images/bg-main-nav-number-right.png) no-repeat;
	font-size: 0;
}
.main-nav li a .number span.left {
	width: 13px;
	background: url(../../images/bg-main-nav-number-left.png) no-repeat;
	font-size: 0;
}
.main-nav li a .number span.center { background: url(../../images/bg-main-nav-number-center.png) repeat-x; }
.main-nav li a .number span.center span {
	margin: 0 -2px 0 -6px;
	position: relative;
	letter-spacing: -1px;
}
.main-tip {
	z-index:10;
}
#header .page-holder {
	position:relative;
	z-index:2;
	background:url(../../images/sprites.png) no-repeat 100% -514px;
}
.main-tip-next .bg {
	overflow:hidden;
}
#header {
	background:transparent url(../../images/bg-header.png) repeat-x scroll 0;
	height:86px;
	padding:0 0 5px;
	position:relative;
	z-index:3;
}
#header .left-bg {
	background:url(../../images/bg-header-left.png) repeat-x;
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:86px;
	overflow:hidden;
	z-index:1;
}
