/* ================================
    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
{
}

.MenuHdr
{ 
  font-size: 8pt; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 10px; 
  font-weight: bold; 
  padding-bottom: 2px; 
  background-color: white; 
  padding-top: 2px; 
  cursor: default;
  width=100%;
}
.MenuItem,  .MenuItem HR
{
  font-size: 8pt; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 20px; 
  font-weight: normal; 
  padding-bottom: 2px;
  background-color: #f1f1f1; 
  padding-top: 2px;
}

.MenuItemMouseOver
{
  font-size: 8pt; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-left: 20px; 
  font-weight: normal; 
  padding-bottom: 2px;
  background-color: lightgray;
  padding-top: 2px;
	}

.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, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, 
.MenuHdr A:Visited, .MenuHdr A:Link 
{
  text-decoration: none; 
  color: black; 
  width: 100%; 
  padding-top: 1px;
  padding-bottom: 1px; 
  cursor: default; 
  cursor: pointer; 
}

/* 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    {
}

/* 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   {
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 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
{
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   
{
	list-style-position: outside;
	list-style-type: square;	
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   
{
	list-style-position: outside;
	list-style-type: square;
	
}

OL OL LI    {
}

OL OL OL 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 {
}
a.news
{
	font-weight: normal;
	font-size: 8pt;
	color: #454C8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.news:link
{
	font-weight: normal;
	font-size: 8pt;
	color: #454C8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.news:hover
{
	font-size: 8pt;
	color: #465577;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.news:visited
{
	font-weight: normal;	
	font-size: 8pt;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.news:active
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


a.menu
{
	font-weight: normal;
	font-size: 8pt;
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.menu:link
{
	font-size: 8pt;
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.menu:hover
{
	font-size: 8pt;
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.menu:visited
{
	font-size: 8pt;
	cursor: hand;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintext
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.quote
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintextwhite
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintextbold
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.naglowekbold
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.naglowekboldred
{
	font-weight: 600;
	font-size: 9pt;
	color: #ed6164;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nagloweknajblizszeskoki
{
	font-size: 8pt;
	color: #8c0708;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallinfo
{
	font-size: 7pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.myinput
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color= 'gray' , Positive= 'true' );
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #f2f2f2;
}

.mybutton
{
	border-right: #c1c1c1 1px solid;
	border-top: #c1c1c1 1px solid;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color= 'gray' , Positive= 'true' );
	border-left: #c1c1c1 1px solid;
	border-bottom: #c1c1c1 1px solid;
	background-color: #f2f2f2;
}

.raczka
{
	cursor: hand;
	color: white;
}

.dataartykulu
{
	font-size: 8pt;
	color: #ed6164;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.visible 
{
	visibility:visible;
}
.notvisibble
{
	visibility: hidden;
}

.highlight {text-decoration: none;color:black;background:yellow;}


