
/*
**	G L O B A L
*/

form {
	margin: 0px;
	padding: 0px;
}
#frame {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.lnk {
	cursor: pointer;
}
.nobrk {
	white-space: nowrap;
}
* {
	color: #666;
/*	font: 12px Verdana,Geneva,sans-serif;	*/
	font-size: 11px;
}

/*
**	H E A D E R
*/

.vwrlogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
img.vwrlogo {
	left: 10px;
}
div.vwrlogo {
	width: 100%;
}
div.vwrlogo.bar1 {
	top: 50px;
	height: 26px;
	background-color: #044f82;
	z-index: 20;
}
div.vwrlogo.bar2 {
	top: 70px;
	height: 10px;
	background-color: #e0e0e0;
	z-index: 10;
}
div.vwrlogo.bar3 {
	top: 77px;
	height: 26px;
	background-color: #e0e0e0;
	border-bottom: 2px solid #666666;
	border-top: 1px solid #a8a8a8;
	z-index: 30;
}

.vwrlogo span {
	position: relative;
	top: 6px;
	left: 12px;
	font-weight: bold;
	font-size 13px;
/*	color: #eab200;	*/
	color: #666;
	letter-spacing: 0.1;
}
.bar1 span {
	top: 2px;
	font-size: 18px;
	color: #fff;
}


/*
**	R O O T
*/
.content {
	padding:0 !important;
}
#content {
	margin: 10px;
}
#content.header {
	margin-top: 124px;
}
#content.noheader {
	margin-top: 64px;
}
#content.header #filter,
#content.header #variable {
	right: auto;
	width: 980px;
}


/*
**	F I L T E R
*/

#filter {
	padding: 10px 0px;
}

#filter .tbl {
	width: 100%;
}
#filter .tbl .sfrm {
	width: 28%;
}
#filter .tbl .sbut {
	padding-top: 3px;
}

#filter .fltr {
	padding: 2px 10px;
}

/*
** Filter-Positions
*/
#content.header #filter {
	top: 124px;
	left: 20px;
	right: 20px;
}
#content.noheader #filter {
	top: 64px;
	left: 20px;
	right: 20px;
}


/*
**	V A R I A B L E   (a.k.a. Selection + Result)
*/

#variable h1 {
	background: #2364c8;
	background-image: -moz-linear-gradient(left, #2364c8 0%, #2ec4ff 100%);
	background-image: -webkit-linear-gradient(left, #2364c8 0%,#2ec4ff 100%);
	background-image: linear-gradient(to right, #2364c8 0%,#2ec4ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2364c8", endColorstr="#2ec4ff",GradientType=1 );

	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 7px 7px 5px;
}
#variable h1:after, #variable h2:after {
	display:none;
}
.bioexpress #variable h1 {
	background-color: #8a548a;
	border-bottom: 2px solid #6a296b;
}
#variable div.lst {
/*	background-image: url("/images/rq/bg_req_item.png"); */
	background-position: right center;
	background-repeat: repeat-y;
	border-top:18px solid #fff;
}
.bioexpress #variable div.lst {
	background-image: url("/images/rq/bg_req_item_bioexpress.png");
}

/*
** Variable-Positions
*/
#content #variable.nofltr {
/*
	top: 18px;
*/
	top: 0px;
}
#content.header #variable {
	top: 212px;
	left: 20px;
	right: 20px;
}
#content.header #variable.nofltr {
	top: 122px;
}
#content.noheader #variable {
	top: 152px;
	left: 20px;
	right: 20px;
}
#content.noheader #variable.nofltr {
	top: 62px;
}



/*
**	S E L E C T I O N
*/

#selection {
	padding-bottom: 4px;
}
#selection table {
	margin: 12px;
}
#selection table td {
	padding-top: 1px;
	padding-bottom: 1px;
}
#selection .img {
	width: 24px;
}
#selection .img img {
	width: 12px;
	height: 12px;
}

#selection input.small {
	width: 22px;
	font-size: 10px;
	margin: 0px 4px 0px 0px;
	padding: 2px 4px;
	color: #666;
	text-align: right;
}


/*
**	R E S U L T
*/

#result {
/*	background-image: url("/images/rq/bg_req_item.png"); */
	background-position: right center;
	background-repeat: repeat-y;
}
.bioexpress #result {
	background-image: url("/images/rq/bg_req_item_bioexpress.png");
}

#result h1 {
}
#result h2 {
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
	color: #666;
	margin: 10px 0 4px;
}

#result table {
	width: 100%;
}
#result table.nowi {
	width: auto;
}
#result td {
	border-bottom: 2px solid #CCCCCC;
	padding: 4px 2px;
/*
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 12px;
*/
	padding-bottom: 4px;
	empty-cells: show;
}
#result table.nowi td {
	border-bottom: 0px none;
}
#result td.first {
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 1px;
}
#result td.txt {
	vertical-align: top;
}
#result td.ml {
	border-bottom: 1px solid #ddd;
}
#result td.txt .isreq {
	color: #090;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url("/images/rq/icon_requested.png");
	padding-left: 22px;
	display: none;
	padding-top: 1px;
	height: 14px;
	font-weight: bold;
	font-style: italic;

}
#result td.last {
	width: 190px;
	padding-right: 10px;
	vertical-align: bottom;
}
#result td.reqopt {
	height: 1px;
	padding-bottom: 12px;
}
#result td.btn {
	white-space: nowrap;
	padding: 0px;
	vertical-align: middle;
}
#result .btn.request.sw {
	visibility: hidden;
}
#result td.last.btn {
	width: auto;
}

