﻿/* fntez.com theme */

body
{
    background-color: #FFFFFF;
    font-family: arial,verdana;
    font-size: 11px;
}

a
{
  color: #133e6b;
}

.HeaderTable
{
    background-color: #5D83BB;
}

.HeaderTable_Main
{
    background-color: #5D83BB;
}

.HeaderUnderbar
{
    background-color: #133e6b;
}

/**
 ** Top Header menu 
 **/

.MenuButton
{
    background-color: #6699CC;
    color: White;
    border-style: ridge;
    font-weight: bold;
    font-size: 11px;
}

.MenuButtonSelected
{
    background-color: #133e6b;
    color: White;
    border-style: solid;
    border-color: #133e6b;
    font-weight: bold;
    font-size: 11px;
}

/**
 ** Left Menu Bar
 **/

/* Left menu table cell */
.LeftMenuCell
{
    background-color: #133e6b;
}

/* "Logon" table on home page */
.LogonTable
{
    background-color: #6699CC;
    border-color: #9999CC; 
    border-style: solid;
}

.LogonTableLink
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.TopMenuLink
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.LeftMenuLink
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.LeftMenuLink_Selected
{
    color: #FFFF00;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.LeftMenuButton
{
    background-color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 20px;
}

.LeftMenuButton_Selected
{
    background-color: #FFFF00;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 20px;
}

/**
 ** Misc Fonts
 **/

.PageHeading
{
    color: #133e6b;
    font-size: 14px;
}

.PageHeading2
{
    color: #133e6b;
    font-size: 12px;
}

/* Label for data entry fields */
.FieldLabel
{
}

/* Error messages */
.LabelErrorMsg
{
    color: #990000;
    font-weight: bold;
}


/**
 ** Highlight fields that are missing data or whatever
 **/
.TextBoxError
{
    background-color: #FFFF66;
}