﻿/*  © 2008 - First Call Computer Solutions
    Define the Master Page Control format in this style sheet.
*/
body
{
    margin: 0px;
    border: 0;
    padding: 0;
    font-size: 10pt;
    color: #000000;
    font-family: Verdana,Arial, Tahoma, 'Courier New';
    overflow: -moz-scrollbars-vertical;
    background-image: url('/images/bg_page.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #333300;
    text-align: left;
}
hr
{
    color: #000099;
}
h1
{
    font-size: 14pt;
    color: maroon;
    font-family: Verdana, Arial, Tahoma, 'Courier New';
}
h2
{
     font-size: 12pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma, 'Courier New';
    font-weight: bold;
}
h2 a:link
{
    color: #5e3226;
}
h2 a:visited
{
   color: #5e3226;
    font-weight: bolder;
}
h3
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma, 'Courier New';
    font-weight: bold;
}
h4
{
   font-size: 10pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma, 'Courier New';
    font-weight: bold;
}
h5
{
    font-size: 10pt;
    color: #fff;
    font-weight: bold;
}
h6
{
    font-size: 10pt;
    color: #fff;
    font-weight: bold;
    line-height: 15pt;
}
p
{
    font-size: 10pt;
    color: #000000;
    font-family: Verdana,Arial, Tahoma, 'Courier New';
    line-height: 16pt;
}
li
{
 font-size: 10pt;
    color: #4d2612;
    font-family: Verdana,Arial, Tahoma, 'Courier New';
}
a
{
    color: #5e3226;
}
a:link
{  color: #000000;
    text-decoration: none;
    font-weight: bold;
}
a:visited
{
        text-decoration: none;
    color: #000000;
    font-weight: bold;
}
a:hover
{
     text-decoration: underline;
    color: #000000;
}
a:active
{
    text-decoration: underline;
    color: #000000;
}
/* SHARED CLASSES - These should be included in the StylSheet_Editor.css file */
.Right_Inset
{
    width: 266px;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
    margin-left:15px;
}
.Right_Inset h2
{
    font-size: 14pt;
    color: #586B2B;
    font-family: Verdana, Arial, Tahoma, 'Courier New';
}
.ListElement
{
    margin-left: 20px;
}
.ListHighlight
{
    color: #FF0000;
    font-weight: bold;
}
.Service_Description
{
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}
.Caveat
{
    color: #FF0000;
    top: -5px;
}
.Picture_Caption
{
    color: #009900;
    font-weight: bold;
    text-align: center;
}
.Picture_Title
{
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}

/* PRIVATE CLASSES */
.Button_Admin
{
    font-size: .7em;
    font-family: Arial;
}
.CheckBox_Admin
{
    font-size: .9em;
    font-family: Arial;
}
.Credentials
{
    font-size: .8em;
}
.Label_User
{
    font-size: 10pt;
    color: #000;
    font-variant: small-caps;
}
.Label_Error
{
    font-size: .9em;
    color: #F5FAAB;
    font-variant: small-caps;
    padding: 5px 3px 3px 5px;
}
.Label_Response
{
    font-size: .9em;
    color: #FF0000;
    font-variant: small-caps;
}
.Contact_Form p
{
    color: #000;
}
.Login_Table
{
    margin: 15px 15px;
    color: #000;
}
.Login_Table_Row
{
    vertical-align: text-bottom;
}

.TextBox_Required
{
    background-color: #ffff99;
    color: #000;
}
.TextBox_Admin
{
    background-color: #fff;
    color: #000;
}
.TextBox_Notes
{
    font-size: .9em;
    font-family: Arial;
    width: 100%;
    height: 75px;
}
.CopyRightNotice
{
    font-size: .6em;
    color: #fff;
    font-size: 8pt;
    font-variant: small-caps;
}
.Footer_Contact_Info
{
    margin-left: 50px;
    font-weight: bold;
    font-size: 8pt;
    color: #FFFFFF;
    font-family: Arial, Verdana;
    font-variant: small-caps;
}
.Footer_Contact_Info a
{
    color: #fff;
}
.Search_Wrapper
{
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/* ELEMENTS */

#Wrapper
{
    width: 800px;
    margin: 0px auto 0px;
    padding: 0;
    font-size: 100% !important;
}
#Content_Area
{
    width: auto;
    margin: 0 auto;
    padding: 0;
    border-right: #fff 0px solid;
    border-top: #fff 0px solid;
    border-left: #fff 0px solid;
    border-bottom: #fff 0px solid;
}
#Page_Copy_Area
{
    padding: 20px;
    background-color: #D7C883;
}

#Header_pnf
{
    height: 100px;
    width: auto;
    background-image: url(images/Header_PNF.png);
    background-repeat: no-repeat;
}
#Header_Web_Admin
{
    height: auto;
    width: 800px;
}
#Header_Web_Admin_Menu
{
    margin-top: 0px;
    background-image: url(images/bg_Menu.png);
    background-repeat: no-repeat;
}
#Header_Web_Logout_Menu
{
    float: left;
    margin-top: 132px;
}
#Header_Home_Wrapper
{
    height: auto;
    width: 800px;
}
#Header_Home_Image
{
    float: left;
}
#Header_Home_Menu
{
    margin-top: 0px;
    background-image: url(images/bg_Menu.png);
    background-repeat: no-repeat;
}
#Hidden_Text
{
    visibility: hidden;
}
#Footer_Wrapper
{ background-color: #000000;
    padding-left: 15px;
    padding-right: 15px;
    height: 20px;
}
#Footer
{
}
