/* CSS Document */
.BTNsubmit,
.BTNsubmit_small,
.BTNedit,
.BTNerase,
.BTNadd,
.BTNapplication,
.BTNnew_fcs,
.BTNview_fcs,
.BTNservices_fcs,
.BTNcancel,
.BTNok,
.BTNsearch
	{
	margin: 0;
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 22px;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	cursor: pointer;
	}

.BTNsubmit
	{
	  width: 152px;
	  background-image: url("images/submit.gif");
	}
.BTNsubmit_small
	{
	  width: 91px;
	  background-image: url("images/submit_small.gif");
	}
.BTNedit
	{
	  width: 115px;
	  background-image: url("images/edit.gif");
	}
.BTNerase
	{
	  width: 115px;
	  background-image: url("images/remove.gif");
	}
.BTNcancel
	{
	  width: 91px;
	  background-image: url("images/cancel.gif");
	}
.BTNsearch
	{
	  width: 91px;
	  background-image: url("images/search.gif");
	}
.BTNadd
	{
	  width: 115px;
	  background-image: url("images/btn_add.gif");
	}
.BTNok
	{
	  width: 21px;
	  background-image: url("images/ok_small.gif");
	}
.BTNerase_empty
    {
	 margin: 0;
	 border: 0;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 background-repeat:no-repeat;
	 background-color: #DFEFF9;
	 cursor: pointer;
	 width: 17px;
	 height: 17px;
     background-image: url("images/ICOremove.gif");
    }
	
.BTNapplication
	{
		width: 175px;
		background-image: url("images/BTNpink.gif")
	}
	
.BTNnew_fcs
	{
		width: 32px;
		height: 32px;
		background-image: url("images/ICOnew_fcs.gif");
	}
	
.BTNnew_fcs_popup
	{
		width: 32px;
		height: 32px;
		background-color: #DFEFF9;
		border: 0;
		cursor: hand;
		background-image: url("images/ICOnew_fcs.gif");
	}

.BTNview_fcs
	{
		width: 32px;
		height: 32px;
		background-image: url("images/ICOview_fcs.gif");
	}

.BTNservices_fcs
	{
		width: 32px;
		height: 32px;
		background-image: url("images/ICOservices_fcs.gif");
	}

.label
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		cursor: pointer;
	}