#result .flat td {
	padding-top: 0px;
	padding-bottom: 0px;
}
#result .flat h2 {
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
}
#result .flat h2.dl:hover {
	color: #333;
	cursor: pointer;
}
#result .flat td.last {
	width: 180px;
	padding-right: 2px;
}
#result .flat td.last.btn {
	width: auto;
	padding-right: 8px;
}

#result .flat span.fsize {
	text-align: right;
	width: 42px;
}



span.btn.col {
	background-position: 0px 4px;
	background-image: url("/images/silk/link_add.png");
}
span.btn.discol {
	cursor: default;
	background-position: 0px 4px;
	background-image: url("/images/rq/icon_requested.png");
}


span.btn.div {
	width: 1px;
	height: 24px;
	border-right: 1px solid #c0c0c0;
	margin-left: 10px;
	margin-right: 10px;
	cursor: auto;
}





/*
** Result Chapter
*/
#result .chptr td {
	padding: 12px 2px 4px 0px;
	border-bottom: 0px none;
}
#result .chptr td span {
/*	font: bold 15px Verdana,Geneva,sans-serif;	*/
	font-weight: bold;
	font-size: 16px;
	color: #808080;
	border-bottom: 2px solid #CCCCCC;
}



/*
** Buttons
*/

div.btn {
	height: 30px;
	margin-top: 9px;
	width: 178px;
	background-position:bottom left;
	background-repeat:no-repeat;
}
div.btn span {
	display: block;
	color: #777777;
/*	font: bold 11px Verdana,Geneva,sans-serif;	*/
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	padding-left: 39px;
	padding-top: 8px;
	text-align: left;
	text-decoration: none;
	width: 140px;
}
div.btn:hover span {
	color: #444;
}
div.btn.request {
	background-image: url("/images/rq/btn_req.png");
}
div.btn.request:hover {
	background-image: url("/images/rq/btn_req_h.png");
}

div.btn.download {
	background-image: url("/images/rq/btn_dl.png");
}
div.btn.download:hover {
	background-image: url("/images/rq/btn_dl_h.png");
}
div.btn.preview {
	background-image: url("/images/rq/btn_pv.png");
}
div.btn.preview:hover {
	background-image: url("/images/rq/btn_pv_h.png");
}

div.btn.request.blank {
	background-image: url("/images/rq/1px.gif");
}
div.btn.request.blank span {
	display: none;
}

span.btn {
	height: 22px;
	display: inline-block;
	margin-top: 0px;
/*	width: 178px;	*/
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
	cursor: pointer;
}
span.btn span {
	height: 22px;
	display: inline-block;
	color: #777777;
/*	font: bold 11px Verdana,Geneva,sans-serif;	*/
	font-weight: bold;
	font-size 11px;
	padding-left: 22px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}
span.btn.request {
	background-image: url("/images/rq/icon_request.png");
}
span.btn.request:hover span,
span.btn.download:hover span,
span.btn.preview:hover span,
span.btn.link:hover span {
	color: #000;
}
span.btn.request.blank {
	background-image: url("/images/rq/1px.gif");
/*	background-image: url("/images/rq/icon_requested.png");	*/
	cursor: auto;
}
span.btn.request.blank span {
	visibility: hidden;
}
span.btn.download {
/*	width: 20px;	*/
	background-position: 2px 4px;
	background-image: url("/images/rq/icon_dl.jpg");
}
span.btn.preview {
/*	width: 20px;	*/
/*	background-position: center bottom;	*/
/*	background-position: 2px 4px;	*/
	background-position: 0px 1px;
	background-image: url("/images/rq/icon_prev.png");
}
span.btn.preview:hover {
	background-image: url("/images/rq/icon_prev_h.png");
}
span.btn.link {
	background-position: 0px 4px;
	background-image: url("/images/rq/icon_link.jpg");
}
span.btn.link:hover {
	background-image: url("/images/rq/icon_link_h.jpg");
}
span.btn.link span {
	padding-left: 28px;
}

span.btn.div {
	width: 1px;
	height: 24px;
	border-right: 1px solid #c0c0c0;
	margin-left: 10px;
	margin-right: 10px;
	cursor: auto;
}

.flat div.btn {
	margin-top: 2px;
}


/*
**	T O O L T I P
*/

table.tttable {
}
table.tttable td {
	padding: 1px 3px;
}
table.tttable td.cover {
	padding: 9px 3px 3px 3px;
}
table.tttable td.obj {
	font-size: 12px;
}
table.tttable td.file {
	font: bold 10px monospace;
}
table.tttable td.doc {
	color: #044f82;
	font-weight: bold;
	font-size: 12px;
}
table.tttable td.size {
	font: 11px monospace; /*Arial,Helvetica,sans-serif;*/
}


#banner * {
	font-size: 11px;
}
#banner ul {
	/*
	**	circle, disc, square
	*/
	list-style-type: circle;
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#banner ul li.lnk:hover {
	list-style-type: disc;
	color: #003366;
	cursor: pointer;
}

#banner .img {
	width: 52px;
	padding-right: 4px;
	vertical-align: top;
	float: left;
}
#banner .img img {
	width: 48px;
}

#banner .name {
	font-weight: bold;
	color: #003366;
}
#banner .name.lnk:hover {
	text-decoration: underline;
}
#banner .descr {
	clear: both;
	padding: 7px 0px;
	margin: 0px 0px 7px; 
	border-bottom: 1px solid #ccc;
	color: #666;
}

