/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* background color for the content part of the pages */
BODY {
	background: #f7f7f7 url(images/body_back.jpg) top left repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}


.ControlPanel {
}
.SkinObject {
}
A.SkinObject:link, A.SkinObject:visited {
}
A.SkinObject:hover {
}


/* style for module titles */
.Head {
	margin: 0;
	padding: 0;
}


/* style of item titles on edit and admin pages */
.SubHead {
	color: #545454;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}


/* 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 {
	display: block;
	margin: 0 15px 0 15px;
}


/* text style used for rendered text which requires emphasis */
.NormalBold {
}


/* text style used for error messages */
.NormalRed {
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
	font-family: Arial, Helvetica, sans-serif;
}
INPUT.NormalTextBox, TEXTAREA.NormalTextBox, SELECT.NormalTextBox {
	border: 1px #EC4E51 solid;
	font-size: 11px;
	padding: 2px;
}


/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
}
.TreeMenu_NodeSelected {
}
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link, A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
}
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
}


/* styles used in the FileManager */
.FileManager {
	border: 1px #ED4549 solid;
}
.FileManager .NormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.FileManager_ToolBar {
}
.FileManager_ToolBar TD {
	vertical-align: top;
	padding-top: 5px;
}
.FileManager_ToolBar SPAN.Normal {
	display: block;
}
.FileManager_Explorer {
}
.FileManager_FileList {
}
.FileManager_MessageBox {
}
.FileManager_Header {
	background-color: #D1D1D1;
	color: #ED4549;
	padding-left: 10px;
}
.FileManager_Pager {
}
.FileManager_StatusBar {
}
.FileManager_StatusBar TD {
	background-color: #D1D1D1;
}
.FileManager_Item {
}
.FileManager_AltItem {
}
.FileManager_SelItem {
}
.FileManagerTreeNode {
}
.FileManagerTreeNodeSelected {
}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link, A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
}


/* styles used in the Wizard Framework */
.Wizard {
}
.WizardButton {
}
.WizardHeader {
}
.WizardFooter {
}
.WizardBody {
}
.WizardHelp {
}
.WizardHelpText {
}
.WizardText {
}


/* text style used for help text rendered by modules */
.Help {
}

   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, .CommandButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #2152A6;
	font-size: 10px;
	text-decoration: none;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #2152A6;
	font-size: 10px;
	text-decoration: underline;
}

A.mlink:link, A.mlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2152A6;
	font-size: 12px;
	text-decoration: none;
}
A.mlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #2152A6;
	font-size: 12px;
	text-decoration: underline;
}

