/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   



/* background color for the content part of the pages */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;

	color: #727272;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none

}

.ContentPane  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
		padding-left:20px;
	padding-right:20px;
}
.TableHeader {
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
}



/* text style used for most text rendered by modules */
.Normal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

P, DIV, UL, LI, TD {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


H1  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #000000;
	line-height: 20px;
}


H2  {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 1px; COLOR: #000000}


H3  {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN-BOTTOM: 1px; COLOR: #000000}

H4  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	MARGIN-BOTTOM: 1px;
	COLOR: #000000;
	margin-top: 1px;
}

FormLabel {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;

}

FormInput {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

A:link  {
	color: #000066;
	text-decoration:underline;
	font-weight:bold;
	
}

A:visited   {
	color: #000066;
	text-decoration:underline;
	font-weight:bold;	
}

A:active    {
	color: #000066;
	text-decoration:underline;
	font-weight:bold;
}

A:hover {
	color: #FF0000;
	text-decoration:underline;
	font-weight:bold;	
}

A.FinePrintPane:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.FinePrintPane:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.FinePrintPane:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.FinePrintPane:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}


a {text-decoration:none; font-family:tahoma; font-size:11px; font-weight:bold; color: #474747}
a:hover {text-decoration:underline; font-family:tahoma; font-size:11px; font-weight:bold; color: #474747}

.style1 {
	color: #848484;
	font-size: 8px;
	font-family: tahoma;
}
.style2 {
	color: #848484;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style3 {
	color: #6FA0BF;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #6c6b6b;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #4d4d46;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #507E9C;
	font-size: 8px;
	font-family: arial;
}
.style7 {
	color: #507E9C;
	font-size: 11px;
	font-family: arial;
}
.style8 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style9 {
	color: #474747;
	font-size: 11px;
	font-family: tahoma;
}
.oldstyle9 {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {
	color: #545454;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style11 {
	color: #474747;
	font-size: 11px;
	font-family: tahoma;
}
.style12 {
	color: #5C5C5C;
	font-size: 11px;
	font-family: tahoma;
}
.style13 {
	color: #41433f;
	font-size: 11px;
	font-family: tahoma;
}
.BoldText {
	color: #41433F;
	font-size: 11px;
	font-family: Tahoma;font-weight:bold
}
.TextHeader {
	color: #41433F;
	font-size: 12px;
	font-family: Tahoma;font-weight:bold
}


/*******************************************************
 Layout CSS that typically does need to change
 *******************************************************/


#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}




/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
	width: 100%;
	background-color: transparent;
	height: 24px;
}

#houseMenuH ul { /* all submenu lists */
	line-height: 14px;
	background-color: #eee;
}

#houseMenuH li { /* all list items */
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	width: 1px;
	height: 24px;
	/* end hack */
	}

#houseMenuH li li { /* all items under the top level */
	width: 144px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuH a, #houseMenuH a#houseMenuCurrentLink { /* all links within the menu wrapper */
	font-family: tahoma;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	color : #474747;
	width: 70px;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration:none;
	text-align: center;
	}


#houseMenuH li a:hover, #houseMenuH #houseMenuCurrentItem a:hover {

	text-decoration : underline;

	
	}
	/* ==========================
    CSS STYLES FOR eLearningmenu
   ==========================
*/
 
/* Horizontal Menu */
#eLearningmenu { /* menu wrapper div */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width:720px;
}

#eLearningmenu ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 9999;
}

#eLearningmenu a { /* all links, inside of list items */
	display: block;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration : none;
	background-color : #585858;
	padding: 0px 5px 0px 5px;
	width:113px;
	line-height: 29px;
	text-align: center;
	border-right:#CCCCCC 1px solid;
}

#eLearningmenu li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#eLearningmenu li a:hover {
	color : white;
	background-color : #369;
}

#eLearningmenu li ul { /* second-level lists */
	position: absolute;
	/*background: transparent;*/
	width: 162px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	white-space: nowrap;
	z-index: 7777;
}

#eLearningmenu li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -21px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}

#eLearningmenu li:hover ul ul, 
#eLearningmenu li:hover ul ul ul, 
#eLearningmenu li.sfhover ul ul, 
#eLearningmenu li.sfhover ul ul ul {
	left: -9999px;
}

#eLearningmenu li:hover ul, 
#eLearningmenu li li:hover ul, 
#eLearningmenu li li li:hover ul, 
#eLearningmenu li.sfhover ul, 
#eLearningmenu li li.sfhover ul, 
#eLearningmenu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#eLearningmenu li li,
#eLearningmenu li li li,
#eLearningmenu li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}

#eLearningmenu li li a { /* all item links under the top level */
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 162px;
	/* end hack */
}

#eLearningmenu iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#eLearningmenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#eLearningmenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#eLearningmenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}

.HeaderButtons {
background-color:#585858;
	
}

.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;
}



.NormalTextBox {
margin-bottom:5px;
}
.Packages {
background-color:#d9dbde;
color:#000000;
	font-weight: bold;
	FONT-SIZE: 12px;
}

