/* STANDARD CSS FOR JOOMLA 1.5.X  TEMPLATES */
/* By Branislav Gligorov */
 
/* DEFAULT SETTINGS */ 
/* Below are  default settings are used when no other style has been defined.*/


/* #############  CONTENT - SECTIONS & CATEGORIES ###########################*/
/* Element |ID   | Class               |Suffix */
/* Div     |NA   |contentheading   |pageclass_sfx*/
/* com_content AKA CORE ARTICLES FOR JOOMLA */
/* I */

/*  Needs Edit component heading */
/* Element |ID   | Class               |Suffix */
/* Div     |NA   |contentheading   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
.componentheading {
	font-weight: bold;
	font-size: 150%;
	/*padding:10px;*/
	margin: 10px 0 0 0;
}
    
/* Element |ID   | Class               |Suffix */
/* Div     |NA   |contentheading   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
.contentheading {
	font-weight: bold;
	font-size: 1.2em;
}

/* article rating needs to turn on via the back-end */
.content_rating {}
.content_vote {}
/* .button class to be added see forms css */


/* Element |ID   | Class                 |Suffix */
/* Div     |NA   |contentpagetitle   |YES */
/* Top of any article is Parameters - Component : Show Article Title*/
/* content title and links href links happens if turned on via the back-end*/
.contentpagetitle{
	/*font-family: Times New Roman, Times, serif;*/
	font-size: 125%; font-weight: bold;
	/*line-height: 1.1em;*/
}
a.contentpagetitle:link{}
a.contentpagetitle:visited {}
a.contentpagetitle:hover { }
a.contentpagetitle:active {}

/* top box like a category description */
.contentdescription {}

/* Icons Print E-mail PDF etc.*/
.buttonheading{}

/* Writen by Authors name can also be seen on search com results href and intro text & Category listing if it has a article count*/
.small { font-size: 75%; }

/* Dates */
.createdate { font-size: 75%; }
.modifydate {}
.newsfeeddate {}
/* Dates */


/* Main Body Text */
.contentpane {}
/* Main Body Text */
.contentpaneopen { 
	/*width: 700px; max-width: 700px; min-width: 700px;*/ 
	width: 100%;
}
/* edit button if you have access to it */
.contentpaneopen_edit{}


/* Article Table of contents */
table.contenttoc {}
    
/* Heading Top TOC */
table.contenttoc th {}

/* Table Data can add color */
table.contenttoc td {}

/* Links Article Table of contents index */
a.toclink:link,    a.toclink:hover, a.toclink:visited  {}
/* End Article Table of contents  */

/* Main Body Text */

/* << Prev - Next >> */
.pagenavbar{}
.pagenavcounter{}

	/* pages navigation for items in articel view (Prev, Next) Start */
	/* altered html for com_content */
	.pagenav_prev, .pagenav_next { /*Style for the PRE button*/ 
		margin-top: 0px; /* border:1px solid green; */ 
	} 
	.pagenav_prev a, .pagenav_next a { /*Style for the PRE button*/
		font-size: 75%; font-weight: normal;
	} 
	/* pages navigation for items in articel view (Prev, Next) End */
	

