home *** CD-ROM | disk | FTP | other *** search
- /*
-
- Style Sheet For Downlaoder Template v2.0.4.1
- 2008-01-31 12:44:33
- SiC
-
- */
- .header{
- height: 64px;
- }
- .innerHeader,
- .innerNavPanel,
- .buttons,
- .contentWrapper{
- min-width: 610px;
- width: auto;
- margin: 0px 20px;
- }
-
- /* dirty hack for ie6 */
- * html .buttons {
- width: 100%;
- margin: 0px;
- }
-
- .buttons .label{
- padding: 4px 8px;
- border-left: 1px solid white;
- border-right: 1px solid #E4E1DA;
- }
- .buttons .label input{
- color: #000;
- border-color: #DAD7CF;
- }
- .buttons .label input:hover{
- background: white;
- border-color: #968C76;
- }
- /* ie6 hack */
- * html .buttons .label{
- padding-right: 28px;
- }
- * html .buttons .label img{
- position: absolute;
- }
-
- .num-highlight{
- color:#CC3300;
- }
-
- /* control panel*/
- .controlPanel{
- margin: 10px 0px;
- }
-
- .errorMessage{
- margin-bottom: 10px;
- padding: 10px;
- color: #990000 !important;
- background: #FFFFCC;
- border: 1px solid #FFCC00;
- }
- .errorMessage a{
- color: #990000 !important;
- }
-
- /* page */
- .progressBar{
- word-break: keep-all;
- white-space : nowrap;
- color: #003366;
- background: #DDEEFF;
- border: 1px solid #99CCFF;
- }
- .progressBarDone{
- color: #456600;
- background: #F3F9E3;
- border: 1px solid #D1E498;
- }
- .progressBarStop{
- color: #666666;
- background: #F0F0F0;
- border: 1px solid #D0D0D0;
- }
- .progressBarError{
- color: #990000;
- background: #FFDDBB;
- border: 1px solid #DD9751;
- }
- .progressBarOuter{
- background: #F5F4F1;
- }
-
- .speed {
- position: absolute;
- width: 144px;
- text-align: right;
- color: #666666;
- }
-
- .timeLeft{
- color: #666666;
- }
-
- .comment,
- .comment a{
- margin: 3px 0px;
- color: #999999;
- }
- .controls{
- margin-left: 70px;
- }
- .inline-control{
- color: #999999;
- }
-
- /* edit table */
- .maxTable{
- }
- .maxTable input.text,
- .maxTable textarea,
- .maxTable select{
- width: 99%;
- }
-
- .maxTable th{
- text-align: left;
- padding: 5px 8px;
- color: #666666;
- font-weight: bold;
- background: #F5F4F1;
- }
- .maxTable td{
- padding: 5px 8px;
- cursor: pointer;
- border-bottom: 1px dotted #E0E0E0;
- }
- .maxTable-hover td{
- background: #F7FCE4;
- }
- .maxTable-edit td{
- background: #F9FCFF;
- }
- .maxTable-edit-note{
- margin: 5px 0px;
- color: #666666;
- }
-
- .maxTable-control td{
- cursor: auto;
- background: #F1F0EB;
- color: #999999;
- border-bottom: none;
- }
-
- .maxTable-edit-no-control td{
- background: #F8FCEA;
- }
-
- /* page */
- .pagerWrapper{
- }
- .pagerWrapper a:link,
- .pagerWrapper a:active,
- .pagerWrapper a:visited,
- .pagerWrapper a:hover
- {
- padding: 3px 6px;
- margin-right: 2px;
- color: #000000;
- background: #FBFBF9;
- border: 1px solid #E4E1DA;
- text-decoration: none;
- }
-
- .pagerWrapper a:hover
- {
- color: #395500;
- background: #EFF9D0;
- border: 1px solid #A5D11F;
- }
-
- .pagerWrapper a.active{
- color: #000000 !important;
- background: #ECF4FD !important;
- border: 1px solid #98C7F5 !important;
- }
-