/* This skin uses the same font family and size throughout the interface on purpose. Do not override size or family. */ 
  
body { font-family: Arial,Verdana, sans-serif; font-size: 10pt;}

a img { border: 0; }

.button 
{
   background-color: black; 
   font-weight: normal; 
   height: 25px;
   text-align: center;
   border: none;
   color: white; 
   /* TODO split browser specific stuff
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   */
   
}

#backtores .button { background: none; border: none; color: #1B2FFF; letter-spacing: 0; padding-right: 2em; padding-left: 0; cursor: pointer;}

/* IE6-specific modifications */
/*\*/ * html body { font-size: expression(window.XMLHttpRequest ? '8pt' : '0.7em') !important; } /**/
/*\*/ * html td {font-size: expression(window.XMLHttpRequest ? '8pt' : '1em') !important; } /**/
/*\*/ * html table, #Query, .extextctl { font-size: expression(window.XMLHttpRequest ? 'inherit' : '1em') !important; } /**/
/*\*/ * html select { font-size: expression(window.XMLHttpRequest ? 'inherit' : '1em') !important; } /**/

