1/*****************************************************************
2 * SearchPattern plugin for dokuwiki / CSS Style
3 * Author : Matthieu Rioteau (matthieu<dot>rioteau<at>skf<dot>com)
4 * Creation : 2009-12-22
5 * Releases list :
6 * - ver 0.1 : 2009-12-22 : Initial release
7 *****************************************************************/
8
9
10table.sp_main_table {
11	text-align: center;
12	border: 10px solid;
13	border-spacing: 0px;
14}
15
16table.sp_main_table td,th {
17	border: 3px green solid;
18}
19
20table.sp_main_table tr {
21}
22
23.sp_error {
24	background-color: red;
25}
26