    #casest {
        width: 880px;
        border: 0px solid gray;
        background-color: white;
        font-family: Verdana;
        font-size: 8pt;
        border-collapse: collapse;
        border-spacing: 0px;
        border-width: 0px;
    }

    #casest .toprow td {
        font-size: 8pt;
        margin: 0px;
        padding: 12px 0px 12px 5px;
        text-align: left;
        font-weight: bold;
        border-width: 0px;
        border-top: 0px solid #8fb5c8;
    }
    #casest .toprow td:first-child {
        text-decoration:underline;
    }
    #casest .orln {
        padding: 5px 0px 5px 5px;
        font-weight: normal;
        text-decoration: none;
        color: black;
    }

    #casest .grln {
        padding: 5px 0px 5px 5px;
        font-weight: normal;
        text-decoration: none;
        color: black;
    }

    #casest .dsln {
        padding: 5px 0px 5px 5px;
        font-weight: normal;
        text-decoration: none;
        color: black;
    }

    #casest .bottomrow td {
        margin: 0px;
        padding: 5px 5px 5px 5px;
        text-align: left;
        font-weight: normal;
        vertical-align: top;
    }

    #casest .bottomrow td:first-child {
        width: 350px;
    }

    #casest .bottomrow td:last-child {
        width: 530px;
    }

    #casest .bottomrow p {
        width: 98%;
        padding: 5px;
        height: 100%;
    }

    #casest .bottomrow img {

    }
	
    #casest .bottomrow .textbox {
        border: 2px solid black;
        box-shadow: gray 4px 4px;
        height: 100%;
        font-family: 'Courier New';
    }

    #casest .imgrow img {
        border: 3px solid black;
        width: 240px;
        height: 136px;
        margin: 5px 5px;
        box-shadow: gray 3px 3px;
    }

    #casest .bottomrow .textbox .rspan {
        color: blue;
    }
    #casest .bottomrow .textbox .rspanp {
        color: blue;
        margin-left:10px;
    }
    #casest .bottomrow .textbox .redspan {
        color: maroon;
    }



    #menut {
        width: 880px;
        border: 0px solid gray;
        background-color: white;
        font-family: Verdana;
        font-size: 8pt;
        border-collapse: collapse;
        border-spacing: 0px;
        border-width: 0px;
        padding:0px;
    }
    #menut .mhead {
        width:27%;
        font-weight:normal;
        font-size:8pt;
        cursor: pointer;
        padding:1px;
        text-align:right;

    }
    #menut .mtitle {
        width:27%;
        font-weight:bold;
        font-size:8pt;
        text-decoration:underline;
        text-align:center;
        cursor: pointer;
        padding:1px;
        text-align:right;

    }
    #menut .mtick, #menut .mmtick {
        width:6%;
        cursor: pointer;
        padding:1px;
        padding-left:5px;

    }
    #menut .mtick:last-child, #menut .mmtick:last-child {
        width:7%;
    }
    #menut .mtick input, #menut .mmtick input {
        padding:0px;
        margin:0px;
    }

    .map {
        width: 480px;
        height: 272px;
    }

    .ui-tooltip {
        max-width: 480px;
        font-size: 8pt;
        font-family: Verdana;
        font-weight: bold;
        text-align: left;
    }
    ui-tooltip-content {
        font-size: 8pt;
        font-family: Verdana;
        font-weight: bold;
        text-align:left;
    }
    .menu {
        border: 0px;
        display: inline;
        font-family: Verdana;
        font-size: 8pt;
        width:60px;
    }
    .menu li {
        border: 0px;
        display: inline;
    }
    .menu > li > .menua{
        border: 0px;
        display: inline;
        font-weight: normal;
        color: black;
        background:none;
        font-family: Verdana;
        font-size: 8pt;
    }
    .menu > li > .ui-state-focus{
        border: 0px;
        display: inline;
        font-weight: normal;
        color: blue;
    }
    .menu > li > .ui-state-active{
        border: 0px;
        display: inline;
        font-weight: normal;
        color: blue;
    }
    .menu li .menua .ui-menu-icon {
        display:none;
    }
    .ui-menu .ui-menu-item a {
        font-weight: normal;
        margin: 0px;
    }
    .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	    font-weight: bold;
        margin: 0px;
    }