﻿/******************** BASIC STYLES ********************/
body
{
	font-family: helvetica;
	font-size: 12px;
	color: #3f3f3f;
	background: #000000;
	overflow: auto;
	height: 5.64in;
	width: 10.22in;
}
a, a:link, a:visited { background-color: transparent; color: #f6f1c2; text-decoration: none; }
a:hover, a:hover span { color: #f2edbe; text-decoration: underline; }

/******************** GRID STYLES ********************/
.Grid
{
	border: solid 1px #7c7c94;
	background-color: #ffffff;
	cursor: pointer;
}
.HeadingRow
{
	background-color:#e2e2e2;
}
.HeadingCell
{
	background-color: #e2e2e2;
	border: solid 1px #ffffff;
	border-right-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
	padding: 3px;
}
.HeadingCellText
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.DataCell
{
	font-family: verdana;
	font-size: 10px;
	border-right: solid 1px #eae9e1;
	border-bottom: solid 1px #eae9e1;
	padding: 3px;
	cursor: default;
}
.DataCellWControl
{
	font-family: verdana;
	font-size: 10px;
	border-right: solid 1px #eae9e1;
	border-bottom: solid 1px #eae9e1;
	padding: 0px;
	cursor: default;
}
.EditDataCell
{
	background-color: #e2e2e2;
	border-width: 0px!important;
	padding: 0px!important;
}
.EditDataField
{
	font-family: verdana;
	font-size: 10px;
	height: 13px;
	width: 98%!important;
	padding: 0px;
	padding-left: 1px;
}
.DataRow td.FirstDataCell { padding-left: 3px; }
.SelectedRow { background-color: #ffeec2; }
.SelectedRow td.DataCell
{
	font-family: verdana;
	font-size: 10px;
	border-top: solid 1px #4b4b6f;
	border-right: 0px;
	border-bottom: solid 1px #4b4b6f;
	padding: 2px;
	padding-left: 3px;
	padding-bottom: 3px;
	cursor: default;
}
.SelectorCell
{
	background-color: #e2e2e2;
	border: solid 1px #ffffff;
	border-right-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
}
.GridFooter
{
	padding: 5px;
	cursor: default;
}
.GridFooter a
{
	font-weight: bold;
	color: #000000;
	vertical-align: bottom;
}
.PagerText
{
	font-family: Verdana;
	font-size: 11px;
}
/******************** CALENDAR STYLES ********************/
.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 11px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
  vertical-align: middle;
}
.calendar_button
{
  border:none;
  cursor:pointer;
  width:25px;
  height:22px;
  vertical-align: middle;
}
.calendar td
{
  font-size:11px;
}
.title
{
  font-weight:bold;
  background-color:#D7D7E5;
}
.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}
.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}
.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}
.othermonthday
{
  color:#999999;
}
.outofrangeday
{
  visibility:hidden;
}
.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}
.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}
.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}
.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}
.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}
/******************** TABLE STYLES ********************/
.box
{
	font-family: verdana;
	font-size: 10.5px;
	border: solid 1px 1px 1px 1px #92b0dd;
	
}
.heading
{
	height: 20px;
	font-weight: bold;
	text-indent: 5px;
	color: #07519a;
	background-color: #e2eaf8;
	border-bottom: solid 1px #92b0dd;
}
.content
{
	text-indent: 5px;
	height: 25px;
}

/******************** INDENT BLOCK STYLES ********************/
.idtBlock { width: 15px; }
