/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* background color for the content part of the pages */
BODY {
}


.ControlPanel {
}
.SkinObject {
}
A.SkinObject:link, A.SkinObject:visited {
}
A.SkinObject:hover {
}


/* style for module titles */
.Head {
}


/* style of item titles on edit and admin pages */
.SubHead {
font-size: 11px;
font-weight: normal;
color: #000000;
}


/* 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 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 {
}


/* 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 {
}
.FileManager_ToolBar {
}
.FileManager_Explorer {
}
.FileManager_FileList {
}
.FileManager_MessageBox {
}
.FileManager_Header {
}
.FileManager_Pager {
}
.FileManager_StatusBar {
}
.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 {
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:hover {
	color: #8b6a24;
	text-decoration: underline;
	font-size: 11px;
}
A.CommandButton:hover {
	text-decoration: underline;
	color: #000;
}


/* button style for standard HTML buttons */
.StandardButton {
}

    
/* GENERIC */
H1 {
}
H2 {
}
H3 {
}
H4 {
}
H5, DT {
}
H6 {
}
TFOOT, THEAD {
}
TH {
}
A:link, A:visited {
}
A:hover {
}
SMALL {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI {
}
UL LI LI {
}
UL LI LI LI {
}
OL LI {
}
OL OL LI {
}
OL OL OL LI {
}
HR {
}


/* RADACTION styles */
.MenuGroup {
}
.ContextMenuGroup {
}
.ContextMenuItem {
}
.ContextMenuItemOver {
}
.ContextMenuItemClicked {
}
.actionsmenu_Separator {
}


/* RADMENU navigation styles */
.MenuGroup{
}
.MenuMainItem {
}
.MenuMainSelected {
}
.MenuItemsGroup {
}
.MenuItem {
}
.MenuItemOver {
}
.MenuItemClicked {
}
.MenuItemSelected {
}


/* Mozilla Firefox fix for r.a.d. Menu */
/* fixing width of menu */
HTML>BODY .MenuMainItem {
}
/* hidding first and last column of all menu items */
TABLE.MenuMainItem TR > TD:first-child,
TABLE.MenuItem TR > TD:first-child,
TABLE.MenuMainItem TD+TD+TD,
TABLE.MenuItem TD+TD+TD,
TABLE.MenuItemOver TD+TD+TD,
TABLE.MenuMainSelected TD+TD+TD,
TABLE.MenuItemSelected TD+TD+TD {
	display: none;
}
/* showing first column in submenu group */
TABLE.MenuItemsGroup TABLE.MenuItem TR > TD:first-child {
	display: table-cell;
}
/* setting left padding in second column of first level in navigation */
TABLE.MenuMainItem TD+TD {
	padding-left: 9px;
}
/* setting padding in second column of other level in navigation */
TABLE.MenuItem TD+TD {
	padding: 3px 3px 3px 6px;
}
/* deleting padding in table for item over effect */
HTML>BODY TABLE.MenuItemOver,
HTML>BODY TABLE.MenuMainSelected,
HTML>BODY TABLE.MenuItemSelected {
	padding: 0px;
}
/* setting padding in table for item over effect*/
HTML>BODY TABLE.MenuItemOver TD+TD,
HTML>BODY TABLE.MenuMainSelected TD+TD {
	padding: 3px 3px 3px 6px;
}
/* setting padding in table for item over effect but only in submenu group */
HTML>BODY TABLE.MenuItemsGroup TABLE.MenuItemOver TD,
HTML>BODY TABLE.MenuItemsGroup TABLE.MenuItemSelected TD {
	padding: 3px;
}
/* setting padding in second column of table for item over effect but only in submenu group */
HTML>BODY TABLE.MenuItemsGroup TABLE.MenuItemOver TD+TD,
HTML>BODY TABLE.MenuItemsGroup TABLE.MenuItemSelected TD+TD {
	padding: 3px 3px 3px 6px;
}


/* ===========================
    Other styles for DNN skin
   ===========================
*/
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
BODY {
	padding: 0;
	background:url(images/back-veliki.jpg) repeat-x bottom #c1a56c;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
TABLE {
	border-collapse:collapse;
}
TD {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
A:link {
	color: #8b6a24; TEXT-DECORATION: underline;
}
A:visited {
	color: #8b6a24; TEXT-DECORATION: underline;
}
A:hover {
	color: #000; TEXT-DECORATION: underline;
}
A:active {
	color: #990000; TEXT-DECORATION: underline;
}
.Zaglavlje H1 {
	font-weight:bold;
	width:677px; 
	height:30px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:15px; 
	color:#FFFFFF; 
	padding: 5px 0 5px 170px; 
	float:left; 
	margin: 0; 
}
.Zaglavlje {
	width:782px; 
	height:189px; 
	background:url(images/zaglavlje.jpg) no-repeat; 
}
.Zaglavlje1 {
	width:782px; 
	height:189px; 
	background:url(images/zaglavlje-back.jpg) right top repeat-x; 
}
.Ikonice {
	width:105px; 
	height:30px; 
	float:left; 
	padding: 5px 0 5px 0;
}
.Ikonice IMG {
	vertical-align: middle;
	margin: 0 5px 0 5px;
}
.LjeviStupac {
	 width:172px; 
	 background:url(images/backStupacLjevo.jpg) no-repeat top #ede6d9; 
	 font-size: 10px; 
}
.RazmakLjevogStupca {
	padding: 33px 0 0 6px; 
}
.RazmakLjevogStupca IMG {
	margin: 0 0 8px 0; 
}
.Trazilica {
	margin: 20px 0 0 0;
	
}
.Trazilica .SkinObject {
	display:block;
	margin: 0 0 15px 0;
	font-size:10px;
	color:#8b6a24; 
}
.Trazilica .NormalTextBox {
	color:#8b6a24;
	font-size:10px; 
}
.Trazilica a:link,
.Trazilica a:visited,
.Trazilica a:hover,
.Trazilica a:active {
	font-size: 10px;
	font-weight: normal; 
	text-decoration:none;
}
.Trazilica a:link,
.Trazilica a:visited,
.Trazilica a:active {
		color:#8b6a24; 
}
.Trazilica a:hover {
		color:#000000; 
}
.Trazilica INPUT {
	width: 161px; 
	border: solid 1px #ae986a; 
	height:14px; 
	margin: 2px 0 2px 0; 
	background:url(images/back-obavjesti1.jpg) repeat-x;
}
.Login {
	width: 610px; 
	height:33px; 
	background-color:#FFFFFF;
}
.LoginRazmak {
	padding: 5px 10px 5px 30px; 
	background: url(images/crta-back.jpg) right bottom no-repeat;
	width: 200px;
	float: left;
	text-align:right;
}
.LogirajSe {
	background:url(images/login.jpg) right center no-repeat; 
	padding: 0 20px 0 0; 
	margin: 0 10px 0 0;
}
.RegistrirajSe .SkinObject,
.LogirajSe .SkinObject {
	font-size: 9px; 
	color: #ae986a;
	font-family: Arial, Helvetica, sans-serif;
}
.LogirajSe a.SkinObject:link,
.LogirajSe a.SkinObject:visited,
.LogirajSe a.SkinObject:hover,
.RegistrirajSe a.SkinObject:link,
.RegistrirajSe a.SkinObject:visited,
.RegistrirajSe a.SkinObject:hover {
		font-weight:normal;
		color: #8b6a24;
		text-decoration: underline;
		font-size: 9px;
}
.LogirajSe a.SkinObject:hover,
.RegistrirajSe a.SkinObject:hover {
	color: #000;
}
.RegistrirajSe {
	 background:url(images/register.jpg) right center no-repeat; 
	 padding: 0 16px 0 0;
}
.SrednjiStupac {
	width: 432px; 
	background-color:#FFFFFF; 
}
.DesniStupac {
	width: 178px;
	background:url(images/backStupacDesno.jpg) top repeat-x #ebebeb; 
	padding: 0;
}
.DesniStupacRazmak {
	margin: 5px 0 30px 0;
	padding-left: 12px;
}
.DesniStupacRazmak IMG {
	margin: 0 0 8px 0;
}
.Dno {
	width:782px;
	font-size: 9px;
}
.DnoLinkovi {
	height: 23px; 
	background:url(images/back-dno.jpg) repeat; 
	padding: 0;
	font-size: 9px;
	padding: 5px 0 8px 0;
}
.DnoCopiwr .SkinObject,
.DnoLinkovi .SkinObject {
	font-weight:normal;
	font-size: 9px; 
	color: #bdaa80; 
	margin: 0 5px 0 0;
}
.DnoCopiwr {
	height: 23px; 
	padding: 5px; 
	margin: 0 0 20px 0;
	font-size: 9px;
}
.DnoLinkovi a.SkinObject:link,
.DnoLinkovi a.SkinObject:visited,
.DnoLinkovi a.SkinObject:hover,
.DnoCopiwr a.SkinObject:link,
.DnoCopiwr a.SkinObject:visited,
.DnoCopiwr a.SkinObject:hover {
		font-weight:normal;
		color: #fff;
		text-decoration: underline;
		font-size: 9px;
}
.DnoCopiwr a.SkinObject:hover,
.DnoLinkovi a.SkinObject:hover {
		color: #000;
}
.StupacAdmin {
	width: 782px;
	background-color: White;
}
.StupacAdminRazmak {
	padding: 0 20px 0 30px;
}
.BreadCrumb {
	float: left;
	width: 410px;
	height: 33px;
	font-size: 9px;
	color: #8b6a24; 
	padding: 6px 10px 5px 20px; 
	font-family: Arial, Helvetica, sans-serif;
	
}
.BreadCrumb .SkinObject,
.BreadCrumb a.SkinObject:link,
.BreadCrumb a.SkinObject:visited,
.BreadCrumb a.SkinObject:hover {
		font-weight:normal;
		font-size: 9px;
		color: #8b6a24;
}
.BreadCrumb a.SkinObject:hover {
		color: #000;
}
/* RADMENU navigation styles */
.GlavnaNavigacija {
	height:21px; 
	/*background-color:#e8e0cf;*/
	background-color:#F5F5F5; 
	border-bottom: solid 1px #ae986a; 
	border-top: solid 1px #ae986a; 
	padding: 0;
}
.MenuGroup{
}
.MenuMainItem, .MenuMainItemSelected, .MenuMainItemClicked, .MenuMainItemOver, .RadMenu_Default .text, .RadMenu_Default .expandRight {
	/*background:url(images/razmak.jpg) repeat-y !important;*/
	font-size: 10px;
	font-weight: bold;
	color: #8b6a24;
	cursor: hand;
	cursor: pointer;
	padding:1px 11px !important;
	line-height:normal !important;
	/*line-height: 21px;*/
}
.RadMenu_Default .link { line-height:normal !important;}
.MenuMainItemSelected {
	background:url(images/razmak.jpg) repeat-y #bdaa80;
	margin: 0;
	padding: 0;
	line-height: 21px;
	color: #FFF;
}
.MenuMainItemClicked, .MenuMainItemOver {
	color: #000;
	line-height: 21px;
}
.MenuMainItemClicked, .MenuMainItemOver,
.MenuMainItemSelected {
	background:url(images/razmak1.jpg) repeat-y #bdaa80;
	margin: 0;
	padding: 0;
	line-height: 21px;
	color: #FFF;
}
.MenuMainItem TD, 
.MenuMainItemSelected TD, 
.MenuMainItemOver TD, 
.MenuMainItemClicked TD {
	padding: 0 4px 0 4px;
}
HTML>BODY 
.MenuMainItem TD, 
.MenuMainItemSelected TD, 
.MenuMainItemOver TD, 
.MenuMainItemClicked TD {
	padding: 0 8px 0 8px;
}
/* RADMENU navigation styles - padajuci*/
.MenuItemsGroup {
	width: 120px;
	line-height: 50px;
}
.MenuItem,
.MenuItemOver,
.MenuItemClicked,
.MenuItemSelected {
	background:url(images/strelica.gif) left center no-repeat #e8e0cf;
	font-size: 10px;
	font-weight: bold;
	color: #8b6a24;
	cursor: hand;
	cursor: pointer;
	padding: 5px 0 5px 0;
}
.MenuItemOver {
	background:url(images/strelica.gif) left center no-repeat #bdaa80;
	color: #FFFFFF;
}
.MenuItemClicked {
}
.MenuItemSelected {
}
.MenuItem TD,
.MenuItemOver TD,
.MenuItemClicked TD,
.MenuItemSelected TD {
	padding: 3px 0px 3px 4px;
}
.tablica {
	width: 392px;
}
.DownloadModule,
.tablica1 {
	width: 392px;
	font-size: 10px;
}
.tablica1 TD {
	padding: 5px 0 5px 5px;
}
.tablica1 STRONG,
.tablica STRONG {
	font-size: 11px;
	color: #8b6a24;
}
.tablica TD {
	margin: 0;
	vertical-align: middle;
	font-size: 10px;
	padding: 10px 0 10px 10px;
	border-top: dotted 1px #ae986a;
}
.tablica2 {
	width: 392px;
	font-size: 10px;
	margin: 0 0 20px 0;
}
.tablica2 TH {
	background-color: #e5dfcf;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
.tablica2 IMG {
text-align:left;
}
.tablica2 STRONG {
	font-size: 11px;
	color: #8b6a24;
}
.tablica2 TD {
	margin: 0;
	vertical-align: middle;
	font-size: 10px;
	padding: 2px 5px 2px 5px;
	border-bottom: dotted 1px #dfd5be;
}
.tablica150 {
	width: 170px;
}
.tablica242 {
	width: 222px;
}
.tablica3 {
	width: 392px;
	font-size: 10px;
}
.tablica3 TD {
	margin: 0;
	vertical-align: middle;
	font-size: 10px;
	padding: 2px 5px 2px 5px;
}
.tablica3Polje {
	background-color: #e5dfcf;
}
.tablica3 STRONG {
	font-size: 11px;
	color: #8b6a24;
}
.Razmak {
	height: 13px;
}
.Razmak1 {
	height: 9px;
}
.TextBold {
font-size: 11px;
font-weight: bold;
}
.SearchResultsTable {
	width: 392px;
	font-size: 10px;
}
.Margin {
	margin: 20px 0 0 0;
}
#dnn_BannersPane .link1 A {
	display:block;
	width:153px;
	height:46px;
	background:url(images/sluzbeni-glasnik-off.jpg) top left no-repeat;
}
#dnn_BannersPane .link1 A:hover {
	background:url(images/sluzbeni-glasnik-on.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link1 A {
	display:block;
	width:161px;
	height:50px;
	background:url(images/gradovi-prijatelji-off.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link1 A:hover {
	background:url(images/gradovi-prijatelji-on.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link2 A {
	display:block;
	width:161px;
	height:50px;
	background:url(images/projekti-grada-off.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link2 A:hover {
	background:url(images/projekti-grada-on.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link3 A {
	display:block;
	width:161px;
	height:50px;
	background:url(images/pratimo-off.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link3 A:hover {
	background:url(images/pratimo-on.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link4 A {
	display:block;
	width:161px;
	height:50px;
	background:url(images/odbor-off.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link4 A:hover {
	background:url(images/odbor-on.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link5 A {
	display:block;
	width:161px;
	height:50px;
	background:url(images/savjet-off.jpg) top left no-repeat;
}
#dnn_BannersPane2 .link5 A:hover {
	background:url(images/savjet-on.jpg) top left no-repeat;
}
#MainTable_dialogLoader_dialogControl_mainThumbLinkOptionSetter {
	display:block!important;
}

/* banneri */
.clear { clear:both;}
.banners A { display:block; width:75px; height:55px; float:left; text-decoration:none; margin-right:10px; margin-bottom:10px;}
.banners A IMG { border:0 none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
.banners A.last { margin-right:0;}


