



/************** Global Styles - Tags in General **************/
body {
	background: #f1efe7 url(http://www.abilitiescouncil.sk.ca/images/layout/page-bg.jpg) top repeat-x; 
	behavior:url(http://www.abilitiescouncil.sk.ca/scripts/csshover.htc);
}
object {
	padding:0;
	margin:0;
}
	
embed {
	padding:0;
	margin:0;
}

sup {
	/*so superscripts don't screw up line spacing	*/
	vertical-align:top;
}

fieldset {
	margin-bottom:20px;
}

th { text-align:left; }

legend, legend.copyBold { color: #587abc; }

p {
	margin: 12px 0;
}
/************** Global Common Classes **************/

.align_right { text-align: right; }
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_justify { text-align: justify; }

.clear { clear:both; }
.float_right { float: right; }
.float_left { float: left; }

.red { color:red; }
.green { color:green; }
.border { border-bottom: 1px solid #587abc; }
.Border { border: 1px solid #587abc; }

hr, .hr { 
	clear: both; 
	margin: 6px 0; 
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #587abc; 
	border-left: none;
	height: 1px; 
	color: #587abc;
	background: none;
}

/* these two are hard coded into some functions */
.copyBold14Red, .copy14BoldRed {
	font-size: 140%; 
	font-weight:bold;
	color: red;
}

/************** Text Size Function Styles ***************/
#make_text_size_container {
	font-size:13px;
	color:#B5B5B6;
	white-space:nowrap;
}
.make_text_size_larger{
	font-size:18px;
	font-weight:bold;
}
.make_text_size_normal{
	font-size:15px;
	font-weight:bold;
}
.make_text_size_smaller{
	font-size:11px;
	font-weight:bold;
}
#make_text_size_container a {
	display:inline-block;
	margin:0;
	padding:3px;
}
#make_text_size_container a:link, #make_text_size_container a:visited {
	color:#f5822b !important;
	text-decoration:none !important;
}
	
#make_text_size_container a:hover, #make_text_size_container a:active {
	color:#ffffff !important;
	text-decoration:none !important;
	background-color:#587ABC;
}

/************** Form Styles **************/
form {
	margin:0;
	padding:0;
}
.blank_form { margin:0; padding:0; display:inline; }
.checkout_button { color:green; font-weight:bold; height:32px; }
input.copy {
	font-size:80%;
}

/************** Global Link Styles **************/
a:link, a:visited {
	color:#f5822b;
	text-decoration:underline;
}
	
a:hover, a:active {
	color:#587abc;
	text-decoration:none;
}

a img { border:none; }

/************** Table Styles **************/
tr.alternate, td.alternate, th.alternate, .tableAltDark { background-color:#c3d4f5; }
.tableAltLight {}

.box_slice_t {
	background-image: url(http://www.abilitiescouncil.sk.ca/images/layout/box/box-slice-t.png);
	background-repeat: repeat-x;
}
.box_slice_r {
	background-image: url(http://www.abilitiescouncil.sk.ca/images/layout/box/box-slice-r.png);
	background-repeat: repeat-y;
}
.box_slice_b {
	background-image: url(http://www.abilitiescouncil.sk.ca/images/layout/box/box-slice-b.png);
	background-repeat: repeat-x;
}
.box_slice_l {
	background-image: url(http://www.abilitiescouncil.sk.ca/images/layout/box/box-slice-l.png);
	background-repeat: repeat-y;
}
.box_middle {
	background: #ffffff;
	vertical-align: top;
	text-align: left;
}

/************** General Container Styles **************/
#mm_menu_holder_container {
	z-index:5000;
	position:absolute; 
	top:5px; 
	left:4px;
}
#container {
	width:900px;
	margin:0 auto;
	padding:9px 0;
	text-align:left;
}
#global_left_string_container {
	margin:0;
	padding:20px 0 10px 0;
	width:170px;
	clear:both;
}
#innercontent {
}
#contentInner {
}
#innerContainer {
}
#contenttable {
}
#wrapper {
}
#content {
}
#siteinfo {
}

td#page_content_container, div#page_content_container { 
	margin:0;
	padding:20px;
	font-size:80%;
}

.view_category_padding {
	padding:20px;	
}
#inside_page_top_gallery_container {
	display:block;
	width:712px;
	height:210px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
#inside_page_top_gallery_mask {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:712px;
	height:210px;
	top:0;
	left:0;
	z-index:200;
}
#inside_page_top_gallery_mask img {
	margin:0;
	padding:0;
	border:0;
	width:712px;
	height:210px;
}

