/*
 * date:	2002-10-13
 * info:	http://inspire.server101.com/js/tp/
 */

/* links */
/* Labels inside the DIV*/
.joteLabelFont {
	color: navy;
	font-size: 10pt;	
	font-weight:bold;
	text-align:right;
	padding-right:10px;	

}


.joteTxt {
	font-size: 8pt;
}


.joteLabels {
	font-size: 10pt;
	color: navy;
}
.joteLabelsright {
	font-size: 10pt;
	color: navy;
	text-align: right;
	padding-right:10px;	
}
	
.joteSuccessMsg {
    font-size: 10pt;
    color: #000080;
    text-align: center;
    font-weight:bold;
}

.startImg {
        background-image:   url(../images/start.gif);	
  	background-repeat: no-repeat; 
	}

.undeployImg {
        background-image:   url(../images/undeploy.gif);
	background-repeat: no-repeat;
	}
.redeployImg {
        background-image:   url(../images/redeploy.gif);
	background-repeat: no-repeat;
	}
.stopImg {
        background-image:   url(../images/stop.gif);
	background-repeat: no-repeat;
	}
.modifyImg {
       background-image:   url(../images/modify.gif);
       background-repeat: no-repeat;
       }

.selectWidth {
	width: 150px;
	}
.selectWidthBig {
	width: 280px;
	}
.selectWidthTFT {
	width: 100px;
	}
.selectWidthBig {
	width: 175px;
	}

