body, p, td, th{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

body { 
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	height: 100%;
}

a:link    {color:#01720A;text-decoration:none}
a:visited {color:#01720A;text-decoration:none}
a:active  {color:#01720A;text-decoration:none}
a:hover   {color:#ff6600;text-decoration:none}

a:link		img {border: 0px solid white;} 
a:visited	img {border: 0px solid white;} 
a:active	img {border: 0px solid white;} 
a:hover		img {border: 0px solid white;}

a.menu:link    {color:#000000; font-family: arial; text-decoration:none}
a.menu:visited {color:#000000; font-family: arial; text-decoration:none}
a.menu:active  {color:#000000; font-family: arial; text-decoration:none}
a.menu:hover   {color:#c20000; font-family: arial; text-decoration:none}

table.top	{
	background: #eeeeee;
	color: #666666;
	border-bottom: 1px solid #000000;
}

p.head {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

TABLE.grid	{
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

TABLE.grid TD, TH	{
	border: 1px solid #cccccc;
}

TABLE.grid TH {
	background: #F9F5D2;
	height: 26px;
}

TABLE.menu {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-collapse: collapse;
}

TABLE.menu td {
	height: 32px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

TR.td-alt	{
	background: #eeeeee;
}

.small	{
	font-size: 11px;
}


/* message that's shown in case of error or general communication with the user */
.msg	{
	border: 1px solid #000000;
	background: #b20000;
	color: #ffffff;
	line-height: 20px;
	width: 70%;
	text-align: center;
	display: block;
	margin-left: auto; margin-right: auto;
}

/* style for tooltip */
.tooltip a:link {color: #8CFF1A; font-weight: bold}
.tooltip a:link span{display: none;}
.tooltip a:visited span{display: none;}
.tooltip a:hover span {
  position: absolute;
  margin:0px 0px 0px 80px;
  background-color: beige;
  max-width:420;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px/12px verdana;
  color: #000;
  text-align:left;
  display: block;
}

input.text, textarea	{
	background-color: #eeeeee; 
	border: #cccccc 1px solid; 
	color: #000000; 
	font-family: tahoma, helvetica, sans-serif; 
	font-size: 12px; text-decoration: none;
	padding-left: 2px;
}

input.button	{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background: #666666;
	border: 1px solid #333333;
}


td.left-column	{
	border-right: 1px solid #666666;
}

div.cal	{
	position:absolute;
	visibility:hidden;
	background-color:white;
	layer-background-color: white;
	border: 1px solid #cccccc;
}
