/*
 * Use this style sheet in addition to standard JCE stylesheet (JCE0)
 * to create JCE-style formatting in CWIS.
 */
 
 /* body { background-image: url("/dlib/cwistest/SPTUI--jce2/images/bkgnd.gif") } 
body { background-image: url("../images/bkgnd.gif") } 
 body { background: red}
body { background-color: red}
body { background-color: blue}
  leftmargin="0" marginheight="0" marginwidth="0" topmargin="0"
  margin: 0
body { background-image: url("../images/bkgnd.gif") }

 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" background="/JCEDLib/graphics/bkgnd.gif">
 
*/
body { background-image: url("../images/bkgndJCEDLib.gif"); margin: 0px; padding: 0px } 

.backpath2 { font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; 
    margin: 0px;
    padding: 5px;
    background-color: #e5cce5 !important }


/* .navbar A:link,.navbar A:visited */
A:link.rightnavlink, A:visited.rightnavlink 
{ 
	text-decoration: none;
    line-height: 40px;
    /* color: #F0F0F0; */
	margin-left: 20px;
	font-weight: bold;
}

A:hover.rightnavlink
{ 
	text-decoration: underline;
    line-height: 40px;
    /* color: #FFFFFF; */
	margin-left: 20px;
	font-weight: bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
