/* osnovna setovanja za module (bez sufixa) */
/* za sada je Type -3 99% sredjen a ostale verovatno treba malo doraditi */
/* na dnu fajla se nalazi skracena verzija za Type -3 
	koju mozes da kopiras kada pravis posebne fajlove za posebne module */ 

/* general */



/* Type 0/table & Type 1/horiz */
table.moduletable {
/*	color: #000;*/
/*	background: #FFF;*/
/*	border:1px solid rgb(0, 0, 0);*/
	
/*	font-size:10px;*/
/*	font-family: Helvetica, Arial, sans-serif;*/
/*	text-align: left;
	font-weight: normal;*/
/*	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	*/
}
table.moduletable th{
	/*font-size: 12px;*/
/*	font-weight:bold;

	padding: 8px 5px 5px 5px;
	
	min-height: 29px;
	height: Auto !Important;
	height: 29px;
*/
}
table.moduletable a{
	/*font-size:10px;*/
/*	padding: 5px 5px 5px 5px;*/
}


/* Type -2/xhtml */
div.moduletable {
	/*background-color: #f0f0f0;*/ 
	/*margin: 0px 0px 4px 0px;*/
	padding: 0px 0px 0px 0px;
	/* ako ces da odmaknes tekst od ivica */
	/*	margin: -5px -5px -5px -5px;*/
	/*	padding: 5px 5px 5px 5px;*/

	clear: both;
}
div.moduletable h3 {
	/*background: url("../images/g-module-h3.gif") bottom left repeat-x;*/
	background-color: #1376c9;
	color: #f0f0f0;	
	padding: 6px;
	font-size: 1em; font-weight: bold;
}




/* rounded corners with heading line */
/* Type -3/rounded */

div.module { 			
	/*background: #e3f3fd;*/
	margin: 10px 0 0 0;
	/*background: url("../images/g-module-back.gif") top left repeat-y;*/
	/*border-bottom: 1px solid #fae45b;*/
	/*border-top: 1px solid #fae45b;*/
	width: Auto !Important; width: 100%; /* IE hack neophodan za normalan rad */
	overflow: hidden;
							/*background: url(../images/modules/grayt-bl.gif) bottom left no-repeat;*/
}
div.module div { 			/*background: url(../images/modules/grayt-br.gif) bottom right no-repeat;*/ overflow: hidden;}
div.module div div { 		/*background: url(../images/modules/grayt-tl.gif) 0 0 no-repeat;*/ overflow: hidden;}
div.module div div div {	/*background: url(../images/modules/grayt-tr.gif) 100% 0 no-repeat;*/ }

div.module h3 {
	/*background: url("../images/g-module-h3.gif") bottom left repeat-x;*/
	background-color: #1376c9;
	color: #f0f0f0;	
	padding: 6px;
	font-size: 1em; font-weight: bold;
}

.module form {
	overflow: hidden;
	padding: 10px;
}

div.module div div div div { background: none; } /* resetujemo malo... */
div.module div div div div div { background: none; } /* resetujemo malo... */
div.module div div div div div div { background: none; } /* resetujemo malo... */
div.module div div div div div div div { background: none; } /* resetujemo malo... */

