/*------------------------------------------------------*/
/*                                 HelpMaker CSS styles */
/*------------------------------------------------------*/

/*------------------------------------------------------*/
/*                                       Default styles */
/*------------------------------------------------------*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------*/
/*                                                Links */
/*------------------------------------------------------*/

a,
a:hover,
a:visited,
q {
	text-decoration: underline;
}

a,
a:visited,
q {
	color: #2040f0;
}

/*------------------------------------------------------*/
/*                                               Titles */
/*------------------------------------------------------*/

/* Page title */

h2 {
	font-size: 1.0em;
	background-color: #f0f0e0;
	line-height: 45px;
	padding-left: 15px;
	margin: 0;
}

h2,
h2 a.hm-linkback,
h2 a:visited.hm-linkback {
	color: #000;
}

/* Title */

h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
	color: #000000;
	border-bottom: 1px solid #e0e0e0;
}

/* Subtitle */

h4 {
	font-size: 1em;
	line-height: 1.7em;
	color: #a2a374;
	font-weight: bold;
}

/*------------------------------------------------------*/
/*                                               Footer */
/*------------------------------------------------------*/

/* See Also section */

.hm-seealso {
	color: #e08000;
	border-top: 1px solid #e0e0e0;
}

/*------------------------------------------------------*/
/*                                                Lists */
/*------------------------------------------------------*/

.hm-contents ul,
.hm-contents ol
{
	font-size: 1.0em;
	line-height: 1.7em;
}

/*------------------------------------------------------*/
/*                                               Tables */
/*------------------------------------------------------*/

th,
td {
	border: 1px solid #a0a0a0;
	padding: 3px;
	text-align: center;
}

th {
	background-color: #f0f0e0;
}

td {
	background-color: #f8f8f8;
}

/*------------------------------------------------------*/
/*                                    Box/stripe styles */
/*------------------------------------------------------*/

.box {
	font-size: 0.8em;
	line-height: 1.2em;
}

.note {
	background-color: #f2f2e6;
	border: 3px solid #caca93;
}

.tip {
	background-color: #fff2d9;
	border: 3px solid #ffd071;
}

.warning {
	background-color: #daedf8;
	border: 3px solid #5eb0e1;
}

.danger {
	background-color: #fbecec;
	border: 3px solid #df7575;
}

.stripe {
	font-size: 0.75em;
	border: none;
	background-color: #ededed;
}

/*------------------------------------------------------*/
/*                                              Various */
/*------------------------------------------------------*/

img {
	border: 0;
	margin: 0;
	height: auto;
	width: auto;
}

hr {
	color: #c0c0c0;
	height: 1px;
	margin: 0;
}

u {
	text-decoration: none;
}

.highlight {
	background-color: #ffff88;
	padding-top: 2px;
	padding-bottom: 2px;
}
