
.calendar_today {
	border: 2px solid #FF0000;
}
.calendar_empty {

}
.calendar_post {
	background-color: #DBDBEF;
	font-size: 12px;
	font-weight: normal;
}

.calendar_post_today {
	background-color: #DBDBEF;
	border: 2px solid #FF0000;
}

.calendar_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.calendar_header {
	font-size: 12px;
	font-weight: normal;
	background-color: #0193DE;
	color: #FFFFFF;
}

.tableview {
	border-collapse: collapse;
	border-spacing: 0px;
	color: black;
	margin-left: 20px;
	font-size: 11px;
}


.tableview td {
	border: 1px solid #00346A;
	padding: 1px;
	font-weight: normal;

}

.tableview th {
	border: 1px solid #00346A;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #0193DE; 
	padding: 4px;
}

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #00346A; 
	color: #3D90E9;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	width: 100%;
	border: 0px;

}

.tableedit td {
	border: 0px solid #00346A;
	padding: 3px;

}

.tableedit th {
	border: 1px solid #0093E0;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #0093E0; 
	padding: 1px;
}


input {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

select {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
