html, body { 
  margin:0; 
  padding:0;
  font: 90% Arial, Helvetica, FreeSans, sans-serif;
  color: #2F2F2F;
  text-align: center;
}
a:link { color: #00f; text-decoration: none;}
a:visited { color: #00f; text-decoration: none;}
a:hover { color: #00f; text-decoration: none;}
a:active { color: #00f; text-decoration: none;} 
h2 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0px;
  /* padding: 0px 0px 0px 15px; */
  padding: 0;
}
img {
  border: none;
} 
#main_header {
  position:relative; 
  height:70px; 
  /*background:#d8deea;*/
  background: url('../img/headerbg.jpg') repeat-x;
  background-color: #d8deea;
  border-bottom: 1px solid #c0c0c0;
  width:100%;
}

#main_logo {
  text-align: center;
  color: #900;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 0px;
}
#main_info {
  display: none;
} 
#main_sidebar {
  display: none;
}
#main_body {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
}
#main_body_wide {
  width: 100%;
  text-align: center;
}
#rhistory {
  font-size: .9em;
  width: 96%;
  margin: 10px 1% 10px 1%;
}
#rhistory h1 {
  font-size: 1.1em;
  text-align: left;
  line-height: 40px;
}
#footer {
  background: #E3ECF3;
  color: #1C0D82;
  text-align: center;
  padding: 3px 0;
  margin-top: 10px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
#footer a {
  margin: 0 15px;
}
#adminmessage {
  background: #900;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}
 
/* Float containers fix */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* NAV TABS */
#nav_tabs {
  float:left;
  width:100%;
  background:#E3ECF3;
  font-size:.9em;
  font-weight: bold;
  line-height:normal;
}
#nav_tabs ul {
  margin:0;
  padding:10px 10px 0 20px;
  list-style:none;
}
#nav_tabs li {
  display:inline;
  margin:0;
  padding:0;
  text-align: center;
}
#nav_tabs a {
  float:left;
  background:url("/img/tableft5.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  text-align: center;
}
#nav_tabs a span {
  float:left;
  display:block;
  background:url("/img/tabright5.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_tabs a span {float:none;}
/* End IE5-Mac hack */
#nav_tabs a:hover span {
  color:#FFF;
}
#nav_tabs a:hover {
  background-position:0% -42px;
}
#nav_tabs a:hover span {
  background-position:100% -42px;
}
#nav_tabs #current a {
  background-position:0% -42px;
}
#nav_tabs #current a span {
  background-position:100% -42px;
}

div.rounded {
  background:#E3ECF3;
  margin: 10px 2px;
  padding: 0px 10px;
  padding-bottom: 5px; 
  width: 90%;
}
div.rounded.floated {
  float: left;
  width: 45%;
}
/*
div.rounded.floated:hover {
  background: #A4AAAF;
  cursor: pointer;
  cursor: hand;
}
*/
div.rounded p, div.rsmall p {
  text-align: center;
  font-size: .9em;
}
#ajmanager div.rounded p, #ajmanager div.rsmall p {
  text-align: center;
  font-size: 1em;
}
div.rounded .head {
  height: 25px;
}
div.rounded .lhead {
  height: 46px;
}
div.rounded .head img {
  float: left;
  width: 24px;
}
div.rounded .lhead img {
  float: left;
  width: 40px;
}
div.rounded h1 {
  color: #900;
  font-size: .9em;
  text-align: center;
}
div.rounded h2 {
  color: #900;
  font-size: 1.1em;
  text-align: center;
}
div.rounded .head h1 {
  color: #900;
  font-size: .9em;
  margin-left: 55px;
  text-align: left;
}
div.rounded a {
  margin: 0; padding: 0;
}
#ajmanager {
  display:none;
  float:left;
  margin-left:5%;
  width:55%;
}

.page_title {
  /*color: #900;*/
  font-weight: bold;
  font-size: 1.5em;
  margin: 10px 0 10px 0;
}
.page_intro {
  text-align: center;
  margin: 10px;
}
.page_help {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: .9em;
}

.popup {
  background: #fff;
  border: 1px solid #B5CDDF;
}

#groups_list {
  background: #fff;
  padding: 5px;
}
#groups_list p {
  text-align: left;
}
.group_row {
  margin: 0px 0px 10px 0px;
}
.group_row p {
  margin: 0;
  padding: 0;
}

/* TABLES */
table {
  width: 95%;
  padding: 0;
  margin: 10px 0;
  font-size: .9em;
  border: 1px solid #3C6591;
}
table tr th {
  background: #E3ECF3;
  border: 1px solid #3c6591;
}
table tr td {
  padding-left: 5px;
}

/* BOOKMARKS */
.bookmark {
  font-size: 1em;
}
.bookmark_container {
  margin: 15px 0px;
}
.bookmark_title {
  font-size: .9em;
}
.bookmark_title_bad {
  font-size: .9em;
  font-weight: bold;
  color: #3c6591;
}
.bookmark_title_bad_message {
  font-size: .8em;
  color: #7F7F7F;
  font-weight: bold;
}
.bookmark_path {
  font-size: .8em;
}
.bookmark_date {
  color: #999;
  font-size: .8em;
}

.stara:hover {
  cursor: pointer;
  cursor: hand;
}
#messages {
    font-size:.9em;
    height:150px;
    overflow:auto;
    text-align:left;
    line-height: 15px;
}  
#messages img {
    vertical-align: middle;
}
.msgline {
    background: #FFF;
    margin: 1px 0px;
    padding: 2px 0px;
}

.comment_block {
	margin: 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #999;
	width: 90%;
}
.comment_info {
	font-size: .8em;
	margin-top: 8px;
}
.comment_admin {
	font-size: .8em;
	margin-top: 4px;
}      
#tcount {
	margin-left: 10px;
}
.toomuch {
	font-weight: bold;
	color: #900;
}