/*
 * CSS For Online Help 
 */

/* @import "webalo_style.css"; */

/*
 * HTML element styles
 */

body
{
    margin-top: 10px;
/*    font-size: 5px; */
    color: #444444;
    font-family: Arial, Helvetica, Sans-Serif;
    background-color: white;
}

h1, h2, h3 {
    color: #000066;
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

p {
	margin: 0px;
    padding-bottom: 12px;
}

dl, ol, ul
{
	margin: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 30px;
}

dl {
    padding-left: 0px;
}

a {
	color: #000066;
    text-decoration: underline;
}

a:active {
	color: #0088ff;
    text-decoration: none;
}

a:hover {
	color: #0044cc;
    text-decoration: none;
}

/*
 * DocBook class styles
 */

th {
    color: #000066;
}

.navfooter table {
    color: #000066;
}

.guibutton, .guilabel {
    font-weight: bold;
}

.firstterm {
    font-weight: bold;
}