body {
	font-family: Arial;
	font-size: 12px;
	
}

.eventTable{
	/*text-align:center;*/
	/*width: 700px;*/
	
}
.tableTitle{
	font-weight:bold;
	color: black;
	
}


.eventTable td{
	/*background: #FFFFCC;*/
	
}

.kustuta, .muuda{
	cursor: pointer;
}

.toolbar{
	
}

#addNew{
	display:none;
}



.nupp{
	border: thin solid;
	padding: 4px;
	background-color: #ccc;
	cursor: pointer;
}

.editEventTable td{
	text-align:left;
	width: 700px;
	
	
}



.sidebar{
	float: left;
	background: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #d40f1a;
	width: 240px;
	height: 550px;
	color: white;
	border: none;
	vertical-align: top;
}


.content{
	padding-top: 10px;
	margin-left: 260px;
}

.sWrap{
	
	/*width: 1000px*/;
	float: none;
}

.blocker{
	width: 100%;
	
}

img{
	border: none;
}

div.sidemenu a, div.sidemenu a:visited{
	color:white;
}

div.sidemenu li{
	list-style: none;
	padding:0 0 0 0;
	
}
div.sidemenu ul{
	padding:0 0 0 16px;
	
}

#ssel{
	list-style: circle;
	
}

div.chbox input{
	border: none;
	
}

div.otsing{
	background-image: url(../img/otsing.png);
	background-repeat: no-repeat;
	width: 74px;
	height: 52px;
}

