﻿body
{
    border: 0px;
    margin: 0px;
    cursor: default;
    font-family: Verdana, Arial, Serif;
    background-color: #FFFBF0;
    overflow: auto;
}
.tdr
{
	text-align: right;
}
.selkladr
{
	width: 28em;
}

.mo
{
	cursor: pointer;
}
.mnuit
{
	color: #990000;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.cmdGo
{
	background-color: Navy;
	border-style: groove;
	font-size: x-large;
	font-weight: bold;
	color: Yellow;
}
.trsel
{
	background-color: #0000a0;
	color: #ffffff;
}
.trsel img
{
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
	float: none;
}
.tblgrp
{
	background-color: #d0d0d0;
}
.tblitm
{
	background-color: #e0e0e0;
}
.imgcmd
{
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
	float: none;
}
.cmd
{
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}
.tbl
{
	margin: 10px 10px 10px 20px;
}
.curpoint
{
	cursor: pointer;
}
.litpr
{
	font-weight: bolder;
	color: Navy;
}
.errorMessage
{
	font-size: large;
	color: maroon;
	font-family: Verdana, Arial, Serif;
}
.tru tr
{
	border-bottom: navy thin solid;
}
.cmdAdd
{
	padding: 2px;
	cursor: pointer;
	background-image: url('img/new.gif');
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #e0e0e0;
		font-weight: bold;
		height: 24px;
		width: 86px;
}
.cmdSave
{
	cursor: pointer;
	background-image: url(img/save.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #e0e0e0;
	font-weight: bold;
	height: 24px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.cmdSend
{
	cursor: pointer;
	background-image: url(img/send.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #e0e0e0;
	font-weight: bold;
	height: 24px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.cmdRenew
{
	cursor: pointer;
	background-image: url(img/refresh.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.cmdSelect
{
	background-image: url(img/selectbutton.gif);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left center;
}
.cmdClose
{
	background-image: url(img/exit.bmp);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left center;
	background-color: #e0e0e0;
	font-weight: bold;
	height: 24px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.cmdCpyobj
{
	background-image: url(img/copyobj.bmp);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
	background-position: left center;
	background-color: #e0e0e0;
	font-weight: bold;
	height: 32px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.cmdFind
{
	background-image: url(img/find.gif);
	cursor: pointer;
	background-repeat: no-repeat;
}
.cmdAmount
{
	cursor: pointer;
	background-image: url(img/openbutton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #e0e0e0;
	font-weight: bold;
	height: 24px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.cmdDel
{
	cursor: pointer;
	background-image: url(img/delete.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #e0e0e0;
	font-weight: bold;
	height: 24px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
