/* ================================
    Default styles for ContentLogic
   ================================
*/   

/* background color for the content part of the pages */
div#dnn_ctr822_ModuleContent
{
	padding:0;
	margin:0;
}
Body
{
    margin-top:40px;
    background-color:#f4f4f4;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
}
.LabelEditTextClass,.LabelEditOverClassML
{
    background-color: #ffffff !important;
}
p
{
margin-top:0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}
/* style for module titles */
.Head   {
    font-family: Helvetica, Verdana, Tahoma, Arial;
    font-size: 13.5pt;
    font-weight: bold;
    color: #3460D0;
}
.Head2   {
    font-family: Helvetica, Verdana, Tahoma, Arial;
    font-size: 10.5pt;
    font-weight: bold;
    color: #000000;
    padding-top:15px; 
    padding-bottom:15px; 
}
.ModuleTitle
{
    padding-bottom:12px;

}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight:   bold;
    color:#FF5050;
}
.WhiteHead
{
   font-family:Helvetica;
   font-size:11pt;
   color:#ffffff;
   font-weight:bold;
padding-bottom:8px;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}
.SiteMapHead {
    font-family: Tahoma, Arial, Helvetica;
    padding-top:10px;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000000;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled, .SiteMap
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 12pt;
    color: #000000;
}
.NormalTight
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 12pt;
    color: #000000;
}
.NormalTightGray
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 12pt;
    color: #777777;
}
.NormalTightGrayDarker
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 12pt;
    color: #333333;
}
.NormalWhite
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    line-height: 11pt;
    color: #ffffff;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold
}
.NormalBoldWithBG
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    background-color: #eeeeee;
   
}
/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color: #ff0033;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color:#000000;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color:#FF5050;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color:#FF5050;
}

A.CommandButton:active   {
    text-decoration:    none;
    color#FF5050;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:#FF5050;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 8pt;
	background-color: #eeeeee !important;
	color: #000000;
	font-family: Tahoma, sans-serif;
	border: 1px solid #003847;
}

/* button style for standard HTML buttons */
.HoverButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 8pt;
	background-color:#bbbbbb !important;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	border: 1px solid #003847;
}

A:link  {
    text-decoration:    none;
    color:#FF5050;
}

A:visited   {
    text-decoration:    none;
    color:#FF5050;
}

A:active    {
    text-decoration:    none;
    color:#FF5050;
}

