/************************** 
  PAGE TEMPLATES STYLESHEET
 **************************/

/* the global div */
div.global {
	position: relative;
	text-align: center;
	width: 810px;
	margin: 0px;


}
.globalna{
/*background-attachment:fixed;
background-repeat:repeat-y;
background-image:url(../../../../media/site/body_bg.gif);*/
}

/* HEADER*/
table.header {
	
	width: 800px;
	height: 100%;
	padding: 0px;
	background: #fdfdfd;
	border-top-color: #007cc5;	
	border-top-width: 1px;
	
}

table.header td.headerleft {
	/*min-width: 160px;
	max-width: none;*/
	width: 800px;
	height:71px;
	border-top-color: #007cc5;
	border-top-style: solid;
	/*background-image: url(img/header_left.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	border-top-width: 1px;
}
table.header td.headerright {
	/*min-width: 460px;
	max-width: none;*/
	width: 800px;
	height:71px;
	text-align: right;
	border-top-color: #007cc5;
	border-top-style: solid;
	/*background-image: url(img/header_right.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	border-top-width: 1px;
	
	}

/*PRIMARNA NAVIGACIJA*/
table.header td.primarna {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(img/primarna_bg.gif);
	text-align: center;
	vertical-align: middle;
	width:800px;
}

/*GLOBALNA NAVIGACIJA*/
/*table.header td.globalna {
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(/skins/default/themes/classic/img/header.gif);
}*/

/* the "main" table */

.main main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

table.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
table.main tr.content td.left {
	background: #ffffff;
	width: 150px;
	padding-top: 0px;
	position: relative;
}
table.main tr.content td.right {background: #ffffff; width: 150px;}
table.main tr.content td.center {background: #FFFFFF; width: 480px; border-left: 1px #007CC5 dotted; border-right: 1px #007CC5 dotted; padding-left: 4px; padding-right: 4px;}
table.main tr.content td.centeralt {background: #FFFFFF; width: 480px; border-left: 1px #007CC5 dotted; padding-left: 4px; padding-right: 4px; }
table.main tr.content td.separator {background: #FFFFFF; width: 5px;}
table.main td.bottom {background: #007CC5; height: 18px; }

/* the tab table */
table.main tr.tab table.tab {
	width: 480px;
	border: 0px;
	border-bottom: 1px c0c0c0 solid;
	font-family: arial;
	font-size: 9px;
	color: #007cc5;
	vertical-align: middle;
	
}
table.main tr.tab table.tab td.left {
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 9px;
	color: #007cc5;
	vertical-align: middle;
}
table.main tr.tab table.tab td.right {
	font-family: arial;
	font-size: 9px;
	color: #007cc5;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}
/* MAIN TEXTI */

.MainHeader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.txtNapaka
{
	border-left:0 none #FFFFFF;
	border-right:0 none #FFFFFF;
	border-bottom:0 none #FFFFFF;
	border-top:0 none #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	color: #F26721;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:300px;
}
.zvezdica
{
	color: #F26721;
	text-align: center;
	font-weight:bold;
	width:100%;
	font-size:18px;
}

.searchbox
{
	font-size:9px;
	font-weight:bold;
	width:110px;
/*border:1px solid #999491;*/
	
	border-top:1px solid #000000;
	border-bottom:1px solid #999491;
	border-right:1px solid #999491;
	border-left:1px solid #000000;
	
	height:18px;
	color:#3A637C;
	margin-left:10px;
}

hr
{
  height: 1px;
  border: 0px;
  color: #e2e2e2;

}