@Charset "UTF-8";
@import url("default.css");
@import url("jquery.jgrowl.min.css");
@import url("custom-theme/jquery-ui-1.8.1.custom.css");
@import url("imgareaselect-animated.css");

@media print {
	.noprint {
		display: none;
		visibility: hidden;
}
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	background: #fff;
	overflow: visible;
}

body.with_sidebar {
}

a,
a:hover,
a:active,
a:visited {
	color: #A31300;
	text-decoration: none;
}

.note {
	color: #00A1E9;
	font-size: 0.9em;
	line-height: 1.5em;
}

tr.rowbg_light th, tr.rowbg_light td { background-color: #f5f5f5; }
tr.rowbg_middle th, tr.rowbg_middle td { background-color: #eee; }
tr.rowbg_dark th, tr.rowbg_dark td { background-color: #ddd; }

tr.rowbg_eee th, tr.rowbg_eee td { background-color: #eee; }
tr.rowbg_E4EDF9 th, tr.rowbg_E4EDF9 td { background-color: #E4EDF9; }

/* buttons */

.buttons a,
.buttons button {
	margin: 0 2px 1px 0;
	padding: 5px 10px 6px 10px; /* Links */
	cursor: pointer;

	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	white-space: nowrap;

	color: #444;
	background: #eeeeee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%20%23ffffff%3B%22/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%20%23eeeeee%3B%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23gradient%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20/%3E%3C/svg%3E); /* opera, ff */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #ffffff, #eeeeee); /* for firefox 3.6+ */

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

	border: 0 none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-opera-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 2px 10px 0px 10px; /* IE6 */
}
*: first-child+html button[type] {
	padding: 4px 10px 3px 10px; /* IE7 */
}
.buttons button img, .buttons a img {
	display: inline; /* float left in IE6 */
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}
html>body .buttons a,
html>body .buttons button {
	/* padding: 3px 10px 3px 10px; */
}
/* small-style */
.buttons.hr a,
.buttons.hr button,
.buttons a.hr,
.buttons button.hr {
	font-size: 1em;
	line-height: 1.2em;
	padding: 1px 5px;
	padding: 0 5px;
	background-position: 0 -230px;
	/*
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	*/
}
/* page-number style */
.buttons.num {
	border: 1px solid white;
}
.buttons.num a,
.buttons.num button,
.buttons a.num,
.buttons button.num {
	background: #000;
	color: #777;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 5px 0 5px; /* Links */
	background-position: 0 -192px;
	margin: 0;
	border: 0 none;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-opera-border-radius: 0;
	-khtml-border-radius: 0;

	box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
}
.buttons a.focused,
.buttons button.focused {
	color: #000;
	background: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff'); /* for IE */
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%20%23dddddd%3B%22/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%20%23ffffff%3B%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23gradient%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20/%3E%3C/svg%3E); /* opera, ff */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #dddddd, #ffffff); /* for firefox 3.6+ */

	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);

		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}

/* reset some property */
.buttons a.submit, .buttons button.submit {
	color: #000;
	box-shadow: 0 1px 2px rgba(0, 120, 220, 1);
	-moz-box-shadow: 0 1px 2px rgba(0, 120, 220, 1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 120, 220, 1);
}
	.buttons a.submit.focused,
	.buttons button.submit.focused {
		/* new style */
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}
.buttons a.disabled, .buttons button.disabled {
	border-color: #eee #ddd #ccc #ccc;
	color: #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.buttons.noshadow a,
.buttons.noshadow button,
.buttons a.noshadow,
.buttons button.noshadow {
	box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
}
.buttons a.dev, .buttons button.dev {
	color: #ccc;
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000'); /* for IE */
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%20%23333333%3B%22/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%20%23000000%3B%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23gradient%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20/%3E%3C/svg%3E); /* opera, ff */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #333333, #000000); /* for firefox 3.6+ */

	text-shadow: 0 0 0 rgba(0, 0, 0, 1);
}
/* remove radius to connect button group */
.buttons {
	min-height: 24px; /* show shadow */
}
.buttons a.noright,
.buttons button.noright,
.buttons a.noleft,
.buttons button.noleft {
	display: inline;
}
.buttons a.noright, .buttons button.noright {
	margin-right: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
}
.buttons a.noleft, .buttons button.noleft {
	margin-left: -4px; /* box-shadow adjust */
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}
.buttons.hr a.noleft, .buttons.hr button.noleft {
	margin-left: 0; /* box-shadow adjust */
}

.toolbar {
	min-height: 24px;
}
.buttons.toolbar {
	text-align: center;
	background: silver url(../img/bg_toolbar.jpg) repeat-x 0 0;
	background: silver url(../img/bg_button.jpg) repeat-x 0 -192px;
}
.buttons.toolbar a,
.buttons.toolbar button,
.buttons a.toolbar,
.buttons button.toolbar {
	margin: 1px 0;
	box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	background: transparent;

	text-shadow: 0 0 0 rgba(0,0,0,0);
	color: black;
	background: #eee url(../img/bg_gradient.png) repeat-x 0 -5px;
}

.buttons.toolbar a.focus,
.buttons.toolbar a.focused,
.buttons.toolbar button.focus,
.buttons.toolbar button.focused,
.buttons a.toolbar.focus,
.buttons a.toolbar.focused,
.buttons button.toolbar.focus,
.buttons button.toolbar.focused {
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	color: white;
	background: #777 url(../img/bg_gradient.png) repeat-x 0 -5px;
}

.buttons.toolbar a.noleft,
.buttons.toolbar button.noleft {
	border-left: 1px solid #d5d5d5;
	margin-left: 0; /* no box-shadow adjust */

	border-left: 1px solid #666;
}

/* layout template - DO NOT REVISE */

.canvas {
	/*
	margin: 0;
	padding: 0 0 30px;
	width: 100%;
	overflow: hidden;
	background: transparent;
	*/
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow: auto;
}
.login .canvas {
	position: relative;
}

.hbox {
	position: relative; /* prevents shifting when changing viewport in IE;thanks to Alan Gresley */
	float: left;
	width: 100%;
	display: block;
}

.vbox {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
	margin-left: -100%;
	width: 100%;
}

.column {
	/*
	margin-bottom: -5000px;
	padding-bottom: 5000px;
	*/
}

.topheader {
	overflow: hidden;
	border-top: 1px solid #fff;
	background: #BBBBBB;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#BBBBBB'); /* for IE */
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%20%2#E9E9E93%3B%22/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%20%23BBBBBB%3B%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23gradient%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20/%3E%3C/svg%3E); /* opera, ff */
	background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#BBBBBB)); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #E9E9E9, #BBBBBB); /* for firefox 3.6+ */
}

#main {
}

#sidebar-left {
	background-color: #D5DDE8;
	background-color: #DCE8D5;
	background-color: #EEEEEE;
	border-right: 1px solid #b7b7b7;
    float: left;
    overflow: auto;
    width: 150px;
    padding: 0;
	display: none;
}

#content {
    margin-left: 0;
    _left: -3px; /* IE6 */
    padding: 0;
	overflow: auto;
	width: auto;

	width: 800px;
	margin: 0 auto;
}

