@charset "utf-8";
/* CSS Document */

/* AirSquare.ca CSS Site Wide definitions */

/*Body styles*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  background-color: #FAFBEF;
  line-height: 20px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #b9d7db;
}

.tableBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/* display: none attribute critical */
.invisible 
{
	display: none;
	visibility: hidden;
}

.boldText {
	font-weight: bold;
}

.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.contentHead {
	color: #009933;
	font-weight: bold;
}

.txtField {
	border-style: solid; 
	border-width: 1px 1px 1px 1px;
	padding: 4px 3px 3px 4px;
	border-color: #A5ACB2;
	font-style: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smallText {
	font-size: 10px;
}

.contentCell {
	padding: 10px 10px 3px 10px;
}

.contentSpace {
	padding: 10px 10px 10px 10px;
	line-height: 18px;
	text-align: justify;
}

/* Link Style Defintions */
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #336699;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	font-style: normal;
}
a:visited:hover {
	color: #336699;
	font-style: normal;
}

/* Link Style Defintions */
.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #336699;
	font-style: normal;
	text-decoration: underline;
}
.menu a:visited {
	color: #000000;
	font-style: normal;
}
.menu a:visited:hover {
	color: #336699;
	font-style: normal;
}