/*
*****************************************************************************
*
*	File: styles.css
*
*	Author: Steve Vachon
*
* Copyright : Copyright (c) 2003 Trait d'Union Outaouais Inc.
*
*	Date: October 20, 2003
*
*	Description: Generic Style sheet. 
*
*	Revisions:  Date            By who    Description
*****************************************************************************
*/
BODY
{
	
}


P
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

TABLE
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
}

/*Principle table*/
TABLE.bg
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
}

/*Left nav menu background*/
TD.leftside
{  
	background-color: #3399CC;
}

/*Spacer bars between left nav, contents and right background*/
TD.spacer
{  
	background-color: #CCCCCC;
}

TD
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

/*First bar of the top menu head*/
TD.tmenuhead0
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	background-color: #3399CC;
	text-align: left;
	text-decoration: none; 
}

/*Second bar of the top menu head*/
TD.tmenuhead1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	background-color: #FFCC00;
	text-align: left;
	text-decoration: none; 
}


/*Top titles fo the left nav menu*/
TD.tmenuhead 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	background-color: #666666;
	text-align: left;
	text-decoration: none; 
}

/*Left nav sub menus cells*/
TD.lmenuhead 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-align: right;
	text-decoration: none; 
	background-color: #3399CC;
}

/*Left nav sub menus contents*/
TD.lmenulinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	background-color: #3399CC;
}

/*Left nav sub menus contents; white when selected*/
TD.lmenulinkselect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660066;
	text-align: right;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*Left nav sub menus contents*/
TD.CPlmenulinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	background-color: #3399CC;
}

/*Left nav sub menus contents; white when selected*/
TD.CPlmenulinkselect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660066;
	text-align: left;
	text-decoration: none;
	background-color: #FFFFFF;
}


/*calendar*/
TD.weekdays
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #ffffff;
	background-color: #3399CC;
	text-align: left;
	text-decoration: none; 
}

/*calendar*/
TD.weekdaysmonth
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #FF9933;
	text-align: left;
	text-decoration: none; 
}

/*Second bar of the top menu head*/
TD.calendar
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
/*	font-weight: bold; */
	color: #ffffff;
	background-color: #FFCC00;
	text-align: left;
	text-decoration: none; 
}

TD.calendarmonth
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
/*	font-weight: bold; */
	color: #ffffff;
	background-color: #CCCCCC;
	text-align: left;
	text-decoration: none; 
}

TD.imagecell 
{
	background-image: url('/images/event.gif'); 
	background-position: center center; 
}
TD.imagehead 
{
	background-image: url('/images/event1.gif'); 
	background-position: center center; 
} 
TD.chatprise 
{
	background-image: url('/images/chatprisebg.jpg'); 
	background-repeat: no-repeat;
	background-position: top right; 
} 


/*links*/
A.event
{  
	color: #006666;
}

/*links*/
A.nounderline
{
	text-decoration: none;
	color: #006666;
}

/*links*/
A.linksmenu
{
	text-decoration: none;
	color: #000000;
}

/*links*/
A.CPlinksmenu
{
	text-decoration: none;
/*   font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;			*/
	color: #FF6600;

}

/*links*/
A.mainmenu
{
	text-decoration: none;
 	font-size: 14px;
	font-weight: bold;
	color: #006666;
}

/*links*/
A.nocolor
{  
	text-decoration: none;
	color: #ffffff;
}

/*links*/
A.nocolorb
{  
	text-decoration: none;
	color: #336633; /*993300*/
}

/*links*/
A.nocolorc
{
	text-decoration: none;
	color: #ffffff; /*993300*/
}

/*titles*/
.titles
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #330000;
/*	line-height: 20px;*/
}
.subtitles 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #330000;
/*	line-height: 20px;*/
}
.CPtitles
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FF6600;
/*	line-height: 20px;*/
}
IMG
{
	border-style: none;
}

