schedule.css
1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#header{
height:6%;
text-align:center;
font-size:0;
}
#header:after,#header span{
display:inline-block;
*display:inline;
*zoom:1;
width:0;
height:100%;
vertical-align:middle;
}
#header:after{
content:'';
}
#header p{
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:middle;
font-size:12px;
}
.wspan {
margin-left:30px;
font-size:12px;
}
.wtable {
width:85%;
margin:auto;
text-align:center;
border-collapse:collapse;
border:1px solid rgb(121,121,121);
}
.ltd {
width:30%;
height:25px;
background:rgb(248,248,248);
}
.rtd {
width:70%;
height:25px;
background:white;
}
.ctd {
width:70%;
height:25px;
}
.dtable {
width:95%;
margin:auto;
text-align:center;
border-collapse:collapse;
border:1px solid rgb(121,121,121);
}
.dtd {
width:15%;
height:25px;
background:rgb(248,248,248);
}
.wtd {
width:17%;
height:25px;
background:rgb(248,248,248);
}
.ntd {
width:18%;
height:25px;
}
.ttd {
width:50%;
height:25px;
}
table.altrowstable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #E6E6E6;
border-collapse: collapse;
}
table.altrowstable th, table.altrowstable td {
height: 30px;
border-left:1px solid #E6E6E6;
border-right:1px solid #E6E6E6;
}
table.altrowstable td {
border-bottom:1px solid #E6E6E6;
}
table.yearTable {
width:98%;
height:100%;
border-collapse:collapse;
margin:0px auto;
margin-top:10px;
}
table.yearTable td {
padding-right:10px;
padding-bottom:10px;
}
table.yearTable div {
background:white;
height:100%;
}
table.monthTable {
width:100%;
height:100%;
border-collapse:collapse;
text-align:center
}
.monthName {
text-align:left;
padding:10px 0px 10px 10px;
font-size:13px;
}