.navi {
	width: 100%;
	margin-left: -100%;
	text-align: center;
}

.with_sidebar #sidebar-left {
	display: block;
	padding-top: 10px;
}
.with_sidebar #content {
    margin-left: 150px;
}

/* custom layout */

.tplDOM .table {
	width: auto;
}
	.tplDOM .table tbody tr th {
		padding-right: 1em;
	}
.tplDOM.create,
.tplDOM.update,
.tplDOM.search {
	margin: 10px 0 10px 10px;
}

.tplDOM textarea {
	line-height: 1.5em;
	padding: 0.3em;
	border: 1px solid #aaa;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.toolbar {
	clear: both;
	/*
	height: 24px;
	min-height: 24px;
	*/
	overflow: hidden;
	background: silver url(../img/bg_toolbar.jpg) repeat-x 0 -45px;
}

#infobar {
	background: #717C6B url(../img/bg_toolbar.jpg) repeat-x 0 -45px;
	background: #4B4D5A;
	border-top: 1px solid #000;
	clear: both;
	line-height: 2em;
	color: white;
	padding: 0 20px;
	display: none;
}
#infobar * {
	line-height: 2em;
	height: 2em;
	color: white;
	font-size: .9em;
}
#infobar .casepdf {
	margin-left: 10px;
	padding-left: 20px;
	background: url(../img/icon_pdf.gif) no-repeat 0 0;
}

.showinfobar #infobar {
	display: block;
}

