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.

82 lines
1.5 KiB

  1. 
  2. /* ----------- TAB MENU -------------------*/
  3. .tabs {
  4. height: 2.8em;
  5. margin-bottom: 1.2em;
  6. position: relative;
  7. overflow: hidden;
  8. top: 0px;
  9. left: 0px;
  10. }
  11. .tabs ul {margin:0; position:absolute; bottom:0; padding-left:1em; width: 100%; border-bottom: 1px solid #bbbbbb;}
  12. .tabs ul li{
  13. float:left;
  14. list-style-type:none;
  15. white-space:nowrap;
  16. margin-right:8px;
  17. background:#fff;
  18. position:relative;
  19. margin-bottom:-1px;
  20. top: 0px;
  21. left: 0px;
  22. }
  23. .errormsg
  24. {
  25. color:Red;
  26. }
  27. /*none repeat scroll 0 0 #3A4F63 #4B6C9E */
  28. .tabs ul li a{
  29. display:block;
  30. font-size: 11px;
  31. font:Verdana;
  32. text-decoration:none;
  33. line-height:1.3em;
  34. padding:6px 8px 6px 8px;
  35. border: 1px solid #ccc;
  36. border-bottom: 1px solid #bbbbbb;
  37. background-color: #eeeeee;
  38. color:#3A4F63;
  39. font-weight:bold;
  40. }
  41. .tabs ul li a:hover {
  42. background-color: #4B6C9E;
  43. text-decoration:none;
  44. color:#FFCC00;
  45. }
  46. .tabs ul li a.selected {
  47. background-color: #fff;
  48. border: 1px solid #bbbbbb;
  49. border-bottom: 1px solid #fff;
  50. }
  51. .tabs ul li a.selected:hover {
  52. background-color: #fff;
  53. color:#3A4F63;
  54. }
  55. .breadCrumb, .bredCrom, .BredCurm {
  56. background: url("../images/breadcrumb-select.png") no-repeat scroll 0.8% 0 transparent;
  57. border-bottom: 1px solid #CACACA;
  58. color: navy;
  59. font-family: 'Trebuchet MS';
  60. font-size: 12px;
  61. font-weight: 600;
  62. height: 20px;
  63. line-height: 18px;
  64. margin: 4px 0 5px;
  65. padding-left: 34px;
  66. text-transform: uppercase;
  67. }
  68. .bredCrom div /*need to remove this class later on*/
  69. {
  70. font-size: 12px;
  71. }