/*-------------------------------------------------------*/
/* Container Styles for DotNetNuke - Aurora II by DrNuke */
/*           http://www.DrNuke.co.uk/aurora              */
/*-------------------------------------------------------*/

.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; }
.MainTitleCell { padding: 0px 0px 0px 0px; }
.BannerTitleCell { padding: 0px 0px 0px 0px; }
.RoundedTitleCell { padding: 0px 0px 0px 2px; }
.V1TitleCell { padding: 6px 0px 5px 0px; }
.MainContentCell { padding: 10px 0px 0px 2px; }

.SubHeadBlack { font-family:arial; font-size:12px; color:#222222; font-weight:bold; padding:0px 0px 0px 0px;}
/* V1 Headings */ 
.V1HeadBlue { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#22699f,Strength=2); }
.V1HeadGold { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#7d5c11,Strength=2); }
.V1HeadGreen { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#537c11,Strength=2); }
.V1HeadGrey { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#4f4f4f,Strength=2); }
.V1HeadOrange { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#c14f1d,Strength=2); }
.V1HeadPurple { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#66138a,Strength=2); }
.V1HeadRed { font-family:arial; font-size:12px; color:#ffffff; font-weight:bold; padding:0px 0px 0px 0px; height: 12px; filter:glow(Color=#ab1d1d,Strength=2); }
 
/* Banner Box */
/*-------------------------------------------------------*/
/* outer table on banner container */ 
.BannerTable { width:100%; }
/* top left corner */ 
.BannerTL { width:24px; height:24px; background: url(images/common/contbanner-tl.png) no-repeat bottom left; }
/* top edge */ 
.BannerT { height:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* top right corner */ 
.BannerTR { width:24px; height:24px; background: url(images/common/contbanner-tr.png) no-repeat bottom right; }
/* left edge */ 
.BannerL { width:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* content area */ 
.BannerTM { background: url(images/common/contbanner-bg.png) repeat; }
/* content area */ 
.BannerM { padding: 8px 0px 0px 1px; }
/* right edge */ 
.BannerR { width:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* bottom left corner */ 
.BannerBL { width:24px; height:24px; background: url(images/common/contbanner-bl.png) no-repeat top left; }
/* bottom edge */ 
.BannerB { height:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* bottom right corner */ 
.BannerBR { width:24px; height:24px; background: url(images/common/contbanner-br.png) no-repeat top right; }

/* Rounded Box */
/*-------------------------------------------------------*/
/* outer table on banner container */ 
.RoundedTable { width:100%; }
/* top left corner */ 
.RoundedTL { width:12px; height:12px; background: url(images/common/controunded-tl.gif) no-repeat bottom left; }
/* top edge */ 
.RoundedT { height:12px; background: url(images/common/controunded-t.gif) repeat; }
/* top right corner */ 
.RoundedTR { width:12px; height:12px; background: url(images/common/controunded-tr.gif) no-repeat bottom right; }
/* left edge */ 
.RoundedL { width:12px; background: url(images/common/controunded-l.gif) repeat; }
/* content area */ 
.RoundedTM { }
/* content area */ 
.RoundedM { padding: 4px 5px 2px 5px; }
/* right edge */ 
.RoundedR { width:12px; background: url(images/common/controunded-r.gif) repeat; }
/* bottom left corner */ 
.RoundedBL { width:12px; height:12px; background: url(images/common/controunded-bl.gif) no-repeat top left; }
/* bottom edge */ 
.RoundedB { height:12px; background: url(images/common/controunded-b.gif) repeat; }
/* bottom right corner */ 
.RoundedBR { width:12px; height:12px; background: url(images/common/controunded-br.gif) no-repeat top right; }

/* V1 Box */
/*-------------------------------------------------------*/
/* outer table on V1 container */ 
.V1Table { width:100%; }
/* top left corner */ 
.V1TL { width:3px; height:30px; background: url(images/common/contv1-tl.gif) no-repeat top left; }
/* top right corner */ 
.V1TR { width:3px; height:30px; background: url(images/common/contv1-tr.gif) no-repeat top right; }
/* left edge */ 
.V1L { width:3px; background: url(images/common/contv1-l.gif) repeat-y; }
/* content area */ 
.V1M { background: url(images/common/contv1-m.gif) repeat-x; padding: 12px 8px 6px 8px; }
/* content area blue */ 
.V1BlueM { height: 30px; background: url(images/blue/v1-t.gif) repeat-x #4097c5; }
/* content area gold */ 
.V1GoldM { height: 30px; background: url(images/gold/v1-t.gif) repeat-x #986e25; }
/* content area green */ 
.V1GreenM { height: 30px; background: url(images/green/v1-t.gif) repeat-x #82a929; }
/* content area grey */ 
.V1GreyM { height: 30px; background: url(images/grey/v1-t.gif) repeat-x #878b89; }
/* content area orange */ 
.V1OrangeM { height: 30px; background: url(images/orange/v1-t.gif) repeat-x #d58a51; }
/* content area purple */ 
.V1PurpleM { height: 30px; background: url(images/purple/v1-t.gif) repeat-x #6e2598; }
/* content area red */ 
.V1RedM { height: 30px; background: url(images/red/v1-t.gif) repeat-x #bf2424; }
/* right edge */ 
.V1R { width:3px; background: url(images/common/contv1-r.gif) repeat-y; }
/* bottom edge */ 
.V1B { height:21px; background: url(images/common/contv1-b.gif) repeat-x; }

.container_header { height: 30px; background-color: #DBDBDB; }
.containerpadding { padding-left: 2px; padding-right: 6px; padding-top: 6px; padding-bottom: 6px; }








