/*
	Quicklinks - styles for quicklinks uibase
	--------------------------------------------------
*/
/* QuickLinks (vertical) list */
div.quicklinks {
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid;
}

div.quicklinks ul,
div.quicklinks ol,
div.quicklinks dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

div.quicklinks dl dd {
	margin-left: 20px;
}

div.quicklinks dt,
div.quicklinks li {
	padding-top: 3px;
}

div.quicklinks dt.inactive,
div.quicklinks li.inactive {
}

div.quicklinks dd,
div.quicklinks li {
	padding-bottom: 3px;
}

div.quicklinks li img {
	position: relative;
	float: left;
	margin-right: 3px;
	vertical-align: top;
}

/* quicklinks (resizable) bar */
div.quicklinksbar {
	position: relative;
	height: 30px;
	bottom: 10px;
	padding: 0;
	margin: 10px 0 0 0;
}

div.quicklinksbar div.show_frame {
	position: relative;
	height: 30px;
	top: 0px; /* needed  */
	margin: 0 14px;
}

/* hide overflow for scroll version */
div.scroll div.show_frame {
	overflow: hidden;
}

div.quicklinksbar table.slider {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	white-space: nowrap;
	border-spacing: 0;
	border-collapse: collapse;
}

div.quicklinksbar table.slider td {
	position: relative;
	vertical-align: middle;
	padding: 0;
	cursor: default;
	white-space: nowrap;
	border-right: 1px solid #000;
}

div.quicklinksbar table.slider td.inactive {
	padding: 7px 8px;
	color: #999;
}

div.quicklinksbar table.slider td.separator {
	width: 0;
	padding: 0;
}

div.quicklinksbar table.slider td img {
	vertical-align: middle;
	border: none;
	text-decoration: none;
}
div.quicklinksbar table.slider td a {
	display: block;
	width: auto;
	padding: 7px 8px;
	text-decoration: none;
}


/* slider arrow buttons */
div.quicklinksbar div.left_shifter,
div.quicklinksbar div.right_shifter {
	position: absolute;
	top: 0;
	width: 14px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 10;
}

div.quicklinksbar div.left_shifter {
	border-right: 1px solid;
	left: 0;
	top: 0;
}

div.quicklinksbar div.right_shifter {
	border-left: 1px solid;
	right: 0;
}
div.quicklinksbar div.left_shifter:hover,
div.quicklinksbar div.right_shifter:hover {
	background-color: transparent;
}

/* first level */
div.sub table.slider td.hasChildren li {
	width: 100%;
	padding: 0;
	background: #fff;
}

div.sub table.slider td.hasChildren li a,
div.sub table.slider td.hasChildren:hover li a {
	height: 1%;
	padding: 7px 8px;
}

/* dropdown menus aren't allowed */
div.quicklinksbar td ul,
div.sub td.inactive:hover ul {
	display: none;
}

/* show/hide behaviour */
div.sub td.hasChildren ul {
	position: absolute;
	left: -9999em;
	z-index: 999;
	display: block;
	width: auto;
	min-width: 122px;
	margin: 0 0 0 -1px;
	border: 1px solid;
}

div.sub td.hasChildren:hover ul {
	left: auto;
}

div.display_icons_only table.slider tr td {
	border-right: none;
}
div.display_icons_only table.slider td a {
	padding: 6px 2px 0 2px;
}
