﻿/* Default Module Class */

.module
{
    margin: 10px 5px 10px 5px;
    background-color: #fff;
}

.module .mTop 
{
    background-image: url(modTop.png);
    background-position:right top;
    background-repeat:repeat-x; 
}

.module .mTop div
{
    background-image: url(modTopLeft.png);
    background-position:left top;
    background-repeat:no-repeat; 
}

.module .mTop div div
{
    background-image: url(modTopRight.png);
    background-position:right top;
    background-repeat:no-repeat; 
    height: 40px;
    padding: 8px 0 0 12px;       
}

.module .mTop h2
{
    font-size: 1em;
	margin: 0;
	color: #4D3870;
}

.module .mBody
{
    font-size: 13pt;
    padding: 4px;
    line-height:16pt;

        
}

.module .mBottom div
{
    background-image: url(modBottomLeft.png);
    background-position: left bottom;    
    background-repeat:no-repeat;  
}

.module .mBottom div div
{
    background-image: url(modBottomright.png);
    background-position: right bottom;    
    background-repeat:no-repeat;  
    height:5px;  
}

.mState
{
    width:26px;
    height:22px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor:pointer;
}

.min
{
    background-image: url(mMin.png);
}

.max
{
    background-image: url(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(mEdit.png);
 background-position: center center;
 background-repeat: no-repeat;
 width: 40px;
 height: 16px;
 margin-right:4px;
 /*border: solid 1px #ccc;
 background-color: #eee;*/
    
}

.mTools li span
{
 display: none;
}

.mTools li .remove
{

 display:inline-block;
 background-image: url(mRemove.png);
 background-position: center center;
 background-repeat: no-repeat;
 /*border: solid 1px #ccc;
 background-color: #eee;*/
 width: 16px;
 height: 16px;
    
}

.mTools li .remove:hover
{
    /*background-color: #ffffcc;*/
}

.mTools li .edit:hover
{
   /* background-color: #ffffcc;*/
}


.mTop ul
{
    list-style: none;
}


.mTop li
{
    float: left;
    display:block;
}































/* Module Class used for header section */

.header .mTop, .header .mBottom
{
    display:none;
}

.header h1
{
    margin: 0;
    color: #fff;
}
