
div.kapsula{
	border: 1px solid #999;
	background: #ffe;
	margin: 2em;
	padding: 1em;
}

div.kapsula-heroji{
	border: 3px solid #666;
	background: #ccb;
	margin: 2em 4em;
	padding: 1em;
}


div.pjesma{
	border: 2px solid #333;
	width: 50%;
	min-width: 400px;
	padding: 2em;
	margin: 1em auto;
}

	
div.picview{
	width: 250px;
	border: 1px solid #666;
	background: #fff;
	margin: 0.5em 1em 0.5em 1em;
	float: right;
	padding: 10px 4px 0px 4px;
	border-radius: 6px;
}

div.image, div.captions{
	margin: 0px auto;
	text-align: center;
}

div.multipic{
	float: left;
	margin: 4px;
}

div.multipic-frame{
	width: 500px;

}

div.four-col {width: 1000px;}
div.three-col {width: 750px;}
div.two-col {width: 500px;}
div.one-col {width: 250px;}

div.poster{
	width: 610px;
	margin: 1em auto;
	float: none;
	height: auto;
}

div.captions{
	font-size: 0.8em;
	clear: left;
}

.captions p{
	margin: 0px 10px 10px 10px;
}

div.livo   {float: left; margin-right: 2em;}
div.centre {float: none; margin:1em auto;}


p.kronos{
	margin: 1em;
	padding: 1em 0em;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

p.h2-crtice{
	font-size: 1.2em;
	padding: 0em 3em;
}

p.proglas{
	margin: 0em 20%;
	text-align:  left;
}

p.stihovi{
	margin-left: 30%;
}

a.pirobox-gall{
	    cursor: url(../layout/zoomin.cur), default;
}

.pok {border: 2px solid #000; padding: 2px 5px;}



table.no-table{
	border-bottom: 1px solid #999;
	margin-top: 10px;
	
}

table.no-table th{
	text-align: left;
	border-bottom: 1px solid #666;
	padding-right: 1em;
}

table.no-table td{
	color: #333;
	padding-right: 1em;
}



table.num-table{
	border-bottom: 1px solid #999;
	margin: 10px 0px;
}

table.num-table th{
	text-align: left;
	padding-right: 1em;
	border-bottom: 1px solid #eee;
}

table.num-table thead{
	text-align: right;
	padding-right: 1em;
	border-bottom: 1px solid #000;
}


table.num-table td{
	color: #333;
	padding-right: 1em;
	text-align: right;
	border-bottom: 1px solid #eee;
}


table.num-table th.ttc{
	text-align: center;
	border-bottom: 1px solid #999;
	font-size: 0.85em;
}

table.num-table th.ttl{
	text-align: left;
}



table.num-table th.ttr{
	text-align: right;
	font-size: 0.85em;
	border-bottom: 1px solid #999;
}

th {
	vertical-align: bottom;
}

table.num-table th.tts, table.num-table td.tts{
	border:none;
	padding: 0em 1em;
}


/*
div.kapsula,  div.kapsula-heroji{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

h1, h2, h3, h4{
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
}
*/


/* kalendar */

div#kalendar{
	padding: 10px 2px 2px 2px;
	background: #848484;
}


table.jCalendar {
	border: 0px solid #000;
	background: #999;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #aaa;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #aaa;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #ccc;
	color: #bbb;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #ccc;
	color: #aaa;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #aaa;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}