/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* background color for the content part of the pages */
body {
	text-align: center;
	margin: 0;
	padding: 38px 0 0 0;
	background: #a5defc url(images/body_back.jpg) repeat-x fixed bottom left;
	}


.ControlPanel {
}
.SkinObject {
}
A.SkinObject:link, A.SkinObject:visited {
}
A.SkinObject:hover {
}


/* style for module titles */
.Head {
	font: bold 14px verdana, Arial, sans-serif;
	color: #CA090E;
}


/* 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 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 {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
}
A.CommandButton:hover {
}


/* button style for standard HTML buttons */
.StandardButton {
}

    
/* GENERIC */
H1 {
}
H2 {
}
H3 {
}
H4 {
}
H5, DT {
}
H6 {
}
TFOOT, THEAD {
}
TABLE {
	border-collapse: collapse;
}
TH {
}
TD {
	padding: 0px;
}
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 {
}



/* RADMENU navigation styles */
.MenuGroup {
	width: 130px;
}

.RootMenuItem,
.RootMenuItemOver,
.RootMenuSelected,
.SelectedPathItemCss,
.RootMenuItemClicked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	cursor: hand;
	cursor: pointer;
	background: transparent;
	height: 23px;
}
.RootMenuItem TD,
.RootMenuItemOver TD,
.RootMenuSelected TD,
.RootMenuItemClicked TD {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	background: #fff;
	padding-left: 2px;
	
}
.RootMenuItemOver TD,
.RootMenuSelected TD,
.RootMenuItemClicked TD {
	color: #CA090E;
}
.MenuItemsGroup {
	border: none;
	background-color: transparent;
}
.MenuItem,
.MenuItemOver,
.MenuItemSelected,
.MenuItemClicked {
	cursor: hand;
	cursor: pointer;
}
.MenuItem TD,
.MenuItemOver TD,
.MenuItemSelected TD,
.MenuItemClicked TD {
	font-size: 12px;
	color: #255B92;
	padding: 0 2px;
}
.MenuItemOver TD,
.MenuItemSelected TD,
.MenuItemClicked TD {
	font-size: 11px;
	color: #255B92;
	padding: 0 2px;
	background-color: transparent;
}


/* ===========================
    Other styles for DNN skin
   ===========================
*/

.okvir {
width: 782px;
margin: 0 auto;
padding: 0;

}
.vrh, .nav, .livo, .desno, .dno {
	vertical-align: top;
}

.vrh {
	width: 782px;
	height: 189px;
	margin: 0;
	padding: 0;
	background: url(images/topimage.jpg) top left no-repeat #d8d8d8;
	}
.livo {
	width: 210px;
	padding: 8px 0 8px 5px;
	background: #eee url(images/left_back.jpg) top left no-repeat;
	}
.desno {
	width: 369px;
	background: #fff url(images/main_back.jpg) top left repeat-y;
	border-left: 1px solid #CA090E;
	padding: 0;
	margin: 15px;
	}
.nav {
	width: 153px;
	height: auto;
	background:#fff;
	padding: 10px 0px 2px 5px;
	border-left: 1px solid #CA090E;
	border-bottom: 1px solid #CA090E;
	text-align: left;
	}
.topnav {
	text-align: right;
	vertical-align: top;
	width: 782px;
	height: 25px;
	margin: 0;
	padding: 0;
}
.topnav a, .topnav img {
	border: none;
}
.logotip {
	text-align: right;
	width: 210px;
	height: auto;
	margin: 87px 0 0 0;
	padding: 0;
	}

.AdminNav {
	height: auto;
	background:#fff;
	padding: 2px 0 2px 2px;
	border-top: 1px solid #CA090E;
	border-bottom: 1px solid #CA090E;
	}
.livo .logiranje {
	padding: 0;
	margin: -18px 0 0 0;
}
.livo .logiranje a {
   display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 7px 0;
	margin: 0;
}
.livo .Normal {
   display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.livo .Normal a {
   display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 10px 30px;
	margin: 4px 0 0 0;
}
.livo .LinksTable .LinksItem {
	padding: 3px 0;
}
.livo .LinksTable .LinksItem a {
	color: #255B92;
	text-decoration: none;
}
.livo .LinksTable .LinksItem a:hover {
	color: #CA090E;
	text-decoration: underline;
}
.desno {
	width: 372px;
	background: #fff url(images/main_back.jpg) top left repeat-y;
	padding: 10px 30px;
	}
.desno .SkinObject, .desno a.SkinObject {
	font: normal 9px verdana, Arial, sans-serif;
	color: #949494;
	}
.desno a.SkinObject:hover {
	font: normal 9px verdana, Arial, sans-serif;
	color: #CA090E
	}
.dno {
	height: 23px;
	background:#ddd;
	padding: 0;
	margin: 0;
	border-top: 1px solid #CA090E;
	}
.potpis {
	width: 782px;
	margin: 10 auto;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
.potpis .SkinObject {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	float: left;
	display: block;
	width: 355px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
.potpis p {
	float: left;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	float: left;
	display: block;
	width: 20px;
	height: 18px;
	margin: 0;
	padding: 0;
}
.potpis .NMSigHolder .SkinObject {
	float: left;
	display: block;
	width: 331px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.DownloadModule, .DownloadModule td, .DownloadModule caption, .DownloadModule .DMFileData {
	background: #fff;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
}
.DownloadModule .DMClickData {
   border-top: 2px solid #f00;
	width: 95%;
	margin: 0;
	padding: 0;
}

.DownloadModule caption a:hover{
   text-decoration: none;
}

.DownloadModule .SubHead {
padding: 0;
margin: 0;
}
.crta {
	display: block;
	width: 95%;
	height: 2px;
	border-top: 1px solid #255B92;
}
