.cal {	
	/*width: 14%;*/
	min-width:100px;
	background-color: white;
	/*background-image: url('../calbg.png');*/
	background-repeat: repeat;
	vertical-align: top;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #3678c9;
    border-right: 1px solid #3678c9;
	}
	
.header {
	font-weight: bold;
	color: blue;
	text-align: left;
	vertical-align: bottom;
	height: 25px;
    padding-bottom:10px;
	background-image: none;
	background-color: white; /*#99cbf0;*/
	}

table.alltable {
    border: solid 2px #3678c9;
}

.noday {		
	background-color: white;
	background-image:none;
	}
.today {		
	background-color: #94bdeb;
	background-image: none;
	color: white;    
	/*font-weight: bold;*/
	}

.nedeleheader {
    border-right:none;
}	
.nedele {		
	background-color: #bed8f3;	
	/*background-image: none;*/
	color: white;	
	font-style: italic;
	text-align:left;            
    border-right:none;
	}
	
.logDiv {
	vertical-align: middle;
	width:240px; height:80px;
	float:left;	
	padding-left:30px;
	padding-top:40px;
	padding-right:30px;
	text-align: right;
}

.datePick {
	width: 410px; height:120px;		
	float: left; margin-left:50px;
}

a {border: none;}
img {border:none;}

.datePick form {margin-top: 40px;}

#login {
	width: 250px; height: 200px;
	display: none;
	position:
}

.popupJQ {
	position:absolute; 
	top:50%;
	height: 180px; 	
	overflow-x: hidden;
	overflow-y: auto;
	width:20%; min-width:200px; 
	left:50%; 	
	background-color: white;
	color:black;
	z-index:1000; 		
	padding:15px 20px 15px 25px; 
	border:1px solid gray; 		
	 
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	 
    */
}

#popupTarget
{
	padding: 5px 10px 10px 10px;
	margin: 5px 10px 10px 10px;	
}

#popupTargetEvent
{
	padding: 5px 10px 10px 10px;
	margin: 5px 10px 10px 10px;	
}

.fakea
{
	color:black;
	text-decoration: none;
	cursor: pointer;
}
.fakea:hover
{
	text-decoration: underline;
}

.event
{
	color:black;	
	cursor: pointer;
}

.close
{
	cursor: pointer;
}

form div {
	padding-top: 5px;
}

.loggeduser
{
	font-weight: bold;
}

.BgcolorBright
{
	background-color: #bed8f3;		
}

.BgcolorNormal
{
background-color: #ddeaf9;		
}


.logheader
{
	padding: 1px 3px 1px 2px;
	font-weight: bold;
	background-color: #3678c9;
}

.logline
{
	padding: 1px 5px 1px 5px;
}

.logline1
{
	background-color: #f0f5fb;
}

.logline2
{	
	background-color: #d9e7f4;
}

.logcenter
{
	text-align: center;
}

.logright
{
	text-align: right;
}

.deleter { color:red;}

.myevent {
	/*font-weight:bolder; */
	color: blue;
	}
	
.btn-smazat {
	margin-right: 5px;
}

.btn-smazat:hover {
	background-color: red;	
	color:white;
}
