@charset "UTF-8";
/* CSS Document */


/* INLINE HELP BOX (what is this boxes next to tabs, etc...) */
div.inline_help_box {
	background:#FFFFFF;
	font-size:12px;
	color:#666666;
	border:#CCCCCC dotted thin;
	padding:5px;
	margin:3px 5px;
}

a.inline_help_box_btn {
	font-size:12px;
	font-style:italic;
	color:#666666;
}









/* --------------------  help section  --------------------- */

div#help {
	margin:20px 0;
}


div#help div.item {
	margin:10px;
}

div#help div.item div.help_a {
	margin:0 10px 40px 10px;
	padding-bottom:10px;
	border-bottom:#CCCCCC solid 2px;
}


div#help div.item h1.help_q {
	font-size:16px;
	
}
div#help div.item h1.help_q a {
	color:#333333;
	text-decoration:none;
}
div#help div.item h1.help_q a:hover {
	color:#990000;
}


div#help div.item h1.selected {
	font-size:24px;
	margin-top:20px;
}
div#help div.item h1.selected a {
	color:#990000;
	border-bottom:#990000 solid 2px;
}



div#help div.item h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
}









/* MAIN HELP BOX */
div#inline_help{
	width:592px;
	padding:0px;

}

div#inline_help div#help_titlebar {
	width:592px;
	height:28px;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#660000;
	position:relative;
	
	background:url(../images/help/title_bar.gif) no-repeat top;
}

div#inline_help div#help_titlebar a#help_close_btn {
	line-height:20px;
	padding:5px;
	position:absolute;
	top:0;
	right:10px;
	font-size:10px;
	color:#726351;
	text-decoration:none;
}
div#inline_help div#help_titlebar a#help_close_btn:hover { color:#990000; }


div#inline_help div#help_content {
	background: url(../images/help/content_bkg.gif) no-repeat bottom left;
	width: 592px;
	padding:0;
	margin:0;
}

div#inline_help div#help_content div#help_spinner { 
	background:url(../images/help/spinner.gif) no-repeat center;
	height:100px;
}

div.HelpPage {
	padding:10px 20px 0 20px;
	/*float: left;
	margin-right: 20px;
	font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
}

h1.help_title {
	font-size:18px;
	font-weight:bold;
}

h2.help_title {
	font-size:14px;
	font-weight:bold;
}



a.more_help {
	display:block;
	background:url(../images/help/more_help.gif) no-repeat top;
	width:115px;
	height:26px;
	text-indent:-6666px;
	margin:0 0 10px 465px;
}
a.more_help:hover { background-position:center; }
a.more_help:active { background-position:bottom; }




div#help_menu {	
	margin:0;
	padding:10px 0px 10px 10px;
	background:url(../images/site/sidebardivstripe.gif) no-repeat bottom left;
	
}

div#help_menu .title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
}