BODY {
	background: White;
	background-image: url(/images/BodyBk.jpg);
}
 
.fjsErrorBar{
	color: Red;	
}

.fjsKeyBarButton {
	cursor : hand;
	text-align : center;
	background: #f0f6f0; 
	border:  solid 1px #336666;
	margin-left: 3px;
}

.fjsKeyBarButtonDisabled {
	background: buttonface;
}

.fjsSystemFont {
	font : "Microsoft Sans Serif";
    font-size: 68%;
}

.fjsMenuFontSystem {
	font : "Microsoft Sans Serif";
    font-size: 68%;
}

.fjsMouseOverMenuButton {
	border: 1px outset;
	padding : 1px 1px 1px 1px;
}

.fjsMouseLeaveMenuButton {
    border: 1px none;
  	padding : 1px 1px 1px 1px;
}

.fjsMouseClickMenuButton {
	border: 1px inset;
	padding : 1px 1px 1px 1px;
}

.fjsMenuBarButton{
	border : thin none;
	border-style:solid;
	background-color : threedface;
	border: 0px;
	padding : 1px 1px 1px 1px;
	font : "Microsoft Sans Serif";
    font-size: 68%;
    margin-bottom: 10px;    
}

.fjsMenuBarButtonDisabled {
	background: threedface;
	border : thin none;
	border-style:solid;
	font : "Microsoft Sans Serif";
    font-size: 68%;
}

.fjsMenuBarTitle {
	background : Menu;
	font : "Microsoft Sans Serif";
    font-size: 68%;	
}
.fjsMenuBarTitleDisabled {
	background: buttonface;
	color: InactiveCaptionText;
	border: InactiveBorder;
	font : "Microsoft Sans Serif";
    font-size: 68%;
}


.fjsMessageBar{
	color: black;	
}

.fjsWorkspaceFrameButton {

}

.fjsWorkspaceFrameButtonDisabled {
	background: buttonface;
}

.fjsWorkspaceFrameEntry {

}

.fjsWorkspaceFrameEntryDisabled {
	background: buttonface;
}

.fjsDisplayAttributeUunderline {
	text-decoration : underline;
}

.fjsDisplayAttributeBold {
	font-weight : bold;
}

.fjsDisplayAttributeBlink {
	text-decoration : blink;
}

.fjsDisplayAttributeReverse {
	
}

.fjsDisplayAttributeInvisible {
	color : CaptionText;
}

.fjsColorBlack {
	color: Black;
}

.fjsColorBlue {
	color: blue;
}

.fjsColorCyan {
	color: Aqua;
}

.fjsColorGreen {
	color: Green;
}

.fjsColorMagenta{
 color: Fuchsia;
}

.fjsColorRed {
	color: red;
}

.fjsColorWhite{
	color: black;
}

.fjsColorYellow{
	color: yellow;
}

.fjsReliefRidge{
	border: 1px ridge;
}

.fjsReliefGroove{
	border: 1px groove;
}

.fjsReliefInset{
	border: 1px inset;
}

.fjsReliefFlat{
	border: 1px none;
	margin-top : 5px;
}

.fjsReliefOutset{
	border: 1px outset;
}

.fjsItemSelected{
  background-color: activecaption;
  border:1px solid  activecaption;
  color : captiontext;
}

.fjsNotItemSelected{
  background-color: buttonface;
  border:1px solid  buttonface;
  color : black;
}

.fjsAlignRight {
 text-align: right;
}

.fjsAlignLeft {
 text-align: left;
}

.fjsUpperCase {
 text-transform : uppercase;
}

.fjsLowerCase {
 text-transform : lower;
}
