/* calendar style here */
.picker-container {
  position: absolute;
  z-index: 99;
}

.naslovv {
	margin:0 auto;
	position:relative;
	list-style:none;
	width:1000px;
	left:0;
	height:200px;
	z-index:18;	
	background: #ececec;
}


.cBoxv {
		width:604px;
		height:842px;
		background-color:#fff;
		margin-top:0px;
		margin-bottom:20px;
		float:left;
		padding-bottom:10px;
		margin-left:4px;
		margin-right:4px;
		position:relative;
		display:block;
		z-index:10;	
		border:1px solid #003366;	
}

.dBoxdete {
	width:216px;
	height:280px;
	background-color:#fff;
	text-align:justify;
	color:#665b0e;
	margin-top:0px;
	margin-bottom:4px;
	padding-left:0px;
	padding-right:0px;
	float:right;
	display:block;
	z-index:10;
	border:1px solid #003366;
	position: relative;
}

.dBoxdete p{
	text-align:center; 
	color:#004080; 
	font-size:14px;
	background-color:#fff
}


.dBoxdete img {
		padding:20px;
		border:1px solid #cdb697;
   		background-color:#fff;
		float:inherit;
   		margin-bottom:60px;
		margin-left:30px;
		
		/* Rounded Corners */
		-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
   		 border-radius: 5px;
}

		 
.dBoxdete img:hover {
	padding:20px;
	border:1px solid #CCCCCC;
	background-color:#a6c9db;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	border-radius: 5px;
}

.Gojkosubv{
	width: 1020px;
	height: 870px;
	background-color:#fff;
	margin-bottom: 80px;
	font-style: normal;
	text-align:left;	
	margin: 0 auto;
	position:relative;
	z-index:2;
	
}
.Gojkosubv p {
		font-family:"Helvetica, Verdana, Calibri";
		font-size:14px;
		color:#000;
		padding-left:20px;
		padding-right:20px;
		text-align:left;
		background-color:#FFFFFF;	
		
}

.Gojkosubv h2 {
		font-family:"Helvetica, Verdana, Calibri";
		text-shadow: 1px 1px 1px #fff;
		font-size:14px;
		color:#000;
		text-align:center;
		line-height:24pt;
		background-color:#a6c9db;			
}


.layer3v {
		width: 1020px;
		padding-top:300px;
		margin:0 auto;
		height: auto;
		background-color:#dcecf6;
						
}

.cal {
  background-color: white;
  display: block;
  width: 216px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-collapse: collapse;
  border-spacing: 0;
}

.cal a {
  text-decoration: none;
}

.cal tr, .cal th, .cal td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.cal caption {
  line-height: 32px;
  font-weight: bold;
  color: #e2e2e2;
  text-align: center;
  text-shadow: 0 -1px black;
  background: #333;
  //background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid #333;
  border-bottom: 1px solid #313131;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}
.cal caption a {
  display: block;
  line-height: 32px;
  padding: 0 10px;
  font-size: 15px;
  color: #e2e2e2;
}
.cal caption a:hover {
  color: white;
}
.cal caption .prev {
  float: left;
}
.cal caption .next {
  float: right;
}
.cal th, .cal td {
  width: 30px;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}
.cal th:first-child, .cal td:first-child {
  border-left: 0;
}
.cal th {
  line-height: 20px;
  font-size: 8px;
  color: #696969;
  text-transform: uppercase;
  background: #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
.cal td {
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
.cal td a {
  clear: both;
  display: block;
  position: relative;
  width: 30px;
  line-height: 28px;
  color: #666;
  background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
  background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
  -webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}
.cal td a:hover, .cal td.off a {
  background: #f3f3f3;
}
.cal td.off a {
  color: #b3b3b3;
}
.cal td.active a, .cal td a:active {
  margin: -1px;
  color: #f3f3f3;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #6dafbf;
  border: 1px solid #598b94;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
.cal td.active:first-child a, .cal td:first-child a:active {
  border-left: 0;
  margin-left: 0;
}
.cal td.active:last-child a, .cal td:last-child a:active {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td.active a, .cal tr:last-child td a:active {
  border-bottom: 0;
  margin-bottom: 0;
}