/* 
    Document   : board
    Created on : 28 de julio de 2007, 9:17
    Author     : Pedro Morales
    Description:
        Hoja de estilos para el uso de caso "Interactuar con el message board"
*/

.header{
   height:26px;
   background: transparent url(/services/images/bbid1.gif) repeat-x;
}

.mrgs1{
   padding:1px 0px 0px 35px;
   text-align:left;
}

.mspt1{
   text-align:left;
}

.mspt2{
   text-align:right;
   padding-right:80px;
}

.cat{
   width:320px;
   height:20px;
   background: transparent url(/board/images/bbo.gif) repeat-x;
   color:#fff;
   vertical-align:bottom;
   margin-left:94px;
}

.rng1{
  border-left:2px solid #fff;
  width:408px;
}

.rng2{
  width:100px;
}

.rng4{
 border-right:2px solid #fff;
  width:99px;
}

.lft{
 text-align:left;
}

.bk1{
  background-color:#f3f3f3;
}

.espb{
  border-top:1px solid #999;
  background: transparent url(/board/images/back_cat1.jpg) no-repeat;
  height:29px;
}

.espa{
  background: transparent url(/board/images/back_cat2.jpg) no-repeat;
  height:53px;
}

.des1{
    margin:0;
    padding:10px 20px;
    color:#0f62bd;
}

.lab1{
   margin:20px 0px 0px 134px;
}

.lab2{
   margin:50px 0px 0px 50px;
}

form{
   text-align:right;
   margin:0px 80px 20px 0px;
}

form span{
  margin:0px 55px 10px 0px;
  display:block;
}

form label{
  font-weight:bold;
  color:#666;
  margin-right:5px;
}

form img{
   margin: 0px 170px 6px 0px;
}

.ftl{
   float:left;
}

.ftr,th img{
   float:right;
}

p{
     margin:-1px 133px 8px 94px;
}

table{
   padding:0;
   border-top:2px solid #999;
   width:621px;
   margin:-1px 0px 4px 0px;
}

thead{
   color:#c00;
}

tbody{
   color:#333;
   text-align:center;
   vertical-align:middle;
}

th{
  background: #fff url(/board/images/bttmb.gif) repeat-x;
  text-align:center;
}


td{
   padding:3px 2px;
}

input,select{
   font-size:12px;
   width:190px;
   border:2px solid #000;
}

textarea{
  border: 2px solid #000;
  padding:1px 2px;
  overflow:auto;
}

#dtheme{
   width:190px;
   height:50px;
}

#dc{
    width:250px;
   height:100px;
}

ul{
  margin-top:-1px;
}
