Subversion Repositories SmartDukaan

Rev

Rev 4142 | Rev 4280 | 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
 
134
span.error{
135
	color: red;
3090 mandeep.dh 136
}
137
 
3546 mandeep.dh 138
div.message{
139
    color: red;
140
}
141
 
3339 mandeep.dh 142
#activity tr.selected {
143
    font-weight: bold;
144
}
145
 
4241 anupam.sin 146
#activity-table tr.selected {
147
    font-weight: bold;
148
}
149
 
3228 mandeep.dh 150
#tickets tr.selected {
151
    font-weight: bold;
152
}
153
 
3090 mandeep.dh 154
.width10{
155
    width:175px;
156
}
157
 
3397 mandeep.dh 158
.width-activity-type {
3339 mandeep.dh 159
    width:250px;
160
}
161
 
3106 mandeep.dh 162
.table-tr-odd {
163
	background-color: #EAEBFF;
3090 mandeep.dh 164
}
3106 mandeep.dh 165
 
166
.table-tr-even {
167
    background-color: white;
168
}
169
 
170
.home-page {
171
	cursor: pointer;
172
}
173
 
3397 mandeep.dh 174
.hidden {
3106 mandeep.dh 175
	display: none;
3137 mandeep.dh 176
}
177
 
3397 mandeep.dh 178
.bold {
3409 mandeep.dh 179
	font: italic;
180
	font-style: oblique;
4241 anupam.sin 181
	font-weight: bold;
3397 mandeep.dh 182
}
183
 
3151 mandeep.dh 184
.center-image {
185
  position: fixed;
186
  top: 50%;
187
  left: 50%;
188
  margin-top: -50px;
189
  margin-left: -100px;
3228 mandeep.dh 190
  z-index: 100;
3151 mandeep.dh 191
}
3206 mandeep.dh 192
 
193
div#mail-div {
194
	background-color: #EFF;
3519 mandeep.dh 195
	width:  740px;
196
    height: 380px;
3206 mandeep.dh 197
}
3228 mandeep.dh 198
 
3339 mandeep.dh 199
a:active {color:#0000FF;}
200
 
201
table.display {
202
    table-layout: fixed;
3411 mandeep.dh 203
}
204
 
3499 mandeep.dh 205
pre {
206
    white-space: pre-wrap;       /* css-3 */
207
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
208
    white-space: -pre-wrap;      /* Opera 4-6 */
209
    white-space: -o-pre-wrap;    /* Opera 7 */
210
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
211
}
3853 mandeep.dh 212
 
4241 anupam.sin 213
.CODButton {
3853 mandeep.dh 214
	width: 80px;
215
	font-size: smaller;
216
	height: 30px;
3996 mandeep.dh 217
}
218
 
4241 anupam.sin 219
.smallButton {
220
	width:70px;
221
	font-size:smaller;
222
	height:30px;
223
} 
224
 
3996 mandeep.dh 225
.underline {
226
	text-decoration: underline;
4142 mandeep.dh 227
}
228
 
229
.heading {
230
	font-weight: bold;
231
	font-size: larger;
232
}
4241 anupam.sin 233
 
234
.activity-description-bg {
235
	background-color: silver;
236
}