.showinfobar #navi {
	border-top: 1px solid #eee;
}

#navi {
	background: #717C6B url(../img/bg_toolbar.jpg) repeat-x 0 -45px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	clear: both;
}
	#navi ul {
		margin: 0 10px;
		padding: 0;
		list-style: none;
		line-height: 24px;
		text-align: center;
}
	#navi li {
		display: inline;
		cursor: pointer;
		padding: 0;
}
	#navi li a {
		padding: 3px 10px;
		line-height: 29px;
		color: black;
		text-decoration: none;
}
	#navi li a.focus,
	#navi li a.focused {
		padding: 3px 9px;
		color: white;
		background: #777 url(../img/bg_gradient.png) repeat-x 0 -5px;
		border: 1px solid #555;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		-opera-border-radius: 2px;
		-khtml-border-radius: 2px;
		box-shadow: 0 0 3px white;
		-moz-box-shadow: 0 0 3px white;
		-webkit-box-shadow: 0 0 3px white;
}
	#navi li .la {
		display: none;
		width: 8px;
		height: 8px;
		margin-right: 3px;
		background: transparent url(../img/icon_ctrl.png) no-repeat -40px -8px;
}
	#navi li .ra {
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-left: 3px;
		background: transparent url(../img/icon_ctrl.png) no-repeat -40px 0;
}
	#navi li.expand .la {
		display: inline-block;
}
	#navi li.expand .ra {
		display: none;
}
	#navi a.focus .la {
		background: transparent url(../img/icon_ctrl.png) no-repeat -160px -128px;
}
	#navi a.focus .ra {
		background: transparent url(../img/icon_ctrl.png) no-repeat -160px -120px;
}


#sidebar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar-left li {
	cursor: pointer;
	display: block;
	line-height: 2.5em;
	text-shadow: 1px 1px 0 #FFFFFF;
}
#sidebar-left li.focused {
	text-shadow: none;
}

#sidebar-left ul.folder {
	margin: 0;
}
#sidebar-left ul.folder_active {
	padding-bottom: 5px;
}
#sidebar-left li.folder {
	position: relative;
	color: black;
	padding-left: 10px;
}
#sidebar-left li.folder.focus,
#sidebar-left li.folder.focused { /* IE6: li.folder.focused not work */
	color: #2A5DB0; /* IE6 */
	/* border: 1px solid #aaa; */ /* IE6: not inherited */
	/* border-top: 1px solid #bbb; */ /* IE6: not inherited */
}
	li.folder .icon {
		float: left;
		width: 8px;
		height: 8px;
		margin-top: 10px;
		margin-right: 5px;
		background: transparent url(../img/icon_ctrl.png) no-repeat -100px 0;
}
	li.folder.focus .icon,
	li.folder.focused .icon {
		background-position: -120px 0;
}

