

body, a,div, span, table, caption, colgroup, col, tbody, tfoot, thead, tr, td, th, form, button, 
input, label, legend, select, option
{   
    font-family                : Verdana, Arial, Helvetica, sans-serif;
   
}

body, td, th, tr,table{
    font-size               : 12px;
    color                   : black;
    font-weight             : normal;
	
}

   

 wrap
{
  white-space                 : pre;
}

/* generic border */
button,  select, option, textarea
{
    border                     : 1px solid black;
}


/* forms items */
form, button, input, select, label, legend, option, textarea, .pageHeaderTitle
{
    color                      : navy; 
}

.minorMenu 
{
  border-top                    : 1px solid silver;
  border-right                  : 2px solid #6699cc;
  border-bottom                 : 2px solid #6699cc;
  border-left                   : 1px solid silver;
  background-color              : #ebebff;
  

  	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid silver;
	border-right: 2px solid #6699cc;
	border-bottom: 2px solid #6699cc;
	border-left: 1px solid silver;
	background-color: #ebebff;
	width: 100%;
	height: 30px;
}                              



/* =============================== Rules Images Multimedia Rules ========================== */
/* bgsound, img, map, area, marqee */

/* all over */
img
{
    background-color            : transparent;
    border                      : 0;
}

img.button {
    margin                        : 2px 5px 2px 2px;
    padding                       : 2px 2px 2px 2px;
    border                        : 1px 2px 2px 1px solid white;
}                
/* =============================== List Rules ==============================================*/
/* dir, menu, ol, ul, li, dl, dd, dt                                                        */

/* =============================== Table Rules ============================================ */
/* table, caption, colgroup, col, tbody, tfoot, thead, tr, td, th                           */

/* used in commentcontent.jsp help files, new UploadDocument.html, and in wz_tooltup.js */
caption
{
    font-family                 : Arial black;
    /* TODO: REMOVE IF FORMAT IS OK Check on comments. */
    /* font-size                : 10pt; */
}


/*new*/
.hideablePanel
{
    position                    : absolute;
    visibility                  : hidden;
    background-color            : #ebebff;
    border-width                : 0px;
    border-color                : #6699cc;
    border-style                : double;
    padding                     : 0.5em;
}                              
/* new */
.hideablePanelTable
{
    border-width                : 1px;
    border-color                : silver;
    border-style                : double;
    padding                     : 0.5em
}                              



a         
{ 
    text-decoration            : none; 
    color                      : blue;
}
a:visited { color              : blue; }
a:hover   { text-decoration    : underline; }



/* new EditLoans.html */
a.selection
{
    background                 : white;
    color                      : #111188;
    font-size                  : smaller;
}
a.selection:hover
{
    color                      : #ff6600;
    font-weight                : bold;
    background                 : transparent;
}

/* EditLoans.html, JobManager-DD.htm, Do we really need? */
a.plainlink
{
    color                      : black;
    underline                  : false;
}
/*  Do we really need? */
a.plainlink:hover
{
    background                 : transparent
    font-weight                : bold;
    color                      : blue;
}





