/*
   CVS: $Id: repairstatus.css,v 1.8 2007/12/11 22:58:07 cvsdevel Exp $
   Title: CRIS Camera
   Copyright: (c) 2007
   Author: Dennis J. Fesemyer
   Company: Rhino Internet Solutions
   Description: CRIS Camera partner's templates
   */

/* basics
   */

a  {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:visited {
   text-decoration: none;
}


p {
   margin: 0 0 10px 0;
}


strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

img {
   display: block;
   border: 0;
}


hr {
   height: 1px;
   border: 0; border-top: 1px solid #999;
}


.floatbreaker {
   clear: both; height: 1px; overflow: hidden;
}

h2 {
   font: normal 26px/36px arial, sans-serif;
   width: 500px;
   float: left;
   margin: 0; padding: 0;
}


/* layout
   */


body {
   background-color: #fff;
   font: normal 11px/14px  arial, verdana, sans-serif;   
   margin: 0; padding: 0;
   text-align: center;
   width: 100%;
}


#container {
   margin: 20px auto;
   padding: 0;
   text-align: left;
   width: 700px;
}

#divHeader {
   width: 100%;
   padding: 0 0 30px 0; margin: 0;
}

#sitelinks {
   float: right;
   padding: 0; margin: 0;
}


#content {
   padding: 0 0 30px 0;
   border-bottom: 3px double #ccc;
}

#content:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.w-o-number {
   float: right;
   font-size: 1.2em;
   line-height: 36px;
}

.number {
   font-size: 1.5em;
   font-weight: bold;
   color: #F00;
}

/* status links
   */

div#status {
   clear: both;
   width: 700px;
   border-top: 1px solid #999;
   padding-top: 3px;
}

.status-text {
   padding: 0 5px;
}

div#status ul { 
   margin: 0; padding: 0;
   list-style: none;
}

div#status ul li { 
   float: left;
   text-align: center;
   margin: 0 1px 0 0;
   width: 139px;
   padding: 8px 0px 5px 0px;
   line-height: 1em;
   height: 48px;
}

div#status ul li.go{ 
   font: bold 1em/1.1em arial, sans-serif;
   background-color: #0C3;
}

div#status ul li.stop { 
   font: bold 1em/1.1em arial, sans-serif;
   background-color: #C00;

}

div#status ul li.off{ 
   font: bold 1em/1.1em arial, sans-serif;
   background-color: #efefef;
}

.date {
   font-size: .9em;
}

.error {
   color: #c00;
}

/* repair detail
   */

table#repairdetail {
   float: left;
   width: 350px;
   padding: 0; margin: 40px 0;
   border-collapse: collapse;
}

table#repairdetail-pickup {
   float: right;
   width: 300px;
   padding: 0; margin: 20px 0;
   border-collapse: collapse;
}

table#repairdetail td,
table#repairdetail-pickup td{
   padding: 5px;
   text-align: left;
   font-size: 1.1em;
   border-top: 1px solid #fff;
   border-right: 1px solid #fff;
   vertical-align: top;
}

table#repairdetail td.value,
table#repairdetail-pickup td.value{
   width: 120px;
   font-size: 1em;
}

table#repairdetail-pickup td .error {
   font-size: .8em;
}

/* form
   */

dl.login {
   padding: 0; margin: 30px 0 10px 20px;
}

dl.login:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

dl.login dt {
   width: 150px;
   display: block;
   clear: both;
   float: left;
   text-align: left;
   font: normal 14px/20px arial, sans-serif; color: #999;
   padding: 0; margin-bottom: 10px;
}

dl.login dd {
   width: 350px;
   float: left;
   text-align: left;
   margin-bottom: 10px;
   padding: 0;
}

dl.login dd input.text {
   padding: 4px;
   width: 350px;
   width/**/:/**/ 342px ;
   text-align: left;
   vertical-align: top;
   border: 1px solid #666;
   font: normal 14px arial, sans-serif; color: #333;
}


dl.login dd input.submit {
   padding: 5px 15px;
   text-align: left;
   vertical-align: top;
   background-color: #C00;
   border: none;
   font: 12px trebuchet, arial, verdana, sans-serif; color: #fff;
}

div#status ul li.active{ 
   color: #000;
   background-color: #e0e0e0;
}

#details p.legend {
   clear: both;
   float: right;
   }
   
   #details p.legend span.green {
      background-color: #0C3;
      padding: 3px;
      }