.xxxWadminBar
{
 position: absolute;
 z-index: 500;
 top: 0px;
 left: 0px;
}

.WadminTitle 
{ 
 font-family: Arial, Verdana,sans-serif; 
 font-size: 30px;
 font-weight: bold;
 color: #666666;
 position: absolute;
 top: -1px;
 left: -1px;
 text-decoration: none; 
}

.WadminTitleShadow 
{ 
 font-family: Arial, verdana, sans-serif; 
 font-size: 30px; font-weight: bold;
 color: #AAAAAA;
 position: relative;
 left: 10px; 
 text-decoration: none; 
 }

a.Wadmin 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #98AADB;
 text-decoration: none ;
 font-weight: bold;
}

a.Wadmin-on {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: red;
 text-decoration: none;
 font-weight: bold;
}

a.Wadmin:hover 
{
 font-family: Arial, Helvetica, sans-serif;
 color: red;
}

TABLE.WadminBar
{ 
 width: 780px;
 background-color: White;
 align: center;
}

TD.WadminBar
{ 
 font-family:  Arial, verdana, sans-serif; 
 text-align: center;
 width: 20%;
 background-image: url("images/Navigation.jpg");
 background-position: bottom;
 background-repeat: repeat-x;
height: 30px;
}
TD.WadminBar-on
{ 
 font-family:  Arial, verdana, sans-serif; 
 text-align: center;
 width: 20%;
 background-color: White;	
 background-image: url("images/Navigation.jpg");
 background-position: bottom;
 background-repeat: repeat-x;
}

.WadminModuleBar
{
	background-color: #EEEEEE;
	font-size: 12pt;
}

.WadminEntityBar 
{ 
	background-color: #DDDDDD;
	vertical-align: top; 
	font-size: 10pt;
}

.WadminFilterBar
{ 
	background-color: #BBBBBB;
	vertical-align: top; 
	font-size: 10pt;
}

.WadminAction
{ 
	background-color: #FF2255;
	color: white;
	text-align: center;
	font-size: 10pt;
	font-weight: bold; 
}

.WadminPopup
{
}

.PK
{
  text-align: center;
  background-color: #FFFFFF;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}
.PK1
{
  text-align: center;
  background-color: #FFEEEE;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}
.FK
{
  text-align: center;
  background-color: #FFFFFF;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;

}
.FK1
{
  text-align: center;
  background-color: #CEE8FF;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}

a.WadminFK 
{
 font-size: 12px;
 color: black;
}

a.WadminFK:hover 
{
 font-size: 12px;
 color: red;
 text-decoration: none;
}

.FILE
{
	text-align: center;
	background-color: #FFFFFF;
}
.FILE1
{
	text-align: center;
	background-color: #FFBBFF;
}
.LABEL
{
	text-align: center;
}
.Text
{
 font-size: 12px;
 text-align: left;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}
.Text1
{
 font-size: 12px;
 text-align: left;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}
.File
{
 font-size: 12px;
 text-align: center;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}
.Image
{
 text-align: center;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
}

.XML,
.Time,
.Date,
.DateTime,
.Bool,
.Int,
.Float,
.Double,
.String,
.Text
{
 font-size: 12px;
 text-align: left;
 background-color: #FFFFFF;
 border-right: solid #98AADB 1px;
 border-bottom: solid #98AADB 1px;
 padding: 2px;
}

.XML1,
.Time1,
.Date1,
.DateTime1,
.Bool1,
.Int1,
.Float1,
.Double1,
.String1,
.Text1
{
 font-size: 12px;
 text-align: left;
 background-color: #F0F7FF;
 border-right: solid #98AADB 1px;
 border-bottom: solid #98AADB 1px;
 padding: 2px;
}

.Int,
.Int1,
.Float,
.Float1,
.Double,
.Double1
{
 text-align: right;
}

.Time,
.Time1,
.DateTime,
.DateTime1
{
 text-align: center;
}

.WXML
{
 font-size: 12px;
 text-align: left;
 background-color: #FFFFFF;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
 padding: 2px;
}
.WXML1
{
 font-size: 12px;
 text-align: left;
 background-color: #DDFFDD;
  border-right: solid #98AADB 1px;
  border-bottom: solid #98AADB 1px;
 padding: 2px;
}

.WadminSheetTable
{
 font-size: 12px;
 background-color: #98AADB;
 border-spacing: 10px;
}
.WadminSheet1
{
 background-color: #AAFFAA;
}
.WadminSheet
{
	background-color: #CCFFCC;
}
.WadminSheetVal
{
 	background-color: white;
	vertical-align: top; 
}
.WadminSheetVal1
{
 	background-color: #EEFFEE;
	vertical-align: top; 
}
.WadminSheetValEdit
{
 	background-color: white;
	vertical-align: middle; 
}
.WadminSheetValEdit1
{
 	background-color: #EEFFEE;
	vertical-align: middle; 
}
.WadminNewTable
{
	background-color: #98AADB;
}
.WadminNew
{
	background-color: #F0F7FF;
}
.WadminNewVal
{
 	background-color: #F0F7FF;
}
.WadminFilterTable
{
	background-color: #98AADB;
}
.WadminFilter
{
	text-align: center;
	background-color: lightblue;
}
.WadminFilterVal
{
	background-color: #EEEEFF;
	text-align: center;
}
.WadminListTable
{
	background-color: #98AADB;
}
.WadminListHeader
{
	background-color: white;
	text-align: center;
}
.WadminButton
{
	background-color: #CCCCCC;
}
TD.WadminValList
{ 
	color: #1C2D67; 
	vertical-align: middle; 
	text-align: center; 
	background-color: snow;
}
TD.WadminValList1
{ 
	color: #1C2D67; 
	vertical-align: middle; 
	text-align: center; 
	background-color: lightblue;
}

input.Wadmin,
select.Wadmin,
textarea.Wadmin,
option.Wadmin
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background-color:#FBFBFB;
	border:#908F8F solid 1px;
}

/* WXML */


.WadminXMLTag
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 background-color: #CEE8FF;
 padding: 3px;
}
.WadminXMLTagVal
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-align: left;
 background-color: #EEFFEE;
}
Table.WadminXMLForm
{
 background-color: #98AADB;
}
.FORM-TOP
{
 width: 100%;
 height: 12px;
 font-weight: bold;
 background-color: white;
}
