.menubarColor, .MENUBARCOLOR { background-color: #9CF; }
/* SETTINGS FOR THE SERVICES TD SECTION. */
.servicesconfig, .SERVICESCONFIG {
	background-color: white;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0 0 0 10px;
	width: 824px;
}
/* SETTING FOR THE TOP CONFIGURABLE TD SECTION */
.topconfig, .TOPCONFIG {
	background-color: white;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0;
	width: 1024px;
}
/* SETTING FOR THE LEFT CONFIGURABLE TD SECTION */
.leftconfig, .LEFTCONFIG {
	background-color: white;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0;
	width: 200px;
}
/* SETTING FOR THE RIGHT CONFIGURABLE TD SECTION */
.rightconfig, .RIGHTCONFIG {
	background-color: white;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0;
	width: 24px;
}
/* SETTING FOR THE BOTTOM CONFIGURABLE TD SECTION */
.bottomconfig, .BOTTOMCONFIG {
	background-color: white;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0;
	width: 1024px;
}
.pagebackground, .PAGEBACKGROUND { background-color: white; }
/* SETTING FOR LABELS SUCH AS TEXT BOX, DROP DOWNS, INPUT FIELD LABELS */
.fieldlabel, .FIELDLABEL {
	font: normal 11px Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR ALL REGULAR TEXT ON PAGES INCLUDE INPUT FILED TEXT, DROP DOWN */
/* AND LIST BOXES */
.bodytext, .BODYTEXT {
	font: normal 10pt Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR ALL BOLD REGULAR TEXT ON PAGES */
.bodyemptext, .BODYEMPTEXT {
	font: normal 10pt Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR ANY TEXT ON PAGES THAT NEEDS TO BE SMALLER THAN BODYTEXT SIZE */
.bodysmall, .BODYSMALL {
	font: normal 9pt Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR ANY TEXT ON PAGES THAT NEEDS TO BE SMALLER THAN BODYTEXT SIZE */
.bodyempsmall, .BODYEMPSMALL {
	font: bold 9pt Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR ALL ERROR MESSAGES THAT DISPLAY ON PAGES. */
.error, .ERROR {
	font: normal 10pt Verdana, Geneva, sans-serif;
	color : #BD0000;
}
/* SETTINGS FOR ALL MAIN HEADINGS ON PAGES */
.h1, .H1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 200%;
	color: #060682;
}
/* SETTINGS FOR ALL SECONDARY HEADINGS ON PAGES */
.h2, .H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 130%;
	color: #060682;
}
/* SETTINGS FOR MINOR HEADINGS ON PAGES. */
.h3, .H3 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR HORIZONTAL LINES ON PAGES */
.hr, .HR {
	/* background-color sets vertical line color only */
	background-color: black;
	height: 2pt;
	width : 590px;
	color : black;
}
/* SETTINGS FOR LINKS ON PAGES. */
.link, .LINK {
	font: normail 11px Verdana, Geneva, sans-serif;
	color: black;
}
.link:visited { color: black; }
.link:active { color: black; }
.link:hover { color: black; }
/* SETTINGS FOR FIRST LINE OF RESULTS TABLES */
/* USED TO ACCOMPLISH ALTERNATE SHADED RESULT LINES */
.resultsbackground1, .RESULTSBACKGROUND1 { background : white; }
/* SETTINGS FOR FIRST LINE OF RESULTS TABLES */
/* USED TO ACCOMPLISH ALTERNATE SHADED RESULT LINES */
.resultsbackground2, .RESULTSBACKGROUND2 { background : white; }
/* SETTINGS FOR THE CALENDER BORDER */
.calendarBorder, .CALENDARBORDER {
	BACKGROUND-COLOR: white;
	border: thin solid black;
}
/* SETTING FOR THE HEADER THAT CONTAINS THE MONTH NAME */
.calendarHeader, .CALENDARHEADER { BACKGROUND-COLOR: white; }
/* SETTING FOR THE DAYS OF THE WEEK SECTION */
.calendarWeek, .CALENDARWEEK {
	BACKGROUND-COLOR: black;
	COLOR : white;
	font: normal 9pt Verdana, Geneva, sans-serif;
}
/* SETTING FOR THE DAYS OF THE MONTH */
.calendarDay, .CALENDARDAY {
	color: black;
	font: normal 9pt Verdana, Geneva, sans-serif;
}
/* SETTINGS FOR THE HEADER OF CUSTOM MENUES */
.menuheading, .MENUHEADING {
	color : black;
	text-align: left;
	vertical-align: top;
	background-color : white;
	border: 2pt solid black;
	width: 171px;
	font: normal 9pt Verdana, Geneva, sans-serif;
	padding: 0 0 0 5px;
}
/* SETTINGS FOR THE BODY OF CUSTOM MENUS */
.menubody, .MENUBODY {
	/* font-family : Arial, Helvetica, sans-serif; */
	font-size : 10pt;
	font-weight : bold;
	/* color of text only links will be default color */
	/* to change color of links put font tag in html  */
	color: black;
	text-align: left;
	vertical-align: top;
	background-color : white;
	border: 1pt solid black;
	height: 400px;
	width: 171px;
	padding: 3px 0px 0px 3px;
}
.menulink, .MENULINK {
	font: normal 9pt Verdana, Geneva, sans-serif;
	color: black;
}
.menulink:visited { color: black; }
.menulink:active { color: black; }
.menulink:hover { color: black; }
/* For custom menus, small links */
.menulinksmall, .MENULINKSMALL {
	color: black;
	text-decoration: underline;
	font: normal 9pt Verdana, Geneva, sans-serif;
}
.menulinksmall:visited { color: black; }
.menulinksmall:active { color: black; }
.menulinksmall:hover { color: black; }
/* RESERVED FOR FUTURE USE */
.pageBody {
	background-color: white;
	color: black;
	margin: 0;
}
/************************************************************************/
/* ENTRIES BELOW ARE INCLUDED FOR BACKWARD COMPATIBILITY		*/
/* DO NOT MODIFY OR USE ANY OF THESE ENTRIES AS THEY WILL BE REMOVED    */
/* IN A FUTURE RELEASE							*/
/************************************************************************/
.display, .DISPLAY {
	font: normal 11px Verdana, Geneva, sans-serif;
	color : black;
}
.innerLeftMargin, .INNERLEFTMARGIN { MARGIN-LEFT: 19px }
/* SETTING FOR LABELS SUCH AS TEXT BOX, DROP DOWNS, INPUT FIELD LABELS THAT NEED TO BE SMALLER THAN FIELDLABEL SIZE*/
.fieldlabelsmall, .FIELDLABELSMALL {
	font: normal 11px Verdana, Geneva, sans-serif;
	color : black;
}
/* SETTINGS FOR LINKS ON PAGES THAT NEED TO BE SMALLER THAN LINK SIZE . */
.linksmall, .LINKSMALL {
	font: normal 11px Verdana, Geneva, sans-serif;
	color : black;
}
.linksmall:visited { color: black; }
.linksmall:active { color: black; }
.linksmall:hover { color: black; }
/* SETTINGS FOR TABLE BORDERS */
table.aaaborder, .TABLE.AAABORDER {
	border-collapse: collapse;
	border: 1px outset gray;
}
td.aaaborder, TD.AAABORDER { border: 1px outset gray; }
}
table.aaaborderbottom, TABLE.AAABORDERBOTTOM { border-bottom: 1px outset gray; }
.resultsbackground3, .RESULTSBACKGROUND3 { BACKGROUND: #E0E0E0; }
/*  SHOPPING CART COLORS  */
.scmenubarcolor { background-color: #369; }
.scbuttoncolor { background-color: #036; }
.scheadercolor { color: #fff; }
.sctitlecolor { color: #369; }
.activeInput { color: black; }
.inactiveInput { color: #888888; }

/* Global Site Style */
* {
	margin: 0px;
	padding: 0px;
}
body, table, td, .bodyText1, .bodyText {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}
/* AAA Overwrites */
#document, #document.clubLeftLayout, body {
	margin: auto;
	width: 1024px;
}
#mainContainer.aaa2 {
	float: right;
	margin-top: -10px;
}
.clubLeft {
	width: 200px; 
	clear: both;
}
.aaa2 .mainContent {
	border-color: #808080;
}
.aaa2 .travelBar {
	padding: 0 5px;
}
.aaa2 .travelBar .current {
	color: #060682;
}
.aaa2 .pBar .current {
	background-color: #BD0000;
	font-weight: bold;
}
.aaa2 .TabbedPanels {
	width: 599px;
}
.aaa2 .travelBar .spacer, .aaa2 .travelBar .spacer.extraSpace {
	padding: 0 5px;
}
.bodyTextLink {
	font-family: 12px Verdana, Helvetica, Arial, sans-serif;
}
.aaa2 .required {
	color: #BD0000;
}
/* Layout Definitions */
#caask_header {
	background: url(http://caask.ca/assets/img/layout/header1024.gif);
	width: 1024px;
	text-align: right;
	height: 90px;
}
#util_nav {
	position: relative;
	top: 44px;
	right: 6px;
}
#top_menu {
	width: 824px;
	height: 27px;
	color: #FFF;
	font-size: 100%;
	border-bottom: 5px solid #BD0000;
	background: #060682 url(http://caask.ca/assets/img/layout/nav_corner.gif) no-repeat right;
	float: right;
	z-index: 200;
}
#search_box {
	width: 200px;
	background: url(http://caask.ca/assets/img/layout/srchbox_bck.gif);
	min-height: 40px;
	float: left;
}
#search_box_adj { margin: 23px 10px 6px 10px; }
#divider {
	background: url(http://caask.ca/assets/img/layout/left_divider.gif);
	width: 200px;
	height: 2px;
	position: relative;
	bottom: 0px;
	float: left;
	clear: both;
}
#left_col {
	width: 200px;
	background: url(http://caask.ca/assets/img/layout/leftcol_bck_aaa.jpg);
	min-height: 500px;
}
#left_colH {
	width: 200px;
	background: url(http://caask.ca/assets/img/layout/leftcol_bck.gif);
	float: left;
}
#left_col_adj { margin: 10px 20px 10px 10px; }
#caask_footer {
	width: 1024px;
	font-size: 90%;
	color: #809DB9;
	clear: both;
	margin-top: 10px;
	border-top: 5px solid #BD0000;
}
/* Presentation Elements */
p { margin: 6px 0px; }
a, a:link, a:visited, .link {
	color: #809DB9;
	text-decoration: none;
}
a:hover, a:active {
	color: #BD0000;
	text-decoration: underline;
}
ul.indent { margin: 6px 20px; }
input, button, select, textarea {
	font-size: 100%;
	border: 1px solid #C0CEDC;
}
input[type="radio"] { border: none; }
input[type="checkbox"] { border: none; }
img { border: none; }
img[align="right"] { margin-left: 20px; }
img[align="left"] { margin-right: 15px; }
.h1, h1, h1.heading1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 200%;
	color: #060682;
}
.h2, h2, .bodyemptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 130%;
	color: #060682;
}
.h3, h3 {
	font-size: 100%;
	font-weight: bold;
	color: #060682;
}
.h4, h4 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bolder;
	color: #BD0000;
}
.hr, hr {
	color: #C0CEDC;
	background-color: #C0CEDC;
	height: 1px;
	margin: 5px 0px;
}
blockquote { margin: 3px 20px; }
.blue { color: #060682; }
.red { color: #BD0000; }
.footnote {
	color: #999;
	font-size: 90%;
}
.smallgray {
	color:#666;
	font-size: 80%;
}
.redsup {
	font-size: 80%;
	color: #BD0000;
}
.bigblue {
	font-size: 280%;
	font-weight: bold;
	color: #060682;
}
#authuser {
	color: #FFF;
	margin-bottom: 18px;
}
#authuser a, #authuser a:link, #authuser a:visited {
	color: #FFF;
	text-decoration: none;
}
#authuser a:hover, #authuser a:active {
	color: #FFF;
	text-decoration: underline;
}
#signout {
	color: #809DB9;
	margin-bottom: 6px;
}
#signout a, #signout a:link, #signout a:visited {
	color: #809DB9;
	text-decoration: none;
}
#signout a:hover, #signout a:active {
	color: #BD0000;
	text-decoration: underline;
}
#top_menu a, #top_menu a:link, #top_menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#top_menu a:hover, #top_menu a:active {
	color: #FFF;
	text-decoration: underline;
}
#error, .error {
	font-size: 110%;
	color: #BD0000;
}