﻿/*
body
{
	margin: 0;
	font-family: Verdana;	
	
}
td
{
	font-size: 11px;
	
}
a
{
	color: #547EC4;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
}
*/
a:hover
{
	color: #555555;
}
.Bg
{
	background-color: #ffffff;
}
.PageContent
{    
	width: 100%;
    height: 100%;
    padding: 4px;
    font-size: 10px;
    border: 5px #D0C39E;
    border-color: #d0c39e;
    background-color: #FFFFFF;
 }
.PageHeader
{
	height:80px;
    background-color: #F1ECDC;
    font-size: 14px;
    font-weight: bold;
    padding:5;
    text-align: Left;
}
.PageTitle
{
	background-color: #D0C39E;
    font-weight: bold;
    padding:5;
    text-align: Left;
}
.Footer
{
	background-color: #D0C39E;
	height: 31px;
}
.MenuBg
{
	background-color: #FFFBE9;
}
.MenuHeader
{
	background-color: #F1ECDC;
	font-weight:bold;
}
.MenuLink
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.MenuLink:hover
{
	color: #555555;
}
.MenuLinkActive
{
	color: #A9001C;
	text-decoration: none;	
	font-weight: bold;
}

.GridTable
{
	font-size: 10px;
}
.GridHeader
{
    background-color: #F0E5C4;
    height: 20px;
    font-weight:bold;
    font-size: 10px;
    padding: 2px;
    text-align: left;
}
.GridFooter
{    
    background-color: #D0C39E;
    height: 20px;    
    padding: 2px;
    text-align: left;
}
.GridItem
{
	background-color:#FFFFFF;
    height: 23px;
    padding: 2px;
    text-align: left;
}
.GridAltItem
{
	background-color:#FFFFe9;
    height: 23px;
    padding: 2px;
    text-align: left;
}
.CellBorder
{
	background-color: #D0C39E;
}

.TextLabel
{
    font-size: 11px;
    height: 24px;
    
}

.TextLabelBold
{
    font-size: 10px;
    height: 20px;
    font-weight:lighter;
    font-weight:bold;
}

.TextBox
{
    border: 1px Solid;
    border-color: #D0C39E;
    height: 18px;
    font-family: Verdana;
    font-size: 11px;
    vertical-align:middle;
}
.TextArea
{
    border: 1px Solid;
    border-color: #D0C39E;
    height: 30px;
    font-family: Verdana;
    font-size: 11px; 
    width: 300px; 
      
}
.DropDown
{
	border: 1px Solid;
    border-color: #D0C39E;
    font-family: verdana;
    font-size: 11px;
}
.Button
{
    border: 1px solid;
    border-color: #D0C39E;
    font-family: verdana;
    font-size: 10px;
    font-weight:bold;
    background-color:#D6D0C5;
}
.style1
{
   width: 20%;
   height: 23px;
}
.style2
{
  height: 23px;
}
.style3
{
  width: 20%;
  height: 24px;
}
.style4
{
  height: 24px;
}
.Alert
{
	color: #D90303;
	font-weight: bold;
}
        

