body {
	font-family: Verdana, sans-serif;
	font-size: 70%;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

.label label , .submit {
   display: block;
}

h1 {
   font-size: 1.5em;
}

h2 {
   font-size: 1.2em;
}
#container {
    margin: 0 auto;
    width: 1000px;
}

#menu {
    float: left;
    margin-top: 12px;
    padding-top: 0;
}

#content {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    width: 80%;
    background-color: #fff;
    padding: 5px 5px 5px 10px;
    border: 2px solid #900;
}

#logo {
   margin: 0;
   padding: 0;
}

#menu ul {
  padding: 0;
  margin: 0;
  width: 120px;
}

#menu ul li a {
	padding: 8px 7px;
        text-decoration: none;
        color: #FAE4E6;
        font-size: 12px;
	font-weight:bold;
}

#menu ul li a:hover {
	text-decoration: underline;
}


#menu ul li {
	background-color:#CC3300;
        display: block;
        list-style: none;
        margin-bottom: 10px;
	padding: 5px;
}

p {
   color: #333;
}
a {
   color: #900;
   font-weight: bold;
}

.textarea .comment {
   display: block;
}



.report {
  border: 1px solid #b3b3b3;
  padding: 10px;
  margin: 10px;
}

.report .submit_date {
  font-size: 1.2em;
  margin: 0;
  padding: 1px;
  float:right;
  margin-bottom: 5px;
}

.report pre {
  font-size: 1.2em;
}

.report textarea {
  border: none;
  background-color: #eee;
  color: #333;
}

#pager a {
  padding-right: 5px;
}

#clear_search {
   margin-left: 20px;
}

.error_message {
   color: #900;
   display: block;
}

.error input , .error textarea {
	border: 1px solid #900;
}

.spammer form{
  display: inline;
}
tr.unread{
    background-color: #DDFFEE;

}



.switch {
	font-size: 80%;
	padding: 0px;
	border: 1px solid #999;
}

.status {
     text-align: right;
     width: 100px;
}


#info_msg , #error_msg {
        background-repeat: no-repeat;
        border-bottom: 1px solid #eee;
        border-top : 1px solid #eee;
        background-position: left center;
        height: 28px;
        margin-right:80px;
        font-size:1.1em;
        padding: 20px 0px 0px 80px ;
}
#info_msg {
        background-image: url(/static/images/message.png);
	color: #009;
}

#error_msg {
        background-image: url(/static/images/error.png);
	color: #900;
}

#logo img {
   margin: 0 auto;
   border: none;
   display: block;
}


#footer_menu ul li, #footer_menu ul {
   display: inline;
   margin-right: 10px;
}

#footer_menu {
  clear: both;
  text-align: center;
  padding-top: 20px;
  margin-left: 90px;
}

.report_content {
    height: 200px;
    overflow: auto;
    width: 100%;
    clear: both;
}

.report_notes {
    overflow: auto;
    width: 100%;
    clear: both;
}

.switch_read_status {
   background-color: #c00;
   color: #fff;
}

.switch_active_status {
   background-color: #18B218;
   color: #fff;
}

#spammer_list .odd {
  background-color: #D6DEFF;
}
#spammer_list .even {
  background-color: #ffffff;
}

#person_reports .report .report_content {
  height: 400px;
}

#add_report .checkbox label,
#add_report .checkbox .error_message {
    font-weight: bold;  
    font-size: 1.2em;
}

#add_report .checkbox .error_message {
    margin-top: 4px;
    margin-bottom: 4px;
}
