﻿
.helpHeader
{
	border-bottom: solid 1px #14B9F1;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#707173;
}

.helpBody
{
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#707173;
	padding-bottom:10px;
	padding-left:12px;
}

.helpFooter
{
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: solid 1px #14B9F1;
	font-size:small;
	color:#707173;
	text-align:left;
	padding-left: 8px;
	
}

.helpNavigation
{
	color:#4F7EA6;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:20px;
	font-size:small;
	
}

.helpDictTerm
{
    font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #707173;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    font-size: smaller;
}

.helpDictTable
{
    border-style: solid;
    border-color: #707173;
    border-width: 1px;
}

    .helpDictTable TD
    {
        padding: 5px 5px 8px 5px;
        border-style: solid;
        border-color: #707173;
        border-width: 1px;
    }

.helpNavigation A, A:Visited
{
	
	color:#4F7EA6;
	text-decoration:underline;
}

 
#help
{
    background-color:Lime;
    text-align:center;
    }

.footer-text {
    display: block;    
    text-align: right;
    margin: 10px auto;
    text-decoration: underline;
    font-size: 10px;
}

.tcl {
    color: #949494;
}