table#content td.over {
width:70px;
padding-right:10px;
- border-left: 5px solid #faa;
- border-right:5px solid #faa;
+ border-left: 5px solid #fcc;
+ border-right:5px solid #fcc;
border-radius:40px 40px;
border-spacing:2px;
- background:#faa;
+ background:#fcc;
}
table#content td.under {
width:70px;
padding-right:10px;
- border-left: 5px solid #afa;
- border-right:5px solid #afa;
+ border-left: 5px solid #cfc;
+ border-right:5px solid #cfc;
border-radius:40px 40px;
border-spacing:2px;
- background:#afa;
+ background:#cfc;
}
table#content tr:hover td.over {
- background:#fcc;
- border-color:#fcc;
+ background:#fdd;
+ border-color:#fdd;
}
table#content tr:hover td.under {
- background:#cfc;
- border-color:#cfc;
-}
-
-/*
-body {
- background:#444;
- font-size:10pt;
- margin:50px 0 0 15px;
- padding:0;
- color:#ddd;
-}
-
-h2 {
- position:absolute;
- width:100%;
- top:-15px;
- left:0px;
- background:#555;
- border-bottom:1px solid #ccc;
- padding:10px 0 5px 10px;
-}
-
-table.form {
- border:1px solid #777;
- padding:0;
- background:#666;
- margin-bottom:20px;
- border-collapse:collapse;
-}
-
-table.form td {
- padding:2px 10px;
-}
-
-.form input {
- background:#444;
- color:#ddd;
- border-color:#777;
-}
-
-table#content, table#contentregs {
- border:1px solid #777;
- margin:0 20px 20px 0;
- border-collapse:collapse;
-}
-
-table#contentregs td:first-child, table#contentregs th:first-child,
-table#content td:first-child, table#content th:first-child{
- width:40px;
- padding-right:0px;
- text-align:center;
-}
-
-
-
-table#content td, table#content th, table#contentregs td, table#contentregs th{
- border:1px solid #777;
- width:100px;
- text-align:right;
- padding-right:15px;
-}
-
-
-div#bar1 {
- width:900px;
- overflow-x:scroll;
- }
-
-div#bar1 div {
- width:66500px;
- height:0px;
-}
-
-div#bar2 {
- width:900px;
- overflow-x:scroll;
- }
-
-div#bar2 div {
- width:65536px;
- height:0px;
-}
-
-
-#total {
- text-align:center;
- font-weight:bold;
- }
-
-
-.odd {
- background:#555;
-}
-
-.odd:hover, .even:hover {
- background:#664;
-}
-
-.even {
- background:#333;
-}
-
-.head {
- background:#aaa;
- color:#000;
+ background:#dfd;
+ border-color:#dfd;
}