/* ////// GLOBAL ////// */
.printonly {
	display: none;
}


/* ////// HEADER ////// */

div.searchbox {
  margin-right: 10px;
  }
.header {
	background: url("../includes/images/topper_slice.jpg") repeat-x top left;
	margin: 0px auto;
	width: 768px;
	height: 56px;
}
.header img {
	border: 0px;
}
.header a {
	display: block;
	float: left;
	vertical-align: top;
	height: 56px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.header a {
	display: block;
	float: left;
	vertical-align: top;
	height: 56px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.header a span, .header a h1 {
	display: none;
}
.header a.ust_logo {
	background: url("../includes/images/ust_logo.jpg") no-repeat top left;
	width: 245px;
	margin: 0px 0px 0px 15px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	marg\in/**/:/**/ 0px 0px 0px 9px; /*FOR IE6/WIN BROWSERS */
}
.header a.ocb_type {
	background: url("../includes/images/ocb_type.jpg") no-repeat top left;
	width: 230px;
	margin: 0px 18px 0px 0px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	marg\in/**/:/**/ 0px 18px 0px 0px; /*FOR IE6/WIN BROWSERS */
}
.header a.drawerlink_news {
	background: url("../includes/images/drawerlink_news.jpg") no-repeat top left;
	width: 180px;
}
.header a.drawerlink_azindex {
	background: url("../includes/images/drawerlink_azindex.jpg") no-repeat top left;
	width: 79px;
}
.header a.drawerlink_tools {
	background: url("../includes/images/drawerlink_tools.jpg") no-repeat top left;
	width: 63px;
}
.header a:hover {
	background-position: 0 -56px;
}
.header form {
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 0px 0px;
}
.header form input#searchField {
	width: 100px;
	border: none;
	background-color: #cbcbcb;
	border: 1px solid black;
	font: 9px Verdana, sans-serif;
	text-align: left;
	color: gray;
	padding: 2px;
	margin-right: 3px;
}
.header form input#SearchBtn {
	vertical-align: top;
	padding: 2px 0px 4px 0px;
}
