/**************************/
/*** OSVEZITEV template ***/
/**************************/

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #333;
	background: #319ec0;
}
a, a:link, a:visited {
	color: #0081b9;
	text-decoration: underline;
}
a:hover {
	color: #0081b9;
	text-decoration: none;
}
input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { 
	background: #FFF;
	border-top: 1px solid #0081b9; 
	border-bottom: 1px solid #0081b9; 
	margin:0px; 
	padding-left: 15px; 
	text-indent:0px;
	color : #0081b9;
	font-weight: bold;
	}
	

/* System Error Messages */
#system-message dd.error ul { 
	background: #FFF;
	border-top: 1px solid #0081b9; 
	border-bottom: 1px solid #0081b9; 
	margin:0px; 
	padding-left: 15px; 
	text-indent:0px;
	color : #0081b9;
	font-weight: bold;
	}

/* System Notice Messages */
#system-message dd.notice ul { 
	background: #FFF;
	border-top: 1px solid #0081b9; 
	border-bottom: 1px solid #0081b9; 
	margin:0px; 
	padding-left: 15px; 
	text-indent:0px;
	color : #0081b9;
	font-weight: bold;
	}


div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

h1, .contentheading {
	padding-bottom:8px;
	font-size: 18px;
	font-weight: normal;
	vertical-align: bottom;
	color: #0081b9;
	text-align: left;
	width: 100%;
}

h2, .componentheading {
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	vertical-align: bottom;
	color: #656565;
	text-align: left;
	width: 100%;
}
h3,  table.moduletable th, legend{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #656565;
	text-align: left;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	color: #656565;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: .90em;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 5px;
	display: block;
	float: right;
	padding-right: 16px;
	line-height: 14px;
	height: 16px;
}
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}
.article_column {
	width: 100%;
}
table.blog {
/*width: auto !important;*/
  width: 100%;
}

/* horizontal pill menu */
table.pill {
  margin-left: 0;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.jpg) no-repeat;
  height: 53px;
  width: 48px;
}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.jpg) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.jpg) no-repeat;
  height: 53px;
  width: 48px;
}

#pillmenu {
  white-space: nowrap;
  height: 53px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-size: 12px;
  font-weight: bold;
  float:left;
  display:block;
  height: 53px;
  line-height: 53px;
  padding: 0px 34px;
  color: #fff;
  text-decoration: none;
  text-transform:uppercase;
  margin-right: 3px;
}
#pillmenu a:hover {
  color: #000;
}

#pillmenu LI#current A {
         color: #000;
		 background: url(../images/mw_menu_active_bg.jpg) repeat-x;
}

#pillmenu LI.active A {
         color: #000;
		 background: url(../images/mw_menu_active_bg.jpg) repeat-x;
}

.modra_pasica{
	background: url(../images/modra_pasica_bg.jpg);
}
.modra_pasica_text{
	padding: 30px;
	color:#fff;
}
.modra_pasica_text a{
	color:#fff;
}

.modra_pasica_separator{
	background: url(../images/modra_pasica_separator.jpg) center no-repeat;
}

#footer {
	font-size: 10px;
	color:#ccc;
	text-align:right;
	padding-right: 20px;
}
.footer_bg{
	background: url(../images/footer_bg.jpg);
}
a.footer{
	color:#fff;
}
a.copy{
	text-decoration:none;
	color:#ccc;
}
#pathway {
	padding: 0px 0px 0px 10px;
	text-align: left;
	margin:0;
	background-color:#bbe8ff;
	font-size: 10px;
}
span.pathway {
  display: block;
  margin: 0px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
span.pathway a{
	text-decoration:none;
	font-size: 10px;
}

form#com-form-login fieldset { margin: 20px; padding: 0.2em;}
form#com-form-login ul { padding-left: 40px; }

/* spacers */
span.article_separator {
	display: block;
	height: 0px;
}
/*table*/
.TdHeader
{
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	border-bottom:1px solid #aaa;
	font-weight: bold;
	background-color:#eee;
}
.TdContent
{
	vertical-align:top;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	border-bottom:1px solid #ddd;

}
.TdSpacer
{
	width:1px;	
}
/*BULLET*/
ul {
   list-style-image: url(../images/indent1.png);
   margin-left: 18px;
   margin-top: 0;
   margin-bottom: 8px;
   padding: 0;
}
ul ul{
   list-style-image: url(../images/indent2.png);
}
ul ul ul{
   list-style-image: url(../images/indent3.png);
}
ol{
   margin-top: 0;
   margin-bottom:0;
}

/* module control elements */

.moduletable {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.8em;
	text-align: left;
	padding:10px;
	background-color:#bbe8ff;
}
div.moduletable, div.module {
  margin-bottom: 0px;
  margin-top: 10px;
}
/* Title Control */
div.moduletable h3 {margin: 0px;}
div.module h3 {
	margin: 0;
	width:100%;
	font-size: 12px;
	padding-bottom: 10px;
	}

 /* Round Conners example */
div.module {
	background: url(../images/mw_box_br.png) 100% 100% no-repeat;
}

div.module div {
	background: url(../images/mw_box_bl.png) 0 100% no-repeat;
}

div.module div div {
	background: url(../images/mw_box_tr.png) 100% 0 no-repeat;
}

div.module div div div {
	background: url(../images/mw_box_tl.png) 0 0 no-repeat;
	padding: 4px 10px 8px 10px;
	width: auto;
}

div.module div div div div {
	background:none;
	padding: 0;
	width: 100% !important;
}
/*PRIMARNA*/
a.mainlevelsec_nav, a.mainlevelsec_nav:link, a.mainlevelsec_nav:visited{
	text-decoration: none;
}

a.mainlevel_activesec_nav, a.mainlevel_currentsec_nav, a.mainlevel_activesec_nav:link, a.mainlevel_currentsec_nav:link,
a.mainlevel_activesec_nav:visited, a.mainlevel_currentsec_nav:visited {
	color: #3E99D0;
	text-decoration: none;
}

a.mainlevelsec_nav:hover, a.mainlevel_activesec_nav:hover, a.mainlevel_currentsec_nav:hover, a.mainlevel_activesec_nav:visited, a.mainlevel_currentsec_nav:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
/*SEKUNDARNA*/

a.sublevelsec_nav, a.sublevelsec_nav:link, a.sublevelsec_nav:visited {
	color: #3E99D0;
	font-weight: normal;
	text-decoration: none;
}

a.sublevel_activesec_nav, a.sublevel_currentsec_nav, a.sublevel_activesec_nav:link, a.sublevel_currentsec_nav:link, a.sublevel_activesec_nav:visited, a.sublevel_currentsec_nav:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;}

a.sublevelsec_nav:hover, a.sublevel_activesec_nav:hover, a.sublevel_currentsec_nav:hover,a.sublevel_activesec_nav:visited, a.sublevel_currentsec_nav:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;}
