/* @override slidebox.css */

.slide-button {
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor: pointer;
	color: #fff;
	background-color: #666;
}

.slide-button:hover {
	color: #f7941e;
}

#workspace {
	padding-top: 50px;
}

.HL-logo {
	display: inline;
	float:left;
}

#list-1 {
	display: inline;
	float: left;
}

#list-2 {
	float: left;
}

#list-3 {
	float: left;
}

#list-4 {
	float: left;
}

ul.list {
	line-height: 20px;
	list-style-type: none;
	width: 20%;
	font-size: 0.85em;
}

ul.list li {
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666;
	padding-top: 3px;
	padding-bottom: 3px;
}


ul.list li.header {
	color: #f7941e;
	letter-spacing: 3px;
	padding-bottom: 20px;
	font-variant: small-caps;
	font-size: 1.7em;
	margin-top: 10px;
	cursor: text;
}

ul.list li.header a {
	color: #f7941e;
	text-decoration: none;
}

ul.list li.header a:visited {
	color: #f7941e;
	text-decoration: none;
}

ul.list li.header a:hover {
	text-decoration: none;
	color:#fff;
}

label {
	display: block;
}

.box {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.box p {
	margin-bottom: 0;
}

.box h1 {
	margin: 0;
}

.box h5 {
	margin-bottom: 0;
	border-bottom-style: none;
	font-size: 1em;
	margin-top: -12px;
}

.box h5 span {
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	color: #545454;
}

.box-top {
	background-image: url(images/box-top.png);
	height: 30px;
}

.box-bottom {
	background-image: url(images/box-bottom.png);
	height: 30px;
}

.box-middle {
	padding-left: 40px;
	padding-right: 40px;
	background: url(images/box-middle.png) repeat-y;
}

ul.params {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 30px;
	margin: 0;
}

ul.params li span {
	font-weight: normal;
	font-style: normal;
}

.gray {
	color:#777;
}