/*****************************************************************************/
/* CSS for SDCat.App                                                         */
/*****************************************************************************/
.sidemenu
{
   font-size: 75%;
   width: 20%;
   display: block;
   float: left;
   padding: 0% 1% 0% 1%;
}
.mainBody
{
   width: 80%;
   display: block;
   float: right;
   padding: 0% 1% 0% 1%;
}
.helpBox
{
   font-size: 75%;
   padding: 5px;
   width: 200px;
   position: absolute;
   z-index: 4000;
}
.headerCell
{
   width: 95%;
   font-size: 120%;
   font-weight: bold;
}
.headerDiv
{
   padding-top: 10px;
}
.legend 
{
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}
.legend td
{
   font-size: 12px;
   text-align: center;
}
.colorRow > td
{
   height: 10px;
   border: 2px solid black;
}
.sos-plot-valuebox
{
   font-size: 100%;
}
.ui-menu-item
{
   font-size: 75%;
}
.ui-selectmenu-text
{
   text-align: center;
   text-align-last: center;
}
.ui-datepicker
{
   font-size: 75%;
}