/* button style for standard HTML buttons */
.StandardButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	cursor: pointer;
}

    
/* GENERIC */
H1 {
}
H2 {
}
H3 {
}
H4 {
}
H5, DT {
}
H6 {
}
TFOOT, THEAD {
}
TH {
}
A:link, A:visited {
	color: #2152A6;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:hover {
	color: #2152A6;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
SMALL {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI {
}
UL LI LI {
}
UL LI LI LI {
}
OL LI {
}
OL OL LI {
}
OL OL OL LI {
}
HR {
}


/* 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 {
}

/* ============================================================= sidemenu ===*/
.SideMenuStyle {
	margin: 55px 0 0 0!important;
	padding: 0 0 50px 0;
	background: #ededed url(images/jk_livo_nav.jpg) bottom left no-repeat;
}
.SideMenuStyleM {
	margin: 55px 0 0 0!important;
	padding: 0 0 150px 0;
	background: #ededed url(images/jk_livo_nav.jpg) bottom left no-repeat;
}
.SideMenuStyleEu {
	margin: 55px 0 0 0!important;
	padding: 0 0 150px 0;
	background: #ededed url(images/jk_livo_nav.jpg) bottom left no-repeat;
}
HTML>BODY .SideMenuStyle UL {
	margin: 0;
	padding: 0 2px 0 0;
	width:159px;
	text-align:left;
}
.MenuItems0,
.MenuItems0 UL {
	margin: 0;
	padding: 0;
}
.MenuItems0 LI {
	list-style: none;
	padding: 0;
	margin: 0;
}
.MenuItems1 {
	margin: 0;
}
.MenuItems0 A:link,
.MenuItems0 A:visited,
.MenuItems0 A:hover {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #C85990;
	text-decoration: none;
}
.MenuItems0 A:hover {
	color: #CD1E02;
}
.MenuItems1 A:link,
.MenuItems1 A:visited,
.MenuItems1 A:hover {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2152a6;
	text-decoration: none;
}
.MenuItems1 A:hover {
	color: #c85990;
}
.MenuItems1 LI  {
	background:url(images/izb_crta.gif) bottom left no-repeat;
	padding: 6px 5px 6px 10px;
	width: 159px;
	height: auto;
}
.MenuItems0 LI  {
	padding: 6px 0px 6px 10px;
	height: auto;
}
UL.MenuItems2  {
	text-align:left;
	margin: 0 0 0 0;
}
.MenuItems2 LI {
	background: none;
	margin: 0px 0 0 0;
	padding: 3px 3px 3px 15px; /*prije======= padding: 0 0 0 3px;*/
	width: 150px;
	height: auto; /*prije ======= height: 17px;*/
	text-align: left;
}
.MenuItems2 A:link,
.MenuItems2 A:visited,
.MenuItems2 A:hover {
	font-size: 11px;
	font-weight: bold;
	color: #6C83B0;
	text-decoration: none;
}
.MenuItems2 A:hover {
	color: #C85990;
}
.MenuItems1 ul {
	background: transparent;
	margin: 15px 0 0 0;
}
/* ============================================================= sidemenu end ===*/



/* ===========================
    Other styles for DNN skin
   ===========================
*/
.okvir, .vrh, .vrheu, .livo, .sredina, .desno, .desnoDoli, .dno, .livoDoli {
	margin: 0;
	padding: 0;
	vertical-align:top;
	}

.okvir {
	width:771px;
	border-collapse:collapse;
	height: 100%;
	background: transparent;
	margin: 0 auto;
		}
.vrh {
	height: 191px;
	background: url(images/jk_vrh.jpg) bottom left no-repeat;
	text-align:right;
	}
.vrheu {
	height: 191px;
	text-align:right;
	background: url(images/eu_vrh.jpg) bottom left no-repeat;
	}
.vrhmarina {
	height: 191px;
	text-align:right;
	vertical-align: top;
	background: url(images/marina_vrh.jpg) bottom left no-repeat;
	}
.livo {
	width: 159px;
	background: url(images/jk_livo.jpg) top left no-repeat;
	padding: 0 0 50px 0;
	}
	
.livoeu {
	width: 159px;
	background: url(images/eu_livo.jpg) top left no-repeat;
	padding: 0 0 50px 0;
	vertical-align: top;
	}
.livomarina {
	width: 159px;
	vertical-align: top;
	background: url(images/marina_livo.jpg) top left no-repeat;
	padding: 0 0 50px 0;
	}

.sredina {
	background: #fff;
	width: 460px;
	}
.desnoM, .desnoEu {
	display: none;
}
.desno, .desnoEuro {
	width: 161px;
	height: 630px;
	margin: 0;
	padding: 25px 0px 0px 0px;
	background: #F7F7F7 url(images/jk_desno.jpg) top right no-repeat;
	}
.desnoEuro {
	background: #F7F7F7 url(images/jk_desnoEuro.jpg) top right no-repeat;
	vertical-align: top;
	}
.desnoMarina {
	width: 161px;
	height: 630px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background: #F7F7F7 url(images/marina_desno.jpg) top right no-repeat;
}
.desnoMarina .Normal {
	background: url(images/izb_crta.gif) bottom left no-repeat;
	padding: 5px 0 25px 55px;
}
.desnoEuro .Normal {
	background: url(images/izb_crta.gif) bottom left no-repeat;
	vertical-align: top;
	margin: 10px 0 0 0;
	padding: 13px 0 20px 70px;
	font-weight: bold;
	color: #2152A6;
}

.desnoMarina .Normal img {
	margin-left: -55px;
}

.desnoEuro .Normal img {
	margin-left: -55px;
	margin-top: -13px;
}
.desnoEuro .Normal .ajdeLivo {
	margin-left: -55px;
	display: block;
	clear: both;
	font-weight: bold;
	color: #2152A6;
}

.desno .Normal {
	padding: 5px 0px 5px 10px;
   margin: 10px -10px 0 0px;
	color: #2152A6;
	vertical-align: bottom;
	text-align: left;
	clear: both;
	background: url(images/izb_crta.gif) top left no-repeat;
	}
	
.desno .Normal a, .desnoEuro .Normal a, .desnoMarina .Normal a {
	font-weight: bold;
	color: #2152A6;
	}
.desno .Normal .sinmap {
	clear: both;
	margin: 2px 0px -20px -10px!important;
	margin: 2px 0px -30px -10px;
	padding: 0;
	}

.dno {
	height: 94px;
	background: #fff url(images/dno.gif) top left no-repeat;
	border-top: 1px solid #6c83b0;
	}
.dno .Normal {
	font-weight: bold;
	color: #2152A6;
   text-align: left;
	margin: 0;
	padding: 5px;
	clear: both;
}
.dleft, .dright {
	height: 30px;
	width: 300px;
	padding: 3px 5px;
	float: left;
}
.dright {
	float: right;
	text-align: right;
}

.dno .SkinObject {
	font-weight: normal;
	margin: 10px 0 0 0;
}
.dno .SkinObject a, .dno .SkinObject a:visited {
	font-weight: normal;

}

.dno .SkinObject a:hover {
}

.LinksTable .LinksItem {
	padding: 1px 0 0 10px;
}
.LinksTable td {
	padding: 0 0 0 20px;
}

.ContentPane .Normal table td {
	font-size: 11px;
	}
}
