* {
	margin: 0;
	padding: 0 }

body {
	background-color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Helvetica, sans-serif }
p, div, td, th {
	font-size: 12px;
	line-height: 15px }
div {
	/*position: relative*/ }
a {
	color: #f33;
	text-decoration: none }
a.aecf {
	color: #66f }
.clear {
	clear: both }
.unbold {
	font-weight: normal }
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

p, h1, h2, h3, h4 {
	margin-bottom: 10px }
h1 {
	font-size: 16px;
	margin-bottom: 20px
}
h2 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px
}
h3 {
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 10px
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
td, th {
	vertical-align: top }

div#container {
	/*width: 800px*/ }
	html>body div#container {
		width: auto;
		min-width: 800px }

div#page_header {
	background-color: #dddddd;
	height: 60px;
	padding: 0 50px 0 0 }
div#logo {
	position: absolute;
	left: 0;
	top: 0 }
div#user {
	float: right;
	z-index: 100;
	background-color: #f2f2f2;
	padding: 3px 8px;
	font-size: 10px; }
div#nav0 {
	position: absolute;
	top: 40px;
	left: 50px;
	height: 20px }


div#page_main {
	padding: 20px 50px 20px }
div#menu {
	width: 150px;
	margin-top: 3px;
	margin-right: 30px;
	float: left }
div#content {
	padding: 5px 0 0 0;
	height: 400px;
	width: 100%;
	float: left }
	html>body div#content {
		height: auto;
		min-height: 400px }


div#page_footer {
	margin: 0 50px;
	padding: 10px 0px 30px;
	/* border-top: 1px solid #f2f2f2; */
	text-align: center }
address {
	font-size: 10px;
	font-style: normal;
	color: #ccc }


div.card {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 200px }
a.card {
	display: block;
	border: 1px solid #cccccc;
	background-color: #e5e5e5;
	padding: 5px 10px 7px 10px;
	height: 80px }
	html>body a.card {
		height: auto;
		min-height: 80px }
a.card:hover {
	background-color: #ffffff }
div.card_title {
	font-weight: bold;
	margin-bottom: 5px }
div.card_text {
	color: #000000;
	padding-left: 20px }


/* TABLE / LISTS */
table.tab {
	margin: 10px 0 15px;
	border-bottom: 1px solid #ccc;
	/* width: 700px */ }
tr.th th, tr.th th.thh {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding: 3px 10px 4px 10px;
	background-color: #e5e5e5;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #ccc }
tr.th th.thh {
	padding-bottom: 0;
	border-bottom: none }
tr.td td, tr.td_odd td, tr.td_on td {
	padding: 3px 10px 5px 10px;
	border-right: 2px solid #fff }
tr.td_odd td {
	background-color: #f2f2f2 }
tr.td_on td {
	background-color: #ffffcc }
td.num {
	text-align: right }
td.tight, th.tight {
	padding-left: 3px !important;
	padding-right: 3px !important }
td.ctrl, th.ctrl {
	text-align: center !important }
tr.grey * {
	color: #999;
}
tr.subrow th,
tr.subrow td {
	font-size: 10px;
	line-height: 13px;
	padding: 3px 10px 4px 10px;
	border-top: 1px solid #e5e5e5;
	color: #666;
}
tr.th-sub th {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	padding-top: 0;
}

img.file_icon {
	vertical-align: middle;
	margin-right: 10px }

table.list {
	margin: 10px 0 15px;
	border-bottom: 1px solid #ccc }
table.list th, table.list td {
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 5px 10px }
table.list tr th, table.list tr td {
	border-top: 1px solid #ccc }
table.list th.h {
	background-color: #e5e5e5 }

tr.re td, .re, .em {
	color: #ff0000;
	font-weight: bold;
}

button.lv_ctrl,
a.lv_ctrl {
	display: block;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 5px 3px;
	border: 1px solid #ccc;
	color: #ff3333;
	background-color: #ffffff;
	margin-top: 2px;
	margin-right: 3px;
	white-space: nowrap;
}
button.lv_ctrl:hover,
a.lv_ctrl:hover {
	background-color: #ff3333;
	color: #ffffff;
}
button.disabled,
a.disabled {
	color: #ccc;
}
button.disabled:hover,
a.disabled:hover {
	background-color: #ffffff;
	color: #ccc;
}
button.f,
a.f {
	float: left;
}



.debug_code {
	position: absolute;
	z-index: 10000;
	background-color: #ffffff;
	color: red;
	-opacity: 0.75;
	font-size: 90%;
	padding: 10px;
	border: 2px solid red;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.fo, .fo_on {
	padding: 1px 6px;
	border: 1px solid #ccc;
}
.fo:hover {
	background-color: #f2f2f2;
}
.fo_on {
	color: #999999;
	-background-color: #f33;
}

.__tobefixed, .__tbf {
	padding: 7px 10px 8px 10px;
	background-color: aqua;
}
.__question, .__q {
	color: orange;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}



/* buttons */
.button {
	display: inline-block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 9px 4px;
	border: 1px solid #ccc;
	border-radius: 3px;
	/*color: #ff3333;*/
	background-color: #f9f9f9;
	margin-top: 2px;
	margin-right: 3px;
	white-space: nowrap;
	cursor: pointer;
}
.button:hover {
	background-color: #eee;
}
.button:active {
	background-color: #ff3333;
	color: #ffffff;
}
.button-tiny {
	font-size: 10px;
	line-height: 11px;
	padding: 1px 7px 3px;
}
.button-default {
	font-weight: bold;
}
