/** HELP WINDOW **/

#helpWindow {
	width:28em;
	z-index: 240;
}

#helpWindow h1 {
	font-size:.75em;
	margin:0 0 .5em;
	color:#333;
	font-weight:bold;
	background-color:#ece9d8;
	padding:.3em .5em;
	border-bottom:1px solid #cfcbb5;
}

#helpWindow h2 {
	font-size:.9em;
	border-bottom:1px solid gray;
}

#helpWindow h3 {
	font-size:.9em;
}
#helpWindow h4 {
	font-size:.8em;
}
#helpWindow ul {
	list-style: square;
}
#helpWindow dl {
    font-size:.8em;
}
#helpWindow dt {
    font-weight:bold;
    margin-top:1em;
}
#helpWindow dd  {
    margin-left:1.2em;
}
#helpWindow p, #helpWindow li, #helpWindow table {
	font-size:.8em;
}
#helpWindow table tbody th {
	text-align: right;
	padding-right:1em;
	vertical-align:top;
	padding-bottom:1em;
}
#helpWindow .screen-item {
	font-weight:bold;
}
#helpWindow a:link {
	text-decoration:underline;
	color:#304b6f;
}
#helpWindow a:visited {
	text-decoration:underline;
	color:#304b6f;
}
#helpWindowContent {
	padding:0 1em 1em 1em;
	height:25em;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:auto;
}
#helpWindowContent p img {
    vertical-align:bottom;
}
#helpWindowCloseButton {
	float:right;
	margin:.2em;
}
#helpWindowHeader {
	cursor:move;
}
#helpWindowCloseButton img {
	background-color:transparent;
	cursor:pointer;
	border:none;
	width:16px;
	height:16px;
}
#helpWindowDocHome {
	float:left;
	margin:.2em;
}
#helpWindowDocHome img {
	vertical-align:middle
}
#helpWindowDocPage {
	float:left;
	margin:.2em;
}

#helpWindowResize {
	position:absolute;
	right:0;
	bottom:0;
}
#helpWindowTopicLink {
	margin-top:3px
}
#helpWindowFooter #helpWindowTopicLink a {
	font-size:.8em;
	text-decoration:none;
	margin-left:2px;
}
#helpWindowTopicLink a img {
	vertical-align:top;
}
#helpWindowTopicLink a span {
	text-decoration:underline;
}

/** HELP BUTTON **/

#helpButton {
	width: 2.8em;
	height: 1.2em;
	border: 1px solid white;
	font-size: .8em;
	padding: .1em .6em .1em .4em;
	color: white;
	cursor:pointer;
	z-index:100
}
#helpButtonWrapper .open {
        background: url(../images/triangle-down.png) 93% 60% no-repeat #729f6d;
}
#helpButtonWrapper .closed {
        background: url(../images/triangle-right.png) 95% 55% no-repeat #729f6d;
}
#helpButtonWrapper .navPresent {
	position:absolute;
	top:86px;
	left:9px;
}
