.check { height:64px; width:64px; background-image:url('/images/icons/circle-check.png'); }
.minus { height:64px; width:64px; background-image:url('/images/icons/circle-minus.png'); }
.cross { height:64px; width:64px; background-image:url('/images/icons/circle-delete.png'); }



div#navigation ul{background-image:none;background-color:#333333}div#navigation li{border-right-color:#beceff}a:link,a:visited,a:hover{color:#20c}.u{color:#888}.u a:link,.u a:active,.u a:visited{color:#78c}form#list td a:visited{color:#78c}form#list .tablebar{background:#e3e9ff}form#list th form#settings table#settingsTable tr.bgHeader th{background-image:none}.selected,div#navigation li.selected a:hover,div#navigation li.selected:hover{background-image:none;background-color:#465ea6}div#navigation li a:hover,div#navigation li:hover{background-image:none;background-color:#465ea6}div#nav2,.gwtNav2{background-color:#e3e9ff;border-bottom-color:#9db5e5}div#nav2 .selected{border-color:#9db5e5}div#dash1,div#dash1_2{background:#e3e9ff;border-color:#9db5e5}ul.features{border-top-color:#9db5e5;border-bottom-color:#9db5e5}


/* content - list type */

        div#list table {
                width:100%;
                border-collapse:collapse;
                background: white;
                }

        div#list .tablebar{
                background:#c2cdd8;
                padding:4px;
                }

        div#list th{
                background:url(/images/tablebar_bg.png) bottom repeat-x;
                text-align:left;
                padding:2px 4px 2px 4px;
                width:auto;
                border-bottom:1px solid #ccc;
                }

        div#list th a.selected{
                background:url(img/down_2.gif) right  no-repeat;
                padding-right:10px;
                }

        div#list th a.rev_selected{
                background:url(img/up_2.gif) right  no-repeat;
                padding-right:10px;
                }

        div#list td{
                border-bottom:1px solid #ccc;
                padding:2px 4px 2px 4px;
                }

        div#list td a:visited{
                color:#59d;
                }

        div#list tr:hover{
                background:#ffffcc;
                cursor:pointer;
                }
        /*highlight without the cursor*/
        div#list tr.nopoint:hover{
                background:#ffffcc;
                cursor:default;
                }

        div#list th:hover{
                cursor:auto;
                }

        div#list th ul{
                float:right;
                }

        /*define certain list column width*/
        div#list .tinycol{
                width:3%;
                }

        div#list .bigcol1{
                width:45%;
                }

