Project

General

Profile

1
#tabblock {
2
	margin: 0 20px 0 5px;
3
}
4

    
5
.tab-wrapper {
6
	/*padding: 10px;*/
7
	margin: 0;
8
	border-right: 1px solid #CCCCCC;
9
	border-bottom: 1px solid #CCCCCC;
10
	border-left: 1px solid #CCCCCC;
11
	margin-left:4px;
12
	margin-right:4px;
13
}
14

    
15

    
16
.tab-menu {
17
	margin: 0;
18
	margin-top:10px;
19
	padding: 0;
20
	line-height: 18px;
21
	border-bottom: 1px solid #ffffff;
22
	padding-bottom:4px;
23
	margin-right:4px;
24
}
25

    
26
.tab-menu ul {
27
	list-style: none;
28
	border-bottom: 1px solid #ffffff;
29
	padding:0px!important;
30
	margin:0px!important;
31
	padding-bottom:4px;
32
}
33

    
34
.tab-menu li {
35
	margin: 0 0 0 5px;
36
	padding: 0;
37
	display: inline;
38
	border-top: 1px solid #ffffff;
39
	border-right: 1px solid #ffffff;
40
	border-left: 1px solid #ffffff;
41
	background-color:#f0f0f0;
42
	padding-bottom:5px;
43
}
44

    
45
.tab-menu li.tab-selected {
46
	border-bottom: 1px solid white;
47
	color: #215583;
48
	padding: 0 .3em;
49
	font-weight: bold;
50
	/*background: #f0f0f0 url(../images/myhdrbg.png)  repeat-x top;*/
51
	background-color:#EDF0F9;
52
	background-color:EDF5FD;
53
	padding-bottom:4px;
54
}
55

    
56
.tab-menu li a {
57
	margin: 0;
58
	padding: 0 .3em;
59
	font-weight: normal;
60
	/*font-size: 11px;*/
61
	text-decoration: none;
62
}
63

    
64
.tab-menu li a:hover, .tab-menu li a:focus {
65
	text-decoration: underline;
66
}
67

    
68
.tab-menu li.tab-selected a {
69
	text-decoration: none;
70
	color:#333;
71
}
(1-1/6)