/* CSS styles for the general site typography / fonts */
body {
	font-size:1em;
	font-family:arial;
}

h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0 0 15px 0;
	font-weight:normal;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.25em;
	color:#ae054a;
}

h3 {
	font-size:1.1em;
	color:black;
}

#wrapper .content h3 a {
	color:black;
	text-decoration:none;
}

h4 {
	font-size:1.25em;
	margin-bottom:5px;
	color:#ae054a;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1em;
	margin-bottom:5px;
}

p {
	font-size:0.8em;
	line-height:1.6em;
}

a, input {
	outline:none;
}

ul li, ol li {
	font-size:0.8em;
}

#wrapper .menu ul li {
	text-transform:uppercase;
	font-size:0.9em;
	color:#808285;
}

#wrapper .menu ul li a {
	color:#808285;
	text-decoration:none;
}

#wrapper .menu ul li a:hover, #wrapper .menu ul li.selected a {
	color:#ae054a;
}

#wrapper .content a {
	color:#ae054a;
}

/************************ Tables */
table.noSpacing, table.noSpacing th, table.noSpacing td, table.noSpacing tr {
	padding:0;
	margin:0;
	border:none;
}

/* calendar CSS */
 
table.calendar {
	width: auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

table.calendar th {
	background-color: #eeeeee;
	text-transform: none;
	color: #444444;
	padding: 4px;
	text-align: center;
	border: 1px solid #eeeeee;
}
 
table.calendar th.cell-prev {
	text-align: left;
}

table.calendar th.cell-next {
	text-align: right;
}

table.calendar th.cell-header {
	width: 70px;
	border-bottom: 1px solid #cccccc;
}

table.calendar td.cell-today {
	background-color: #e2e8f6;
} /* today in the current month */

table.calendar td.cell-weekend {
	background-color: #F3F5EB;
}

table.calendar td {
	border: 1px solid #cccccc;
}
 
table.calendar td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #444444;
	display: block;
}

table.calendar td div {
	display: block;
	font-size: 10px;
	text-align: left;
}

table.calendar thead th {
	border: 1px solid #cccccc;
}