/* Copyright 2002--2006 Creole West Productions
   This file is released under the GPL. See License for full licensing information */
/* $Id: system.css 43 2010-05-15 21:34:13Z emeraldimp $

   System-required, basic appearance stuff. */

.form_grouping          { border: 1px solid blue; }

#reservations_title       { font-size: larger;
                            font-weight: bold;
                          }
#EditorFrame    { border: 1px solid #908f8f; }
.messages	{ border: 1px solid red; }
.error          { color: red; }
.fullwidth      { width: 100%; }
.flushright     { float: right; }

.post           { margin-left: 15px; }
.posthead       { 
		background-color: #ffff8f;
		font-size: x-small;
        	border: 1px solid black; 
		border-bottom: none;
		}
.postfoot       { 
		  height: 27px;
		  margin-top: -26px;
		  margin-left: 15px;
        	  border-top: 1px solid black; 
		  font-size: x-small;
		  }
.postquote       { 
		  background-image: url('../images/quotebottom.png');
		  background-repeat: no-repeat;
		  font-size: x-small;
		  height: 27px;
		  margin-top: -2px;
		  margin-left: -2px;
		  }
.postfoot .author { margin-left: 4px;
		    vertical-align: bottom; 
		    }
.title          { font-weight: bold; font-size: larger; }
.posttext       { padding: 2px;
		  padding-bottom: -2px;
		  margin-bottom: -0.5px;
        	  border-left: 1px solid black; 
        	  border-right: 1px solid black; 
		  background-color: #ffffcf;
		  } 
.thispost       { margin-bottom: 3px; background-color: white; }
.postarea       { margin-right: 3px; }
.thispost .postarea textarea { width: 100%; }
.posttools      { float: right; }
/*.posthead       { height: 1.5em; }*/
a.forumtool     { text-decoration: none; 
                    background-color: silver;
                    border: 1px outset black;
                    font-family: sans-serif;
                    margin-right: 5px;
                    margin-left: 5px;
                    color: black; }
a.forumtool:hover { border: 1px outset gray;
                      background-color: white; }
#page_list img { border-width: 0px; padding: 1px; }
.preview    { background-image: url('../images/draft.png'); }
.level2, .level3, .level4, .level5, .level6, .level7, .level8, .level9
            { visibility: hidden; 
	      display: none; }
.turngrippie {text-align: center; }
.turngrippie a {text-decoration: none; }
