/*
 * PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA
 *
 *  *  Copyright © 2017 Pearson Education, Inc.
 *  *  All Rights Reserved.
 *  *
 *  * NOTICE:  All information contained herein is, and remains
 *  * the property of Pearson Education, Inc.  The intellectual and technical concepts contained
 *  * herein are proprietary to Pearson Education, Inc. and may be covered by U.S. and Foreign Patents,
 *  * patent applications, and are protected by trade secret or copyright law.
 *  * Dissemination of this information, reproduction of this material, and copying or distribution of this software
 *  * is strictly forbidden unless prior written permission is obtained from Pearson Education, Inc.
 */

.helpbutton{
	font-size: 14px; 
	margin: 3px; 
	padding-left: 8px; 
	padding-right: 8px; 
	font-weight: bold !important;  
	text-align: center; 
	background: #B0C4DE !important; 
	color: #0033AC !important; 
	cursor: pointer; 
/*	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;*/ 
	border: 1px solid #0033AC !important; 
/*	background-image: -webkit-gradient(linear, left bottom, left top,from(#000000), to(#505050)) !important; */
	border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	-webkit-border-radius: 0px !important; 
	-webkit-appearance: none !important;
	outline-width: 0;
}
input[disabled]{
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.helpitem {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	margin-bottom: 20px;
	max-width: 700px;
	line-height: 150%;
}
.helptitle{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px !important;
}
.helpexample{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}
.helpclickpath{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
}
.helpbody{
	font-weight: normal;
}
.helphidden{
	display: none;
}
.txtbox{
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background-color: #e6e6e6;
color: #444;
padding: 1px;
width: 80px;
margin: 1px;
border: 1px solid #444;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
outline:none;
outline-color: transparent;
outline-style: none;
-webkit-appearance: none; 
-webkit-border-radius:0px;
}