﻿BODY, TEXTAREA
{
  background-color: white;
}
.body         {font-family: Arial, Helvetica; font-size:9pt;}
.link         {font-size:8pt; text-decoration:none; color:#1D36AC; font-weight:bold;}
.link:hover   {text-decoration:underline;}

.menu         {font-size:12px; background-color:#E9E9E9; cursor:pointer;}
.menuselected {color:White; background-color:#1D36AC; cursor:pointer;}
.menusub      {background-color:#FFFFFF; font-size:12px; border:solid 1px gray; cursor:pointer;}
.menuspacer   {border-bottom:1px solid black;}

.header       {font-size:10pt; font-weight:bold; font-family:Verdana; margin: 10px 0px 5px 0px;}
.subheader       {font-size:9pt; font-weight:bold; margin: 10px 0px 5px 0px;}
.new	      {font-size:11px; font-weight:bold; margin: 10px 0px 5px 0px;}
.search       {font-size:8pt;background-color:#FFFFFF;border: 1px solid silver;}
.formfield    {font-size:8pt;background-color:#FFFFCC;border: 1px solid silver;padding-left:1;}
.textarea     {font-size:9pt;background-color:white;border: 1px solid silver;padding-left:1;font-family:Arial, Helvetica;width:200px;overflow: -moz-scrollbars-vertical;}
.formlabel    {font-size:8pt;}
.buttom       {font-size:8pt;}
.addbutton    {font-size:7pt; padding: 0px; margin: 0px; border: outdent 1px;}
.error        {font-size:8pt; font-weight:bold; color:red;}

.mainsubheader  {font-size:15pt; font-weight:bold; font-family:Verdana; margin: 10px 0px 5px 0px;}

.NormalRed
{
    font-family: verdana;
    font-size: 12px;    
	color:#ff0000;
}

.list         {border-top: 1px solid #dddddd; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid #C9C9C9;}
.listheader   {background-color:#1D36AC; color:white; font-size:9pt; font-family:Verdana;font-weight:bold;Height:28}
.listgridheader   {background-color:#1D36AC; color:white; font-size:8pt;}
.listitem     {background-color:White; font-size:9pt; font-family:Verdana;}
.listitemalt  {background-color:#E9E9E9;font-size:9pt;}

.listheaderBlue  {background-color:#c9c9c9; color:black; font-size:9pt;}
.listitemaltBlue {background-color:#e9e9e9;font-size:9pt;}
.sc           {font-variant: small-caps;}

A.listheader  {color:White;}
A             {color:#3d2cba; font-size:8pt;}
A.tabselector {text-decoration:none; font-size:8pt; color:Gray; padding-left:7px;}
A.tabselector:hover {text-decoration:underline; color:Black;}
A.tabselectorOn {color:White; text-decoration:none; padding-left:2px; padding-right:5px;}
.shadowr
{
  background-image: url(images/frame/ShadowR.gif);
  background-repeat:repeat-y;
}
.shadowb
{
  background-image: url(images/frame/ShadowB.gif);
  background-repeat:repeat-x;
}
.small
 {
  font-size:7pt
 }
.tool_on
{
  border-style: outset;
  border-color: White;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding-left: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-top: 2px;
  FONT-SIZE: 9pt;
  color: black;
  cursor:pointer;
}
/* style Section Title Text  */

.SectionTitle
	{
		font-family: Verdana;
		font-size: 26px;
		font-weight:bold;
		color:#000;
	}
	
/* style for normal red text */
.NormalRed
{
    font-family: verdana;
    font-size: 12px;    
	color:#ff0000;
}

/* Styles for Calendar Control */

/* The main calendar widget.  DIV containing a table. */

.calendar, .calendar table {
  border: 1px solid #655;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #ffd;
  font-family: tahoma,verdana,sans-serif;
  z-index:1;
}

/* Header part -- contains navigation buttons and day names. */

.calendar thead .head { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fed;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #988;
  color: white;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #655;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #faa;
  color: #000;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #fed;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 20px;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .hilite { /* Hovered cells <TD> */
  background: #ffe;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody .active { /* Active (pressed) cells <TD> */
  background: #ddc;
  padding: 2px 2px 0px 2px;
}

.calendar tbody .today { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fea;
}

.calendar tbody .weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #988;
  color: white;
}

.calendar tfoot .button { /* The "Close" button cell <TD> */
  border-top: 1px solid #655;
  padding: 1px 2px 2px 2px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #faa;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #655;
  background: #dcb;
  color: #840;
}

/* End of Styles for Calendar Control */
	
.tool_click
{
  border-style: inset;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding-left: 3px;
  padding-bottom: 1px;
  padding-right: 1px;
  padding-top: 3px;
  FONT-SIZE: 9pt;
  color: black;
}
.tool_off
{
  border-style: none;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-top: 3px;
  FONT-SIZE: 9pt;
  color: #999999;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.style14 {
	font-size: 12px;
	font-style: italic;
}
.style16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.style18 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.style23 {
	FONT-SIZE: 12px
}

.style20 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

.webpagebody {
	background-color: #CED8FF;
}

.ConfirmPagestyle14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ConfirmPagestyle15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic;
}


.newstyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #FF0000;	
}
.style3 {
	color: #FF0000;	
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.newstyle14 {font-size: 24px}
.style17 {color: #FF0000; font-size: 14px; }
.style19 {color: #FF0000; font-size: 18px; }
.changeToHand
	{
	cursor: hand;
	}
	
.Grid TD { 
			TEXT-ALIGN: left; 
			height:30px;
  			border-left: hidden;
			border-top:hidden;
			border-right:hidden;
			font-size:10pt; font-weight:bold; font-family:Verdana; margin: 10px 0px 5px 0px;
		}
