/*----------------------------------------------------*/
/*  Skin Styles for DotNetNuke - Aurora 2 by DrNuke   */
/*         http://www.DrNuke.co.uk/aurora2            */
/*      Copyright DrNuke - All rights reserved        */
/*----------------------------------------------------*/

.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; }
.Aurora_MainTitleCell { padding: 0px 0px 0px 0px; }
.Aurora_BannerTitleCell { padding: 0px 0px 0px 0px; }
.Aurora_RoundedTitleCell { padding: 0px 0px 0px 2px; }
.Aurora_V1TitleCell { padding: 5px 0px 4px 0px; }
.Aurora_MainContentCell { padding: 10px 0px 0px 2px; }

/* Headings */ 
.Aurora_HeadWhite { font-family:arial; font-size:14px; color:#ffffff; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadOrange { font-family:arial; font-size:14px; color:#f8a001; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadGreen { font-family:arial; font-size:14px; color:#87b32c; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadBlue { font-family:arial; font-size:14px; color:#155f9b; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadGold { font-family:arial; font-size:14px; color:#dca21b; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadPurple { font-family:arial; font-size:14px; color:#bd18de; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadRed { font-family:arial; font-size:14px; color:#c33a33; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }
.Aurora_HeadGrey { font-family:arial; font-size:14px; color:#676767; background:transparent; font-weight:bold; padding:0px 0px 0px 0px; }

/* V1 Headings */ 
.Aurora_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); }
.Aurora_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); }
.Aurora_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); }
.Aurora_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); }
.Aurora_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); }
.Aurora_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); }
.Aurora_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 */ 
.Aurora_BannerTable { width:100%; }
/* top left corner */ 
.Aurora_BannerTL { width:24px; height:24px; background: url(images/common/contbanner-tl.png) no-repeat bottom left; }
/* top edge */ 
.Aurora_BannerT { height:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* top right corner */ 
.Aurora_BannerTR { width:24px; height:24px; background: url(images/common/contbanner-tr.png) no-repeat bottom right; }
/* left edge */ 
.Aurora_BannerL { width:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* content area */ 
.Aurora_BannerTM { background: url(images/common/contbanner-bg.png) repeat; }
/* content area */ 
.Aurora_BannerM { padding: 8px 0px 0px 1px; }
/* right edge */ 
.Aurora_BannerR { width:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* bottom left corner */ 
.Aurora_BannerBL { width:24px; height:24px; background: url(images/common/contbanner-bl.png) no-repeat top left; }
/* bottom edge */ 
.Aurora_BannerB { height:24px; background: url(images/common/contbanner-bg.png) repeat; }
/* bottom right corner */ 
.Aurora_BannerBR { width:24px; height:24px; background: url(images/common/contbanner-br.png) no-repeat top right; }

/* Rounded Box */
/*-------------------------------------------------------*/
/* outer table on banner container */ 
.Aurora_RoundedTable { width:100%; }
/* top left corner */ 
.Aurora_RoundedTL { width:12px; height:12px; background: url(images/common/controunded-tl.gif) no-repeat bottom left; }
/* top edge */ 
.Aurora_RoundedT { height:12px; background: url(images/common/controunded-t.gif) repeat; }
/* top right corner */ 
.Aurora_RoundedTR { width:12px; height:12px; background: url(images/common/controunded-tr.gif) no-repeat bottom right; }
/* left edge */ 
.Aurora_RoundedL { width:12px; background: url(images/common/controunded-l.gif) repeat; }
/* content area */ 
.Aurora_RoundedTM { }
/* content area */ 
.Aurora_RoundedM { padding: 4px 5px 2px 5px; }
/* right edge */ 
.Aurora_RoundedR { width:12px; background: url(images/common/controunded-r.gif) repeat; }
/* bottom left corner */ 
.Aurora_RoundedBL { width:12px; height:12px; background: url(images/common/controunded-bl.gif) no-repeat top left; }
/* bottom edge */ 
.Aurora_RoundedB { height:12px; background: url(images/common/controunded-b.gif) repeat; }
/* bottom right corner */ 
.Aurora_RoundedBR { width:12px; height:12px; background: url(images/common/controunded-br.gif) no-repeat top right; }

/* V1 Box */
/*-------------------------------------------------------*/
/* outer table on V1 container */ 
.Aurora_V1Table { width:100%; }
/* top left corner */ 
.Aurora_V1TL { width:3px; height:30px; background: url(images/common/contv1-tl.gif) no-repeat top left; }
/* top right corner */ 
.Aurora_V1TR { width:3px; height:30px; background: url(images/common/contv1-tr.gif) no-repeat top right; }
/* left edge */ 
.Aurora_V1L { width:3px; background: url(images/common/contv1-l.gif) repeat-y; }
/* content area */ 
.Aurora_V1M { background: url(images/common/contv1-m.gif) repeat-x; padding: 12px 8px 6px 8px; }
/* content area blue */ 
.Aurora_V1BlueM { height: 30px; background: url(images/blue/v1-t.gif) repeat-x #4097c5; }
/* content area gold */ 
.Aurora_V1GoldM { height: 30px; background: url(images/gold/v1-t.gif) repeat-x #986e25; }
/* content area green */ 
.Aurora_V1GreenM { height: 30px; background: url(images/green/v1-t.gif) repeat-x #82a929; }
/* content area grey */ 
.Aurora_V1GreyM { height: 30px; background: url(images/grey/v1-t.gif) repeat-x #878b89; }
/* content area orange */ 
.Aurora_V1OrangeM { height: 30px; background: url(images/orange/v1-t.gif) repeat-x #d58a51; }
/* content area purple */ 
.Aurora_V1PurpleM { height: 30px; background: url(images/purple/v1-t.gif) repeat-x #6e2598; }
/* content area red */ 
.Aurora_V1RedM { height: 30px; background: url(images/red/v1-t.gif) repeat-x #bf2424; }
/* right edge */ 
.Aurora_V1R { width:3px; background: url(images/common/contv1-r.gif) repeat-y; }
/* bottom edge */ 
.Aurora_V1B { height:21px; background: url(images/common/contv1-b.gif) repeat-x; }







