


/*  Standard DotNetNuke CSS STYLES  */

/* background color for the header at the top of the page  */
.HeadBg {
  }

/* background/border colors for the selected tab */
.TabBg {
  background-color: black;
  }

/* text style for the selected tab */
.SelectedTab {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #06325D;
  text-decoration: none;
  }

/* hyperlink style for the selected tab */
A.SelectedTab:link {
  color: #06325D;
  text-decoration: none;
  }

A.SelectedTab:visited {
  color: #06325D;
  text-decoration: none;
  }

A.SelectedTab:active {
  color: #06325D;
  text-decoration: none;
  }

A.SelectedTab:hover {
  color: #FF0000;
  text-decoration: underline;
  }

/* text style for the unselected tabs */
.OtherTabs {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #06325D;
  text-decoration: none;
  }

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
  color: #06325D;
  text-decoration: none;
  }

A.OtherTabs:visited {
  color: #06325D;
  text-decoration: none;
  }

A.OtherTabs:active {
  color: #06325D;
  text-decoration: none;
  }

A.OtherTabs:hover {
  color: #FF0000;
  text-decoration: underline;
  }

/* GENERAL */
/* style for module titles */
.Head {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333333;
  }

/* style of item titles on edit and admin pages */
.SubHead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #003366;
  }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  }

/* text style used for most text rendered by modules */
.Normal {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

.NormalRed {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ff0000
  }

.NormalBold {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold
  }

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
  text-decoration: underline;
  color: #003366;
  }

A.CommandButton:visited {
  text-decoration: underline;
  color: #003366;
  }

A.CommandButton:active {
  text-decoration: underline;
  color: #003366;
  }

A.CommandButton:hover {
  text-decoration: underline;
  color: #ff0000;
  }

/* GENERIC */
h1, h2, h3, h4, h5, h6, dt, tfoot, thead {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

h1 {
  }
h2 {
  }
h3 {
  }
h4 {
  }
h5, DT {
  }
h6 {
  }

TH {
  vertical-align: baseline;
  font-weight: bold;
  color: #003366;
  }

A:link {
  text-decoration: none;
  color: #003366;
  }

A:visited {
  text-decoration: none;
  color: #003366;
  }

A:active {
  text-decoration: none;
  color: #003366;
  }

A:hover {
  text-decoration: underline;
  color: #ff0000;
  }

SMALL {
  font-size: small;
  }
BIG {
  font-size: x-large;
  }
BLOCKQUOTE, PRE {
  font-family: Lucida Console, monospace;
  }

UL LI {
  list-style-type: square;
  }

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: dimgrey;
  height:1pt;
  text-align:left
  }


.layout td {
  padding: 0px;
  margin: 0px;
  }
.edit td {
  padding: 2px;
  margin: 2px;
  }
.preview {
  text-align: left;
  width: 600px;
  border: 1px solid #CCCCCC;
  padding: 8px;
  }
.CommandButton {
  margin: 0pt 2em 0pt 2em;
  }





/* 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: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
  }
.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
  }
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
  }
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	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 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;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
  }
.ModuleTitle_MenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
  }
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	cursor: pointer;
	cursor: hand;
  }


/* Main Menu - SolPartMenu */
.MainMenu_MenuContainer {
	background-color: #333333;
	border: none;
  }
.MainMenu_MenuBar {
	border: none;
  }
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
  padding: 1pt;
  }
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	text-align: center;
	border: none;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
  padding: 1pt;
  }
.MainMenu_SubMenu {
	cursor: pointer;
	cursor: hand;
	background-color: #333333;
	border: none;
	z-index: 1000;
  }
.MainMenu_MenuBreak {
	background-color: #999999;
	height: 1px;
  }
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border: none;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
  padding: 1pt;
  }
.MainMenu_MenuArrow {
	cursor: pointer;
	cursor: hand;
	font-family: webdings;
	border: none;
  padding: none;
  }
.MainMenu_RootMenuArrow {
	cursor: pointer;
	cursor: hand;
	font-family: webdings;
	border: none;
  padding: none;
  }

