1/* $Id$
2	FiveAlive theme grape option newsletter css (fivealive/options/grape/newsletter.css) for Tiki Wiki CMS/Groupware.
3	Visit http://themes.tiki.org for more information.
4*/
5
6/***** XHTML Elements (body tag here,
7			others follow Layout) *****/
8body {
9	background-color: #fff;
10	font: 76%/1.5em Arial, Helvetica, sans-serif;
11	color: #000;
12}
13
14
15/***** XHTML Elements (other than body tag) ******/
16a,
17a:visited,
18tr.even a,
19tr.even a:visited,
20tr.odd a,
21tr.odd a:visited {
22	color: #8e286a;
23}
24
25a:active,
26a:hover,
27tr.even a:active,
28tr.even a:hover,
29tr.odd a:active,
30tr.odd a:hover {
31	color: #a02871;
32}
33
34fieldset {
35	border: 1px solid #8e286a;
36}
37
38hr {
39	color: #a82a76;
40	background: #a82a76;
41}
42
43.button a,
44.button a:visited,
45button,
46input[type="reset"],
47input[type="submit"],
48.button input,
49.calbuttonBox a,
50#genPass .button a,
51#genPass .button a:visited,
52.daterow {
53	color: #fff;
54	background: #a82a76;
55	border-color: #a82a76 #69285c #69285c #a82a76;
56	font-weight: bold;
57}
58
59.button a:hover,
60button:hover,
61input[type="reset"]:hover,
62input[type="submit"]:hover,
63.button input:hover
64#genPass .button a:hover,
65.daterow:hover {
66	background: #9b286f;
67	border-color: #69285c #a82a76 #a82a76 #69285c;
68}
69
70.highlight,
71.button.highlight a {
72	border: #e4afd3;
73	color: #8e286a;
74	background: #ddf4ef;
75}
76
77.button.highlight a {
78	background: #f4dded;
79	color: #8e286a;
80}
81
82select,
83input[type="text"],
84input[type="password"],
85input[type="file"],
86input#login-pass,
87textarea,
88.adminoptionbox option {
89	background: #f4dded;
90	border-color: #e4afd3 #faf1f8 #faf1f8 #e4afd3;
91}
92
93.cbox {
94	background: #efcde5;
95	color: #8b1932;
96}
97
98.cbox-title {
99	border-bottom: 3px solid #a82a76;
100}
101
102.titlebar,
103.rbox-title,
104.rbox-data {
105	border: #a82a76;
106	background: #efcde5;
107	color: #8b1932;
108}
109
110.simplebox {
111	border: 2px solid #a82a76;
112}
113
114/***** Tables, Tabs *****/
115/** Tables **/
116
117.normal,
118.wikitable {
119	border: 2px solid #a82a76;
120}
121
122.caltable .odd,
123.caltable .even,
124.caltable .calborder,
125.wikicell {
126	border: 2px solid #efcde5;
127}
128
129.caltable td.calhighlight,
130td.calheadhighlight {
131	background: #ddf4ef;
132}
133
134.odd {
135	background: #faf1f8;
136}
137
138.even {
139	background: #f4dded;
140}
141
142/* End of File */
143