/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


Body
{
    background-color: #FFFFFF;
}

table {
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
}
td {
}
input {
    font-family: Verdana;
    font-size: 11px;
}
select {
    font-family: Verdana;
    font-size: 11px;
}

TABLE.List
{
	border-collapse:collapse;
}

.List THEAD td 
{
	background: #000077;
	color: #FFFFFF;
	border-left:1px solid #ffffff;
	font-family: Verdana;
	font-weight:bold;
	font-size: 10px;
}
.List THEAD td :first-child 
{
	border-left:0px solid #ffffff;
}	

.hilite 
{
	background-color:FFFF00;
}

.targetscopeFtr 
{
	font-family:Arial;
	font-size:9px;
	letter-spacing:+1px;
	padding-top:10px;
	padding-bottom:10px;
	color: #6666aa;
}
.targetscopeFtr A:link		{ color: #6666aa; text-decoration:underline; }
.targetscopeFtr A:hover		{ color: #6666aa; text-decoration:underline; }
.targetscopeFtr A:active	{ color: #6666aa; text-decoration:underline; }
.targetscopeFtr A:visited	{ color: #6666aa; text-decoration:underline; }


/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Verdana;
    text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  15px;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    line-height:135%;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
        
/* GENERIC */


H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    bold;
    color: #666644;
}

H3  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: hand; 
	color: black; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}





/* Main Menu */
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #333333;
	}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 27;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #000000; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.topnavbar {   }

.zPrimaryNav_Main {
	height:26px;
	width:100%;
	cursor:pointer;
	margin-top:0px;
	text-decoration:none;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	border-width:0px;
	border-color:#000000;
	border-style:none;
	position:relative;
	background:#18425f;
	padding-left:0px;
}


.zPrimaryNav_Main TD 
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color:"";
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	border:solid 0px;
}

.zPrimaryNav_Main A:link	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;text-transform:uppercase;}
.zPrimaryNav_Main A:visited	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;text-transform:uppercase;}
.zPrimaryNav_Main A:active	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;text-transform:uppercase;}
.zPrimaryNav_Main A:hover	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;text-transform:uppercase;}

.zPrimaryNav_Sub A:link		{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF;text-decoration:none;  }
.zPrimaryNav_Sub A:visited	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF;text-decoration:none;  }
.zPrimaryNav_Sub A:active	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF;text-decoration:none;  }
.zPrimaryNav_Sub A:hover	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; font-style: normal; color:#FFFFFF;text-decoration:none;  }

.zPrimaryNav_Sub {
	background-color:#18425F;
	display:none;
	position:absolute;
	left:-1000px;
	top:-1000px;
	z-index:1000;
}

.zPrimaryNav_Sub TD {
	width:172;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	color:#ffffff;
	text-align:left;
	border:solid 0px;
	cursor:hand;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}

.zFooterNav_Main1 {
	height:24px;
	width:100%;
	cursor:pointer;
	margin-top:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-left:0px;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	background-color:#18425F;
}


.zFooterNav_Main1 TD 
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color:#18425F;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	border:solid 0px;
}
.zFooterNav_Sub2 {
	background-color:#336699;
	display:none;
	position:absolute;
	left:-1000px;
	top:-1000px;
	z-index:1000;
}

.zFooterNav_Sub2 TD {
	width:200;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	color:#ffffff;
	background-color:#336699;
	text-align:left;
	border:solid 0px;
	cursor:hand;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
}
.zFooterNav_Main1 a:link	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }
.zFooterNav_Main1 a:visited	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }
.zFooterNav_Main1 a:active	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }
.zFooterNav_Main1 a:hover	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#F7F7F7; text-decoration:none;  }

.zFooterNav_Sub2 a:link		{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }
.zFooterNav_Sub2 a:visited	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }
.zFooterNav_Sub2 a:active	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }
.zFooterNav_Sub2 a:hover	{ font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; font-style: normal; color:#FFFFFF; text-decoration:none;  }


.zStaticNav1	{ margin-left:20px; }

.zStaticNav0 A:link		{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav0 A:visited{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav0 A:active	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav0 A:hover	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }

.zStaticNav1 A:link		{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav1 A:visited{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav1 A:active	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav1 A:hover	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }

A.Breadcrumb:link		{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #ffffff }
A.Breadcrumb:visited{ font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; font-style: normal; color: #ffffff }
A.Breadcrumb:active	{ font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; font-style: normal; color: #ffffff }
A.Breadcrumb:hover	{ font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; font-style: normal; color: #cccccc; text-decoration:none; }

.zSiteMap1 { margin-left:30px; }
.zSiteMap2 { margin-left:30px; }
.zSiteMap3 { margin-left:30px; }
.zSiteMap4 { margin-left:30px; }
.zSiteMap5 { margin-left:30px; }

/*the following block MUST remain in this order */
.zStaticNav0 A:link		{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav0 A:visited{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav0 A:active	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav0 A:hover	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #666699 }
.zStaticNav1 A:link		{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav1 A:visited{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav1 A:active	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav1 A:hover	{ font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; font-style: normal; color: #336699 }
.zStaticNav_Selected a:link		{ color:Red; }
.zStaticNav_Selected a:visited{ color:Red; }
.zStaticNav_Selected a:active	{ color:Red; }
.zStaticNav_Selected a:hover	{ color:Red; }


.fsForm td 
{
vertical-align:top;
width:50%;
}
.lblRequired { color:#0000AA; font-weight:bold; }