﻿/* All contents Copyright © 2005-2009 BioCentury Publications, Inc. ALL RIGHTS RESERVED */

body 
{}
.help_header {
	padding: 20px 20px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	/*position: relative;*/
}
		
ul.help_list, ul.help_detail {
	margin: 0 0 0 30px;
	padding: 0px 12px 5px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.help_list li {
	padding: 4px 0px 0px 35px;
	margin: 6px 0 0 0;
	font-weight: bold;
	list-style-type: none;
	background-image: url('../../Images/subheader.gif');
	background-repeat: no-repeat;
	line-height: 16px;
}
.arrow_counter {
	position: relative;
	color: #fff;
	padding: 0px 10px 0px 13px;
	font: bold 11px Tahoma;
	margin-left: -35px;
}
.help_detail li {
	background: none;
	margin-left: 0px;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
	list-style-type: square;
	line-height: normal;
}
.help_optional_step {
	color: #666;
}
.help_optional_word {
	font-style: italic;
	color: #73618C;
}

.tips
{
	margin:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.tips_filter, ul.tips_filter_detail {
	margin: 0 0 0 20px;
	color:#0066FF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tips_filter li {
	padding: 0px 0px 0px 12px;
	list-style-type: none;
	color:#000;
	background-image: url('../../Images/collapse.gif');
	background-repeat: no-repeat;
	background-position:left top;
	vertical-align:top;
	line-height:16px;
}
.tips_filter_detail li 
{
	padding: 0;
	list-style-type:disc;
	font-weight: normal;
	background:none;
	line-height:16px;
	color:#0066FF;
}

.button_image
{
	vertical-align:middle;
}


