﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster, .containermaster_gr
{
	width: 100%;
	background-color: Transparent;
}

.containermaster .Head
{
    color: #970f0b;
    font-family: 'Myriad Pro';
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.containermaster_gr .Head
{
    color: #74b015;
    font-family: 'Myriad Pro';
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.containermaster .SubHead, .containermaster .NormalBold,
.containermaster_gr .SubHead, .containermaster_gr .NormalBold
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #414141;
    text-decoration: none;
    line-height:18px;
}

.containermaster .Normal,
.containermaster_gr .Normal
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #414141;
    text-decoration: none;
    line-height:18px;
}

.containermaster .CommandButton,
.containermaster .CommandButton:active,
.containermaster .CommandButton:link,
.containermaster .CommandButton:focus,
.containermaster .CommandButton:visited,
.containermaster .CommandButton:hover,
.containermaster_gr .CommandButton,
.containermaster_gr .CommandButton:active,
.containermaster_gr .CommandButton:link,
.containermaster_gr .CommandButton:focus,
.containermaster_gr .CommandButton:visited,
.containermaster_gr .CommandButton:hover
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #414141;
    text-decoration: none;
    line-height:18px;
}