﻿.dDogodek
{
	margin: 30px 20px 30px 0;
}
	.hrDogodek
	{
		margin-bottom: 7px;
		height: 6px;
		font-size: 1px;
		border-bottom: 1px dotted #4c4c4c;
	}
.dDogodekTabs
{
	width: 57px;
	float: left;
	padding-left: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	.dDogodekTabEnd
	{
		background-image: url("./Images/EventTab_End.gif");
		background-repeat: no-repeat;
		width: 57px;
		height: 7px;
		margin-bottom: 5px;
	}
	.aDogodekDatum
	{
		font-family: Arial;
		font-size: 18px;
		color: #ffffff;
		display: block;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		background-image: url("./Images/EventTab_Date.gif");
		background-repeat: no-repeat;
		width: 57px;
		height: 56px;
		padding-top: 5px;
	}
		.aDogodekDatum b
		{
			font-size: 24px;
		}
	.aDogodekPriloge
	{
		display: block;
		background-image: url("./Images/EventTab_Attachments.gif");
		background-repeat: no-repeat;
		width: 57px;
		height: 61px;
	}
	.aDogodekNatisni
	{
		display: block;
		background-image: url("./Images/EventTab_Print.gif");
		background-repeat: no-repeat;
		width: 57px;
		height: 61px;
	}
.dDogodekVsebina
{
	width: 605px;
	float: left;
}
	.dDogodekPodatki
	{
		background-color: #f4f4f4;
		padding: 20px;
	}
	.dDogodekPodatkiMinH
	{
		float: right;
		height: 220px;
	}
	.hDogodekNaslov
	{
		font-size: 24px;
		color: #2a2925;
		padding: 0;
		margin: 0;
	}
	.dDogodekInfo
	{
		background-color: #98cb00;
		padding: 10px;
		color: #ffffff;
		position: relative;
	}
		.dDogodekInfo b
		{
			color: #2a2925;
			font-weight: normal;
		}
		.aDogodekIzvozi
		{
			display: block;
			width: 16px;
			height: 16px;
			position: absolute;
			top: 10px;
			right: 10px;
			background-image: url("./Images/ExportEventIcon.png");
			background-repeat: no-repeat;
		}
	.dDogodekLokacija
	{
		margin-top: 5px;
	}

.dDialog
{
	display: none;
	border: 1px solid #000;
	position: absolute;
	z-index: 999;
	font-size: 16px;
	text-align: left;
	background: #fff; 
	border: 2px solid #336699;
	width: 350px;
}
	.dDialogHeader 
	{
		background: url("Images/md_header.gif") repeat-x;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		padding-left: 5px;
	}
	.dDogodkiPriloge
	{
		color: #333;
		margin: 0;
		padding: 12px 25px 5px 5px;
		font-size: 12px;
	}
		.dDogodkiPriloge a
		{
			color: #000000;
		}
		.dDogodkiPriloge a:hover
		{
			text-decoration: none;
		}
		.dDogodkiPriloge ul
		{
			margin-top: 5px;
			padding-left: 20px;
		}
		.dDogodkiPriloge li
		{
			line-height: 18px;
			padding-left: 25px;
			padding-bottom: 5px;
			list-style: none;
			background-repeat: no-repeat;
		}
	.dDialogActions
	{
		margin: 5px 5px 15px 5px;
		text-align: right;
	}
#dialogMask
{
	background-color: #eee;
	opacity: 0.6;
	z-index: 200;
}	
