/* Container Styles for DotNetNuke
Transparent Container Simple Red Leaf Skin */

/* Adds spacing between the containers 
.rlcontent_transparent
{
    margin-bottom: 15px;
}
*/


.left_corner_top {
background-image:url(images/left_corner_top.gif);
background-repeat: no-repeat;
width: 2px;
height: 4px;
}
.right_corner_top {
background-image:url(images/right_corner_top.gif);
background-repeat: no-repeat;
width: 2px;
height: 4px;
}

.top_repeat_container {
background-image:url(images/top_repeat_container.gif);
background-repeat: repeat-x;
height: 4px;
}

.content_pane_repeat {
background-image:url(images/vertical_repeat.gif);
background-repeat: repeat-x;
background-color: #fff;
padding: 8px 8px 12px 8px;
}

.left_bar {
background-image:url(images/left_bar.gif);
background-repeat: no-repeat;
height: 175px;
width: 2px;
background-color: #fff;
}

.right_bar {
background-image:url(images/right_bar.gif);
background-repeat: no-repeat;
width: 2px;
height: 175px;
background-color: #fff;
}

.footer_divider {
background-image:url(images/footer_divider.gif);
background-position:center;
background-repeat: no-repeat;
height: 3px;
}