#sidebar-left ul.child {}
#sidebar-left li.child {
	position: relative;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	+border-top: 0 none\9; /* IE all */
	+border-bottom: 0 none\9; /* IE all */
	+border-top: 0 none; /* IE7 */
	+border-bottom: 0 none; /* IE7 */
	_border-top: 0 none; /* IE6 */
	_border-bottom: 0 none; /* IE6 */
	overflow: hidden;
	height: 2.2em;
	line-height: 2em;
}
#sidebar-left li.child.focus {}
#sidebar-left li.child.focused {
	border-top: 1px solid #0F4EAD;
	color: #fff;
	background: #5785CA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2266CC', endColorstr='#5785CA'); /* for IE */
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.0%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%220%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3A%20%232266CC%3B%22/%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3A%20%235785CA%3B%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20fill%3D%22url%28%23gradient%29%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20/%3E%3C/svg%3E); /* opera, ff */
	background: -webkit-gradient(linear, left top, left bottom, from(#2266CC), to(#5785CA)); /* for webkit browsers */
	background: -moz-linear-gradient(center top, #2266CC, #5785CA); /* for firefox 3.6+ */
}

	li.child.prop {
		color: #777;
		color: #2A5DB0;
}
	li.child .icon {
		float: left;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 7px 0px 0px 15px;
}
	li.child.focus .icon {
		/* background: transparent url(../img/icon_ctrl.png) no-repeat -100px -100px; */
}
	li.child.focused .icon {
		background: transparent url(../img/icon_ctrl.png) no-repeat -80px -100px;
}



.footer {
	margin-left: -100%;
	width: 100%;
	height: 24px;
	background: white;
	color: #999;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: .9em;
	line-height: 1.2em;
}

.pagetitle {
	font-size: 2em;
	height: 1.7em;
	line-height: 1.7em;
	margin-top: 10px;
	color: #555;
	text-shadow: #fff 1px 1px 0;
	overflow: hidden;
}

#content .container {
	margin: 10px 20px;
}

/* form */

input.text {
	/*
	height: 1.9em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1.2em;
	font-family: monospace;
	font-size: 1em;
	*/
}

.disabled {
	backgruond: white !important;
	border: 0 none transparent;
	color: #aaa;
}
.as_form {
	line-height: 1.5em;
	padding: 1px 3px;
}

/* table */

table.f {}
table.f div.subtitle {
	color: #1761B3;
	font-weight: bold;
	font-size: 1.1em;
	margin: 8px 0 0 0;
	padding: 7px 0;
}
table.f th {
	font-weight: normal;
	white-space: nowrap;
}
table.f tbody th {
	line-height: 2.1em;
	padding: 0 10px;
	vertical-align: top;
	text-align: right;
}
table.f.thtd tbody th {
}
table.f tbody td {
	vertical-align: top;
	line-height: 2.1em;
	padding: 0 5px 0 0;
}
table.f tbody td span {
	line-height: 1.7em;
}
table.f label {
	line-height: 2em;
	padding-right: 5px;
}
table.f tbody tr.altrow th,
table.f tbody tr.altrow td {
	background: #eee;
}
table.f tbody tr.redrow th,
table.f tbody tr.redrow td {
	background: #FFD4FF;
}
table.f tbody tr.gaprow th,
table.f tbody tr.gaprow td {
	font-size: 1em;
	line-height: 1em;
}

table.f.form tbody th {
	padding-top: 7px;
}
table.f.form tbody td {
	padding: 3px 5px;
}
table.f.form tfoot th,
table.f.form tfoot td {
	padding-top: 20px;
}

table.f tr.subtitle th {
	font-weight: bold;
}

.fblock { /* block-in-td for minor setting */
	display: inline;
	float: left;
	padding: 3px 5px;
	margin: 0 10px;
	background: #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-opera-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.sortarrow { background: url(../img/sort_arrow.png) no-repeat 0 0; }
.sortarrow.topleft { background-position: 0 0; }
.sortarrow.topright { background-position: 100% 0; }
.sortarrow.bottomright { background-position: 100% 100%; }
.sortarrow.bottomleft { background-position: 0 100%; }

table.l {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.l th,
table.l td {
	line-height: 2em;
	height: 2em;
	padding: 0 5px;
	color: #777;
	cursor: pointer;
}
table.l th {
	font-weight: normal;
	text-align: left;
	padding-left: 7px;
}
table.l thead th,
table.l thead td {
	color: black;
	padding-left: 10px;
	white-space: nowrap;
	background: #f5f5f5 url(../img/bg_button.jpg) 0 0;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
}
table.l thead td {
	border-left: 1px solid #ddd;
}
table.l tbody th,
table.l tbody td {
	white-space: nowrap;
	/*
	border-top: 1px dotted #ccc;
	*/
}
table.l tbody tr.focus th,
table.l tbody tr.focus td {
	background: #E9F0FF;
	/* background: #f5f5f5 url(../img/bg_button.jpg) 0 -256px; */
	color: black !important;
	background: #26c;
	color: white !important;
	background: #D6DEE8 !important;
	color: black !important;
}
table.l tbody tr.focused th,
table.l tbody tr.focused td {
	background: #D8F1B1;
	color: #333 !important;
	border-bottom: 1px solid #E0FBA8;
}
	table.l tbody tr.blue th,
	table.l tbody tr.blue td {
		color: #0080FF !important;
}
	table.l tbody tr.blue.focus th,
	table.l tbody tr.blue.focus td,
	table.l tbody tr.blue.focused th,
	table.l tbody tr.blue.focused td {
		color: #0053A6 !important;
}
table.l tfoot th,
table.l tfoot td {
	border-top: 1px solid #000;
}

	table.l tr.purplerow th,
	table.l tr.purplerow td {
		background-color: #F9E7FF;
}

	table.l.pack th,
	table.l.pack td {
		line-height: 1.5em;
}
	table.l.pack tbody th,
	table.l.pack tbody td {
		line-height: 1.7em;
		height: 1.7em;
}

table.s {
	padding: 0;
}
table.s th {
	font-weight: normal;
	text-align: left;
}
table.s th,
table.s td {
	line-height: 1.5em;
	padding: 1px 5px 1px 2px;
}
table.s thead th,
table.s thead td {
	color: black;
	padding-right: 20px;
	white-space: nowrap;
}
table.s tbody th,
table.s tbody td {
	white-space: nowrap;
}
table.s tfoot th,
table.s tfoot td {}

/* form field */

.ts_date {
	text-align: center;
	width: 8em;
}
.ts_time {
	text-align: center;
	width: 4em;
}

/* misc */

tr.rowhover {}
tr.rowhover.focus,
tr.rowhover.focused {
	background-color: #E9F0FF;
}

.caption {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.btngrp {
	/* margin-top: 10px; */
}


.breadcrumb {
	display: block;
	height: 27px;
	margin-bottom: 10px;
}
.breadcrumb a {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 27px;
	line-height: 27px;
	background: url(../img/bg_breadcrumb.jpg) repeat-x 0 0;
	color: white;
}
.breadcrumb a:hover {
	color: black;
}
.breadcrumb a.head {
	padding: 0;
	width: 4px;
	background: white url(../img/bg_breadcrumb-head.jpg) no-repeat 0 0;
}
.breadcrumb a.middle {
	padding: 0;
	width: 21px;
	background: white url(../img/bg_breadcrumb-middle.jpg) no-repeat 0 0;
}
.breadcrumb a.tail {
	padding: 0;
	width: 21px;
	background: white url(../img/bg_breadcrumb-tail.jpg) no-repeat 0 0;
}

/* misc */

.debuglibtd {
	cursor: pointer;
}
.debuglibtd.focus,
.debuglibtd.focused {
	background: red !important;
	color: white !important;
}

.buttons button.icon {
	height: 22px;
	background: transparent;
	border: 0 none transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-opera-border-radius: 0;
	-khtml-border-radius: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
}
.buttons button.expand {
	width: 12px;
	background: transparent url(../img/icon_ctrl.png) no-repeat -80px -120px;
}

.relfile_container {
	padding: 3px 0 0 3px;
}


.photo_count {
	padding: 0 0.5em;
	color: #00A1E9;
	background: white;
	line-height: 1.5em;
	font-weight: bold;

	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-o-border-radius: 1.5em;
	-opera-border-radius: 1.5em;
	-khtml-border-radius: 1.5em;
}

#criteria {
}
#criteria_result {
}
#criteria_result table {
}

/*
 *
 * Project specific
 *
 */

body.user #content {
	width: auto;
	margin: 0 1em;
}