/************** Home Page Layout Specific Styles **************/
#home_page_content_container {
	margin:0;
	padding:11px 19px 9px 19px;
	font-size:80%;
}
#home_middle_content_container {
	margin:0;
	padding:6px 0;	
}
#home_right_calendar_padding {
	margin:0;
	padding:6px;
	font-size:85%;
}
#home_right_include_container {
	width:161px;
	margin:0;
	padding:6px 0;
}
#home_right_include_padding {
	width:121px;
	margin:0;
	padding:4px 14px;
	font-size:80%;
}
#home_page_top_gallery_size {
	width:685px;
	height:331px;
	background-color:#164554;
}
#home_page_top_gallery_container {
	width:685px;
	height:331px;
	overflow:hidden;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
#home_page_top_gallery_mask {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	width:685px;
	height:331px;
	top:0;
	left:0;
	z-index:200;
}
#home_page_top_gallery_mask img {
	margin:0;
	padding:0;
	border:0;
	width:685px;
	height:331px;
}



#homeNews {
	margin:0;
	padding:0 13px 16px 13px;
	font-size:80%;
}

#homeNews a:link, #homeNews a:visited {
	color:#f5822b;
	text-decoration:underline;
}
#homeNews a:hover, #homeNews a:active {
	color:#587abc;
	text-decoration:none;
}

#homeNews p {
	margin:0;
	padding:0 6px;
}

#homeNews h2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin:0;
	padding:19px 6px 15px 6px;
	font-size: 150%; 
	font-weight:normal;
	color:#587abc;
}

#homeNews h2 a:link, #homeNews h2 a:visited {
	color:#587abc;
	text-decoration:none;
}
#homeNews h2 a:hover, #homeNews h2 a:active {
	color:#587abc;
	text-decoration:underline;
}

#homeNews h3 {
	margin:0;
	padding:0 15px 0 6px;
	font-size: 100%; 
	font-weight:bold;
	color:#587abc;
}

#homeNews h3 a:link, #homeNews h3 a:visited {
	color:#587abc;
	text-decoration:none;
}
#homeNews h3 a:hover, #homeNews h3 a:active {
	color:#587abc;
	text-decoration:underline;
}

#homeNews a.homeNewsMore:link, #homeNews a.homeNewsMore:visited {
	font-weight:bold;
	text-decoration:none;
	color:#f5822b;
}
#homeNews a.homeNewsMore:hover, #homeNews a.homeNewsMore:active {
	font-weight:bold;
	color:#587abc;
	text-decoration:underline;
}	

/************** Left Navbar Specific Styles **************/
#leftCol {
}

div#customer_login_area { display:block; float:left; }

div.leftnav_box_container div#customer_login_area { padding:2px 13px; }
td#page_content_container div.leftnav_box_header, 
div#page_content_container div.leftnav_box_header { text-transform:none; background:none; float:none; color:#000000; font-size: 90%;  font-weight:bold; line-height:16px; margin: 6px 0 6px 1px; padding:0; width:100%; }

#customer_login_area p.copy8 { line-height:16px; margin: 6px 0; padding:0; }

#customer_login_area p.copyBold { line-height:13px; margin: 6px 0; padding:0; }

.leftLogin div#customer_login_area input.login_username, .leftLogin div#customer_login_area input.login_password { width:123px; }

.leftLogin div#customer_login_area input.login_submit, .leftLogin div#customer_login_area input.logout_submit { width:90px; }

.leftLogin div#customer_login_area .copyBold14Red, .leftLogin div#customer_login_area .copy14BoldRed {
	font-size: 90%; 
	width: 130px;
}

/************** Page Specific Styles **************/

td#page_content_container div#customer_login_area input.login_username, 
td#page_content_container div#customer_login_area input.login_password,
div#page_content_container div#customer_login_area input.login_username, 
div#page_content_container div#customer_login_area input.login_password { 
	width:160px; 
}

td#page_content_container div#customer_login_area input.login_submit, 
td#page_content_container div#customer_login_area input.logout_submit,
div#page_content_container div#customer_login_area input.login_submit, 
div#page_content_container div#customer_login_area input.logout_submit { 
	width:120px; 
}

#textcontent {
	padding-right:22px;
	padding-bottom:20px;
}

#textcontent p:first-child {
	padding-top:0;
	margin-top:0;
}
	
#features {
	width:351px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
}
	
#features p:first-child {
	padding-top:0;
	margin-top:0;
}
	
#testimonials {
	width:156px;
	padding:0px 15px 10px 15px;
	z-index:100;
	position:relative;
}
	
#testimonials p:first-child {
	padding-top:0;
	margin-top:0;
}





/************** Global Footer Specific Styles **************/
#bottombg {
}

#footer {
	color:#656868;
	text-align:right;
    font-size: 75%; 
	margin:0;
	padding:3px 6px 10px 6px;
}

