/* @override 
	http://tokyo.sublease.co.jp/office/index.css
	http://tokyo.sublease.co.jp/work_schedule/index.css
*/

div#contents h3 {
	margin-bottom: 25px;
}

div#header h2 {
	position: absolute;
	width: 550px;
	bottom: 12px;
	left: 160px;
	line-height: 1.3;
	font-size: large;
	color: #333;
	letter-spacing: 1px;
	border-bottom: 2px solid #ff2119;
}

div#header ul.tab {
	position: relative;
	top: 83px;
	left: 160px;
	width: 550px;
	height: 30px;
	background: transparent url(images/tab_bg.png) repeat-x top center;
	overflow: hidden;
}

div#header ul.tab li {
	float: left;
}

div#infocontainer {
	margin-top: 10px;
	padding-left: 10px;
	border-left: 2px solid #ff2119;
}

div#infocontainer p {
	line-height: 1.3;
}

div#maincontainer {
	
}

div#toList {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* @group Login Form */

form#loginform .errors {
	color: #f30;
	padding-bottom: 6px;
}

form#loginform {
	width: 400px;
	margin: 0 auto;
}

form#loginform table {
	border-collapse: collapse;
}

form#loginform th {
	padding: 3px 0;
	width: 150px;
}

form#loginform td {
	padding: 3px 0;
	width: 250px;
}

form#loginform div.submit {
	padding: 10px 0;
	text-align: center;
}

/* @end */

form#selectmonth {
	text-align: right;
	margin-bottom: 20px;
}

table#buildingnamecontainer {
	width: 100%;
}

table#buildingnamecontainer td.updatetime {
	text-align: right;
	font-size: x-small;
	vertical-align: bottom;
}

table#buildingnamecontainer td.printbutton {
	text-align: right;
	padding-top: 5px;
	vertical-align: bottom;
}

div#maincontainer h3 {
	border: 3px double #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	text-align: center;
	font-family: serif;
	font-size: 20px;
}

div#maincontainer h4 {
	margin-top: 10px;
	font-size: 15px;
	color: #333;
}

div#maincontainer h4 .notes {
	font-weight: normal;
	font-size: x-small;
}

div#schedule_table {
	
}

div#schedule_table table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}

div#schedule_table table thead {
	background: #dfdfdf;
}

div#schedule_table table thead th {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

div#schedule_table table td {
	border-bottom: 1px solid #ccc;
	padding: 4px 6px;
}

div#schedule_table table td.date {
	text-align: right;
}

div#schedule_table thead th.date {
	width: 85px;
	text-align: center;
}

div#schedule_table thead th.work {
	width: 300px;
}

div#schedule_table table tr.sunday,
div#schedule_table table td.sunday {
    background-color: #ffe4e5;
}

div#schedule_table table tr.sunday td.date {
    color:#c33;
}

div#schedule_table table tr.saturday,
div#schedule_table table td.saturday {
    background-color: #e5edff;
}

div#schedule_table table tr.saturday td.date {
    color: #2c51a3;
}

div#schedule_table table.notes {
	
}

div#schedule_table table.notes td {
	font-size: x-small;
	border: none;
	padding: 2px 0;
}

div#schedule_table table.notes td.tanto {
	text-align: right;
}

div#schedule_table table.electricity {
	border-top: 1px solid #ccc;
	margin: 15px 0 25px;
}

div#schedule_table table.electricity caption {
	padding: 0 0 3px 0;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
}

div#schedule_table table.electricity thead th {
	border-left: 1px dotted #ccc;
}

div#schedule_table table.electricity thead th.date {
	border-left: none;
}

div#schedule_table table.electricity th {
	background: #F6F5E8;
}

div#schedule_table table.electricity tfoot {
	background: #F6F5E8;
}

div#schedule_table table.electricity tbody th {
	background: #f4f4f4;
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
/*
	font-family: monospace;
	font-size: medium;
*/
}

div#schedule_table table.electricity td {
	text-align: right;
	height: 1em;
	font-family: monospace;
/*	font-size: medium;*/
	font-weight: bold;
	border-left: 1px dotted #ccc;
}

div#schedule_table table.electricity td.val {
	width: 100px;
	line-height: 1.2;
}

div#schedule_table table.electricity tr.colored td {
	background: #e5edf6;
}

div.customer {
	margin: 5px 0 -10px;
	text-align: right;
}

div.horizontal {
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border-bottom: 3px double #ccc;
}

hr.pagebreak {
	display: none;
}
