﻿body
{
    font-size: 11px;
    font-family: Arial, Verdana;
}

table
{
    font-size: 11px;
    font-family: Arial, Verdana;
}

a
{
    color: #DE7B42;
    text-decoration:none;
    font-style: italic;
}

a:hover
{
    color: #000000;
    text-decoration:none;
    font-style: italic;
}

TextArea
{
    border-right: #e07840 1px solid;
    border-top: #e07840 1px solid;
    border-left: #e07840 1px solid;
    border-bottom: #e07840 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan;
    width: 100%;
}

.input
{
    border-right: #e07840 1px solid;
    border-top: #e07840 1px solid;
    border-left: #e07840 1px solid;
    border-bottom: #e07840 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan;
    width: 100%;
}

.checkbox
{
    border-right: #e07840 1px solid;
    border-top: #e07840 1px solid;
    border-left: #e07840 1px solid;
    border-bottom: #e07840 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan
}

.Button
{
    border-right: #ebbf95 1px solid;
    border-top: #ebbf95 1px solid;
    border-left: #c8663e 1px solid;
    border-bottom: #c8663e 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan;
    background-color: #e07840;
}
.ButtonGrey
{
    border-right: dimgray 1px solid;
    border-top: whitesmoke 1px solid;
    border-left: whitesmoke 1px solid;
    border-bottom: dimgray 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan;
    background-color: #AAAAAA;
}

.BordersAll
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.OrangeHeading
{
     color: #DE7B42;
     FONT-WEIGHT: bold; 
     FONT-SIZE: 17px
}

.OrangeBold
{
     color: #DE7B42;
     FONT-WEIGHT: bold; 
}

.GreyBold
{
     color: #AAAAAA;
     FONT-WEIGHT: bold; 
}

.WP
{
    font-size: 11px;
    font-family: Arial, Verdan; 
}

.WP TD
{
    font-size: 11px;
    font-family: Arial, Verdan; 
}

.WP label
{
    font-size: 11px;
    font-family: Arial, Verdan; 
}

.WP Input
{
      border-right: #ebbf95 1px solid;
    border-top: #ebbf95 1px solid;
    border-left: #c8663e 1px solid;
    border-bottom: #c8663e 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan;
    background-color: #e07840;
}

.WP Select
{
    border-right: #ebbf95 1px solid;
    border-top: #ebbf95 1px solid;
    border-left: #c8663e 1px solid;
    border-bottom: #c8663e 1px solid;
    font-size: 11px;
    font-family: Arial, Verdan;
    background-color: #FFE4B5; /*moccasin*/
}

.NavOver
{
    background-color: #DE7B42;
    cursor: pointer;
    padding-left: 5px;
}

.NavOut
{
  background-color: #AAAAAA; 
  cursor: pointer;  
  padding-left: 5px;
}

.Gridhead
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    font-family: Tahoma;
    font-weight: bold;
    background-image: url(Imgs/Gradient_Grey.gif);
    height: 20;
    color: white;
}

.Gridhead a
{
    color: white;
    text-decoration: none;
}

.LTable
{
    border-right: #e2ded6 1px solid;
    border-top: #e2ded6 1px solid;
    border-left: #e2ded6 1px solid;
    border-bottom: #e2ded6 1px solid;
    width:100%;
}
.LTable thead td
{
    padding-left: 2px;
    color: #ffffff;
    background-color: #5d7b9d;
    height: 20px;
    background-image: url(Imgs/Gradient_Grey.gif);
}
.LTable tbody td
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top:5px;
    background-color: #f7f6f3;

}

.PartTitle
{
    background-image: url(Imgs/Gradient_Grey.gif);
}

.TopNav
{
    border-right: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-left: #aaaaaa 1px solid;
    border-bottom: #e07840 1px solid;
    background-color: #F9F9F9;
    font-size: 11px;
    font-family: Arial, Verdan;
    width: 100%;
}

.TopNavSelected
{
    border-right: #e07840 1px solid;
    border-top: #e07840 1px solid;
    border-left: #e07840 1px solid;
    border-bottom: #FFFFFF 1px solid;
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Verdan;
    width: 100%;
}

.TopNavTable
{
    border-right: #e07840 1px solid;
    border-top: #e07840 0px solid;
    border-left: #e07840 1px solid;
    border-bottom: #e07840 1px solid;
}

.TopNavTable 
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.TopNavBotBorder
{
    border-bottom: #e07840 1px solid;
}

.bold
{
	font-weight: bold;
}
