html,body
{
  font-family: Tahoma,verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
	line-height: 18px;
	margin: 0px;
	background-color: #7D7D7D;
	color: #1D1D1D;
	text-align:center;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

div,span,form
{
  margin:0;
  padding:0;
  background-color: transparent;
}

a{
	color: #1D1D1D;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #24669C;
}
a:active {
	text-decoration: none;
	color: #063560;
}

table
{
  font-family: Tahoma,verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  color: black;
}

td {
  word-break: break-all;
}

pre {
  word-wrap: break-word;
}

#errorMsg {
   BACKGROUND-IMAGE: url(../images/errorMsg.gif);
   background-repeat: no-repeat;
   font-size: 9pt; 
   color: #ff0000;
   padding-left: 25px;
   text-align:left;
}

.commonButton
{ border: solid 1px #4d619a; font-size: 9pt; color: #00025c; background-image: url(../images/bblack.gif); background-repeat: repeat-x; height: 24px; }

.bigButton
{
	background-image: url(../images/bgreen.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D619A;
	border-right-color: #4D619A;
	border-bottom-color: #6E6E6E;
	border-left-color: #4D619A;
	font-size: 9pt;
	color: #00025C;
	padding-top: 1px;
	height: 24px;
}
.saveButton
{
	background-image: url(../images/bblue.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D619A;
	border-right-color: #4D619A;
	border-bottom-color: #0090FF;
	border-left-color: #4D619A;
	font-size: 9pt;
	color: #00025C;
	padding-top: 1px;
	height: 24px;
}

.viewButton
{
	background-image: url(../images/bblack.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D619A;
	border-right-color: #4D619A;
	border-bottom-color: #00733C;
	border-left-color: #4D619A;
	font-size: 12px;
	color: #00025C;
	padding-top: 1px;
	height: 24px;
}

.delButton
{
	background-image: url(../images/bred.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D619A;
	border-right-color: #4D619A;
	border-bottom-color: #FF0000;
	border-left-color: #4D619A;
	font-size: 12px;
	color: #00025C;
	padding-top: 1px;
	height: 24px;
}

.addButton
{
	background-image: url(../images/bgreen.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D619A;
	border-right-color: #4D619A;
	border-bottom-color: #6E6E6E;
	border-left-color: #4D619A;
	font-size: 12px;
	color: #00025C;
	padding-top: 1px;
	height: 24px;
}

.textform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	height: 22px;
	padding-top: 4px;
	padding-left: 4px;
	border: solid 1px #7f9db9;
}

.margintext { height: 18px; margin-top: auto; margin-bottom: auto; padding-right: 5px; padding-left: 5px; }

.attention {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	padding-left:10px;
}
.attention_error {
	font-size: 12px;
	line-height: 20px;
	color: red;
	padding-left:10px;
}
