﻿.edtable
{
  font-family: 'Segoe UI', verdana;
  font-size: 12pt;
}

.texteditor
{
	background-color: #e6f1f7;
	width: 100%;
}
 
 .edstr
 {
 	margin-top: 4px;
 	width: 100%;
 	background-color: #e6f1f7;
 	border: solid 0px black;
	margin-bottom: 6px;
 	
 }

.edframe
{
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 0px;
	width:100%;
}

.editorcell
{
	text-align: left;
}

.edcaption
{
	background-image: url(Img/rndgradtop1.png);
	height: 35px;
	width: 600px;
	text-align: center;
	font-family: tahoma;
	font-size: 20px;
	font-weight: normal;
}

.fielddescr
{
	width:16%;
	font-style: italic;
	text-align: left;
}

/* calendar */

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #3d7bad;
	border-right-color: #3d7bad;
	border-bottom-color: #3d7bad;
	border-left-color: #3d7bad;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	font-size: 9pt;
}

.years
{
	background-color: #FFEECC;
}

.months
{
	background-color: #FFF8DD;
}

.days
{
}

.shiftyears
{
	font-family: Tahoma;
	background-color: #FFDDAA;
	cursor: pointer;
}

.selday
{
	background-color: #FFDDAA;
}

.day
{
	cursor: pointer;
}

.selmonth
{
	background-color: #FFDDAA;
}

.month
{
	cursor: pointer;
}

.selyear
{
	background-color: #FFDDAA;
}

.year
{
	cursor: pointer;
}
