/*
 * Author: Vertex Logic, Inc
 * Copyright 2005, 2006 - All rights reserved
 *
 * Vertex Logic, Inc., California, USA 
 *
 * Vertex Logic grants you ("Licensee") a non-exclusive license to use
 * and modify this source and recompile it in
 * accordance with the terms of the Agreement under which this software is bought
 * and provided that (i) this copyright notice appear on all copies of the Software; 
 * (ii) Licensee does not sale the software as is or with modification without
 * the prior consent of Vertex Logic. (iii) Licensee agrees that it does not have any 
 * title or ownership of the Software.
 *
 * The program is provided "as is" without any warranty express or
 * implied, including the warranty of non-infringement and the implied
 * warranties of merchantibility and fitness for a particular purpose.
 * Vertex Logic will not be liable for any damages suffered 
 * by you as a result of using the Program. 
 * In no event will Vertex Logic be liable for any
 * special, indirect or consequential damages or lost profits even if
 * Vertex Logic have been advised of the possibility of their occurrence. 
 * Vertex Logic will not be liable for any third party claims against you.
 */

/** 
  padding: top, right, bottom, left
*/

body           
{ 
	text-align:left; 
}

A:hover { color:#FF3300; }

h1, h2, h3, h4 { margin: 0; padding: 0; }

div
{
 margin-bottom:0px;
 margin-top:0px;
}



/* Form */

.Text 
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.TextArea 
{
  border : 0px solid gray;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
	overflow:visible;
	width:98%;
}

.TextAreaReadonly 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Label 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.SelectLabel 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Select 
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
} 

.CheckBox 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
} 

.CheckBoxLabel 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 1px 2px 2px;
	vertical-align:middle;
	height: 100%;
}

.Boolean
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
}

.Link 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
} 

.LinkInsideTable 
{
	text-decoration:underline;
} 

a.LinkInsideTable:hover
{
  color:#aa1c15;
}

.Int
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Long
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Short
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Float
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Double
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Char
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.Date
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.DateInnerSpan
{
	padding: 0px 0px 1px 0px;
	vertical-align:middle;
}

.DateTableCell
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 0px;
	vertical-align:middle;
}

.DateImage
{
	padding: 1px 0px 1px 0px;
	margin-left: 4px;
	margin-right: 0px;
	vertical-align:middle;
	text-align:right;
}

.DateEdit
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.DatePart
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 0px 0px 0px 0px;
	margin-right: 2px;
	vertical-align:middle;
}

.Time
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.TimeEdit
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 0px;
	vertical-align:middle;
}

.TimePart
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 0px 0px 0px 0px;
	margin-right: 2px;
	vertical-align:middle;
}

.TextAreaField 
{
	overflow:visible;
	padding: 4px 4px 4px 4px;
	width:100%;
}

.TextField 
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.TextEditField 
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 0px;
	vertical-align:middle;
}

.LabelField 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.SelectLabelField 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.SelectField 
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
} 

.DynamicSelect
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
} 

.DynamicSelectField 
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
} 

.CheckBoxField 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
} 

.BooleanField 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
} 

.LinkField 
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
} 

.IntField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.LongField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.ShortField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.FloatField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.DoubleField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.CharField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.DateField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.DateEditField
{
	/* border : 1px solid #7f9db9; */
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 0px;
	vertical-align:middle;
}

.TimeField
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.SeparatorField
{
	margin-top:7px;
	margin-bottom:0px;
}

.SeparatorContainer
{
	width:100%;
}

.SeparatorLeftCell
{
	width: 7px;
	font-family: sans-serif;
	font-size     : 1px;
}

.SeparatorLeft
{
	border-bottom: solid 1px #aca899;
	width: 7px;
	height:1px;
}


.SeparatorCell
{
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 12px;
}

.Separator
{
	color:#7246dc;
	margin-left:4px;
	margin-right:4px;
}


