body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;

}

form, div {
	margin: 0;
	padding: 0;

}

td, tr, th, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px
}

a, a:link, a:visited, a:active {
	color: #8d418d;
	/*text-decoration: none*/
}
a:hover {
	color: #808080;
	text-decoration: underline;
}

.articleText { 
         text-align: justify; 

}

.articleCode {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.articleHead, .articleList_tophead, h1, h2 {
	font-weight: bold;
	font-size: 21px;
	font-family: "Arial Narrow", "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
}

.articleSubHead, .articleList_topsubhead, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #6D7983;
	line-height: 110%;
	margin-bottom: 0px;
}

.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.contentHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
font-weight: bold;
	font-size: 12px;
	/*background: #000000;*/
	width: 100%;
	line-height: 140%;
	padding: 5px;
}

.contentSubHead {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 110%;
}

.tableHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6D7983;
	line-height: 13px;
}

.tableSubHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #8d418d;
	font-weight: bold;
	text-decoration: none;
/*background: green;*/

}
.nav_table a:hover {
	text-decoration: underline;

}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	/*color: #D8BFD8;*/
color: #483D8B;
/*background: black;*/
	font-weight: bold;
	text-decoration: none;
}



.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 10px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}


/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 980px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 0px 0px;
	background-color: #ffffff;	
border: 1px solid #8296B4;
}

#headerBlock {
/*	padding: 5px 5px 0px 5px;*/
	margin-bottom: 0px;
	background-color: #ffffff;
}

#mainBlock {
	padding: 20px 40px 10px 40px;
	margin-left: 200px;
	margin-right: 180px;
	height: 400px;
	text-align: left;
}

#leftBlock {
	float: left;
         padding: 0px;
	width: 200px;
	margin-right: 10px;
}

#rightBlock {
	float: right;
	width: 180px;
	margin-top: 20px;
border-left: 1px dotted #000000;
padding: 10px 4px 10px 4px;
}

#footerBlock {
         text-align: center;
	clear: both;
	padding: 5px;
}


/**
  * Sample for FOORUM
  */
.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel { background-color: #EFEFEF; }
td.rowTopic, td.rowPost, td.rowLastPost	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* dejan */

A.gl_meni {
text-decoration: none;
background-color: #D3ED7D; 
/*padding: 4px 0px 4px 0px;*/
}

A.gl_meni:hover {
	color: Green;
}

.projektNaslov {
         width: 100%;
         /*background: #D3ED7D;*/
         padding: 5px;
}

.projektText {
         width: 100%;
         border: 1px solid #D3ED7D;
         padding: 5px;
}

.CUSTOM1 { 
  width: 150px; 
  height: 150px; 
  padding: .5em; 
  border: 2px solid black; 
  color: black; 
  background-color: #ffe; 
  position: fixed;       
  top: 100; 
  left: 200; 
  z-index: 10; 
}



/* BEGIN Menu Definitions */ 

#nav, #nav ul { 
   float: right; 
   width: auto; 
   list-style: none; 
   line-height: 1; 
   background-color: #8296B4; 
   background-position: left bottom; 
   font-size: 10px; 
font-weight: bold;
   padding: 0px; 
   margin: 0 0 -1px 0; 
  } 


#nav a { 
   display: block; 
   width: auto; 
   filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='black', Positive='true'); 
   /*color: #dedede; */
color: #8d418d;
   text-decoration: none; 
   text-shadow: #D3ED7D 2px 2px 2px; 
/*   padding: 0.5em 1em; */
padding: 10px 20px 10px 20px;
border-right: 1px solid #ffffff;
text-align:left;

} 


#nav li.active { 
   background-color: #B0C4DE; /*#B0C4DE; */

} 

#nav li { 
   float: left; 
   padding: 0; 
   width: auto; 

} 



#nav li ul { 
   position: absolute; 
   left: -999em; 
   height: 10px; 
   width: 200px; 
   border: 1px solid #ffffff; 
   /*border-width: 2px 2px 2px 2px; */
   margin: 0 0 0 0; 
} 

#nav li li { 
   width: 100%; 
 
} 

#nav li ul a { 
   width: auto; 
} 

#nav li ul ul { 
   margin: -2.1em 0 0 0px; 
} 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { 
   left: -999em; 
} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
   left: auto; 
} 

#nav li:hover, #nav li.sfhover { 
   background: #B0C4DE; /*#8CA0BE; */

} 

/* END Menu Definitions */

#isci input {
font-size: 10px;
background: #B0C4DE;
}