/*----------------------------------------------------*/
/*  Container Styles for DotNetNuke - Flex by DrNuke  */
/*           http://www.DrNuke.co.uk/flex             */
/*       Copyright DrNuke - All rights reserved       */
/*----------------------------------------------------*/

.containermaster { width: 100%; background-color: #ffffff; }
.MainTitleCell { padding: 0px 0px 0px 0px; }
.BannerTitleCell { padding: 0px 0px 0px 0px; }
.RoundedTitleCell { padding: 0px 0px 0px 2px; }
.V1TitleCell { padding: 6px 0px 5px 0px; }
.V1_moeTitleCell { padding: 6px 0px 5px 0px; }
.V2TitleCell { padding: 6px 0px 5px 0px; }
.V3TitleCell { padding: 6px 0px 5px 0px; }
.V4TitleCell { padding: 6px 0px 5px 0px; }
.V5TitleCell { padding: 6px 0px 5px 0px; }
.V6TitleCell { padding: 6px 0px 5px 0px; }
.MainContentCell { padding: 10px 0px 0px 2px; }

/* 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; }

.HeadGrey {
	font-family: 'Arial', Tahoma, Verdana, Sans Serif;
	font-size: 20px;
	color: #00a1c9;
	font-weight: bold;
	}
	

#dnn_RightPane .Normal {
	font-family: 'Arial', Tahoma, Verdana, Sans Serif;
	font-size: 13px;
	color: #002568;
	}
