/* body text and background color */
body.sst     { background: #ffffff; color: #000000; }

/* links color */
a.sst        { color: #000088; text-decoration: none; }
a.sst:hover  { color: #ff0000; text-decoration: underline; }

/* images */
img.sst      { border: none; margin: 3px; }

/* fieldsets */
fieldset.sst { border: solid 1px #000000; padding: 8px; margin: 8px; }

/* hr */
hr.sst       { background-color: #000000; width: 99%; height: 1px; border: 0; }

/* table borders */
table.sst_border th, table.sst_border td { border: solid 1px #000000; }

/* warning message */
span.sst_warning { color: #ff0000; font-weight: bold; }




/* generic styles */
body.sst { margin: 0px; }
h1.sst   { font-size: 15px; font-weight: bold; }

div.sst_browse { margin: 20px; width: 208px; border: none; padding: 4px; text-align: center; height: 340px; float: left; }
div.sst { clear: left; }
ol.sst, ul.sst  { clear: both; padding: 0px; margin: 0px; list-style-position: inside; }

table.sst,    table.sst_border, body.sst { font-family: Arial, Verdana; font-size: 12px; line-height: 20px; }
table.sst,    table.sst_border           { border-collapse: collapse; border-style: none; border: none; }
table.sst th, table.sst_border th        { font-weight: bold; }


