body, html, textarea
{
	margin:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
.search-nav,.search-results, .search-headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited
{
	color: #79003D;
}
a:hover 
{
	text-decoration: underline;
}

/**** copied from tab.ca ******/
.header1, h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.bulletlist {
	list-style-image: none;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	white-space: normal;
	padding-left: 1px;
	font-weight: bold;
}
.eternagreen {	
	color: #009933;
}
.boldredbody {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #61002B;
}
.required 
{
	color: #FF0000;
	font-weight: bold;
}

/********Menus*******/
.MenuGroup
{
	cursor: pointer;	
}
.TopMenuItems 
{
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding: 0 5px 2px 5px;
}
.TopMenuItemsOver
{
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	color:#79003D;
	padding: 0 5px 2px 5px;
}
.TopItem, .TopItemOver, .TESTopItem, .TESTopItemOver
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: White;	
	background-color: #676A6B;
	cursor: pointer;
	padding: 4px;	
	padding-left:8px;
	padding-right:8px;
}
.TopItemFr, .TopItemOverFr
{
	text-align: center;
	font-size: 11px;
	font-family:arial;
	color: White;	
	background-color: #676A6B;
	cursor: pointer;
	padding: 4px;	
	padding-left:4px;
	padding-right:4px;
}
.TopItemOver, .TopItemOverFr, .TESTopItemOver
{
	background-color: #79003D;
}
.TESTopItem, .TESTopItemOver 
{
	width: 110px;
}

.SubItem, .SubItemSelected, .SubItemOver
{
	color: White;	
	background-color: #676A6B;
	border-top: 1px solid #CFCFCF;
	padding: 4px;
	padding-left:8px;
	padding-right:8px;
	cursor: pointer;
}
.SubItemSelected 
{
	text-decoration: underline;
}
.SubItemOver 
{
	color: #79003D;	
	background-color: #E6E6E6;	
}

/******* Secondary menu *******/

.SecondaryMenu
{
	
	width: 180px;
}
.SecondaryTopMenuItemRow 
{
	font-size: 12px;
	width: 100%;
	height:21px;
	color: White;
	background-Color:#676A6B;		
	font-weight: bold;
	cursor: pointer;
}
.SecondaryTopMenuItem 
{	
	padding: 5 0 5 15;
}

.SecondaryMenuItemRow, .SecondarySelectedMenuItemRow 
{
	color: #79003D;	
	height:27px;	
	border: 1px solid #676A6B;
	border-top: 0px solid #676A6B;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.SecondaryMenuItem
{
	
}
.SecondarySelectedMenuItem, .SecondaryHoverMenuItem
{	
	text-decoration: underline;	
}

/**************** SITE MAP ***********/
.RootNode 
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.ParentNode 
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;	
}

/*************** BACKGROUND IMG **********/
.LatestNewsContent
{
	BACKGROUND-IMAGE: url(../Images/bgLatestNews.jpg);
	BACKGROUND-REPEAT: repeat-y;
}

.bgLatestNewsBottom
{
	display:block;
}

.SubscribeContent
{
	BACKGROUND-IMAGE: url(../Images/bgSubscribeToOurNewsletter.jpg);
	BACKGROUND-REPEAT: repeat-y
}

.bgSubscribeBottom
{
	display:block;
}

/********** Carousel Module Styles **********/

.Clear
{
	clear: both;
}

.CarouselMenuTop
{
	background: transparent url(ecms.aspx/$tabca/Images/Carousel/bg_top.jpg) no-repeat scroll 0 0;
	font-size: 0px;
	height: 11px;
	line-height: 0px;
	width: 388px;
}

.CarouselMenuBottom
{
	background: transparent url(ecms.aspx/$tabca/Images/Carousel/bg_bottom.jpg) no-repeat scroll 0 0;
	height: 11px;
	margin: 0px;
	padding: 0px;
	width: 388px;
}

.CarouselMenu
{
	background: transparent url(ecms.aspx/$tabca/Images/Carousel/bg_side.jpg) repeat-y scroll 0 0;
	text-align: center;
	width: 388px;
}

.CarouselMenu .Images
{
	border: solid 1px #999;
	height: 128px;
	margin: auto;
	visibility: hidden;
	width: 350px;
}

.CarouselMenu .Title
{
	color: #61062c;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	margin-top: 8px;
	padding-bottom: 0px;
	text-align: center;
	width: 192px;
	cursor: pointer;
}

.CarouselMenu .Instruction
{
	color: #8d9091;
	font-size: 13px;
	margin: auto;
	width: 192px;
}

.CarouselMenu .Nav
{
	margin: auto;
	text-align:center;
	vertical-align:middle;
	width: 315px;
}
