/*----------------------------------------------------*/
/*  ___      _  _      _               ___ _          */
/* |   \ _ _| \| |_  _| |_____   ___  | __| |_____ __ */
/* | |) | '_| .` | || | / / -_) |___| | _|| / -_) \ / */
/* |___/|_| |_|\_|\_,_|_\_\___|       |_| |_\___/_\_\ */
/*                                                    */
/*  Skin Styles for DotNetNuke - Flex by DrNuke       */
/*          http://www.DrNuke.co.uk/flex              */
/*      Copyright DrNuke - All rights reserved        */
/*----------------------------------------------------*/

/* Page style */
html { height:100%; }
/* Body style */ 
body { background:#FFFFFF; margin:0; }
/* Text in paragraphs */ 
p { font-family:arial; font-size:14px; color:#424242; }
/* Text in tables */ 
table, tr, td { font-family:arial; font-size:14px; margin:0; color:#424242; }

/* Default links visited and active */ 
a:link, a:visited, a:active { color:#666666; font-family:arial; font-weight:bold; font-size:14px; text-decoration:none; }
/* Default links hover */ 
a:hover { color:#444444; font-family:arial; font-size:14px; text-decoration:underline; }
/* Normal links visited and active */ 
a.Normal:link, a.Normal:visited { color:#666666; font-family:arial; font-weight:bold; font-size:14px; text-decoration:none; }
/* Normal links hover */ 
a.Normal:hover { color:#444444; font-family:arial; font-size:14px; text-decoration:none; }
/* Link buttons used in the portal admin pages visited and active */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color:#666666; font-family:arial; font-weight:bold; font-size:14px; text-decoration:underline; }
/* Link buttons used in the portal admin pages hover */
A.CommandButton:hover{ color:#444444; font-family:arial; font-size:14px; text-decoration:underline; }

H2 {
	font-family:arial; font-size:24px; margin:0px; margin-bottom:20px; color:#28509a; font-weight:bold;

}

H3 {
	font-family:arial; font-size:16px; margin:0px; color:#28509a; font-weight:bold;

}

UL {
	font-size:14px;

}

.GreenLight {
	background-color:#d6ebbd;
	color:#000000;
}
.GreenDark {
background-color:#b5d98f;
color:#000000;
}

.BlueLight {
background-color:#c4dbed;
color:#000000;
}
.BlueDark {
background-color:#9cbfdb;
color:#000000;

}

.RedLight {
background-color:#f5c2ab;
color:#000000;
	font-weight: bold;
}
.RedDark {
background-color:#ed9978;
color:#000000;
	font-weight: bold;
}

.PinkLight {
background-color:#f7d4ad;
color:#000000;
}
.PinkDark {
background-color:#f0b27a;
color:#000000;
}

.GreyLight {
background-color:#d9dbde;
	color:#000000;
	font-weight: bold;
}
.GreyDark  {
background-color:#828282;
color:#FFFFFF;
	font-weight: bold;
}

.YellowLight {
	background-color:#FFEEA8;
	color:#000000;
	font-weight: bold;

}

.YellowDark  {
	background-color:#FFE16A;
	color:#000000;
	font-weight: bold;
}
.style8 {
 color: #333333;
 font-size: 11px;
 font-family: tahoma;
 font-weight: bold;
 text-decoration:none
}