summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/reservr/styles.css
blob: d107454c1ef38489341807540f11135b7e4fb5e4 (plain)
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
@import url(../default/styles.css);

/* Reservr styles */
body {
	background-color: #E9ECED;
	background-image: url(bmw.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
}

#itmill-ajax-window {
	background-color: transparent;
}

#header {
	font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana,
		sans-serif;
	padding: 10px;
}

#logo {
	line-height: 33px;
	color: #F14C1A;
	font-size: 22px;
	letter-spacing: -0.03em;
}

#slogan {
	color: #464F52;
	font-style: italic;
	font-size: 12px;
}

/* Default widgetset overrides */
.i-label,.i-caption {
	min-height: 1em;
}

.i-datefield-entrycalendar-hours {
	height: 250px;
	overflow: auto;
}

.i-datefield-calendarpanel {
	width: 20em;
}

.i-caption {
	color: #F14C1A;
	font-size: 16px;
}

.i-label-arrow {
	line-height: 160px;
	font-family: Times New Roman;
	color: #F14C1A;
	font-size: 65px;
	margin: 0 20px 0 12px;
}

textarea.i-textfield {
	font-size: 13px;
	width: 320px;
	height: 110px;
	margin-right: 30px;
}

.i-button-link {
	border: 0px;
	text-align: left;
	text-decoration: none;
	background: none;
}

.i-button-important-link {
	border: 0px;
	text-align: left;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

#itmill-ajax-window .i-button-selected-link {
	border: 0px;
	text-align: left;
	text-decoration: none;
	background: #5daee8;
	font-weight: bold;
	color: #fff;
}

.i-orderedlayout {
	margin: 0px;
	padding: 0px;
}

.i-orderedlayout td {
	vertical-align: top;
}