/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Pell Creations
 Adapted from Simple Red Leaf Skin by DNN Creative Magazine */

/* ======================
== Style for module title 
==========================*/
.pc_title_imageheader_brown, .pc_title_imageheader_blue
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #FFF;
}
.pc_title_imageheader_yellow
{
    font: bold 110% Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    color: #000;
}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.pccontainerholder_transparentbrownbox, .pccontainerholder_brownbackground
{
    border: solid 1px #711515;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.pccontainerholder_transparentyellowbox, .pccontainerholder_yellowbackground
{
    border: solid 1px #ffd800;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.pccontainerholder_transparentbluebox, .pccontainerholder_bluebackground
{
    border: solid 1px #0026ff;
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.pccontainerholder_transparentbrownbox, .pccontainerholder_transparentyellowbox, .pccontainerholder_transparentbluebox
{
    background-color: Transparent;
}

.pccontainerholder_brownbackground
{
    background-color: #E9D8D8;
.pccontainerholder_yellowbackground
{
    background-color: #FFFFC0;
}
}
.pccontainerholder_bluebackground
{
    background-color: #ecf4ff;
}

/* ================
== title section 
===================*/
.pcactions_image_brown
{
    background-color: #95353D;
    border-bottom: solid 1px #ED9F9F;
    padding: 2px 5px;
    color:#FFF;
}
.pcactions_image_yellow
{
    background-color: #ffd800;
    border-bottom: solid 1px #ffd800;
    padding: 2px 5px;
    color:#000;
}
.pcactions_image_blue
{
    background-color: #0026ff;
    border-bottom: solid 1px #0026ff;
    padding: 2px 5px;
    color:#fff;
}

/* ================
== module content section
==================== */
.pccontainer_image
{
    padding: 6px 5px 8px 5px;
}

/* ================
== footer section 
===================*/
.pcfooter_image
{
}

