body.main{
  background-image: url(graphics/bg_brownstripes.gif);
  margin: 15px;
  margin-top: 0px;
}
td.brown{
background-image: url(graphics/bg_brown.gif) ;
background-repeat: repeat;
}

td.text_toplcnr{
  background-image: url(graphics/text_border_logo3_cnr.gif);
  background-repeat: no-repeat;
}
td.text_top{
  background-image: url(graphics/text_border_logo3_top.gif);
  background-repeat: repeat-x;
}
td.text_toprcnr{
  background-image: url(graphics/text_border_logo3_cnr2.gif);
  background-repeat: no-repeat;
}
td.text_left{
  background-image: url(graphics/text_border_logo3_lft.gif);
  background-repeat: repeat-y;
}
td.text_middle{
  background-image: url(graphics/text_border_logo3_mid.gif);
  background-repeat: repeat;
  font-family: Tahoma;
  font-size: 15px;
  color: #000000;
  text-align: left;
}
td.text_right{
  background-image: url(graphics/text_border_logo3_rt.gif);
  background-repeat: repeat-y;
}
td.text_botlcnr{
  background-image: url(graphics/text_border_logo3_cnr4.gif);
  background-repeat: no-repeat;
}
td.text_bottom{
  background-image: url(graphics/text_border_logo3_bot.gif);
  background-repeat: repeat-x;
}
td.text_botrcnr{
  background-image: url(graphics/text_border_logo3_cnr3.gif);
  background-repeat: no-repeat;
}
td.tb_topleft{
background-image: url(graphics/tb_topleft.gif);
background-repeat: no-repeat;
}
td.tb_top{
  background-image: url(graphics/tb_top.gif);
  background-repeat: repeat-x;
}
td.tb_topright{
  background-image: url(graphics/tb_topright.gif);
  background-repeat: no-repeat;
}
td.tb_left{
  background-image: url(graphics/tb_left.gif);
  background-repeat: repeat-y;
}
td.tb_mid{
  background-image: url(graphics/tb_bground.gif);
  background-repeat: repeat;
}
td.tb_right{
  background-image: url(graphics/tb_right.gif);
  background-repeat: repeat-y;
}
td.tb_botleft{
  background-image: url(graphics/tb_botleft.gif);
  background-repeat: no-repeat;
}
td.tb_bottom{
  background-image: url(graphics/tb_bottom.gif);
  background-repeat: repeat-x;
}
td.tb_botright{
background-image: url(graphics/tb_botright.gif);
background-repeat: no-repeat;
}
.fmwrapper {

	width: 100%;

	margin-bottom: 15px;

	font-family: Tahoma;

    color: #000000;

	text-align: center;

}



.fmbox {

	width: 400px;

	margin: 0 auto 0 auto;

}



.fmbox fieldset {

	padding: 0 0 10px 0;

}



.fmerrorbox {

	width: 360px;

	margin: 0 auto 0 auto;

	text-align: left;

	padding: 10px;

}



.fmerrors {

	font-weight: bold;

	color:#ff0000;

}



.fmtable {

	margin-top: 10px;

}



.fmcredits {

	font-size: 90%;

	margin-top: 15px;

	text-align: right;

	margin-right: 18px;

}



.fmrequired {

	color: #Ff0000;

	font-size: 90%;

}
tr.active{
  font-weight: bold;
}
tr.activei{
  font-weight: bold;
  font-style: italic;
}

tr.cancelled{
    background-color: #FF3300;
  color: #ffffff;
}














