/*-------------------------------------------------------*/
/* Container Styles for DotNetNuke - Advantage by DrNuke */
/*         http://www.DrNuke.co.uk/advantage             */
/*-------------------------------------------------------*/

/* Global CSS */
/*-------------------------------------------------------*/
.containermaster {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.TitleTD, .V1TitleTD, .V2TitleTD, .V2TitleTD, .V3TitleTD, .V4TitleTD, .QuoteTD {
	padding: 0px 0px 0px 6px;
}
.MainTitleTD {
	padding: 0 0 0 0;
}
.MainContentTD {
	padding: 12px 0 0 0;
}

/* V3 Box */
/*-------------------------------------------------------*/
/* outer table on v3 container */ 
.V3Table {
	width:100%;
}
/* top left corner */ 
.V3TL {
	width:12px;
	height:12px;
	background: url(images/common/contv3-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.V3T {
	height:12px;
	background: url(images/common/contv3-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.V3TR {
	width:12px;
	height:12px;
	background: url(images/common/contv3-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.V3L {
	width:12px;
	background: url(images/common/contv3-l.gif) repeat-y top left;
}
/* content area */ 
.V3TM {
	background: #ebebeb;
}
/* content area */ 
.V3M {
	background: #ebebeb;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.V3R {
	width:12px;
	background: url(images/common/contv3-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.V3BL {
	width:12px;
	height:12px;
	background: url(images/common/contv3-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.V3B {
	height:12px;
	background: url(images/common/contv3-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.V3BR {
	width:12px;
	height:12px;
	background: url(images/common/contv3-br.gif) no-repeat top right;
}


/* Quote Box */
/*-------------------------------------------------------*/
/* outer table on quote container */ 
.QuoteTable {
	width:100%;
}
/* top left corner */ 
.QuoteTL {
	width:12px;
	height:12px;
	background: url(images/quote/quote-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.QuoteT {
	height:12px;
	background: url(images/quote/quote-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.QuoteTR {
	width:12px;
	height:12px;
	background: url(images/quote/quote-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.QuoteL {
	width:12px;
	background: url(images/quote/quote-l.gif) repeat-y top left;
}
/* content area */ 
.QuoteTM {
	background: #ebebeb;
}
/* content area */ 
.QuoteM {
	background: #ebebeb;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.QuoteR {
	width:12px;
	background: url(images/quote/quote-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.QuoteBL {
	width:12px;
	height:12px;
	background: url(images/quote/quote-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.QuoteB {
	height:25px;
	width:12px;
	background: url(images/quote/quote_bottom1.gif) no-repeat top left;
}
/* bottom edge */ 
.QuoteB2 {
	height:25px;
	background: url(images/quote/quote-b.gif) repeat-x top left;
}

/* bottom right corner */ 
.QuoteBR {
	width:12px;
	height:12px;
	background: url(images/quote/quote-br.gif) no-repeat top right;
}