#footer a {
	color:#656868;
	text-decoration:none;
}
#footer a:hover {
	color:#587abc;
	text-decoration:underline;
}
	
#footerLinks {
}	

#footer_admin_links {
	background-color:#ffffff; 
	padding:7px;
	border:1px solid #656868;
}

/************** Global Header Specific Styles **************/
#header {
	margin:0;
	padding:0 0 6px 0;
}

/************** Top Navbar Specific Styles **************/
a.print_page_link {
}
#headerLinks_container {
}
#topNav {
	display:block;
	position:relative;
	text-align:right;
	margin:0;
	padding:0 6px 0 0;
	color:#656868;
	font-weight:normal;
	font-size: 75%; 
}

#topNav a {
	display:inline-block;
	margin:0;
	padding:9px 8px 0 8px;
	border-left:1px solid #f5822b;
}

#topNav a.no_left_border {
	border-left:none;
}

#topNav a:link, #topNav a:visited {
	color:#656868;
	text-decoration:none;
}
	
#topNav a:hover, #topNav a:active {
	color:#587abc;
	text-decoration:none;
}

#topNav a.thispage:link, #topNav a.thispage:visited {
	color:#f5822b;
	text-decoration:none;
}
	
#topNav a.thispage:hover, #topNav a.thispage:active {
	color:#587abc;
	text-decoration:none;
}


	
/* ********************************************* */
/* START of rulesets that should be in every cms */
/* ********************************************* */
h1 {
	color:#f5822b;
	margin:8px 0;
	padding:0;
}

h2, h3, h4, h5, h6 {
	color:#f5822b;
	margin:8px 0;
	padding:0;
}

.pageTitle {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#f5822b;
	font-size:200%; 
	font-weight:normal;
	margin:8px 0;
	padding:0;
}

h1.pageTitle {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#f5822b;
	font-size:200%; 
	font-weight:normal;
	padding:0;
	margin:0;
}

.pageSubTitle {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#587abc;
	font-size: 140%; 
	font-weight:normal;
	margin:8px 0;
	padding:0;
}

.formheader {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#587abc;
	font-size: 140%; 
	font-weight:normal;
	line-height:19px;
	padding:2px 0;
	margin:0 0 6px 0;
	text-align: left;
}
	
.breadcrumbs {
	font-size: 75%; 
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #b5b5b6;
	text-decoration:none;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
	color:#f5822b;
	text-decoration:underline;
}

#you_are_here {
	padding-right:3px;
	text-transform:uppercase;
	color:#747474;
}
#breadcrumbs_header {
	margin:0;
	padding:3px 1px 2px 6px;
	font-size: 70%; 
	text-align:right;
	color: #b5b5b6;
}

#breadcrumbs_header td {
	color: #b5b5b6;
}

#breadcrumbs_header a:link, #breadcrumbs_header a:visited{
	color: #b5b5b6;
	text-decoration:none;
}

#breadcrumbs_header a:active, #breadcrumbs_header a:hover {
	color:#f5822b;
	text-decoration:underline;
}

#breadcrumbs_footer {
	color:#b5b5b6;
	font-size: 75%; 
	text-align:right;
    padding:8px 0;
}

#breadcrumbs_footer a:link, #breadcrumbs_footer a:visited,
#footer_admin_links a:link, #footer_admin_links a:visited{
	color: #656868;
	text-decoration:none;
}

#breadcrumbs_footer a:active, #breadcrumbs_footer a:hover,
#footer_admin_links a:active, #footer_admin_links a:hover{
	color:#587abc;
	text-decoration:underline;
}


.RequiredField {
	background-color:#ff0000;
}
	
#alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 75%; 
	height: 		100%;

}

div.alertbox {
	border: 		1px solid #d1c6b9;
	padding-left: 	5px;
	padding-right: 	5px;
	padding-top: 	1px;
	padding-bottom: 3px;
	display:		inline;
	color:			#4f3518;
	text-align:		center;
	font-size: 75%; 
	height: 		100%;
}

#redbox {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 140%; 
	background-color:#ff0000;
	font-weight:bold;

}

.Error {
	border: 		1px solid #ff0000;
	padding: 		3px;
	color:			#ffffff;
	text-align:		center;
	font-size: 140%; 
	background-color:#ff0000;
	font-weight:bold;
}


/* ******************************************** */
/* END of rulesets that should be in every cms */
/* ******************************************** */
@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font-size: 90%; 
	font-weight: normal;
	color: #000000;
	background-color: #F9DD81;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is used by the Public Dealer Locator Spry UI */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #F4E3AA;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #F4E3AA;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #F4E3AA;
}





