/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

table, tr, td
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

A{
text-decoration:underline;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
color: green;
}

/* 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 */
.Normal
{
font: Arial;
color: green;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font: Arial;
}

.NormalRed
{
font: Arial;
color: green;
}

.NormalBold
{
font: Arial;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font: Arial;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
font: Arial;
}

A.CommandButton:visited  {
font: Arial;
}

A.CommandButton:active   {
font: Arial;
}

A.CommandButton:hover    {
font: Arial;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
font: Arial;
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
font: Arial;
}

A:visited   {
font: Arial;
}

A:active    {
font: Arial;
}

A:hover {
font: Arial;
}

SMALL   {
font: Arial;
}

BIG {
font: Arial;
}

BLOCKQUOTE, PRE {
font: Arial;
}


UL LI   {
font: Arial;
}

UL LI LI    {
font: Arial;
}

UL LI LI LI {
font: Arial;
}

OL LI   {
font: Arial;
}

OL OL LI    {
font: Arial;
}

OL OL OL LI {
font: Arial;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
font: Arial;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
font: Arial;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
color: green;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
color: green;
}

.MainMenu_MenuBar {
color: green;
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

.MenuItem0, .MenuItem0 A:link, .MenuItem0 A:visited, .MenuItem0 A:active, .MenuItem0 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  border-top-color:#9B9B9B;
  border-top-style:dotted;
  border-top-width:1px;
  padding-top:5px;
  padding-bottom:5px;
}
.MenuItem1, .MenuItem1 A:link, .MenuItem1 A:visited, .MenuItem1 A:active, .MenuItem1 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-indent:20px;
  padding-top:2px;
  padding-bottom:2px;
}
.MenuItem2, .MenuItem2 A:link, .MenuItem2 A:visited, .MenuItem2 A:active, .MenuItem2 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-indent:30px;
  padding-top:2px;
  padding-bottom:2px;
}

.MenuItemHighlight0, .MenuItemHighlight0 A:link, .MenuItemHighlight0 A:visited, .MenuItemHighlight0 A:active, .MenuItemHighlight0 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  border-top-color:#9B9B9B;
  border-top-style:dotted;
  border-top-width:1px;
  padding-top:5px;
  padding-bottom:2px;
}
.MenuItemHighlight1, .MenuItemHighlight1 A:link, .MenuItemHighlight1 A:visited, .MenuItemHighlight1 A:active, .MenuItemHighlight1 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-indent:20px;
  padding-top:2px;
  padding-bottom:2px;
}
.MenuItemHighlight2, .MenuItemHighlight2 A:link, .MenuItemHighlight2 A:visited, .MenuItemHighlight2 A:active, .MenuItemHighlight2 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-indent:30px;
  padding-top:2px;
  padding-bottom:2px;
}


.MenuItemCurrent0, .MenuItemCurrent0 A:link, .MenuItemCurrent0 A:visited, .MenuItemCurrent0 A:active, .MenuItemCurrent0 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:underline;
  border-top-color:#9B9B9B;
  border-top-style:dotted;
  border-top-width:1px;
  padding-top:5px;
  padding-bottom:5px;
}
.MenuItemCurrent1, .MenuItemCurrent1 A:link, .MenuItemCurrent1 A:visited, .MenuItemCurrent1 A:active, .MenuItemCurrent1 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-indent:20px;
  text-decoration:underline;
  padding-top:2px;
  padding-bottom:2px;
}
.MenuItemCurrent2, .MenuItemCurrent2 A:link, .MenuItemCurrent2 A:visited, .MenuItemCurrent2 A:active, .MenuItemCurrent2 A:hover {
  font-size:11px; 
  color:#342F2F;
  font-family: Arial, Helvetica, sans-serif;
  text-indent:30px;
  text-decoration:underline;
  padding-top:2px;
  padding-bottom:2px;
}


.GreyBackground, .GreyBackground A:link, .GreyBackground A:visited, .GreyBackground A:active, .GreyBackground A:hover  {
	color: white;
	background-color:#9B9B9B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.Normal, .Normal A:link, .Normal A:visited, .Normal A:active, .Normal A:hover, .Normal TABLE, .Normal TR, .Normal TD  {
	color:#656161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.NormalBold, .NormalBold A:link, .NormalBold A:visited, .NormalBold A:active, .NormalBold A:hover  {
	color:#656161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.NormalRed, .NormalRed A:link, .NormalRed A:visited, .NormalRed A:active, .NormalRed A:hover  {
	color:#E8283D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.NormalGreyBackReklama, .NormalGreyBackReklama A:link, .NormalGreyBackReklama A:visited, .NormalGreyBackReklama A:active, .NormalGreyBackReklama A:hover  {
	color:#272424;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.NormalGreyBack, .NormalGreyBack A:link, .NormalGreyBack A:visited, .NormalGreyBack A:active, .NormalGreyBack A:hover  {
	color:#272424;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.NormalGreyBackBold, .NormalGreyBackBold A:link, .NormalGreyBackBold A:visited, .NormalGreyBackBold A:active, .NormalGreyBackBold A:hover  {
	color:#272424;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.ModuleName, .ModuleName A:link, .ModuleName A:visited, .ModuleName A:active, .ModuleName A:hover  {
	text-align: center;
color:#E8283D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}
