body {
   height: 100%;
   /*background-color: #f3f3f1;*/
   font-family: 'Droid Sans',"Trebuchet MS", sans;
   font-size: 11px;
   font-weight: normal;
   /*color: #7D7D7D;*/
}

a {
  color: #000;
  /* color: #7D7D7D;*/ 
}

a:hover {
   /*color: #7D7D7D;*/
   background: url(../images/menu-bar-hover1.png) repeat-x;
}

/*
** Login Form Stuff 
*/

.login-input {
   background: url(../images/submit-gradient.png) repeat-x;
   background-color: #eeede7;
   border: 1px solid #CDCDCC;
   font-family: 'Droid Sans',"Trebuchet MS", sans;
   font-weight: bold;
   font-size: 13px;
   color: #464646;
   text-decoration: none;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 5px;
}


.login-submit {   
   background: none;
   border: 0px;
   font-family: "Trebuchet MS", sans;
}

input {
   background: url(../images/submit-gradient.png) repeat-x;
   background-color: #eeede7;
   border: 1px solid #CDCDCC;
   font-family: 'Droid Sans',"Trebuchet MS", sans;
   font-size: 13px;
   /*color: #464646;*/
   text-decoration: none;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 5px;
}

select {
   background: url(../images/submit-gradient.png) repeat-x;
   background-color: #eeede7;
   font-family: 'Droid Sans',"Trebuchet MS", sans;
   font-size: 11px;
   /*color: #464646;*/
   text-decoration: none;
}

.input_image {
   background: none;
   border: none;
   background-color: #FFF;
}



div.status {
   margin-top: 1em;
   margin-bottom: 1em;
   background-color: #EEEEEC;
}

b.rtop, b.rbottom { 
   display: block; 
   background: #DCDBD5;
}

b.rtop b, b.rbottom b {
   display: block;
   height: 1px;
   overflow: hidden; 
   background: #EEEEEC;
}
b.r1{
   margin: 0 5px;
}
b.r2{
   margin: 0 3px;
}
b.r3{
   margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 { 
   margin: 0 1px;
   height: 2px;
}

/*
** Inside stuff
*/

div.content {
   margin-top: 5px;
   margin-right: 2em;
   margin-left: 2em;
   margin-bottom: 0px;
   /*border: 1px solid #CECECE;*/
   background-color: #E5E4DE;
}

div.top-info-bar {
   font-size: 13px;
   width: 94%;
   margin: 0 auto 0.5em;
   text-align: right;
}

#stats-status {
   display: inline-block;
   width: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -o-border-radius: 15px;
   -ms-border-radius: 15px;
   -khtml-border-radius: 15px;
   border-radius: 15px;
}

h1.title {
   padding-left: 10px;
   margin: 5px 0;
   /*padding-top: 10px;
   margin-top: 5px;
   margin-bottom: 0.6em;
   background-color: #EEEDE7;
   */
}

b.rctop, b.rcbottom { 
   display: block;
   background: #f3f3f1;
}

b.rctop b, b.rcbottom b {
   display: block;
   height: 1px;
   overflow: hidden;
   background: #E5E4DE;
}

b.rc1{
   margin: 0 5px;
}
b.rc2{
   margin: 0 3px;
}
b.rc3{
   margin: 0 2px;
}
b.rctop b.rc4, b.rcbottom b.rc4 { 
   margin: 0 1px;
   height: 2px;
}

div.float {
  float: right;
}

/* 
** error box style
*/

div.error {
   width: 90%;
   margin-top: 1em;
   margin-bottom: 1em;
   background-color: #EEEEEC;
}

b.etop, b.ebottom { 
   display: block;
   background: #FFF;
}

b.etop b, b.ebottom b {
   display: block;
   height: 1px;
   overflow: hidden;
   background: #EEEEEC;
}

b.e1{
   margin: 0 5px;
}
b.e2{
   margin: 0 3px;
}
b.e3{
   margin: 0 2px;
}
b.etop b.e4, b.ebottom b.e4 { 
   margin: 0 1px;
   height: 2px;
}

.meat th {
   background: url(../images/menu-bar-hover1.png) repeat-x;
   text-align: left;
   padding: 3px;
   border-top: 1px solid #D1C8BF;
   border-bottom: 1px solid #D1C8BF;
}

.this_page_num {
   font-size: 150%;
}

.edit_heading {
   font-size: 160%;
   font-weight: bold;
}

.note {
   text-align: center;
   margin: 3px;
   font-size: 12px;
}

td, th {
   font-family: 'Droid Sans',"Trebuchet MS", sans-serif;
   font-size: 12px;
}

.failurereport {
   text-align: center;
   width: 80%;
}

div.page-title {
   margin: 0.8em;
   margin-bottom: 0em;
   margin-top: 0px;
   background-color: #EEEDE7;
   border-bottom: 1px solid #7D7D7D;
}

div.menu {
   border-top: 1px solid #D1C8BF;
   padding-top: 0.2em;
   padding-bottom: 0.1em;
   padding-bottom: 0.2em;
   background: url(../images/menu-bar.png) repeat-x;
}

div.menu a {
   margin: 0px;
   padding-top: 0.2em;
   padding-left: 0.8em;
   padding-right: 0.8em;
   padding-bottom: 0.1em;
   /*color: #7D7D7D;*/ 
   text-decoration: none;
}

div.menu a:hover {
   background: url(../images/menu-bar-hover1.png) repeat-x;
   background-color: #F3F3F1;
   /*color: #7D7D7D;*/
   text-decoration: none;
}

