@charset "iso-8859-1";

/**
  * Help menu stylesheet
  */
  
/* Elements that need to enclose floats */
#helpNav ul:after, .helpBoxTab:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#helpBox {
	display: none;
}

div#help_content_wrapper {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(165,184,201);
	position: absolute;
	top: 5em;
	left: 33em;
	right: 13em;
	padding: 1.5em;
	/*
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;*/
}
  
.helpBoxTab {
	background-color: rgb(247,249,250);
	border: 1px solid rgb(165, 184, 201);
	font-size: 120%;
	line-height: 1.5em;
	position: relative;
	width: 100%;
}

.helpBoxTab div {
	padding: 1.5em 0.75em;
	position: relative;
}

/**
  * The left and the right part of the help screen part
  */
.helpBoxTab .helpLeft{
	float: left;
	padding: 0;
	width: 49%;
}

.helpBoxTab .helpRight{
	float: right;
	padding: 0;
	width: 49%;
}

/**
  * Pictures
  */
#helpBoxTrackerPointers{
	position: absolute; 
	top: 0.75em;
	left: 25.5em;
}

#helpBoxNavigationPointers{
	position: absolute; 
	top: 0.75em; 
	right: 6em;
}

#helpBoxCloseIcon{
	position: absolute;
	top: 0.7em;
	right: 1em;
}

#helpBoxCloseString {
	padding: 1.5em 1.5em 0.5em;
	text-align: right;
}

/**
  * Tabs menu
  */
  
#helpNav div{
	position:absolute;
	top:1em;
	left:1.5em;
}
#helpNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#helpNav li {
	float: left;
	margin: 0 1em 0 0;
}

#helpNav a {
	border-bottom: 0.5em solid #fc6;
	color: #fc6;
	display: block;
	font-weight: bold;
	padding: 0 0.5em;
	text-decoration: none;
	width: 13em;
}

#helpNav a.current {
	color: #f80;
	border-color: #f80;
}

#helpNav a:hover {
	color: #fa3;
	border-color: #fa3;
}
