/*************************************************************************/
/* These are for text paragraphs.                                        *
/*************************************************************************/

.text
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    color: #000066
}

.p
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    text-align: justify;
    color: #000066
}

.textTight
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #000066
}

.textIndent
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-indent: 5ex;
    line-height: 25px;
    text-align: justify;
    color: #000066
}

.p_continuing
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-indent: 5ex;
    line-height: 25px;
    text-align: justify;
    color: #000066
}

.textError
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}

.textHeading
{
    font-weight: bold;
}

/*************************************************************************/
/* The big, dark outline around the sidebox and the content cell.        */
/*************************************************************************/

.outlineTable
{
    background-color: #000066;
}

/*************************************************************************/
/* For the side boxes on the left side.                                  */
/*************************************************************************/

.sideboxHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #CCCCFF
}

.sideboxBody
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF
}

.sideboxText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000066
}

/*************************************************************************/
/* For content tables on the content portion of the page.                */
/*************************************************************************/

.contentOutline
{
    background-color: #E4E4FF
}

.contentHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-color: #CCCCFF
}

.contentBody
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF
}

/*************************************************************************/
/* This is for table cells that contain content text.                    */
/*************************************************************************/

.tableTextAlternate
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    background: #EFEFFF;
    font-weight: normal;
}

.tableFixed
{
    font-family: "Courier New", Courier, mono;
    font-size: 9pt;
    color: #000033;
}

/*************************************************************************/
/* This is used to control the color of the horizontal lines in tables   */
/* that are used as vertical delimiters.                                 */
/*************************************************************************/

.tableLine
{
    background: #000033;
}

/*************************************************************************/
/* Miscellaneous stuff.                                                  */
/*************************************************************************/

.fixed
{
    font-family: "Courier New", Courier, mono;
    font-size: 10pt;
    color: #000033;
}

.copyright
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #000066
}

.caption { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000066 ; font-style: italic}

.personnel { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: normal; text-align: center; color: #000066 ; font-weight: normal}

.search_results {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; c\
olor: #000066; text-align: left}

.dialogtext {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; colo\
r: #000066}

.dialogheader { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; col\
or: #000066 ; font-weight: bold}

.borderimage { border: #000066; border-top-width: 1px; border-right-width: 1px;\
 border-bottom-width: 1px; border-left-width: 1px }

.right_float_image {  float: right; margin-top: 10px; margin-bottom: 10px; marg\
in-left: 10px; text-align: center}


/*************************************************************************/
/* These relate specifically to the test results pages in                */
/* .endymion.diagnostics.                                                */
/*************************************************************************/

.passedResult
{
    font-family: Arial, Helvetica, sans-serif;
    color: #009900;
    font-weight: bold;
}

.failedResult
{
    font-family: Arial, Helvetica, sans-serif;
    color: #990000;
    font-weight: bold;
}

/*************************************************************************/
/* These values affect the appearance of form elements.                  */
/*************************************************************************/

.box
{
    border-right: #000033 1px solid;
    border-top: #000033 1px solid;
    border-left: #000033 1px solid;
    border-bottom: #000033 1px solid;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000033;
}

.button
{
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ccccff;
    color: #000033;
}

/*************************************************************************/
/* This is the table cells that are headers of tables.                   */
/*************************************************************************/

.tableTopHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; color: #000033;
    font-weight: bold;
}

.tableHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; color: #000033;
    background: #CCCCFF;
    font-weight: bold;
}

/*************************************************************************/
/* This is for table cells that contain content text.                    */
/*************************************************************************/

.tableText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000066;
    background: #FFFFFF;
    font-weight: normal;
}

/*************************************************************************/
/* This is used to control the color of the horizontal lines in tables   */
/* that are used as vertical delimiters.                                 */
/*************************************************************************/

.productHeader { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000066 }
