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

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.5em;
	font-weight:normal;
	color:#92278f;
}

h2,h6 {
	font-size:1.25em;
	color:#CEADD2;
	font-weight:normal;
	margin-bottom:5px;
}

h3,h4,h5 {
	font-size:0.85em;
	color:#92278f;
	margin-bottom:3px;
}

h4 {
	color:black;
}

h5 {
	font-weight:normal;
}

h6 {
	font-weight:bold;
}

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

a, input {
	outline:none;
}

#wrapper .content ul li {
	font-size:0.9em;
	list-style:square;
	color:#92278f;
}

#wrapper .content ol li {
	font-size:0.9em;
}

#wrapper .content a {
	color:black;
}

#wrapper .top .heading {
	text-align:right;
	font-size:1.5em;
}

#footer h1 {
	color:white;
	font-weight:bold;
	font-size:1.2em;
}

#footer h1 a:hover {
	color:yellow;
}

#footer h1 a.selected {
	color:yellow;
}

#footer p {
	color:white;
	font-size:1.1em;
}

#footer a {
	color:white;
	text-decoration:none;
}

#wrapper .menu ul li {
	font-size:0.9em;
	font-weight:bold;
}

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

/************************ 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;
}

/******************* Homepage */
#wrapper .panels .panel, #wrapper .panels .panel h1 {
	color:white;
}

#wrapper .panels a {
	color:white;
	text-decoration:none;
}

#wrapper .panels a:hover {
	color:yellow;
}

#wrapper .panels h1 {
	font-weight:bold;
}

#wrapper .panels h2 {
	color:white;
}

#wrapper .panels h3 {
	font-size:1.2em;
	text-transform:uppercase;
}

#wrapper .panels p {
	line-height:2em;
}

/******************* Inside Pages */
#wrapper .top .top-nav ul li {
	color:#7b7b7b;
	font-weight:bold;
}

#wrapper .top .top-nav ul li a {
	color:#7b7b7b;
	text-decoration:none;
}

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

#wrapper .menu ul li a:hover {
	color:#CEADD2;
}

#footer .copyright {
	text-align:center;
	font-size:0.7em;
	color:#CEADD2;
}

#footer .copyright a {
	color:#CEADD2;
}

/********************* Forms */
#wrapper .content form label {
	font-size:0.9em;
}

#wrapper .content form div.input input, #wrapper .content form textarea {
	font-size:0.9em;	
}

#wrapper .content form div.submit input {
	font-size:0.9em;
	color:white;
}