body {
	margin: 0;
	padding: 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 15px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'RokkittRegular', Georgia, Times, serif;
	cursor: pointer;

}
h4{
	margin-top: 10px;
	margin-bottom: 10px;
}
h5{
	margin-top: 5px;
	margin-bottom: 5px;
}
label{
	font-size: 11px;
  	font-weight: bold;
}
button, input[type="submit"]{
	box-sizing: border-box;
	border: 1px solid;
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;
	font-size: 1em;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 4px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button:hover, input[type="submit"]:hover{
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	background-color: #e6e6e6;
}
.label{
	display: inline;
	float: left;
	width: 100px;
}
input[type="text"], select{
	width: 200px;
}
textarea{
	width: 198px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}

input, select, option{
	margin: 0 0 5px 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	padding: 1px 0px;
}
.event-list tr:nth-child(even), th {
    background-color: #cccccc;
    border-color: #cccccc;
}
.event-list td{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}
td.title-column, td.place-column, td.description-column{
	max-width: 200px;
}
p{
	display: inline;
}
div.add-column p{
	/*display: block;*/
	text-align: left;
	padding: 0;
  	margin: 5px;
}
.ASC-col:after{
	/*content: '↓';*/
	content: url(sortable.png);
}
.DESC-col:after{
	/*content: '↑';*/
	content: url(sortable.png);
}
p#start-sort, p#end-sort, p#state-sort, p#attendance-sort{
	cursor: pointer;
}
#script-warning {
	display: none;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 10px;
	cursor: pointer;
}
.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after{
	white-space: pre-line;
}
#loading-image{
	content: url(loader.GIF);
}
.delete{
	margin: 0px 0px 12px 0px;
}
.filters{
	margin: 10px;
}
.filters, .filter-state, .filter-date, .filter-metro{
	display:none;
}
.state-filter{
	width: 380px;
	margin: 10px auto;
}
.states-filter{
	background-color: #C2C2C2;
	color: black;
	font-size: 12px;
	padding: 2px 6px 2px 6px;
	border-radius: 8px;
	margin: 3px;
	text-decoration: none;
	line-height: 20px
}
.filter-state{
	margin-bottom: 5px;
}
