/* This is the general style */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: HeiLight, "DejaVu Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
	font-size: 13px;
	line-height: 23px;
	color: black;
	background: white;  
	padding-top: 0px; 
	-webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: rgb(255,115,0);
}

.to-border {
    max-width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px dotted #FFAA64;
    border-radius: 0px;
    page-break-after: always;
}

/* ==============================================*/

#to-border-cover table{
	width: 641px;
}

#to-border-cover .icon-logo-tm {
	font-size: 192px;
	color: white;
	line-height: 128px;
}

#to-cover-photo {
	width: 641px;
	margin-bottom: 5px;
}

#to-cover-location {
	width: 40%;
	font-size: 36px;
	line-height: 39px;
	background-color: #FFAA64;
	text-align: right;
	vertical-align: bottom;
	border-right: 7px solid #FFF;
	padding: 15px;
	word-wrap: break-word;
}

#to-cover-planname {
	width: 60%;
	height: 5cm;
	font-size: 32px;
	line-height: 30px;
	background-color: #FFAA64;
	border-bottom: 7px solid #FFF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	word-wrap: break-word;
}

#to-cover-date {
	height: 2cm;
	font-size: 24px;
	line-height: 24px;
	background-color: #FFAA64;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

#to-cover-author {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-size: 14px;
	background-color: #FFAA64;
	border-top: 7px solid #FFF;
}

#to-cover-cmd {
	border-top: 7px solid #FFF;
}

#to-cover-download, #to-cover-copy {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #333;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
}

#to-cover-download:hover, #to-cover-copy:hover {
	border: 1px solid #ccc;
	background-color: #eee;
}
/* ==============================================*/

.to-schedule-table {
	width: 641px;
}

to-schedule-header-table > tr > td:nth-child(1), to-schedule-header-table > tbody > tr > td:nth-child(1) {
	width: 121px;
	text-align: right;
	vertical-align: top;
	padding-right: 6px;
}

to-schedule-header-table > tr > td:nth-child(2), to-schedule-header-table > tbody > tr > td:nth-child(2) {
	width: 520px;
}

.to-day-circle {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #FFAA64;
	text-align: center;
	vertical-align: middle;
	font-size: 28px;
	padding-top: 40px;
	color: #FFF;
}

.to-day-date {
	width: 100%;
	border-bottom: 2px solid #FFAA64;
}

.to-day-copyright {
	text-align: right;
	color: rgb(255,115,0);
}
.to-day-copyright .icon-logo-tm {
	font-size: 32px;
}

.to-day-allday-table td {
	width: 163px;
	height: 130px;
	border: 5px solid #FFF;
	padding: 5px;
	background-color: #FFAA64;
	text-align: left;
	vertical-align: top;
}

.to-day-allday-table-dispear {
	/*display: none;*/
	background-color: #FFF;
}

.to-schedule-list-table > tr > td:nth-child(1), .to-schedule-list-table > tbody > tr > td:nth-child(1) {
	width: 32px;
	text-align: center;
	vertical-align: top;
}

.to-schedule-list-table > tr > td:nth-child(1), .to-schedule-list-table > tbody > tr > td:nth-child(2) {
	width: 121px;
	text-align: center;
	vertical-align: top;
	padding-right: 6px;
}

.to-schedule-list-table > tr > td:nth-child(2), .to-schedule-list-table > tbody > tr > td:nth-child(3) {
	border-top: 1px dotted #FFAA64;
	width: 328px;
	vertical-align: top;
	word-wrap: break-word;
}

.to-schedule-list-table > tr > td:nth-child(3), .to-schedule-list-table > tbody > tr > td:nth-child(4) {
	border-top: 1px dotted #FFAA64;
	width: 160px;
	vertical-align: top;
}

.to-schedule-list-table img.to-reference-img {
	width: 160px;
}

.to-day-item-table {
	width: 100%;
}

.to-day-item-table > tr > td:nth-child(1), .to-day-item-table > tbody > tr > td:nth-child(1) {
	width: 30px;
	vertical-align: top;
}

.to-day-item-table > tr > td:nth-child(1), .to-day-item-table > tbody > tr > td:nth-child(2) {
	width: 330px;
	vertical-align: top;
}

div.to-day-item-value {
	width: 330px;
	word-wrap: break-word;
}

.to-day-item-table img.item-icon {
	width: 16px;
}

img.item-icon-large {
	width: 32px !important;
}
/* ==============================================*/

#to-resourcelist-header {
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}

#to-resourcelist-header-img {
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

#to-resourcelist-header-img img {
	width: 55px !important;
}

#to-resourcelist-header-title {
	width: auto;
	text-align: right;
	vertical-align: middle;
	font-size: 36px;
	background-color: #FFAA64;
	color: white;
	padding-right: 100px;
	border-radius: 35px 0px 0px 35px;
}

.to-resourcelist-item-td {
	vertical-align: top;
}

.to-resourcelist-item-img {
	width: 210px;
}
.to-resourcelist-item-img img {
	width: 200px;
}

.to-resourcelist-item-table tr:first-child {
	border-bottom: 1px solid #FFAA64;
	color: #FFAA64;
}

.to-resourcelist-table{
	margin-bottom: 25px;
}

.to-resourcelist-item-table .to-day-item-value {
	width: 400px !important;
}

/* ==============================================*/

.to-reference-table {
	width: 641px;
}

.to-reference-resource-type {
	width: 10%;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border-right: 3px solid #FFF;
	background-color: #FFAA64;
}

.to-reference-resource-name {
	width: 40%;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	border-right: 3px solid #FFF;
	background-color: #FFAA64;
}

.to-reference-resource-address {
	width: 50%;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	background-color: #FFAA64;
}

.to-reference-title {
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	border-right: 3px solid #FFF;
	border-top: 3px solid #FFF;
	background-color: #FFAA64;
	border-bottom: 3px solid #FFF;
}

.to-reference-url {
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	background-color: #FFAA64;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.to-reference-html {
	border: 1px solid #FFAA64;
}
/* ==============================================*/

.to-notepage {
	width: 21cm; 
	height: 29.7cm;
	padding: 0px !important;
}

.to-notepage img {
	float: right;
	margin: 35px;
}

.to-tablepage {
	background-repeat: round;
}

.to-linepage {
	background-repeat: repeat;
}

.to-gridpage {
	background-repeat: repeat;
}

/* ==============================================*/

@page {
    size: A4;
    margin: 1cm 0.3cm 0.3cm 0.3cm;
}

@media print {
	body {
		margin: 0px;
		padding: 0px;
	}
    .to-border {
        margin: 0px;
        min-height: 27cm;
        border: 0px solid #FFAA64;
        page-break-after: always;
    }
}


