summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/reservr/styles.css
blob: c4e2ac9188af399421ae14753836d9de406cd5d1 (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
/* Reservr styles */
body {
	background-color: #E9ECED;
	background-image: url(bmw.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#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-panel {
	xmargin: 5px;
}
.i-caption {
	color: #F14C1A;
	font-size: 16px;
}
.i-label-arrow {
	line-height: 160px;
	font-family: Times New Roman;
	color: #F14C1A;
	font-size: 65px;
}
textarea.i-textfield {
	font-size: 13px;
	width: 320px;
	height: 110px;
}
.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: #183C6B;
	font-weight: bold;
	color: white;
}
.i-orderedlayout {
	margin:0px;
	padding: 0px;
}

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