A:hover {
    text-decoration:    underline;
    color:#FF5050;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL
{
margin: 0px; 
padding-left: 20px; 
padding-top: 0px;
}

UL LI   {
    list-style-type:    disc;
}
.GreenDot
{
	xlist-style-image: url(/portals/0/siteassets/bullet_green.jpg);
	color: #84c54f;
	list-style-type:    disc;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #696969;
    height:1pt;
    text-align:left
}

/* 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: pointer; 
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #eeeeee 0px solid; 
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-right: #eeeeee 0px solid;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #eeeeee; 
	border-bottom: #777 1px solid; 
	border-left: #777 1px solid; 
	border-top: #777 1px solid; 
	border-right: #777 1px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	border-top:1px solid #84c54f;
	border-bottom:1px solid #84c54f;
	width:90%;
	height:26px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;

}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: #000000;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt;
	font-weight: normal; 
	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;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	background-color: #ffffff; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	color: #ffffff;
	z-index: 1000; 
	cursor: pointer;
	background-color: #ffffff; 
	border-bottom: #ffffff 0px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 0px solid; 
	border-right: #ffffff 0px solid; 
}
.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid;
	border-left: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;
	background-color: transparent;
	height: 1px;
	padding-left:4px;
	padding-right:24px;
}
.MainMenu_MenuItemSel, .MainMenu_RootMenuItemActive {
	cursor: pointer;
	color:#ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color:#FF4111;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	display:none;
}
.footerlink
{
	padding-top:6px;
	padding-bottom:6px;
	font-family:  Tahoma, sans-serif;
	font-size: 8.5pt;
	color: #aaaaaa;
}
a.footerlink 
{
	text-decoration: none;
	color: #aaaaaa;
}
a.footerlink:hover
{
	text-decoration: none;
	color: #ff0033 !important;
}
.utilitymenu
{
	font-family: Tahoma,sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #aaaaaa;
}
.utilitynavimg, a.utilitynavimg, a.utilitynavimg:hover, img.utilitynavimg
{
	text-decoration: none !important;
	border:0px;
}
a.utilitymenu, a.utilitymenu:active, a.utilitymenu:visited
{
	text-decoration: none;
	color: #aaaaaa;
}
a.utilitymenu:hover
{
	text-decoration: none;
	color: #ff0033 !important;
}
/* text style for buttons and link buttons used in the portal admin pages */
.BlueLink     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.BlueLink:link {
    text-decoration:    none;
    color:  #003287;
}

A.BlueLink:visited  {
    text-decoration: none;
    color:  #003287;
}

A.BlueLink:active   {
    text-decoration:    none;
    color: #003287;
}

A.BlueLink:hover    {
    text-decoration:    underline;
    color:  #003287;
}
.whitemenu, a.whitemenu
{
	font-family: Tahoma,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000 !important;
	text-decoration: none !important;
}
.navlist
{
	border:0px solid #000000;
	font-family: tahoma,sans-serif;
	font-size: 8pt;
}
.navlist tr
{
	border:0px solid #ffffff;
}
.navlist td
{
	border:0px solid #ffffff;
	padding-bottom: 4px;
}
.nav1entry
{
	font-family:  tahoma,sans-serif;
	font-size: 8pt;
	color: #ffffff !important;
}
a.nav1entry
{
	color: #ffffff;
	text-decoration: none;
}
a.nav1entry:link
{
	color: #ffffff;
	text-decoration: none;
}
a.nav1entry:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.nav1entry:hover, a.nav1entry:active
{
	color: #ff0033 !important;
	text-decoration: none;
}
.nav1active, a.nav1active
{
	color: #000000 !important;
	text-decoration: none;
}
/* Breadcrumbs */
.Breadcrumb{
font-family: Tahoma, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #CCC;
}

A.Breadcrumb:link {
text-decoration: none;
color: #999;
}

A.Breadcrumb:visited {
text-decoration: none;
color: #999;
}

A.Breadcrumb:active  {
text-decoration: none;
color: #999;
}

A.Breadcrumb:hover  {
text-decoration: none;
color: #999;
}
.SelectedTab {
    font-weight:normal;
    font-size: 8.5pt;
    color: #FF5050;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color: #FF5050;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #FF5050;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #FF5050;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: #FF5050;
}

.subnavlist
{
	display:none;
	padding-left:22px;
	border:0px solid #EFF0F1;
	margin-top:4px;
	margin-bottom:0px;
}
.smallportrait
{
	width:75px;
	border:0px;
	padding-right:10px;
}
.largeportrait
{
	border:0px;
	padding-right:10px;
	padding-bottom:2px;
}
.bluehead, .info
{
	font-size:11px;
	font-family:Tahoma,Sans-serif;
	color: #064287;
	font-weight: bold;
	text-decoration: none;
	padding-top:10px;
}
.blueheadfirst
{
	font-size:11px;
	font-family:Tahoma,Sans-serif;
	color: #064287;
	font-weight: bold;
	text-decoration: none;
}
.blueheadruled
{
	font-size:11px;
	font-family:Tahoma,Sans-serif;
	color: #064287;
	font-weight: bold;
	text-decoration: none;
	border-top:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	width:90%;
}
.blueheadmore
{
	font-size:11px;
	font-family:Tahoma,Sans-serif;
	color: #064287;
	font-weight: normal;
	text-decoration: none;
 	line-height: 12pt;
}
.blueheadmorebold
{
	font-size:11px;
	font-family:Tahoma,Sans-serif;
	color: #064287;
	font-weight: bold;
	text-decoration: none;
 	line-height: 10pt;
}
.redlink
{
	font-family:  tahoma,sans-serif;
	font-size: 8pt;
	color: #ff0033 !important;
	text-decoration: none;
}
a.redlink:hover
{
	text-decoration: underline;
}
.blacklink
{
	font-family:  tahoma,sans-serif;
	font-size: 8pt;
	color: #000000 !important;
}
a.blacklink:hover
{
	color: #003287 !important;
	text-decoration: underline;
}
.lpad
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 16pt;
    color: #000000;
	margin-left:10px;
}
.LinkList
{
	border:1px solid #ffffff;
	background-color: #ffffff;
}
.LinkTextCell
{
	padding-bottom:5px;
}
.LinkText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 10pt;
    color: #777777;
}
a.linktext
{
    color: #777777;
}
a.linktext:visited
{
    color: #777777;
}
a.linktext:hover
{
    color:#FF5050 !important;
    text-decoration: underline;
}
a.linktext:active
{
    color: #777777;
}
.LinkTextActive
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    line-height: 16pt;
    color:#FF5050 !important;
}
.LinkList
{
}
.LinkBUll
{
	margin-top:4px;
	margin-right:4px;
}
.blueheadmoresmall
{
font-size:7pt;
    line-height:8pt;
}

