You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031
  1. /* # Special rules for IE
  2. ================================================== */
  3. .tAlt thead td { background: #eee; text-align: center; font-size: 11px; border-left: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; padding: 2px 10px; font-size: 11px; color: #909090; }
  4. .tAlt tbody tr td { padding: 7px 11px; vertical-align: middle; border-left: 1px solid #DFDFDF; box-shadow: 0 1px 0 #fafafa inset; -webkit-box-shadow: 0 1px 0 #fafafa inset; -moz-box-shadow: 0 1px 0 #fafafa inset; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-bottom: 1px solid #DFDFDF; }
  5. .tAlt tbody td:first-child, .tAlt thead td:first-child { border-left: none; }
  6. /* Middle nav rounded buttons will appear as square buttons in IE */
  7. .middleNavR li, .middleNavR li a { border-radius: 3px!important; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  8. .middleNavR li { width: 84px; height: 84px; box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -webkit-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; -moz-box-shadow: inset 0 1px 1px #ccc, 0 1px 1px #fcfcfc, 0 0 1px 1px #f5f5f5; }
  9. .middleNavR li a { top: 8px; left: 8px; width: 66px; height: 66px; box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -webkit-box-shadow: 0 1px 1px #b5b5b5, 0px 1px 0 #fff inset; -moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset; }
  10. .middleNavR { text-align: center; margin: 30px 0 0 0; }
  11. .middleNavR li { margin: 5px 10px -7px 10px; position: relative; display: inline-block; text-align: center; border: 1px solid #dfdfdf; background: #eee; }
  12. .middleNavR li a {
  13. position: absolute;
  14. background: #f7f7f7;
  15. background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  16. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8));
  17. background: -webkit-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
  18. background: -o-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
  19. background: -ms-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
  20. background: linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%);
  21. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 );
  22. border: 1px solid #DFDFDF;
  23. transition: all 0.1s ease-in-out;
  24. -moz-transition: all 0.1s ease-in-out;
  25. -webkit-transition: all 0.1s ease-in-out;}