/*

Module: LightHouse  
July 09

*/

.module
{
    padding: 0;
    margin-left: 0;
    margin-right:0;    
    margin-bottom: 30px;
    margin-top: 0;
    border: solid 1px #E6EDFF;
}

.module .mTop 
{
    background-color: #48604E;

}

.module h2
{
    margin: 0; 
    padding: 8px;       
    color: #fff;
}

.module .mBody
{
    background-repeat: no-repeat;
    background-position: 40px top;
    background-image: url(imgs/bg-triangle.png);
    padding: 20px 12px 12px 12px;
    background-color:#fff;
}


.mState
{
    width:26px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
}

.min
{
    background-image: url(imgs/tools/mMin.png);
}

.max
{
    background-image: url(imgs/tools/mMax.png); 
}










/* module Tools  */

.mTools
{
    position:absolute;
    top: 7px;
    right:2px;
    /*display: none;*/
    z-index: 1000;
}

.mTools ul
{
  margin:0;
  padding:0;
  display:block;
}

.mTools li
{
  margin:0;
  padding:0;
  list-style: none;
  float: left;
}


li:hover .mTools
{
    display: block;
}

.mTools li a
{
    padding: 4px;
    font-size: 12px;
}

.mTools li .edit
{
    display:inline-block;
    background-image: url(imgs/tools/mEdit.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 40px;
    height: 24px;
    margin-right:4px;
}

.mTools li span
{
    display: none;
}

.mTools li .remove
{
    display:inline-block;
    background-image: url(imgs/tools/mRemove.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.mTools li .remove:hover
{

}

.mTools li .edit:hover
{

}








/* modTitle */
.modTitle
{
    color: #fff;
}

.modTitle .mTop, .modTitle .mBottom
{
    display:none;
}

.modTitle
{
    padding: 0 10px 0 10px;
    margin: 0;
    margin-bottom: 30px;
}






/* plain */

.plain .mTop, .plain .mBottom
{
    display:none;
}

.plain
{
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}