a.blueheadmoresmall:link  {
    text-decoration:    none;
    color: #003287;
    line-height:8pt;
}

A.blueheadmoresmall:visited   {
    text-decoration:    none;
    color:#003287
    line-height:8pt;
}

A.blueheadmoresmall:active    {
    text-decoration:    none;
    color:#003287
    line-height:8pt;
}

A.blueheadmoresmall:hover    {
    text-decoration:    underline;
    color:#003287;
    line-height:8pt;
}
.LoginContainer td
{
   padding:2px;  
}
.BreakRow
{
display:none;
}
.beginrow
{
}
.begincell
{
padding-top:7px;
}
.textCell
{
line-height:12pt;
background-color:#f5f5f5;
padding:12px;
}
.black
{
color: #000000;
}
.TitleHeader
{

}

.biotitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight:   bold;
    color:#000000;

}
.ProjectTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color: #000000;
}
a.ProjectTitle, a.ProjectTitle:link, a.ProjectTitle:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color: #000000;
	text-decoration: none;
}
a.ProjectTitle:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color:#FF5050;
text-decoration:underline;
}
.textimagetitle
{
margin-left:-5px;
}
.DescriptionHeader
{
display:none;
}
.SmallBlackTitle
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    color: #000000;
}
.click
{
	cursor: pointer; 
}
.linkdesc
{
	float:left;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: normal;
    color:#000000;
padding-bottom:20px;
}
.linktable
{
	background-color:transparent;
}
.darkerbg
{
background-color: #e8e8e8;
width:100%;
font-weight:bold;
height:20px;
vertical-align:middle;
padding-top:0px;
padding-left:2px;
}
.indent
{
padding-left:12px;
padding-bottom:12px;
}
.greenchevron
{
color: #84c54f;
font-weight:bold;
}
.BoldLink     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    color:#FF5050;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.BoldLink:link {
    text-decoration:    none;
}

A.BoldLink:visited  {
    text-decoration:    none;
}

A.BoldLink:active   {
    text-decoration:    none;
}

A.BoldLink:hover    {
    text-decoration:    underline;
}

.Nolink,a.nolink,a.nolink:link,a.nolink:active,a.nolink:visited,a.nolink:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8.5pt;
    font-weight: bold;
    line-height: 12pt;
    color: #000000;
    text-decoration: none;
    cursor:default;
}
.gone
{
	z-index:-1; 
	xdisplay:none;
	xwidth:1px;
	xheight:1px;
}