/* Container Styles for DotNetNuke
 Styles for Image Header Boxes Video Skin */

/* ======================
== Style for module title 
==========================*/
.video_title
{
    font-family: "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.video_title_actions
{

}

/* ====================
== Styles for layout of container
============================= */

/* ==============================
== Main container holder, set box borders and background colour
================================== */
.video_containerholder_transparentbox, .video_containerholder_colourbackground
{
    
    /* margin adds spacing between the containers */
    margin-bottom: 10px;
}
.video_containerholder_transparentbox
{
    background-color: Transparent;
}

.video_containerholder_colourbackground
{
    background-color: #ff6;
}

/* ================
== title section 
===================*/
.video_actions
{
    background-color: #ff6;
    border: solid 1px #C0C0C0;
    color: #6D6968;
    font-size: 120%;
    letter-spacing: 0.15em;
    padding: 2px 2px 6px 5px;
}

/* ================
== module content section
==================== */
.video_container
{
    padding: 0px 0px 0px 5px; 
}

/* ================
== footer section 
===================*/
.video_footer
{
}


