label {
	display: block;
}
label.non-block {
	display: inline;
}

a {
	text-decoration: none;
}

input {
	border-style: solid;
	border-width: 1px;
}
input.conflict_resolve {
	width: 450px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}
textarea.readonly {
	border: 1px solid gray;
}

select {
	border-style: solid;
	border-width: 1px;
	background-color: white;
}

option {
	border-style: solid;
	border-width: 1px;
	background-color: white;
}

strong,b {
	font-weight: bolder;
}

th {
	font-weight: bolder;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
td {
	vertical-align:top;
}

tr.even td {
	background-color:#ddd;
}
tr.after-sapce td {
	padding-bottom: 1em;
}

td.center {
	text-align:center;
	vertical-align:middle;
}
td.left {
	font-weight: bolder;
}

fieldset {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
}

legend {
	font-weight: bolder;
	color: gray;
}

#bb_login label {
	width: 8em;
	float: left;
}
#bb_login fieldset.left {
	float: left;
}
#bb_login fieldset.right {
	float: right;
}

#bb_create_user label {
	width: 5em;
	float: left;
}

#bb_message .error {
	display: block;
	color: #000;
	background-color: #FBB;
	border: 1px solid #F00;
	padding: 0.2em;
}
#bb_message .ok {
	display:block;
	background-color: #BFB;
	border:1px solid #0F0;
	padding:0.2em;
}

/*
#bb h1 {
	text-align: center;
	height: 50px;
	content: url("/inc/img/vseth_logo_schwarz.png");
}
*/

#context h2 {
	color: black;
	font-size: 150%;
}
#context a:hover {
	color: gray;
}
#context p {
	text-align: justify;
}
#context div.book h3 {
	margin-bottom: 0px;
	line-height: 30px;
}
#context div.book h3.conflict {
	background-image: url(attention.png);
	background-repeat: no-repeat;
	background-position: right;
}
#context div.book p {
	font-size: 90%;
	margin: 2px;
	padding-left: 1em;
	padding-right: 1em;
}
#context div.book div.book_detail {
	padding-top: 0.5em;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-style: dashed;
	border-right-width: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 2px;
}
#context td.desc {
	font-weight: bolder;
}
#context span.condition {
	margin-left: 2em;
}
#context table.purchase {
	margin-left: 1em;
}

#context #change_left {
	float: left;
}

#context #change_right {
	float: right;
}
#context #change_right h3 {
	margin: 0px;
}

#context #offer_left {
	float: left;
}
#context #offer_right {
	float: right;
}
#context #offer_right h3 {
	margin: 0px;
}

#context p.conflict {
	padding-left: 33px;
	background-image: url(attention.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FBB;
}

#context #bookshelf div.book {
	background-color: #b2760d;
	border: 1px solid #2B230A;
	height: 200px;
	color: black;

	position: absolute;
	bottom: 0px;
	
	/* fallback pattern on static color */
	background-image: url(pattern.png);

	/* linear gradients to make the books look more like books */
	/* Safari 4-5, Chrome 1-9 */
	background-image: url(pattern.png),  -webkit-gradient(linear, left top, right top, from(#F3DDB6), to(#B2760D));
	/* Safari 5.1, Chrome 10+ */
	background-image: url(pattern.png), -webkit-linear-gradient(left, #F3DDB6, #B2760D);  
	/* Firefox 3.6+ */
	background-image: url(pattern.png), -moz-linear-gradient(left, #F3DDB6, #B2760D); 
	/* IE 10 */
	background-image: url(pattern.png), -ms-linear-gradient(left, #F3DDB6, #B2760D);
	/* Opera 11.10+ */
	background-image: url(pattern.png), -o-linear-gradient(left, #F3DDB6, #B2760D);
}
#context #bookshelf div.book p {
        padding-left: 0em;
        padding-right: 0em;
	margin-bottom: 5px;
}
#context #bookshelf div.book p a {
	color: black;
/* fixing font stuff to be able to use heuristic height-algorithm as js-width/height will not work */
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
}
#context #bookshelf div.book p a:hover {
	color: black;
	text-decoration: underline;
}

#context #bookshelf div.letter p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#context #bookshelf div.letter p a {
	color: black;
}
#context #bookshelf div.letter p a:hover {
	color: inherit;
	text-decoration: inherit;
}
#context #bookshelf div.letter p a {
	color: black;
}
#context #bookshelf div.letter p a:hover {
	color: inherit;
	text-decoration: inherit;
}
#context #bookshelf div.letter {
	width: 20px;
	margin-right: 20px;
	font-size: 30px;

	position: absolute;
	bottom: 0px;
	left: 0px;
}

#context #bookshelf div.wrapper {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 5px;
	overflow:auto;
	border-bottom: 2px solid black;
}

#context p.vertical-text {
	/*writing-mode:tb-rl;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);*/
	transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	/* set width / height equal to avoid shifting because of transformation */
	width: 1px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#context table.statistics {
	border-collapse: collapse;
}
#context table.statistics th {
	border-style: solid;
	border-width: 1px;
	color: black;
}
#context table.statistics td {
	border-style: solid;
	border-width: 1px;
}
#context table.statistics td.sum {
	border-top-style: solid;
	border-top-width: 3px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
#context table.statistics td.right {
	text-align:right;
}
#context table.statistics th.right {
	text-align:right;
}
#context #statistics h3 span.tablename {
	font-variant: small-caps;
}
