Subversion Repositories SmartDukaan

Rev

Rev 7393 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2674 vikas 1
body{
2
    font-family:Verdana, Verdana, Geneva, sans-serif;
3
    font-size:12px;
4
    color:#000;
5
    line-height:18px;
6
    margin: 0 auto;
3711 mandeep.dh 7
    width:1200px;
2674 vikas 8
}
9
 
4241 anupam.sin 10
#line{
11
	background-color:black;
12
	width:100%;
13
	height:8px;
14
	float:left;
15
}
16
 
17
#separator-line{
18
	width:100%;
19
	color: black;
20
}
21
 
2674 vikas 22
#topbar{
23
	width:100%;
3578 mandeep.dh 24
    height:4%;
2674 vikas 25
    background-color: #EEF
26
}
27
 
3090 mandeep.dh 28
#topbar-left{
4241 anupam.sin 29
	float:left;
3578 mandeep.dh 30
	width:82%;
4241 anupam.sin 31
	height:inherit;
3090 mandeep.dh 32
}
33
 
34
#topbar-right{
35
	float:right;
3578 mandeep.dh 36
    width:18%;
4241 anupam.sin 37
    height:inherit;
3090 mandeep.dh 38
}
39
 
2674 vikas 40
#middle{
41
    width:100%;
3578 mandeep.dh 42
    height:96%;
2674 vikas 43
    background-color: #EFF
44
}
45
 
46
/*___ Sidebar ___*/
47
#sidebar{
48
	float:left;
49
	width:20%;
4241 anupam.sin 50
	max-height:2000px;
51
	min-height:1080px;
52
	background-color: lightBlue;
2674 vikas 53
}
54
 
55
/*___ infopane ___*/
56
#infopane{
57
    float:left;
58
    width:80%;
59
    height:100%;
60
    overflow: auto;
61
}
62
 
63
/*___ top-infopane ___*/
64
#top-infopane{
65
    float:left;
66
    width:100%;
67
}
68
 
69
/*___ bottom-infopane ___*/
70
#bottom-infopane{
71
    float:left;
72
    width:100%;
73
}
74
 
75
/*___ orderTopLeft ___*/
76
#orderTopLeft{
77
    float:left;
4241 anupam.sin 78
    width:33%;
2674 vikas 79
}
80
 
81
/*___ orderTopMiddle ___*/
82
#orderTopMiddle{
83
    float:left;
4241 anupam.sin 84
    width:34%;
2674 vikas 85
}
86
 
87
/*___ orderTopRight ___*/
88
#orderTopRight{
89
    float:left;
4241 anupam.sin 90
    width:33%;
2674 vikas 91
}
92
 
3090 mandeep.dh 93
/*___ orderMiddle ___*/
94
#orderMiddle{
2674 vikas 95
    float:left;
96
    width:100%;
97
}
98
 
3090 mandeep.dh 99
/*___ orderMiddleLeft ___*/
100
#orderMiddleLeft{
2674 vikas 101
    float:left;
102
    width:33%;
103
}
104
 
3090 mandeep.dh 105
/*___ orderMiddleMiddle ___*/
106
#orderMiddleMiddle{
2674 vikas 107
    float:left;
108
    width:33%;
109
}
110
 
3090 mandeep.dh 111
/*___ orderMiddleRight ___*/
112
#orderMiddleRight{
2674 vikas 113
    float:left;
114
    width:34%;
115
}
116
 
3090 mandeep.dh 117
/*___ orderMiddle ___*/
118
#orderBottom{
119
    float:left;
120
    width:100%;
121
}
122
 
2674 vikas 123
/*___ footer ___*/
124
#footer{
125
    width:100%;
3106 mandeep.dh 126
    height:0%;
2674 vikas 127
    background-color: #EEF
128
}
2714 vikas 129
 
130
#user-orders tr.selected {
131
	font-weight: bold;
2724 vikas 132
}
133
 
