﻿/* Default Module Class */

.module
{
    margin:10px 5px 10px 5px;
    color: #000;
}

.module .mTop div div
{
    padding: 6px 0 6px 0;
}


.module .mTop h2
{
    font-family: Times New Roman;
    font-size: 1.4em;
	margin: 0;
	color: #666;
	padding:6px;
	margin-bottom: 10px;
}


.module .mBody
{
    font-size: 14pt;
    padding: 4px;
    line-height:16pt;
}



.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;    
    background-color: Red;
}


.mTop li
{
  float: left;
    display:block;
}































/* Module Class used for header section */

.header .mTop, .header .mBottom
{
    display:none;
}

.header h1
{
    display:none;
}

.header
{
    background-image: url(header.jpg);
    background-repeat:no-repeat;
    height:228px;
}

