#eventcontainer{
	width: 100%;
	font-family: Verdana;
}

#eventheader{
	width: 100%;
	background: #2777ff;
	color: #FFFFFF;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
}

#eventtable{
	width: 100%;
	box-sizing:         border-box;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	border-style: solid;
	border-width: 2px;
	border-color: 	#2777ff;
	font-size: 12px;
}

#eventtable table{
	width: 100%;
	border-collapse: collapse;
}

#eventtable tr.nag{
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

#eventtable tr.row1{
	background: #ffffff; 
}

#eventtable tr.row2{
	background: #eeeeee; 
}
#eventtable tr.aktywny{
	background: #C0D6FC; 
}
#eventtable td{
	padding: 5px;
}

#eventtable td.left{
	text-align: left;
}

#eventtable td.center{
	text-align: center;
}

#eventtable td.najblizszy{
	background-color: #045AF4;
}

#eventtable  a, a:active, a:hover, a:visited{
	text-decoration: none;
	color: #045AF4;
	display: inline-block;
}

#eventtable  a:hover{
	text-decoration: underline;
}