7572 anupam.sin 134
#orders-without-user tr.selected {
135
	font-weight: bold;
136
}
137
 
6153 anupam.sin 138
#recharge-orders tr.selected {
139
	font-weight: bold;
140
}
141
 
2724 vikas 142
span.error{
143
	color: red;
3090 mandeep.dh 144
}
145
 
3546 mandeep.dh 146
div.message{
147
    color: red;
148
}
149
 
3339 mandeep.dh 150
#activity tr.selected {
151
    font-weight: bold;
152
}
153
 
4241 anupam.sin 154
#activity-table tr.selected {
155
    font-weight: bold;
156
}
157
 
3228 mandeep.dh 158
#tickets tr.selected {
159
    font-weight: bold;
160
}
161
 
4280 anupam.sin 162
.center-aligned {
163
	text-align:center;
164
}
165
 
3090 mandeep.dh 166
.width10{
167
    width:175px;
168
}
169
 
3397 mandeep.dh 170
.width-activity-type {
3339 mandeep.dh 171
    width:250px;
172
}
173
 
3106 mandeep.dh 174
.table-tr-odd {
175
	background-color: #EAEBFF;
3090 mandeep.dh 176
}
3106 mandeep.dh 177
 
178
.table-tr-even {
179
    background-color: white;
180
}
181
 
182
.home-page {
183
	cursor: pointer;
184
}
185
 
3397 mandeep.dh 186
.hidden {
3106 mandeep.dh 187
	display: none;
3137 mandeep.dh 188
}
189
 
3397 mandeep.dh 190
.bold {
3409 mandeep.dh 191
	font: italic;
192
	font-style: oblique;
4241 anupam.sin 193
	font-weight: bold;
3397 mandeep.dh 194
}
195
 
3151 mandeep.dh 196
.center-image {
197
  position: fixed;
198
  top: 50%;
199
  left: 50%;
200
  margin-top: -50px;
201
  margin-left: -100px;
3228 mandeep.dh 202
  z-index: 100;
3151 mandeep.dh 203
}
3206 mandeep.dh 204
 
205
div#mail-div {
206
	background-color: #EFF;
3519 mandeep.dh 207
	width:  740px;
208
    height: 380px;
3206 mandeep.dh 209
}
3228 mandeep.dh 210
 
3339 mandeep.dh 211
a:active {color:#0000FF;}
212
 
213
table.display {
214
    table-layout: fixed;
3411 mandeep.dh 215
}
216
 
3499 mandeep.dh 217
pre {
218
    white-space: pre-wrap;       /* css-3 */
219
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
220
    white-space: -pre-wrap;      /* Opera 4-6 */
221
    white-space: -o-pre-wrap;    /* Opera 7 */
222
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
223
}
3853 mandeep.dh 224
 
4241 anupam.sin 225
.CODButton {
3853 mandeep.dh 226
	width: 80px;
227
	font-size: smaller;
228
	height: 30px;
3996 mandeep.dh 229
}
230
 
4241 anupam.sin 231
.smallButton {
232
	width:70px;
233
	font-size:smaller;
234
	height:30px;
235
} 
236
 
3996 mandeep.dh 237
.underline {
238
	text-decoration: underline;
4142 mandeep.dh 239
}
240
 
241
.heading {
242
	font-weight: bold;
243
	font-size: larger;
244
}
4241 anupam.sin 245
 
246
.activity-description-bg {
247
	background-color: silver;
4681 amar.kumar 248
}
249
 
7393 anupam.sin 250
.cancelReasonBox {
4681 amar.kumar 251
	display: none;
4793 amar.kumar 252
}
253
 
254
.agent-option {
255
	font-size:16px;
256
}
257
 
258
.agent-form-error {
259
	background : yellow;	
5022 anupam.sin 260
}
261
 
262
.info {
263
	color : RED;
264
	font-size : 15px;
5203 amar.kumar 265
}
266
 
267
#common-activity-desc {
268
	display: none;
269
}