/**
 * additional purchase styles
 */

#request legend {
	color: #000;
	font-weight: bold;
}
#request fieldset {
	margin: 0 0 10px 0;
}
#request table td {
	vertical-align: top;
}

#tbldetail {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin: 0;
	padding: 0;
}
#tbldetail td {
	padding: 2px;
	margin: 0;
	border-spacing: 0;
	background-color: #FFCC00/*F9AD00*/;
	vertical-align: top;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
#tbldetail .tblhead td {
	background-color: #999;
	color: #fff;
}
.uldetail {
	margin: 0;
	padding: 0;
	list-style: none;
}
.uldetail li {
	line-height: 18px;
	padding: 0;
	margin: 0;
}
li.thinline {

}
li.thickline {
	height: 36px;
	line-height: 36px;
}
.errorimg {
	vertical-align: text-bottom;
}
.showerror {
	color: #C21212;
	cursor: help;
	background: url("../images/icons/icon_error.gif") top left no-repeat;
	padding: 0 0 0 18px;
}
#errorbox {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 4px 4px 4px;
	color: #333;
	display: none;
	font-family: Arial;
	font-size: 12px;
	background: url("../images/einkauf/bg_error.gif") top left no-repeat;
	height: 100px;
	width: 194px !important; /* for most browsers */width /**/:202px /* for pre 6.0 IE Win */
}
.currentpage {
	font-size: 15px;
	font-weight: bold;
	background-color: #FFCC00;
	float: left;
	line-height: 20px;
	padding: 0 2px 0 2px;
}
.noncurrentpage {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	float: left;
	line-height: 20px;
}
#reqnav {
	border: 1px solid #fff;
	background-color: #ddd;
	line-height: 20px;
	height: 20px;
	padding: 2px;
	margin: 0 0 10px 0;
}
#reqnav div {
	margin: 0 10px 0 0;
}
#attachlist {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#attachlist img {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.blanktd {
	height: 10px;
	line-height: 10px;
}

#backbutton {
	font-size: 13px;
}
#backbutton a:link,
#backbutton a:visited,
#backbutton a:active {
	color: #000;
	display: block;
	background: #999;
	text-decoration: none;
}
#backbutton a:hover {
	color: #000;
	background: #ccc;
}
fieldset {
	padding: 5px;
}
