/* ================================
    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-image: url(images/pattern.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}

.ControlPanel {
}


/* GENERAL */
/* style for module titles */
.ModuleHead   
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.Head   
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006faf;
}

A.Head:visited, A.Head:active, A.Head:link, A.Head:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006faf;
}


/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.NormalRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red;
}

.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}

.SkinObject
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	font-weight: bold;
}

A.SkinObject:visited, A.SkinObject:active, A.SkinObject:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
}

A.SkinObject:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

/* 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:visited, A.CommandButton:active, A.CommandButton:link, A.CommandButton:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
}

A:visited   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
}

A:active    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
}

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 {
	
}

.MenuTab
{
}

.MainMenu_MenuBar 
{
}

.MainMenu_MenuItem td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	border: none;
}

.MainMenu_MenuItem
{
	background-color: #006faf;
}

.MainMenu_MenuIcon 
{
	display: none;
}

.MainMenu_SubMenu 
{
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;

}

.MainMenu_MenuBreak {	
}

.MainMenu_MenuItemSel
{
	background-color: #000066;
}

.MainMenu_MenuArrow 
{
	display: none;
}

.MainMenu_RootMenuArrow {
}

.rootmenuitem td
{
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	border-left: solid 1px #abd0e5;
	border-right: solid 1px #00253a;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.rootmenuitemselected td
{
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	border-left: solid 1px #abd0e5;
	border-right: solid 1px #00253a;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000066;
}


/* ================================
    Technomax specific
   ================================
*/   

/*
Tamnoplava 006faf
SivaPozadina e0e7eb
TamnoTamnoplava 000066
*/

.MainTable
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	width: 1000px;
	background-color: #e0e7eb;
}

.HEADLOGO
{
	
}

.MENI
{
	BORDER-LEFT: #006faf 1px solid; 
	BORDER-RIGHT: #006faf 1px solid;
	background-image: url(images/podloga-meni.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
	padding-right: 6px;
}

.HEADER
{
	BORDER-LEFT: #006faf 1px solid; 
	BORDER-RIGHT: #006faf 1px solid;
}

.TOPLEFT
{
	BORDER-LEFT: #006faf 1px solid;
	text-align: left;
	width: 249px;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.TOPCENTER
{
	text-align: center;
	width: 600px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.TOPRIGHT
{
	BORDER-right: #006faf 1px solid;
	text-align: right;
	width: 151px;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.TOPRIGHTNOBORDER
{
	text-align: right;
	width: 151px;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

A.KOSARICA:link, A.KOSARICA:visited, A.KOSARICA:hover, A.KOSARICA:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding-right: 7px;
}

.LEFTPANE
{
	BORDER-LEFT: #006faf 1px solid; 
	BORDER-BOTTOM: #006faf 1px solid;
	text-align: center;
	width: 249px;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

.RIGHTPANE
{
	text-align: center;
	width: 151px;
	padding-left: 3px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}

.CONTENTPANE
{
	text-align: center;
	width: 600px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	height: 100%;
}

.CONTENTPANE1
{
	text-align: center;
	width: 751px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	height: 100%;
}

.CONTENTPANE2
{
	BORDER-right: #006faf 1px solid; 
	BORDER-BOTTOM: #006faf 1px solid;
	text-align: center;
	width: 751px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	height: 100%;
}

.ADMINCONTENTPANE
{
	BORDER-right: #006faf 1px solid; 
	BORDER-left: #006faf 1px solid; 
	BORDER-BOTTOM: #006faf 1px solid;
	text-align: center;
	width: 995px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	height: 100%;
}

/* ================================
    Rainbow specific
   ================================
*/   

.RBcatMenuContainer
{
    BACKGROUND-COLOR: transparent;
    border: none 0px transparent;
    width: 246px;
}
.RBcatMenuBar
{
    CURSOR: hand
}
.RBcatMenuItem td
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	border: none;
	font-weight: bold;
}
.RBcatMenuItem
{
	background-color: #006faf;
}
.RBcatMenuItemSel
{
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	border-left: solid 1px #abd0e5;
	border-right: solid 1px #00253a;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000066;
	white-space: normal;
}
.RBcatMenuIcon
{
    DISPLAY: none;
}
.RBcatSubMenu
{
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

.RBcatSubMenuItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: White;
	padding-left: 2px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 20px;
	border: none;
}

.RBcatMenuItemAktivan
{
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	border-left: solid 1px #abd0e5;
	border-right: solid 1px #00253a;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000066;
	white-space: normal;
}

.RBcatTitleItem
{
	color:yellow;	
}

.RBtreeNodeChild
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
	
}
.RBtreeNode
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
}
.RBtreeNodeOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
}
.RBtreeNodeSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
}

.NodeText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
	text-decoration: none;
	font-weight: bold;
}

.SearchInput
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006faf;
}

A.SearchButton:visited, A.SearchButton:active, A.SearchButton:link, A.SearchButton:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