/* Page footer nav <<Start <Prev  1 2  Next> End>> */
.pagination{}
.pagination span {}
a.pagination  a   {} 
a.pagination:hover {}

	/* pages navigation for items Start */
	/* altered html for com_content */
	.pagenavWrap {  /* holds complete navigation bar */
		text-align: center;
		margin-top: 0px;
	}
	.pagenavWrap * {font-size: 75%; }
	.pagenav {
		/*border: 1px solid #00A6EB;*/
		margin: 5px 1px 0px 1px;
		color: #666666;
	} /* as the name implies, this is for formatting texts for those "<< Start < Previous 1 Next > End >>" links */
	.pagenav strong {}
	a.pagenav:link, a.pagenav:link strong { color: #110974;}
	a.pagenav:visited, a.pagenav:visited strong { color: #110974;}
	a.pagenav:hover, a.pagenav:hover strong { color: #ff6c13; }
	
	.pagenavPagesCounterWrap { }
	.item_counter {
		width: Auto !Important; width: 100%;
		margin: 24px 0 0 0; text-align: center;
		color: #666666;
		font-size: 10px;
	}
	/* pages navigation for items End */


/* Table layout types "list"ings  Archived, weblink etc..*/
.sectiontableheader {}
    
/* Table odd and Even Rows */
.sectiontableentry1 {}
.sectiontableentry2 {}
.sectiontablefooter {}
/* End Sectiontable */

/* Category */
.category {}
a.category:link, a.category:visited, a.category:hover  {}
/* End category */


/* blogs Layout Style Top of the page Blog style Layouts */
.blog {}
.blog_heading {}
/*  At the footer of the blog style pages */
.blog_more{}
/* UL List at the footer of the Page */
.blogsection{}

/* Read more link to full article  */
.readon{ font-size: 85%; font-weight: bold;}

/* space from bottom of article */
.article_separator{}
  
/* new and Added  */
 /* This is table's TD tag that goes around the hole frontpage and blog com's 
 the backround would cover both td's or all colums
 */
.article_column{}

/* this class add formating to the right side of the content front page. 
it will overwrite the hole right and take formating over article_column after the first col
*/
.column_separator{}
/* End blogsection */


/* Need to Edit this is not My code See plugins images */
/* thumbnails */
div.mosimage         {}
div.mosimage_caption {}

div.caption       {}
div.caption img   {}
div.caption p     {}
/* Need to Edit this is not My code See plugins images */

/* New added */
/* com_archive */
/* 
li      |row                  | 1
h4      |title                |
h5          |metadata                    |
span    |created-date         |
span    |author               |
div     |intro                | */

/* It's LI in a UL list  */
 .row1{}
 /* H4 Header tag for Title */
 .title{}
 
 
 
 /* FORMS SETTINGS Start */ 
.button {
	display: inline;
	border: 1px solid black;
	/*border: 1px dotted black;*/
	background: url("../images/button-bkg.gif") top left repeat-x; 
	min-height:22px; height:22px; max-height:22px;
	color: #000;
	text-align: center;	font-weight: bold; 
	font-size: 85%;
	line-height: 85%;
	padding: 0px 4px;
	margin: 0;
	overflow: hidden;
}
.inputbox {	border: 1px solid #CCCCCC;	font-size: 0.9em; line-height: 1.2}
.combobox {	border: 1px solid #CCCCCC;	font-size: 0.9em; line-height: 1.2}
.combobox option {	/*font-size: 11px;*/}
/*.option {font-size: 11px; }*/
label { /*margin-top: 1px;*/ font-size: 0.9em;  line-height: 1.2} /* ova margina i .inputbox->border: 1px podesavaju da je text u labeli i inputboxu koji su u istom redu na istoj visini (posto inputbox ima border) */
.chkbox { border: 1px solid #cccccc;}

 /*i za format texta u text editoru se koristi??*/
.textarea {
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	border: 1px solid #CCCCCC; 
	/*text-align: left; font-size: 11px;*/
}
.search {
	height: 1% !Important;
	overflow: hidden;
	padding: 5px;
} /*formatting the <div> which holds search items: inputbox, search button...*/
.search .inputbox { 
	margin: 2px 0 0 10px;
	float: left; 
	
}
.search .button { 
	/*display: block;*/
	float: right; 
	margin: 0 10px 0 0;
}
/* search component */
#searchForm button {}

#searchResultsWrap table {
	border-top:  1px solid #cccccc;
}
#searchResultsWrap fieldset {
	margin: 0;
	padding: 6px 0;
	border: none;
	border-bottom: 1px solid #cccccc;
}

#searchResultsWrap .small {
	font-size: 100%;
}
#searchResultsWrap .highlight {
	background-color: #f0f000;
}

 /* Forms settings End */
 
 
 
 /* Pathway styles Start */
#pathway_text { 
	/*border: 1px solid;*/
	/*  background: url("../images/pathway.gif") top left no-repeat;*/
	background-color: #DEDEDE;
/*	min-height: 15px; /*height: 15px; /*max-height: 15px;*/
	font-size: 10px; /*font-weight: normal;
	color: #e66a24;*/
/*	line-height: 15px;*/
	/*overflow: auto;*/
	/*padding: 0px 0;*/
}
#pathway_text * { 
	font-size: 10px;
	/*line-height: 20px;*/
}
#pathway_text div.moduletable {
	padding: 1px 5px 2px 5px;
/*	color: #000;
/*	font-size: 10px; font-weight: normal;
	line-height: 14px;
	padding: 10px 0;
*/
}
#pathway_text span.pathway {
/*	color: #e66a24;*/
/*	font-size: 10px; font-weight: normal;
	line-height: 14px;
/*	padding: 10px 0;
*/
}
a.pathway {
/*	color: #000;
	font-size: 10px; font-weight: normal;
	line-height: 14px;
/*	padding: 10px 0;
*/
}
#pathway_text img { margin: 0px; }
/* Pathway styles End */
 
 
/* internal changed components */ 
/* com_contacts */ 
div.contact_category_menuitem_pagetitle {
	font-size: 14px;
	font-weight: bold;	
}

tr.contact_list1
td.contact_list-name1,
td.contact_list-address1,
td.contact_list-phone1 
{
	background-color: #fcf1ec;
}
tr.contact_list2
td.contact_list-name2,
td.contact_list-address2,
td.contact_list-phone2 
{
	background-color: #efefef;
}
td.contact_list-name1, td.contact_list-name2 { padding: 10px 0 0 0; border-bottom: 1px solid #dedede;}
td.contact_list-phone1, td.contact_list-phone2 { padding: 0 0 10px 0;}



/* External components Start */
/* video start */
div#right div.moduletable-video1,
div#right div.moduletable-video2 {
	background-color: #1376c9;
	/*border: 1px solid red;*/
	margin: 0 0 4px 0; padding: 0;
	overflow: hidden;
	float: left;
	font-size: 100%;
}

div#right div.moduletable-video1 h3,
div#right div.moduletable-video2 h3 {
	/*border:1px solid red;*/
	background-color: #1376c9;
	color: #f0f0f0;	
	/*font-size: 100%;*/ 
	font-weight: bold;
	padding: 6px; margin:0;
/*	width: 100%;*/
	overflow: hidden;
	float: left; 
}
div#videoplayer1,
div#videoplayer2 {
	/*border: 1px solid cyan;*/
	float: left;
	overflow: hidden;
	margin: 0; padding:0;
}
embed { margin: 0; padding: 0; }
script { margin: 0; padding: 0; }
/* video end */

/* jtr_slide start */
div.moduletable-wallpapers {
	/*border: 1px solid red;*/
	clear: both;
	overflow: hidden;
}
div.moduletable-wallpapers h3 {
	/*border: 1px solid cyan;*/
	margin: 4px 0 0 0;
	background-color: #DEDEDE;
	padding: 0 0 0 5px;
	color: #e66a24;
	min-height: 15px; height: 15px; max-height: 15px;
	font-size: 10px; font-weight: normal;
	line-height: 14px;
	overflow: hidden;
}

/* jtr_slide end */

/* External components End */

#jcepopup-numbers {
	/*background-color: #350099;*/
	width:0; height: 20px;
	display: none;	
	visibility: hidden;
} 
 
