/*
 * Copyright 2005 Julien Couvreur
 *
 * This file is part of TiwyWiki.
 */
h1 { font-size: large; }
	
#information { margin: 5px 2px 5px 2px; padding: 5px 5px 5px 10px; }
.info { background-color: rgb(236, 243, 225); }
.warning { background-color: #FFFFCC; }
.error { background-color: #FF9999; }

#wikiSpinner { position: absolute; right: 2%; display: inline; background-color: White; }
#onlineStatus { margin: 0px 5px 0px 5px; padding: 0px 10px 0px 10px;  }
.status { /* background-color: rgb(236, 243, 225); */ }

#syncStatus { margin: 5px 2px 5px 2px; padding: 5px 5px 5px 10px; }

.syncTable { border: solid 1px black; }


/* Should I use http://www.jaybirdsweb.com/tuts/menu/ieHoverFix.js ? */