﻿/* ================================
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
{
}
/* 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 */
/* slog za naslove modulov */
.Head   {
font-family: Tahoma, Arial, Helvetica;
font-size:  14px;
font-weight:    normal;
color: #CCCCCC;
}
/* 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 {
}
/* običajni besedilni slog za večino besedila v modulih */
.Normal,.NormalDisabled
{
font-family: Tahoma, Arial, Helvetica;
font-size: 13px;
font-weight: 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    {
}
/* NASLOVI */
H1  {
font-family: Tahoma, Arial, Helvetica;
font-size:  17px;
font-weight:    normal;
color: #33367B;
}
H2  {
font-family: Tahoma, Arial, Helvetica;
font-size:  16px;
font-weight:    normal;
color: #33367B;
}
H3  {
font-family: Tahoma, Arial, Helvetica;
font-size:  15px;
font-weight:    normal;
color: #003366;
}
H4  {
font-family: Tahoma, Arial, Helvetica;
font-size:  14px;
font-weight:    normal;
color: #003366;
}
H5, DT  {
font-family: Tahoma, Arial, Helvetica;
font-size:  13px;
font-weight:    bold;
color: #666644;
}
H6  {
font-family: Tahoma, Arial, Helvetica;
font-size:  13px;
font-weight:    normal;
color: #666644;
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
text-decoration:    none;
color:  #FF6600;
}
A:visited   {
text-decoration:    none;
color:  #FF6600;
}
A:active    {
text-decoration:    none;
color:  #FF6600;
}
A:hover {
text-decoration:    underline;
color:  #FF0000;
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
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 {
background-color: transparent; 
}
.MainMenu_MenuBar {
cursor: pointer; 
cursor: hand;
height:16;
background-color: Transparent;
}
.MainMenu_MenuItem {
cursor: pointer; 
cursor: hand; 
color: black; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 10pt; 
font-weight: normal; 
font-style: normal; 
border-left: #5978ae 0px solid; 
border-bottom: #5978ae 1px solid; 
border-top: #5978ae 1px solid; 
border-right: #5978ae 0px solid;
background-color: Transparent;
}
.MainMenu_MenuIcon {
cursor: pointer; 
cursor: hand; 
background-color: #5978ae; 
border-left: #5978ae 1px solid; 
border-bottom: #5978ae 1px solid; 
border-top: #5978ae 1px solid; 
text-align: center; 
width: 15; 
height: 21;
}
.MainMenu_SubMenu {
z-index: 1000; 
cursor: pointer; 
cursor: hand; 
background-color: #5978ae; 
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
border-bottom: #5978ae 0px solid; 
border-left: #5978ae 0px solid; 
border-top: #5978ae 0px solid; 
border-right: #5978ae 0px solid;
}
.MainMenu_MenuBreak {
border-bottom: #5978ae 1px solid; 
border-left: #5978ae 0px solid; 
border-top: #5978ae 1px solid;  
border-right: #5978ae 0px solid; 
background-color: #5978ae; 
height: 1px;
}
.MainMenu_MenuItemSel {
cursor: pointer; 
cursor: hand; 
color: white; 
font-family: Tahoma, Arial, Helvetica; 
font-size: 10pt; 
font-weight: normal; 
font-style: normal;
background-color: transparent;
}
.MainMenu_MenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand; 
border-right: #5978ae 1px solid; 
border-bottom: #5978ae 1px solid; 
border-top: #5978ae 0px solid;
}
.MainMenu_RootMenuArrow {
font-family: webdings; 
font-size: 10pt; 
cursor: pointer; 
cursor: hand;
}

