﻿/*------------------------------------------------------------
CLEAR FIX
------------------------------------------------------------*/
#ie7 .module,
#ie7 .module-header,
#ie7 .module-content
{
	zoom: 100%;
}

#ie6 .module,
#ie6 .module-header,
#ie6 .module-content
{
	height: 1%;
}

.module:after,
.module-header:after,
.module-content:after
{
	content:" ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*------------------------------------------------------------
MODULE
------------------------------------------------------------*/
.module
{
	clear: both;
	margin: 5px 0 25px 0;
}

.module-header
{
    background-color: #336699;
    border: solid 1px #336699;
    border-bottom: none 0 transparent;
    padding: 8px 10px;
}

.module-header-text
{
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}

.module-header-actions
{
    float: right;
}

.module-content
{
    padding: 0 4px;
}

.module-grid-content
{
    border: solid 1px #7B7B53;
    font-size: 12px;
    padding: 4px;
}

.module-grid-content p
{
    margin: 4px 0;
}

.module-footer
{
    background-color: #e8e8e8;
    border: solid 1px #7b7b53;
    border-top: none 0 transparent;
    font-size: 10px;
    text-align: right;
    padding: 4px;
}