Skip to main content
summaryrefslogtreecommitdiffstats
blob: 94c8345e9cc40286f4cb3ff8f0b94f1ab28f43a3 (plain) (blame)
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*                        */
/* Author: Eteration A.S. */
/*                        */

#novaContent {
	position: relative;
	background: url("/webtools/images/backgroundMain.png") no-repeat #FFFFFF !important;
}
/*
#midcolumn {
	margin-left: 20px;
	width: 680px !important;
}
*/
#midcolumn {
	margin: 0px !important;
	padding: 0px 19px !important;
	width: 1040px;
	padding-top: 193px !important;
}

#leftcol {
	display: none;
}

#bigbuttons {
	position: absolute;
	right: 20px;
}

.logoBanner {
	position: absolute;
	height: 174px;
	width: 300px;
	top: 0;
	left: 0;
	padding-top: 10px;
	text-align: center;
}

.bigbuttonsTitleLink {
	position: absolute;
	height: 77px;
	width: 249px;
}

.bigbuttonsAbout span, .bigbuttonsCommunity span, .bigbuttonsDocumentation span, .bigbuttonsDownloads span {
	position: absolute;
	top: 30px;
	left: 85px;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
}

.bigbuttonsAbout {
	background: url("/webtools/images/bigbutton_about.png") no-repeat;
	width: 249px;
	height: 77px;
	position: relative;
}

.bigbuttonsCommunity {
	background: url("/webtools/images/bigbutton_community.png") no-repeat;
	width: 249px;
	height: 77px;
	position: relative;
}

.bigbuttonsDocumentation {
	background: url("/webtools/images/bigbutton_documentation.png") no-repeat;
	width: 249px;
	height: 77px;
	position: relative;
}

.bigbuttonsDownloads {
	background: url("/webtools/images/bigbutton_downloads.png") no-repeat;
	width: 249px;
	height: 77px;
	position: relative;
}

.wtpbanner {
	text-align: center;
}

.communityDiv {
	position: relative;
	float: left;
	/*width: 978px;*/
	width: 725px;
	height: 300px;
	z-index: 1;
}

.communityTitle {
	position: absolute;
	top: 25px;
	left: 290px;
	margin: 0 auto;
	width: 155px;
	height: 29px;
	background: url("/webtools/community/images/c_title.png") no-repeat;
	z-index: 1;
}

.communityBg {
	position: relative;
	background: url("/webtools/community/images/c_bg-repeat.png") repeat-x top left;
	width: 725px;
	height: 300px;
}

.communityEducation {
	position: absolute;
	top: 45px;
	left: 65px;
	background: url("/webtools/community/images/c_education.png") no-repeat;
	width: 269px;
	height: 269px;
}

.communityResource {
	position: absolute;
	top: 45px;
	left: 405px;
	background: url("/webtools/community/images/c_resource.png") no-repeat;
	width: 269px;
	height: 269px;
}

.communityDiv a {
	cursor: pointer;
}

Back to the top