.SeparatorRightCell
{
	width: 100%;
	font-family: sans-serif;
	font-size     : 1px;
}

.SeparatorRight
{
	border-bottom: solid 1px #aca899;
	width: 100%;
	height:1px;
	
}


.FormTitle
{
  background-color:#f3f3f3;
	color:#000000;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 14px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
	padding-left:8px;
	border: 1px solid gray;
}

.Form 
{
	padding:0px 0px 0px 0px;
}

.Form0
{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.Form0Table 
{
	padding:0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.Form0Label 
{
}


.Form0LabelCell
{
	padding: 3px 2px 3px 3px;
	text-align:left;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form0FieldCell
{
	padding: 3px 32px 3px 3px;
	text-align:left;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form0FieldNoLabelCell 
{
	padding: 3px 32px 3px 3px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form0FieldLastCell
{
	padding: 3px 2px 3px 3px;
	text-align:left;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form0FieldNoLabelLastCell 
{
	padding: 3px 2px 3px 30px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form0SeparatorCell
{
	padding: 0px 0px 0px 0px;
}

.Form1 
{
	padding:0px 0px 0px 0px;
}

.Form1Table 
{
	padding:0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.Form1Label 
{
	text-align:left;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form1LabelCell
{
	padding: 5px 16px 2px 3px;
	text-align:left;
	vertical-align: top;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form1FieldCell
{
	padding: 0px 16px 2px 3px;
	text-align:left;
	vertical-align: top;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}


.Form1FieldNoLabelCell 
{
	padding: 2px 16px 2px 2px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form1LabelLastCell
{
	padding: 5px 2px 2px 3px;
	text-align:left;
	vertical-align: top;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form1FieldLastCell
{
	padding: 0px 2px 2px 3px;
	text-align:left;
	vertical-align: top;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}


.Form1FieldNoLabelLastCell 
{
	padding: 2px 2px 2px 3px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.Form1SeparatorCell
{
	padding: 0px 0px 0px 0px;
}

/* Flow */

.Flow 
{
	width:100%;
}


.FlowTitle
{
	background-color:#f3f3f3;
	color:#000000;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 14px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
	padding-left:8px;
	border: 1px solid gray;
}

.FlowFirstCell 
{
	padding: 2px 0px 0px 0px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

.FlowCell 
{
	padding: 7px 0px 0px 0px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
}

/* Grid or Repeating Table */

thead
{
 margin:0px;
 width : 100%
}

tbody
{
 margin:0px;
 width : 100%
}

tr
{
 margin:0px;
}

th
{
 margin:0px;
}

.tableCellHeader {
   margin:0px;
   padding       : 0px 0px 0px 0px;
   text-align       : center;
   font-family: tahoma verdana, arial, helvetica, sans-serif;
   font-size        : 11px;
   border-right       : 1px solid #aca899;
   border-top       : 1px solid #ffffff;
   border-bottom       : 1px solid #aca899;
   border-left       : 1px solid #ffffff;
   background-color : #ebead8;
}

.tableLabelHeader {
   border-top       : 1px solid #ffffff;
   border-left       : 1px solid #ffffff;
   width:100%;
	 height:100%;
   text-align       : center;
}

.tableCellHeader1st {
   margin:0px;
   padding       : 0px 0px 0px 0px;
   text-align       : center;
   font-family: tahoma verdana, arial, helvetica, sans-serif;
   font-size        : 11px;
   border-right       : 1px solid #aca899;
   border-top       : 1px solid #ffffff;
   border-bottom       : 1px solid #aca899;
   border-left       : 1px solid #ffffff;
   background-color : #ebead8;
}

.tableCellRowHeader {
   margin:0px;
   padding       : 0px 0px 0px 0px;
   text-align       : center;
   font-family: tahoma verdana, arial, helvetica, sans-serif;
   font-size        : 11px;
   border-right       : 1px solid #b8b8b8;
   border-bottom       : 1px solid #b8b8b8;
	 /*
	 border-top       : 1px solid #ffffff;
   border-left       : 1px solid #ffffff;
	 */
   background-color : #ebead8;
}

.tableCellDetailButton {
   margin:0px;
   padding       : 0px 0px 0px 0px;
   text-align       : center;
   font-family: tahoma verdana, arial, helvetica, sans-serif;
   font-size        : 11px;
   border-right       : 1px solid #b8b8b8;
   border-bottom       : 1px solid #b8b8b8;
	 background-color : #ebead8;
   cursor: pointer;
}

.tdContent1st
{
  margin:0px;
  padding       : 2px 3px 2px 3px;
  border-bottom : 1px solid #b8b8b8;
  border-right  : 1px solid #b8b8b8;
  height        : 22px;
  font-size     : 11px;
  font-family: tahoma verdana, arial, helvetica, sans-serif;
	text-align:left;
}

.tdContent
{
  margin:0px;
  padding       : 2px 3px 2px 3px;
  border-bottom : 1px solid #b8b8b8;
  border-right  : 1px solid #b8b8b8;
  height        : 22px;
  font-size     : 11px;
  font-family: tahoma verdana, arial, helvetica, sans-serif;
	text-align:left;
}

.tdContentEdit
{
  margin:0px;
	padding       : 0px 0px 0px 0px;
  border-bottom : 1px solid #b8b8b8;
  border-right  : 1px solid #b8b8b8;
  height        : 22px;
  font-size     : 11px;
  font-family: tahoma verdana, arial, helvetica, sans-serif;
	background-color : #b8b8b8;
	text-align:left;
}

.tdContentEdit2
{
  margin:0px;
  padding       : 2px 3px 2px 3px;
  border-bottom : 1px solid #b8b8b8;
  border-right  : 1px solid #b8b8b8;
  height        : 22px;
  font-size     : 11px;
  font-family: tahoma verdana, arial, helvetica, sans-serif;
	text-align:left;
}


.WTable 
{
	padding       : 0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.wtableTD1
{
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding       : 0px 0px 0px 0px;
  border-left       : 1px solid #b8b8b8;
  border-top       : 1px solid #b8b8b8;
}

.wtableTD2
{
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  padding       : 0px 0px 0px 0px;
	overflow: visible;
}


.RptTable 
{
	background-color:#ffffff;
	padding       : 0px 0px 0px 0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	table-layout:fixed;
}

.RptTableTitle
{
	background-color:#f3f3f3;
	color:#000000;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 14px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
	padding-left:8px;
	border: 1px solid gray;
}

/** Grid Scrollers */

.Scroller {
  
	overflow: auto;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
  padding       : 0px 0px 0px 0px;
}


.InnerScroller {
  width : 1px;
	margin:0px;
	background-color:white;
	color:white;
  padding       : 0px 0px 0px 0px;
}

/** Horizontal Tab */

.HTabTitle
{
	background-color:#f3f3f3;
	color:#000000;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 14px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
	padding-left:8px;
	border: 1px solid gray;
}

.HTab 
{
	width:100%;
}

.HTabOutterTableButtonsCell
{
	text-align:left;
	vertical-align:top;
	width: 100%;
}

.HTabContentArea
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left: solid 1px #919b9c;
	border-right: solid 1px #919b9c;
	border-bottom: solid 1px #919b9c;
	width: 100%;
}

.HTabFirstSpacerCell
{
	text-align:left;
	width:4px;
	border-bottom: solid 1px #919b9c;
}

.HTabFirstSpacer
{
	width:4px;
	height:50%;
	
}

.HTabSpacerCell
{
	text-align:left;
	border-bottom: solid 1px #919b9c;
	padding       : 0px 0px 0px 0px;
}

.HTabSpacer
{
	width: 1px;
	height:50%;
	padding       : 0px 0px 0px 0px;
}


.HTabSelectedSpacer
{
	margin-top:3px;
	width: 1px;
	height:100%;
	border-left: solid 1px #919b9c;
	padding       : 0px 0px 0px 0px;
}


.HTabLastSpacerCell
{
	text-align:left;
	width:100%;
	height: 50%;
	border-bottom: solid 1px #919b9c;
	padding       : 0px 0px 0px 0px;
}


.HTabLastSpacer
{
	width:100%;
	height: 50%;
	padding       : 0px 0px 0px 0px;
}



.HTabCell
{
	text-align:left;
	padding       : 0px 0px 0px 0px;
	border-bottom: solid 1px #919b9c;
}

.HTabCellSelected
{
	text-align:left;
	background-color:white;
	border-left: solid 1px #919b9c;
	border-right: solid 1px #919b9c;
	border-top: solid 3px gold;
	padding       : 0px 0px 0px 0px;
}

.HTabLabel
{
	margin-top:3px;
	border-bottom: solid 1px #f0f0eb;
 	border-left: solid 1px #919b9c;
 	border-top: solid 1px #91a7b4;
 	border-right: solid 1px #91a7b4;
	text-decoration:none;
	background-color: #f0f0eb;
}

.HTabLabelSelected
{
	border-bottom: solid 1px white;
	border-top: solid 1px gold;
	border-left: solid 1px white;
	border-right: solid 1px white;
	text-decoration:none;
	background-color:white;
}

/* Vertical tab */

.VTabTitle
{
	background-color:#f3f3f3;
	color:#000000;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 14px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:left;
	padding-left:8px;
	border: 1px solid gray;
}

.VTab 
{
	width:100%;
}

.VTabInnerTable 
{
	height:100%;
}

.VTabContentArea
{
	background-color:white;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align:top;
	width:100%;
	height:100%;
	border-top: solid 1px #919b9c;
	border-right: solid 1px #919b9c;
	border-bottom: solid 1px #919b9c;
}

.VTabFirstSpacer
{
	background-color:white;
	height:4px;
	border-right: solid 1px #919b9c;
	width:100%;
	font-size: 4px;
}

.VTabSpacerCell
{
	text-align:left;
	background-color:white;
	border-right: solid 1px #919b9c;
}

.VTabLastSpacerCell
{
	text-align:left;
	border-right: solid 1px #919b9c;
	border-left: solid 1px #919b9c;
	border-bottom: solid 1px #919b9c;
	height:100%;
}

.VTabSpacer
{
	background-color:white;
	height:1px;
	width:100%;
	font-size: 1px;
}

.VTabSpacerSelected
{
	height:0px;
	width:100%;
	font-size: 0px;
}

.VTabLastSpacer
{
	background-color: #f0f0eb;
	width:100%;
	height:100%;
	font-size: 1px;
}

.VTabOutterTableButtonCell
{
	text-align:left;
	vertical-align:top;
	height: 100%;
}

.VTabOutterTableContentCell
{
	text-align:left;
	vertical-align:top;
	width:100%;
	height:100%;
	border-top: solid 1px #919b9c;
	border-right: solid 1px #919b9c;
	border-bottom: solid 1px #919b9c;
	background-color:white;
}

.VTabCell
{
	text-align:left;
	background-color:white;
	border-top: solid 1px #919b9c;
	border-left: solid 1px #919b9c;
	border-bottom: solid 1px #919b9c;
}

.VTabCellSelected
{
	text-align:left;
	background-color:white;
	border-top: solid 1px #919b9c;
	border-left: solid 1px #919b9c;
	border-bottom: solid 1px #919b9c;
}

.VTabLabel
{
	text-decoration:none;
	width:100%;
	background-color: #f0f0eb;
	border-top: solid 1px #f0f0eb;
	border-left: solid 1px #f0f0eb;
	border-right: solid 1px gray;
	border-bottom:solid 1px #f0f0eb;
}

.VTabLabelSelected
{
	border-top: solid 4px gold;
	border-left: solid 1px #f0f0eb;
	border-right: solid 1px white;
	border-bottom:solid 1px #f0f0eb;
	text-decoration:none;
	background-color:white;
	width:100%;
}

/** Horizontal Buttons */



.HButtons
{
	width:100%;
	background-color:#ebead8;
	border-bottom: solid 1px gray; 
	/* border-top: solid 1px gray; */ 
}


.HButtonImage
{
	margin-right:3px;
	vertical-align:middle;
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	padding:0px 0px 0px 0px;
	
}

.HButtonFirstSpacerCell
{
	padding-left: 7px;
}


.HButtonLastSpacerCell
{
	padding-right: 7px;
}

.HButtonCell
{
	text-align:center;
	background-color:white;
	padding:0px 0px 0px 0px;
}

.HButton
{
	text-align:center;
	text-decoration:none;
	background-color: #f0f0eb;
	font-size: .9em; 
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid #f0f0eb;
	border-bottom: 1px solid #f0f0eb;
}

/** Vertical Buttons */



.VButtons
{
	
}

.VButtonImage
{
	margin-right:3px;
	vertical-align:middle;
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	padding:0px 0px 0px 0px;
	
}

.VButtonFirstSpacerCell
{
	padding-left: 11px;
}


.VButtonLastSpacerCell
{
	padding-right: 11px;
}

.VButtonCell
{
	text-align:left;
	background-color:white;
	padding-bottom: 4px;
}

.VButton
{
 	border: solid 1px gray;
	text-decoration:none;
	width: 100%;
	background-color: #f0f0eb;
	text-align:left;
}

.Masked
{
	border : 1px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 2px 2px 2px 2px;
	vertical-align:middle;
}

.MaskedStrPart 
{
	border : 0px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 0px 0px 0px 0px;
	vertical-align:middle;
	height:16px;
}

.MaskedPart 
{
	border : 0px solid #7f9db9;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 0px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
	height:16px;
}

.StatusBar 
{
	border : 1px solid #7f9db9;
	margin-top: 3px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	font-size     : 11px;
	padding: 0px 2px 0px 2px;
	background-color: #f0f0eb;
	vertical-align:middle;
	height:20px;
}

.HBar 
{
   background-image:url(../images/hbar.gif); 
	 border-color:#fff; 
	 border-style:solid; border-width:1px; border-left-width:0px; 
	 border-right-width:0px; border-top-width:0px;
	 margin:0px; 
	 width:100%;
   padding-top:10px; padding-bottom:13px; padding-left:0px;
}

.HBarItem
{
  color:#3d2e8e;
	font-family:Arial; 
	font-size:12px; 
	font-weight:bold; 
	margin-left:1px;
  background-image:url(../images/hbaritem.gif); 
	text-align:center; 
	text-decoration:none;
  padding-top:9px; 
	padding-right:0px; 
	padding-bottom:6px; 
	padding-left:0px; 
	width:121px;
	float:left;
}

.HBarItemSelected
{
  color:#aa1c15;
	font-family:Arial; font-size:12px; font-weight:bold; 
	margin-left:1px;
  background-image:url(../images/hbaritemselected.gif); 
	text-align:center; text-decoration:none;
  padding-top:9px; padding-right:0px; padding-bottom:6px; padding-left:0px; 
	width:121px;
	float:left;
}

/*
a.HBarItem:hover
{
  color:#aa1c15;
	font-family:Arial; font-size:12px; font-weight:bold; 
	margin-left:4px;
  background-image:url(../images/hbaritem.gif); 
	text-align:center; text-decoration:none;
  padding-top:9px; padding-right:0px; padding-bottom:6px; padding-left:0px; 
	width:121px;
}
*/

.Accordion 
{
	width:100%;
}


.AccordionExpanded
{
  color:white;
	font-weight:bold; 
	background-color : #63699c;
	font-size           : 12px;
	padding             : 4px 6px 4px 6px;
  border-style        : solid none solid none;
	border-top-color    : #BDC7E7;
	border-bottom-color : #182052;
  border-width        : 1px 0px 1px 0px;
}

.AccordionCollasped
{
  color:#ffffff;
	font-weight:normal; 
	background-color : #6b79a5;
	font-size           : 12px;
	padding             : 4px 6px 4px 6px;
  border-style        : solid none solid none;
	border-top-color    : #BDC7E7;
	border-bottom-color : #182052;
  border-width        : 1px 0px 1px 0px;
}

.AccordionHoverExpanded
{
	font-size           : 12px;
	color:#ffffff;
	font-weight:bold; 
	background-color : #63699c;
	border           : 1px solid #1f669b;
  padding             : 4px 6px 4px 6px;
  border-style        : solid none solid none;
	border-top-color    : #BDC7E7;
	border-bottom-color : #182052;
  border-width        : 1px 0px 1px 0px;
}

.AccordionHoverCollapsed
{
	font-size           : 12px;
	color:#ffffff;
	font-weight:normal; 
	background-color : #63699c;
	padding             : 4px 6px 4px 6px;
  border-style        : solid none solid none;
	border-top-color    : #BDC7E7;
	border-bottom-color : #182052;
  border-width        : 1px 0px 1px 0px;
}

.AccordionContentBox {
   font-size        : 11px;
   border           : 1px solid #1f669b;
   border-top-width : 0px;
	 text-align: left;
   /* padding          : 0px 8px 0px 8px; */
}

.TreeTitle { padding: 3px 5px; border-bottom: #947DB2 1px solid; }

.treeNodeLeaf
{
  cursor: pointer;
	padding-top:2px;
	padding-bottom:1px;
	text-decoration:none;
	width:100%;
	font-size     : 11px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	vertical-align : middle;
}

.treeNode
{
  cursor: pointer;
	padding-top:2px;
	padding-bottom:1px;
	text-decoration:none;
	width:100%;
	font-size     : 11px;
	font-family: tahoma verdana, arial, helvetica, sans-serif;
	vertical-align : middle;
}

.NavList { margin: 0px; padding: 0px; }
.NavList .NavListUl { margin: 0; padding: 7px; cursor: pointer;}
.NavList UL.NavListUl { list-style-type: none; }
.NavListLI { padding: 0 0 3px 0; font-size: 90%}
.NavListLISelected { padding: 0 0 3px 0; font-size: 90%; background-color:#ffffcc}
.NavList UL.NavListUl A { text-decoration: none; }
.NavListTitle { padding: 3px 5px; border-bottom: #947DB2 1px solid; }

.Debug {height:200px; width:800px;}
.DebugTextArea {background: #EBE9E9; padding: 4px; height:200px; width:100%; border: gray 1px solid;}

.RowFormCloseButton 
{ 
	text-decoration: none; 
	position:absolute;
	border: 0px; 
	padding: 0px;
	width: 12px;
	height: 13px;
} 

.RowDetailButtonImage
{
  border: 0px; 
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
}

.RowFormCloseButtonImage
{
  border: 0px; 
	padding: 0px;
}

.ContextMenu { margin: 0px; padding: 0px; position:absolute; top:0px; left:0px; z-index:10000; background-color:#ffffff; 
    border-left:1px solid gray; border-top:1px solid gray; border-right:2px solid gray; border-bottom:2px solid gray}
.ContextMenu .ContextMenuUl { margin: 0px; padding-top: 2px; padding-bottom: 2px; padding-left: 7px; padding-right: 7px; cursor:pointer}
.ContextMenuLI { padding: 0px 1px 3px 7px; font-size: 90%; }
.ContextMenuLIWithSeparator { padding: 0px 1px 5px 7px; margin-bottom: 5px; font-size: 90%; border-bottom:1px solid gray}
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(../fw/images/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #e8f0f4;
}

.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 */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #e8f4f0;
}

.calendar tbody .rowhilite td {
  background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn {
  background: #c8d4d0;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.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) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
