/*------------------------------------------------------
	HelpMaker theme
------------------------------------------------------*/

/*------------------------------------------------------*/
/*                                       Default styles */
/*------------------------------------------------------*/

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	color: #666666;
}

p {
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1.2em;
}

/*------------------------------------------------------*/
/*                                                Links */
/*------------------------------------------------------*/

a,
a:visited,
q {
	color: #87a019;
	text-decoration: underline;
}

/*------------------------------------------------------*/
/*                                               Titles */
/*------------------------------------------------------*/

/* Page title */

h2 {
	font-size: 1.3em;
	background: #becf74 url("h2.png") top repeat-x;
	text-align: center;
	padding: 5px;
}

h2,
h2 a.hm-linkback,
h2 a:visited.hm-linkback {
    color: #fff;
}

h2 img {
	vertical-align: middle;
	margin: 3px;
}

/* Title */

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #2582a4;
	border-bottom: 1px dashed #cccccc;
}

/* Subtitle */

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2582a4;
}

/*------------------------------------------------------*/
/*                                               Footer */
/*------------------------------------------------------*/

/* See Also section */

.hm-seealso div {
	height: 25px;
}

/*------------------------------------------------------*/
/*                                                Lists */
/*------------------------------------------------------*/

/* Unordered and ordered lists */

.hm-contents ul {
	list-style-image: url("bullet.png");
	font-size: 0.9em;
}

.hm-contents ol {
	font-size: 0.9em;
}

.hm-contents ul p {
	margin-bottom: 0.4em;
	margin-top: 0;
}

/*------------------------------------------------------*/
/*                                               Tables */
/*------------------------------------------------------*/

table {
	border: none;
	font-size: 0.9em;
	empty-cells: show;
	width: 95%;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #a0a0a0;
	padding: 5px;
	text-align: center;
}

th {
	background-color: #e2e2e2;
}

td {
	background-color: #f9f9f9;
}

/*------------------------------------------------------*/
/*                                           Box styles */
/*------------------------------------------------------*/

.box {
	padding: 15px;
	margin: 10px;
	border: 1px solid #eeeeee;
}

.note {
	background-color: #DCE0C9;
}

.tip {
	background-color: #ffeecc;
}

.warning {
	background-color: #ffffcc;
	font-weight: bold;
}

.danger {
	background-color: #ffcccc;
	font-weight: bold;
}

.stripe {
	background-color: #ededed;
	border: 1px solid #C9D39A;
}

/*------------------------------------------------------*/
/*                                              Various */
/*------------------------------------------------------*/

img {
	border: 0;
	margin: 0;
	height: auto;
	width: auto;
}

hr {
	color: #9bb143;
	height: 1px;
	margin: 0;
}

u {
	text-decoration: none;
}

.highlight {
	background-color: #ffff88;
	padding-top: 2px;
	padding-bottom: 2px;
}
