@import "base.css";
@import "calendar.css";

@import "frame.css";
@import "screen.css";

@import "print.css";

/* colors
	#28220B
	#504416 -- shadow
	#786721
	#A0892C -- top menu
	#C8AB37
	#D3BC5F
	#DECD87
	#E9DDAF -- background
	#F4EED7
*/

div.simpleButton {
	text-align: right;
	width: 250px;
}

table.submit {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.submit td.space {
	width: 100%;
}

ul.nolist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.nolist li {
	padding-bottom: 5px;
}

table.result {
	clear: both;
}

table.result th,table.resultSmall th {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

table.result th, thead th {
	border-bottom: 1px solid #28220B;
}

table.result th.pagination {
	text-align: right;
}

table.result th.pagination input,table.result th.pagination select {
	background-color: #FFFFFF;
	border: none;
	padding: 0px 2px 0px 2px;
	font-weight: normal;
	width: auto;
}

table.result th.pagination input[disabled="disabled"] {
	color: #E9DDAF;
}

table.result table.sort td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.result table.sort td:first-child {
	padding-right: 5px;
}

table.result td,table.resultSmall td {
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}

table.result tr.active td,table.resultSmall tr.active td {
	background-color: #E9DDAF;
}

table.user_result {
	width: 400px;
}

table.user_result td {
	padding: 5px 5px 5px 5px;
}

table.user_result td.line {
	border-top: 1px dotted #28220B;
}

label,.label {
	font-weight: bold;
	display: block;
}

label a.external, .label a.external {
	text-decoration: none;
}

label.error, div.error, span.error {
	color: #FF0000;
}

input.error,select.error,textarea.error {
	border: 1px solid red;
}

div.logoView {
	width: 400px;
	height: 50px;
	padding: 0px;
	border: 1px solid #28220B;
}

div.imageDefault {
	width: 120px;
	height: 160px;
	padding: 0px;
	border: 1px solid #28220B;
}

div.image {
	padding: 0px;
	border: 1px solid #28220B;
}

/* ========= dialog ========== */
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	background-color: #504416;
}

div.dialog {
	position: absolute;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #28220B;
	text-align: center;
	z-index: 1001;
}

div.dialog div.dbutton {
	margin-top: 10px;
	text-align: right;
	width: inherit;
	border: none;
}

div.dialog div.dInfo {
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #28220B;
}

/* ========= prices ========== */
table.valuation {
	width: 404px;
	float: left;
}

table.valuation td,table.valuation th {
	text-align: center;
	width: 50px;
}

table.valuation th {
	font-weight: normal;
	vertical-align: bottom;
	padding: 2px;
}

table.valuation th.row {
	text-align: left;
	vertical-align: middle;
	width: 104px;
}

/* ========= larp-calendar ========== */
table.cons {
	width: 100%;
	margin-top: 10px;
}

table.cons tr td {
	border-top: 1px dotted #28220B;
	padding: 5px 10px 5px 10px;
}

table.cons tr.top td {
	border-top: none;
}

table.cons tr td.active {
	background-color: #E9DDAF;
	cursor: pointer;
}

table.cons tr.empty td {
	text-align: center;
}

table.cons table.con {
	width: 100%;
}

table.cons table.con tr td {
	border: none;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

table.cons table.con tr.title td, table.cons table.con tr.title td a {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

table.cons table.con td.content {
	font-style: italic;
}

/* ========= larp-event ========== */
table.event {
	width: 100%;
	margin-left: 50px;
}

table.event th {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
	width: 100px;
}

div.contact {
	width: 325px;
	float: left;
}

div.contact div.title {
	border: none;
	font-size: 11px;
	font-weight: normal;
}

div.contact div.title span {
	font-weight: bold;
}

div.contact table {
	margin-left: 50px;
}

div.contact table th {
	font-style: italic;
	padding-right: 10px;
	font-weight: normal;
}

table.showPrices td,table.showPrices th {
	padding: 2px 5px 2px 5px;
	text-align: center;
	width: auto;
}

table.showPrices td {
	border: 1px solid #28220B;
}

tr.past td,tr.past th {
	text-decoration: line-through;
}

/* ========= larp-merchant ========== */
h2.merchants {
	width: 488px;
	clear: left;
}

table.merchants {
	width: 488px;
	margin-top: -5px;
}

table.merchants tr td.active {
	background-color: #E9DDAF;
	cursor: pointer;
}

table.merchants table.merchant {
	width: 100%;
}

table.merchants tr td {
	border-bottom: 1px dotted #28220B;
	padding: 5px 10px 5px 10px;
}

table.merchants tr.bottom td {
	border-bottom: none;
}

table.merchants table.merchant tr td {
	border: none;
	padding: 0px 0px 0px 0px;
}

table.merchants table.merchant tr.banner td {
	padding-bottom: 5px;
}

table.merchants table.merchant div.title, table.merchants table.merchant div.title a {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

div.tags a {
	text-decoration: none;
	margin-right: 3px;
}

div.tags a:hover {
	text-decoration: underline;
}

div.tags a.LEVEL_0 {
	color: #C8AB37;
}

div.tags a.LEVEL_1 {
	font-size: 13px;
	color: #504416;
}

div.tags a.LEVEL_2 {
	font-size: 15px;
}

div.tags a.LEVEL_3 {
	font-size: 17px;
	color: #504416;
	font-weight: bold;
}

div.tags a.LEVEL_4 {
	font-size: 20px;
	font-weight: bold;
}

div.tags.merchants {
	font-size: 16px; 
	font-weight: bold; 
	color: #C8AB37;
}

div.area.merchants, div.area.merchants.list {
	width: 488px;
}

div.area.merchants.list { 
	clear: left;
	margin-left: 0px;
}

div.area.merchants input.button.size_1_4 {
	width: 107px;
}

div.area.merchants a.button.size_1_4 {
    width: 105px;
}

div.area.merchants input.size_1_3 {
	width: 142px;
}

div.area.merchants select.size_1_3 {
	width: 144px;
}

/* ========= pagination ========== */
div.pagination {
	
}

div.pagination a,div.pagination span {
	margin: 0px 0px 0px 5px;
}

div.pagination a.active {
	font-weight: bold;
}

div.pagination a {
	text-decoration: none;
}

.default div.inactiveButton {
	width: 200px;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: none;
	display: block;
	color: #C8AB37;
	border: 1px solid #C8AB37;
}

/* ========= wizard ========== */
div.wizard {
	font-size: 12px;
	padding-top: 5px;
	margin: 5px 0px 0px 50px;
}

div.wizard span.element {
	padding: 0px 5px 0px 5px;
}

div.wizard span.active {
	font-weight: bold;
}


/* ========= larp-archive ========== */
table.archives {
	width: 100%;
	margin-top: 10px;
}

table.archives tr td {
	border-top: 1px dotted #28220B;
	padding: 5px 10px 5px 10px;
}

table.archives tr.top td {
	border-top: none;
}

table.archives tr td.active {
	background-color: #E9DDAF;
	cursor: pointer;
}

table.archives tr.empty td {
	text-align: center;
}

table.archives table.archive {
	width: 590px;
	float: left;
}

table.archives table.archive tr td {
	border: none;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

table.archives table.archive tr.title td, table.archives table.archive tr.title td a {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

table.archives table.archive td.content {
	font-style: italic;
}

table.archives table.archive tr.info td {
	font-style: italic;
	padding: 5px 0px 0px 0px;
}

table.archives div.image {
	float: right;
	border: 1px solid #28220B;
}

table.archives tr.footer td {
	font-weight: bold;
}