#ui-datepicker-div {
	display: none;
}

/* signup list */

.das {
	/*margin: 20px;*/
	text-align: center;
}
.das h3 {
	margin-top: 10px;
	font-size: 1.3em;
	line-height: 2em;
}
.das p {
	line-height: 1.7em;
}
table.ac {
	margin: 0 auto 20px auto;
	padding: 5px 0 0 0;
	border: 2px solid #555;
	width: 100%;
}
table.ac .caption {
	padding: 10px 0;
	text-align: center;
	border: 0 none;
}
table.ac th,
table.ac td {
	font-weight: normal;
	text-align: left;
	line-height: 1.8em;
	padding: 2px 5px 1px 5px;
}
table.ac thead th,
table.ac thead td {
	white-space: nowrap;
}
table.ac tbody th,
table.ac tbody td {
	border-top: 1px dotted #777;
}
table.ac tbody th {
	padding: 2px 5px 0 5px;
}
table.ac tbody td {
	border-left: 1px dotted #777;
}
table.ac tbody tr.blk th,
table.ac tbody tr.blk td {
	border-left: 0 none;
}
table.ac tbody tr.blk_first th,
table.ac tbody tr.blk_first td {
	border-top: 2px solid #555;
}

.redstar {
	color: #d00;
	font-size: 12px;
	vertical-align: top;
}

.case_option_rows {}
.case_option_row {
	margin-bottom: 3px;
}

.warning_of_missing_room {
	padding: .5em 1em;
	background: #a00;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
}

/* override bootstrap */
.modal-backdrop {
	z-index: 0;
}