/*

Module: HolidayCottage  

22.06.2009
*/

.module
{
    margin-bottom: 10px;
    margin-top:0;
    padding: 6px;
}

.module .mBody
{
    padding-right: 10px;
}

.module .mTop 
{
    border-bottom: solid 3px #DAE8FD;
    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
{

}






























/* Module Class used for header section */

.header .mTop
{
    display:none;
}

.header h1
{
    margin: 0;
    color: #000;
}

.header
{
    color: #000;
    padding: 248px 0 0 0;
    margin:0;
}




/* plain */

.plain .mTop, .plain .mBottom
{
    display:none;
}

.plain
{
    padding: 0;
    margin:0;
    margin-bottom: 10px;
}
