
/* Common overrides */

.contMG
{
	border-color: #999999;
}

.contMG .containerHead 
{
    color: #000000;
}

/* General Styles */

.contMG
{
	padding-bottom: 12px;
	border-color: #999999;
}

.contMG .containerHead 
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;	
	padding-top: 0;
	vertical-align: top;
}

.contMG .ModuleTitle_MenuItem 
{
	border: none !important;
}

.contMG .actionButtons 
{
	float: right;
}

.contMG .actionButtons img 
{
	padding-top: 2px;
	vertical-align: bottom;
}

.contMG .ModuleTitle_SubMenu {
	top: 22px !important;
	left: 0 !important;
}

.contMG .actionIcon 
{
	display: none;
}

/*
.leftPane .contMG
{
	width: 240px;
}

.rightPane .contMG
{
	width: 340px;
}
*/

/* Content Border */
.contMG_ContentBorder .c_content {
	border-style: solid;
	border-width: 1px;
	padding: 6px 12px 12px 12px;
}

.contMG_ContentBorder .containerTitle 
{
    padding: 6px 0;
}

/* Title Line Bottom */
.contMG_TitleLineBottom .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_TitleLineBottom .containerTitle 
{
    border-bottom-style: solid;
	border-bottom-width: 1px;
    padding: 6px 0;
}

/* Title Line Top */
.contMG_TitleLineTop .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_TitleLineTop .containerTitle 
{
    border-top-style: solid;
	border-top-width: 1px;
    padding: 6px 0;
}


/* Arrow Title */
.contMG_ArrowTitle .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_ArrowTitle .containerTitle 
{
    border-bottom-style: solid;
	border-bottom-width: 1px;
    padding: 6px 0;
}

.contMG_ArrowTitle .containerFeature 
{
    float: left;
    width: 12px;
}


/* Double Arrow Title */
.contMG_DoubleArrowTitle .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_DoubleArrowTitle .containerTitle 
{
    border-style: none;
	border-width: 0;
    padding: 6px 0;
}

.contMG_DoubleArrowTitle .containerFeature 
{
    float: left;
    width: 12px;
}

/* Three Dot Arrow Title */
.contMG_ThreeDotArrowTitle .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_ThreeDotArrowTitle .containerTitle 
{
    border-bottom-style: solid;
	border-bottom-width: 1px;
    padding: 6px 0;
}

.contMG_ThreeDotArrowTitle .containerFeature 
{
    float: left;
    width: 12px;
    height: 20px;
    background-image: url(images/three-dot-arrow.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

/* Featured Title Gradient */
.contMG_FeaturedTitleGradient .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_FeaturedTitleGradient .containerTitle 
{
    padding: 6px 6px;
    border-left: solid 6px #7d7373;
    background-image: url(images/horizontal-title-gradient.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.contMG_FeaturedTitleGradient .containerFeature 
{
    display: none;
}


/* Horizontal Title Gradient */
.contMG_HorizontalTitleGradient .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_HorizontalTitleGradient .containerTitle 
{
    border-bottom: solid 1px #cccccc;
    padding: 6px 6px 6px 12px;
    background-image: url(images/horizontal-title-gradient.gif);
    background-repeat: repeat-y;
    background-position: left top;
}

.contMG_HorizontalTitleGradient .containerFeature 
{
    display: none;
}

/* Vertical Title Gradient */
.contMG_VerticalTitleGradient .c_content {
	border-style: none;
	border-width: 0;
	padding: 6px 12px 12px 12px;
}

.contMG_VerticalTitleGradient .containerTitle 
{
    border-top: solid 1px #666666;
    padding: 6px 6px 6px 12px;
    background-image: url(images/vertical-title-gradient.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

.contMG_VerticalTitleGradient .containerFeature 
{
    display: none;
}