/*-------------------------------------------------------*/
/* Container Styles for DotNetNuke - Advantage by DrNuke */
/*         http://www.DrNuke.co.uk/advantage             */
/*-------------------------------------------------------*/

/* Global CSS */
/*-------------------------------------------------------*/
.Advantage_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, .Advantage_V1TitleTD, .Advantage_V2TitleTD, .Advantage_V3TitleTD, .Advantage_V4TitleTD {
	padding: 0px 0px 0px 6px;
}
.Advantage_MainTitleTD {
	padding: 0 0 0 0;
}
.Advantage_MainContentTD {
	padding: 12px 0 0 0;
}

/* Headings */
/*-------------------------------------------------------*/
/* Headings white */ 
.Advantage_HeadWhite
{
	font-family:arial;
	font-size:13px;
	color:#ffffff;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings blue */ 
.Advantage_HeadBlue
{
	font-family:arial;
	font-size:13px;
	color:#687b9c;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings silver */ 
.Advantage_HeadSilver
{
	font-family:arial;
	font-size:13px;
	color:#afaeab;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings red	*/ 
.Advantage_HeadRed
{
	font-family:arial;
	font-size:13px;
	color:#a0494f;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings pink */ 
.Advantage_HeadPink
{
	font-family:arial;
	font-size:13px;
	color:#cc66b2;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings lilac */ 
.Advantage_HeadLilac
{
	font-family:arial;
	font-size:13px;
	color:#7c5ab1;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings green */ 
.Advantage_HeadGreen
{
	font-family:arial;
	font-size:13px;
	color:#93a664;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings yellow */ 
.Advantage_HeadYellow
{
	font-family:arial;
	font-size:13px;
	color:#d9a331;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Headings orange */ 
.Advantage_HeadOrange
{
	font-family:arial;
	font-size:13px;
	color:#eb8441;
	background:transparent;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
/* Banner Advantage_Headings blue */
.BannerAdvantage_HeadBlue
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings green */
.BannerAdvantage_HeadGreen
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings lilac */
.BannerAdvantage_HeadLilac
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings orange */
.BannerAdvantage_HeadOrange
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings pink */
.BannerAdvantage_HeadPink
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings red */
.BannerAdvantage_HeadRed
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings silver */
.BannerAdvantage_HeadSilver
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}
/* Banner Advantage_Headings yellow */
.BannerAdvantage_HeadYellow
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	height: 15px;
}

/* V1 Box */
/*-------------------------------------------------------*/
/* outer table on V1 container */ 
.Advantage_V1Table {
	width:100%;
}
/* top left corner */ 
.Advantage_V1TL {
	width:13px;
	height:30px;
	background: url(images/common/contV1-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_V1T {
	height:11px;
	background: url(images/common/contV1-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_V1TR {
	width:13px;
	height:30px;
	background: url(images/common/contV1-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_V1L {
	width:13px;
	background: url(images/common/contV1-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_V1M {
	background: #f3f3f3;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_V1R {
	width:13px;
	background: url(images/common/contV1-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_V1BL {
	width:13px;
	height:21px;
	background: url(images/common/contV1-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_V1B {
	height:11px;
	background: url(images/common/contV1-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_V1BR {
	width:13px;
	height:21px;
	background: url(images/common/contV1-br.gif) no-repeat top right;
}

/* V2 Box */
/*-------------------------------------------------------*/
/* outer table on V2 container */ 
.Advantage_V2Table {
	width:100%;
}
/* top left corner */ 
.Advantage_V2TL {
	width:13px;
	height:30px;
	background: url(images/common/contV2-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_V2T {
	height:11px;
	background: url(images/common/contV2-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_V2TR {
	width:13px;
	height:30px;
	background: url(images/common/contV2-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_V2L {
	width:13px;
	background: url(images/common/contV2-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_V2M {
	background: url(images/common/contV2-m.gif) repeat-x top left #ffffff;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_V2R {
	width:13px;
	background: url(images/common/contV2-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_V2BL {
	width:13px;
	height:21px;
	background: url(images/common/contV2-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_V2B {
	height:11px;
	background: url(images/common/contV2-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_V2BR {
	width:13px;
	height:21px;
	background: url(images/common/contV2-br.gif) no-repeat top right;
}

/* V3 Box */
/*-------------------------------------------------------*/
/* outer table on V3 container */ 
.Advantage_V3Table {
	width:100%;
}
/* top left corner */ 
.Advantage_V3TL {
	width:12px;
	height:12px;
	background: url(images/common/contV3-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_V3T {
	height:12px;
	background: url(images/common/contV3-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_V3TR {
	width:12px;
	height:12px;
	background: url(images/common/contV3-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_V3L {
	width:12px;
	background: url(images/common/contV3-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_V3TM {
	background: #ebebeb;
}
/* content area */ 
.Advantage_V3M {
	background: #ebebeb;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_V3R {
	width:12px;
	background: url(images/common/contV3-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_V3BL {
	width:12px;
	height:12px;
	background: url(images/common/contV3-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_V3B {
	height:12px;
	background: url(images/common/contV3-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_V3BR {
	width:12px;
	height:12px;
	background: url(images/common/contV3-br.gif) no-repeat top right;
}

/* V4 Box */
/*-------------------------------------------------------*/
/* outer table on V4 container */ 
.Advantage_V4Table {
	width:100%;
}
/* top left corner */ 
.Advantage_V4TL {
	width:12px;
	height:12px;
	background: url(images/common/contV4-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_V4T {
	height:12px;
	background: url(images/common/contV4-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_V4TR {
	width:12px;
	height:12px;
	background: url(images/common/contV4-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_V4L {
	width:12px;
	background: url(images/common/contV4-l2.gif) repeat-y top left;
}
/* content area */ 
.Advantage_V4TM {
	background: url(images/common/contV4-m.gif) repeat-x top left #ebebeb;
}
/* content area */ 
.Advantage_V4M {
	background: #f3f3f3;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_V4R {
	width:12px;
	background: url(images/common/contV4-r2.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_V4BL {
	width:12px;
	height:12px;
	background: url(images/common/contV4-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_V4B {
	height:12px;
	background: url(images/common/contV4-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_V4BR {
	width:12px;
	height:12px;
	background: url(images/common/contV4-br.gif) no-repeat top right;
}

/* Blue Box */
/*-------------------------------------------------------*/
/* outer table on blue container */ 
.Advantage_BlueTable {
	width:100%;
}
/* top left corner */ 
.Advantage_BlueTL {
	width:12px;
	height:12px;
	background: url(images/blue/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_BlueT {
	height:12px;
	background: url(images/blue/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_BlueTR {
	width:12px;
	height:12px;
	background: url(images/blue/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_BlueL {
	width:12px;
	background: url(images/blue/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_BlueTM {
	background: #5e71a8;
}
/* content area */ 
.Advantage_BlueM {
	background: #5e71a8;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_BlueR {
	width:12px;
	background: url(images/blue/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_BlueBL {
	width:12px;
	height:12px;
	background: url(images/blue/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_BlueB {
	height:12px;
	background: url(images/blue/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_BlueBR {
	width:12px;
	height:12px;
	background: url(images/blue/contbanner-br.gif) no-repeat top right;
}

/* Green Box */
/*-------------------------------------------------------*/
/* outer table on green container */ 
.Advantage_GreenTable {
	width:100%;
}
/* top left corner */ 
.Advantage_GreenTL {
	width:12px;
	height:12px;
	background: url(images/green/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_GreenT {
	height:12px;
	background: url(images/green/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_GreenTR {
	width:12px;
	height:12px;
	background: url(images/green/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_GreenL {
	width:12px;
	background: url(images/green/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_GreenTM {
	background: #8fa857;
}
/* content area */ 
.Advantage_GreenM {
	background: #8fa857;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_GreenR {
	width:12px;
	background: url(images/green/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_GreenBL {
	width:12px;
	height:12px;
	background: url(images/green/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_GreenB {
	height:12px;
	background: url(images/green/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_GreenBR {
	width:12px;
	height:12px;
	background: url(images/green/contbanner-br.gif) no-repeat top right;
}

/* Lilac Box */
/*-------------------------------------------------------*/
/* outer table on lilac container */ 
.Advantage_LilacTable {
	width:100%;
}
/* top left corner */ 
.Advantage_LilacTL {
	width:12px;
	height:12px;
	background: url(images/lilac/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_LilacT {
	height:12px;
	background: url(images/lilac/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_LilacTR {
	width:12px;
	height:12px;
	background: url(images/lilac/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_LilacL {
	width:12px;
	background: url(images/lilac/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_LilacTM {
	background: #8459ae;
}
/* content area */ 
.Advantage_LilacM {
	background: #8459ae;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_LilacR {
	width:12px;
	background: url(images/lilac/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_LilacBL {
	width:12px;
	height:12px;
	background: url(images/lilac/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_LilacB {
	height:12px;
	background: url(images/lilac/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_LilacBR {
	width:12px;
	height:12px;
	background: url(images/lilac/contbanner-br.gif) no-repeat top right;
}

/* Orange Box */
/*-------------------------------------------------------*/
/* outer table on orange container */ 
.Advantage_OrangeTable {
	width:100%;
}
/* top left corner */ 
.Advantage_OrangeTL {
	width:12px;
	height:12px;
	background: url(images/orange/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_OrangeT {
	height:12px;
	background: url(images/orange/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_OrangeTR {
	width:12px;
	height:12px;
	background: url(images/orange/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_OrangeL {
	width:12px;
	background: url(images/orange/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_OrangeTM {
	background: #e98246;
}
/* content area */ 
.Advantage_OrangeM {
	background: #e98246;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_OrangeR {
	width:12px;
	background: url(images/orange/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_OrangeBL {
	width:12px;
	height:12px;
	background: url(images/orange/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_OrangeB {
	height:12px;
	background: url(images/orange/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_OrangeBR {
	width:12px;
	height:12px;
	background: url(images/orange/contbanner-br.gif) no-repeat top right;
}

/* Pink Box */
/*-------------------------------------------------------*/
/* outer table on pink container */ 
.Advantage_PinkTable {
	width:100%;
}
/* top left corner */ 
.Advantage_PinkTL {
	width:12px;
	height:12px;
	background: url(images/pink/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_PinkT {
	height:12px;
	background: url(images/pink/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_PinkTR {
	width:12px;
	height:12px;
	background: url(images/pink/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_PinkL {
	width:12px;
	background: url(images/pink/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_PinkTM {
	background: #da77be;
}
/* content area */ 
.Advantage_PinkM {
	background: #da77be;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_PinkR {
	width:12px;
	background: url(images/pink/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_PinkBL {
	width:12px;
	height:12px;
	background: url(images/pink/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_PinkB {
	height:12px;
	background: url(images/pink/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_PinkBR {
	width:12px;
	height:12px;
	background: url(images/pink/contbanner-br.gif) no-repeat top right;
}

/* Red Box */
/*-------------------------------------------------------*/
/* outer table on red container */ 
.Advantage_RedTable {
	width:100%;
}
/* top left corner */ 
.Advantage_RedTL {
	width:12px;
	height:12px;
	background: url(images/red/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_RedT {
	height:12px;
	background: url(images/red/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_RedTR {
	width:12px;
	height:12px;
	background: url(images/red/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_RedL {
	width:12px;
	background: url(images/red/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_RedTM {
	background: #9b4941;
}
/* content area */ 
.Advantage_RedM {
	background: #9b4941;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_RedR {
	width:12px;
	background: url(images/red/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_RedBL {
	width:12px;
	height:12px;
	background: url(images/red/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_RedB {
	height:12px;
	background: url(images/red/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_RedBR {
	width:12px;
	height:12px;
	background: url(images/red/contbanner-br.gif) no-repeat top right;
}

/* Silver Box */
/*-------------------------------------------------------*/
/* outer table on silver container */ 
.Advantage_SilverTable {
	width:100%;
}
/* top left corner */ 
.Advantage_SilverTL {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_SilverT {
	height:12px;
	background: url(images/silver/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_SilverTR {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_SilverL {
	width:12px;
	background: url(images/silver/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_SilverTM {
	background: #b4b4b4;
}
/* content area */ 
.Advantage_SilverM {
	background: #b4b4b4;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_SilverR {
	width:12px;
	background: url(images/silver/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_SilverBL {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_SilverB {
	height:12px;
	background: url(images/silver/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_SilverBR {
	width:12px;
	height:12px;
	background: url(images/silver/contbanner-br.gif) no-repeat top right;
}

/* Yellow Box */
/*-------------------------------------------------------*/
/* outer table on yellow container */ 
.Advantage_YellowTable {
	width:100%;
}
/* top left corner */ 
.Advantage_YellowTL {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-tl.gif) no-repeat bottom left;
}
/* top edge */ 
.Advantage_YellowT {
	height:12px;
	background: url(images/yellow/contbanner-t.gif) repeat-x bottom left;
}
/* top right corner */ 
.Advantage_YellowTR {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-tr.gif) no-repeat bottom right;
}
/* left edge */ 
.Advantage_YellowL {
	width:12px;
	background: url(images/yellow/contbanner-l.gif) repeat-y top left;
}
/* content area */ 
.Advantage_YellowTM {
	background: #ecbb54;
}
/* content area */ 
.Advantage_YellowM {
	background: #ecbb54;
	padding: 8px 8px 0 8px;
}
/* right edge */ 
.Advantage_YellowR {
	width:12px;
	background: url(images/yellow/contbanner-r.gif) repeat-y top right;
}
/* bottom left corner */ 
.Advantage_YellowBL {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-bl.gif) no-repeat top left;
}
/* bottom edge */ 
.Advantage_YellowB {
	height:12px;
	background: url(images/yellow/contbanner-b.gif) repeat-x top left;
}
/* bottom right corner */ 
.Advantage_YellowBR {
	width:12px;
	height:12px;
	background: url(images/yellow/contbanner-br.gif) no-repeat top right;
}

