body {
	font: normal 0.8em georgia, serif;
    background-color: #FFFFFF;
}
/* Data Table */
.data-table {
	font: normal 0.8em georgia, serif;
    background-color: #FFFFFF;
    border: solid 1px #787878;
    border-collapse: collapse;
}
.data-table td {
    border: solid 1px #787878;
    text-align: left;
}
.data-table th {
    background-color: #D9D9D9;
    border: solid 1px #787878;
    text-align: left;
}

/* Help Alert */
.help-alert {
    font-size: 80%;
    font-style: italic;
    color: red;
}

/* Footer Styles */
.help-footer {
    font-size: 80%;
    font-style: italic;
}

 /* Header Styles */
.help-header {
    height: 60px;
}
.header-middle {
    font-size: 120%;
    font-weight: bold;
    height: 60px;
    background-image: url('/products/ontrack/help/images/header_middle.gif');
    background-repeat: repeat-x;
    float: left;
}
.header-left-corner {
    width: 20px;
    height: 60px;
    background-image: url('/products/ontrack/help/images/header_left_corner.gif');
    background-repeat: no-repeat;
    float:left;
}
.header-right-corner {
    width: 20px;
    height: 60px;
    background-image: url('/products/ontrack/help/images/header_right_corner.gif');
    background-repeat: no-repeat;
    float: left;
}

/*Button Styles*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/products/ontrack/help/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/products/ontrack/help/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-align: center;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

