/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Video Skin */

/* ======================
== Style for module title 
==========================*/
.vsd_title
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.vsd_title_actions
{

}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.vsd_containerholder_transparentbox, .video_containerholder_colourbackground
{
    
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.vsd_containerholder_transparentbox
{
    background-color: Transparent;
}

.vsd_containerholder_colourbackground
{
    background-color: #ff6;
}

/* ================
== title section 
===================*/
.vsd_actions
{
    background-color: orange;
    color: black;
    border: solid 1px black;
    font-size: 120%;
   	letter-spacing: 0.15em;
    padding: 2px 0 2px 15px;
}


/* ================
== module content section
==================== */
.vsd_container
{
    padding: 5px 5px 5px 5px;
}

.vsd_container_wit
{
    color: white;
    padding: 5px 5px 5px 5px;
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.vsd_container_oranje
{
    color: orange;
    padding: 5px 5px 5px 5px;
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

/* ================
== footer section 
===================*/
.vsd_footer
{
}

