/*

Module: HolidayCottage  

22.06.2009
*/

.module
{

    padding: 4px;
    margin-bottom: 10px;
    margin-top:0;
    margin-left: 10px;
    margin-right:10px;
}

.module .mTop 
{
    border-bottom: solid 1px #5396B8;
    margin-bottom: 8px;
}


.mState
{
    width:26px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
}

.min
{
    background-image: url(mMin.png);
}

.max
{
    background-image: url(mMax.png); 
}










/* module Tools  */

.mTools
{
    position:absolute;
    top: 3px;
    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(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(mRemove.png);
 background-position: center center;
 background-repeat: no-repeat;
 width: 16px;
 height: 16px;
    
}

.mTools li .remove:hover
{

}

.mTools li .edit:hover
{

}























/* plain */

.plain .mTop, .plain .mBottom
{
    display:none;
}

.plain
{
    padding: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right:10px;
}