|
1 @charset "UTF-8"; |
|
2 |
|
3 .titlediv { |
|
4 margin: 0px 0px 25px 0px; |
|
5 } |
|
6 |
|
7 |
|
8 .ldt_player_code { |
|
9 width: 580px; |
|
10 overflow: auto; |
|
11 border-style: inset; |
|
12 border: 1px solid silver; |
|
13 margin: 10px 5px; |
|
14 padding: 2px; |
|
15 } |
|
16 |
|
17 .searchfielddiv { |
|
18 top: 50%; |
|
19 margin-top: 12px; |
|
20 } |
|
21 |
|
22 .searchfield { |
|
23 background: white; |
|
24 border: 1px solid #b8b8b8; |
|
25 -moz-border-radius: 15px; |
|
26 -webkit-border-radius:15px; |
|
27 -khtml-border-radius:15px; |
|
28 border-radius: 15px; |
|
29 padding: 2px 5px; |
|
30 } |
|
31 |
|
32 .searchfield img { |
|
33 vertical-align: middle; |
|
34 margin-top: 5px; |
|
35 } |
|
36 |
|
37 .searchfieldinput { |
|
38 color: graytext; |
|
39 font-style: italic; |
|
40 } |
|
41 |
|
42 |
|
43 input[type="text"].searchfieldinputbase { |
|
44 border: none; |
|
45 } |
|
46 |
|
47 .searchclear { |
|
48 display: none; |
|
49 float: right; |
|
50 } |
|
51 |
|
52 .searchfieldinputbase { |
|
53 background: #ffffff url("../img/search.gif") no-repeat left center; |
|
54 width: 99px; |
|
55 height: 14px; |
|
56 margin: 0px 2px 0px 0px; |
|
57 vertical-align: top; |
|
58 padding-left: 20px; |
|
59 } |
|
60 |
|
61 |
|
62 .projectscontentsdiv { |
|
63 overflow: hidden; |
|
64 height: 570px; |
|
65 |
|
66 } |
|
67 div.projectscontentsdiv table { |
|
68 width: 470px; |
|
69 height: 100%; |
|
70 margin-bottom: 0; |
|
71 } |
|
72 |
|
73 tr.projectscontentsoddline { |
|
74 background: #ededed; |
|
75 } |
|
76 |
|
77 tr.projectscontentsevenline { |
|
78 background: white; |
|
79 } |
|
80 |
|
81 |
|
82 /* make the TH elements pretty */ |
|
83 .projectscontentsheader { |
|
84 background: #b5b5b5; |
|
85 font-weight: bold; |
|
86 text-transform:capitalize; |
|
87 color: white; |
|
88 padding: 1px 2px; |
|
89 text-align: left; |
|
90 } |
|
91 |
|
92 |
|
93 #contentsheader { |
|
94 padding: 1px 10px 1px 49px; |
|
95 } |
|
96 |
|
97 |
|
98 #projectsheader { |
|
99 padding: 1px 10px 1px 93px; |
|
100 } |
|
101 |
|
102 .contenttitle { |
|
103 width: 411px; |
|
104 padding: 4px 10px 4px 5px; |
|
105 } |
|
106 |
|
107 .contenttitlelink,.contenttitlelink:link,.contenttitlelink:hover,.contenttitlelink:visited { |
|
108 text-decoration: none; |
|
109 color: #4F5155; |
|
110 } |
|
111 |
|
112 .projecttitlelink,.projecttitlelink:link,.projecttitlelink:hover,.projecttitlelink:visited { |
|
113 text-decoration: none; |
|
114 color: #4F5155; |
|
115 } |
|
116 |
|
117 |
|
118 .projecttitle { |
|
119 width: 367px; |
|
120 padding: 4px 10px 4px 5px; |
|
121 } |
|
122 |
|
123 .projectscontentsfooter { |
|
124 background: #8c8c8c; |
|
125 color: #ffffff; |
|
126 margin-top: 18px; |
|
127 font-size: 1.25em; |
|
128 font-style: normal; |
|
129 padding : 5px 5px; |
|
130 } |
|
131 |
|
132 .projectscontentstablediv { |
|
133 max-height: 500px; |
|
134 overflow: auto; overflow-x: hidden; |
|
135 border-bottom: 2px solid #b5b5b5 ; |
|
136 float: left; |
|
137 } |
|
138 .projectscontentstablewrapperdiv { |
|
139 height: 502px; |
|
140 } |
|
141 |
|
142 .projectscontentsbody tr { |
|
143 padding-right: 16px; |
|
144 } |
|
145 |
|
146 .titlediv { |
|
147 vertical-align: middle; |
|
148 } |
|
149 |
|
150 .cellimg { |
|
151 width: 18px; |
|
152 text-align: center; |
|
153 padding: 4px 2px 4px 2px; |
|
154 cursor: pointer; cursor: hand; |
|
155 } |
|
156 |
|
157 .cellimgdiv { |
|
158 visibility: hidden; |
|
159 } |
|
160 |
|
161 .searchajaxloader { |
|
162 display: none; |
|
163 float: right; |
|
164 z-index: +1; |
|
165 } |
|
166 |
|
167 a.content_link_create:link, a.content_link_create:visited, |
|
168 a.ldt_link_create:link, a.ldt_link_create:visited { |
|
169 color: white; |
|
170 text-decoration: none; |
|
171 } |
|
172 |
|
173 a.project_link_create:link, a.project_link_create:visited { |
|
174 color: white; |
|
175 } |
|
176 |