/************** Calendar Styles **************/
a.calendarText2, .calendarText2 {
	/* not an approved event */
	line-height:15px !important;
	font-size:80%;
	color:red;
}
a.calendarText, .calendarText {
	/* is an approved event */
	line-height:15px !important;
	font-size:80%;

}
.calPreviousMonth a {
	padding: 0 0 2px 18px;
	background: url(http://www.abilitiescouncil.sk.ca/administration/images/icons/back.gif) left top no-repeat;
	font-style: italic;
	font-size:80%;
}

.calNextMonth a {
	padding: 0 18px 2px 0;
	background: url(http://www.abilitiescouncil.sk.ca/administration/images/icons/next.gif) right top no-repeat;
	font-style: italic;
	font-size:80%;
}
.calCurrentMonth {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#587abc;
	font-weight:bold;
	padding:2px 50px;
	margin:0;
	font-size:120%;
}
.calDays_Number {
	font-weight:bold;
}
td.calDays {
	height:80px;
	border:1px solid #587abc;
	text-align:left;
	font-size:80%;
}

td.calDays_Today {
	height:80px;
	border:1px solid #587abc;
	text-align:left;
	background-color: #c3d4f5;
	font-size:80%;
}

td.calDays_Today hr, td.calDays_Today .hr { 
	clear: both; 
	margin: 6px 0; 
	padding:0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #587abc; 
	border-left: none;
	height: 1px; 
	color: #587abc;
	background: none;
}
td.calDays_of_Week {
	border:1px solid #587abc;
	background-color:#587abc; 
	color:#ffffff !important; 
	font-weight:bold; 
	padding:2px;
	font-size:80%;
}
.calMonthSelect { }
.calYearSelect { }
.calMonthYearSubmit { }
.calMonthYearForm { 
	margin:0;
	padding:0;
}

/******** Mini Calendar Include Styles *********/
.calMini {
	margin:0;
	padding:8px 0;
}
.calCurrentMonthMini {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color:#6850a1;
	font-size: 75%; 
	font-weight:bold;
	padding:3px 0 0 0;
	margin:0;
	white-space:nowrap;
	text-align:center;
}
.calCurrentMonthMini a {
	color:#6850a1;
	font-size: 75%; 
	font-weight:bold;
	text-decoration:none;
}
.calCurrentMonthMini a:hover {
	color:#f5822b;
	font-size: 75%; 
	font-weight:bold;
	text-decoration:underline;
}
td.calDaysMini {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 75%; 
	font-weight:normal; 
	background-color: #ffffff;
	text-align:left;
	vertical-align:top;
	color:#f5822b;
	font-size: 75%; 
}
td.calDaysMiniHasEvent {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 75%; 
	font-weight:normal; 
	background-color: #6850a1;
	text-align:left;
	vertical-align:top;
	color:#ffffff;
	font-size: 75%; 
}
td.calDaysMini a, td.calDaysMiniHasEvent a {
	display:block;
	text-decoration:none;
}
td.calDaysMiniHasEvent a {
	color:#ffffff;
}
td.calDaysMiniHasEvent a:hover {
	color:#ffffff;
	text-decoration:underline;
}
td.calDays_of_WeekMini {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 75%; 
	background-color:#ffffff; 
	color:#6850a1; 
	font-weight:bold; 
	text-align:center;
	vertical-align:top;
}


/************** Verity Search Styles **************/
	
input.BCverity_search_input {
	font-weight:normal;
	width:119px;
	font-size: 75%; 
	text-align:left;
	color: #656868;
	background: #ffffff;
	border:1px solid #6d7070;
	border-right:0;
	margin:0 0 0 2px;
	padding:2px;
	height:17px;
}
input.BCverity_search_button {
	font-weight:normal;
	width:50px;
	font-size: 75%; 
	text-align:center;
	vertical-align:middle;
	color: #f5822b;
	background: #ffffff;
	border:1px solid #6d7070;
	border-left:0;
	padding:2px;
	margin:0 1px 0 0;
	height:23px;
    cursor:pointer;
}
input.BCverity_search_button:hover {
	color: #587abc;
}
table#verity_search_table {
}
.verity_search_input {
	width:300px;
}
#verity_search_button {
	width:120px;
	font-weight:bold;
}
#verity_reset_button {
}
.hilight_search_terms {
	background-color:#cccccc;
	font-weight:bold;
	text-transform:uppercase;
}
.verity_search_result_title {
	font-weight:bold;
	font-size: 140%; 
	margin:6px 0;
	padding:0;
}
.verity_search_result_title a:link, .verity_search_result_title a:visited {
}
.verity_search_result_title a:hover, .verity_search_result_title a:active {
}
.verity_search_result_description {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url {
	margin:6px 0;
	padding:0;
}
.verity_search_result_url a:link {
}
.verity_search_result_url a:visited {
}
.verity_search_result_url a:hover, .verity_search_result_url a:active {
} 