Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7283 kshitij.so 1
/*
2
Modern table design - template
3
Download more PSD stuff from www.psdgraphics.com
4
*/
5
 
6
 
7
 
8
 
9
#psdgraphics-com-table {
10
	margin:0;
11
	padding: 4px;
12
	width: 578px;
13
	font: 11px Arial, Helvetica, sans-serif;
14
	color:#747474;
15
	background-color:#0c2a62;
16
}
17
 
18
 
19
#psdg-header {
20
	margin:0;
21
	padding: 14px 0 0 24px;
22
	width: 554px;
23
	height: 55px;
24
	color:#FFF;
25
	font-size:13px;
26
	background: #0c2c65 url(images/head-bcg.jpg) no-repeat right top;	
27
}
28
 
29
.psdg-bold {
30
	font: bold 22px Arial, Helvetica, sans-serif;
31
 
32
}
33
 
34
#psdg-top {
35
	margin:0;
36
	padding: 0;
37
	width: 578px;
38
	height: 46px;
39
	border-top: 2px solid #FFF;
40
	background: #eff4ff url(images/top-light-blue.png) repeat-x left top;	
41
}
42
 
43
.psdg-top-cell {
44
	float:left;
45
	padding: 15px 0 0 0;
46
	text-align:center;
47
	width:105px;
48
	height: 31px;
49
	border-right: 1px solid #ced9ec;
50
	color:#1f3d71;
51
	font: 13px Arial, Helvetica, sans-serif;
52
}
53
 
54
#psdg-middle {
55
	margin:0;
56
	padding: 0;
57
	width: 578px;
58
	background: #f6f6f6 url(images/center-bcg.png) repeat-y right top;	
59
}
60
 
61
.psdg-left {
62
	float:left;
63
	margin:0;
64
	padding: 10px 0 0 24px;
65
	width: 129px;
66
	text-align: left;
67
	height: 25px;
68
	border-right: 1px solid #ced9ec;
69
	border-bottom: 1px solid #b3c1db;
70
	color:#1f3d71;
71
	font: 13px Arial, Helvetica, sans-serif;
72
	background: #e4ebf8 url(images/center-blue.png) repeat-y left top;
73
}
74
 
75
 
76
 
77
.psdg-right {
78
	float:left;
79
	margin:0;
80
	padding: 11px 0 0 0;
81
	width: 105px;
82
	text-align:center;
83
	height: 24px;
84
	border-right: 1px solid #ced9ec;
85
	border-bottom: 1px solid #b3c1db;
86
}
87
 
88
#psdg-bottom {
89
	clear:both;
90
	margin:0;
91
	padding: 0;
92
	width: 578px;
93
	height: 48px;
94
	border-top: 2px solid #FFF;
95
	background: #e4e3e3 url(images/bottom-line.png) repeat-x left top;	
96
}
97
 
98
 
99
.psdg-bottom-cell {
100
	float:left;
101
	padding: 15px 0 0 0;
102
	text-align:center;
103
	width:105px;
104
	height: 33px;
105
	border-right: 1px solid #ced9ec;
106
	color:#070707;
107
	font: 13px Arial, Helvetica, sans-serif;
108
}
109
 
110
 
111
 
112
#psdg-footer {
113
	font-size: 10px;
114
	color:#8a8a8a;
115
	margin:0;
116
	padding: 8px 0 8px 12px;
117
	width: 566px;
118
	background: #f6f6f6 url(images/center-bcg.png) repeat-y right top;	
119
}
120