﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/
.containermaster
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.containermaster td
{
	margin: 0px;
	padding-top: 0px;
	padding: 0px 0px 0px 0px;
}
.titlebarleft
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-position: right;
	background: transparent url( 'images/Container_titlebar_left.gif' ) right;
	width: 18px;
	height: 32px;
	background-repeat: no-repeat;
}
.titlebarcenter
{
    background-position: left bottom;
    background: transparent url( 'images/Container_titlebar_bg.gif' );
    height: 32px;
    background-repeat: repeat-x;
}
.titlebarright
{  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-position: left bottom;
    background: transparent url(  'images/Container_titlebar_right.gif' );
    width: 18px;
    height: 32px;
    background-repeat: no-repeat;
}
.titlebaraction
{
	border-style: none;
	border-width: 0px;
	background-color: transparent;
    float: left;
}
.title_bar
{
    padding: 0px;
    margin: 0px;
	border-style: none;
	border-width: 0px;
}
.titletext
{
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
    color: #fff;
    background-position: right top;
    background: transparent url(    'images/Container_titlebar_text.gif' );
    height: 32px;
    width: 261px;
    background-repeat: repeat-y;
    font-variant: small-caps;
    float: left;
}

.contentleft
{
    background-position: right;
    background: transparent url( 'images/Container_content_left.gif' ) right;
    width: 18px;
    background-repeat: repeat-y;
}
.contentcenter
{
    background: #FFFFFF;
    padding: 0px 0px 0px 0px;
}
.contentright
{
    background-position: left top;
    background: transparent url( 'images/Container_content_right.gif' );
    width: 15px;
    background-repeat: repeat-y;
}
.bottomleft
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-position: right;
    background: transparent url( 'images/Container_bottom_left.gif' ) right;
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
}
.bottomcenter
{
    background-position: left top;
    background: transparent url( 'images/Container_bottom_center.gif' );
    height: 15px;
    background-repeat: repeat-x;
}
.bottomright
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-position: left top;
    background: transparent url( 'images/Container_bottom_right.gif' );
    width: 18px;
    height: 15px;
    background-repeat: no-repeat;
}
.contentpanel
{
    position: relative;
    text-align: left;
}
.footer
{
    border-style: none;
    border-width: 0px;
}
