/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{ 
	/* 12.06.2024;Psc
	font-size: 100%; */
	font-size: 14px;
	color: #8c8c8c;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { padding:3px 6px 3px 6px; width:20px;
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
/* 12.06.2024;Psc */
.Normal
{
	/*	12.06.2024;Psc
	font-size: 18px;
	font-size: 1.2em;
	 */
/* color: rgb(92,92,92); */
  color: #3f3f3f; 
 font-family: sans-serif,Arial,Verdana,"Trebuchet MS"; 
}

/* text style used for Deep Links  */
.DeepLink /* Psc */
{
font-size: 0.75em;

/* 21.04.2024;Psc */
/* color: rgb(0, 136, 204) */
color: black; 
text-decoration: underline;
}

/* text style for small fonts */
.Small
{
font-size: smaller;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  { 
	/* 12.06.2024;Psc
	font-size:1.5em; 
	font-weight:bold */
	font-size:1.7em; 
}

H2  { 	
	/* 12.06.2024;Psc
	font-size:1.5em; 
	font-weight:bold */
	font-size:1.5em; 
}

H3  { 
	/* 12.06.2024;Psc
	font-size:1.5em; 
	font-weight:bold */
	font-size:1.2em; 

}

H4  { 	
	/* 12.06.2024;Psc
	font-size:1.5em; 
	font-weight:bold */
	font-size:1.0em; 

}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

/* 12.06.2024;Psc */
A:link  { 
  /* color: rgb(0, 136, 204);  Psc */
  color: #3f3f3f; 
  text-decoration: underline;
}

/* 12.06.2024;Psc */
A:visited   { 
  /* color: rgb(0, 102, 153) */ /* Psc */
  color: #3f3f3f;
  text-decoration: underline;
}

A:hover { 
	/* color:#dc0018 21.04.2024;Psc */
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* SideMenu  */
.MenuHdr
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #ffffff; padding-top: 2px; cursor: default;
}
.MenuItem HR
{
  background-color: #ffffff; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px; 
}

.MenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 1px solid;
  background-color: #f1f1f1 !important;  
}

.MenuItem, .MenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #ffffff; padding-top: 1px;
  border: #ffffff 1px solid; 
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: #5C5C5C;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
}

.currentItemHighlight
{
  color: #000000; 
  font-weight:bold;
}

.MenuCurrentPage
{
  color: #ff9356;
}










































