/*	$Header: /BCS-UC/Project files/CC Studio/tpl/Public.css 6     16/10/04 8:54p Frank $
*
*		$Workfile: Public.css $
*		Version: $Revision: 6 $
*		last change:	$Modtime: 16/06/04 1:58p $, by: $Author: Frank $
*		$JustDate: 16/10/04 $
*
*  Description:	Portal Solution
*															Style rules which apply specifically for general public content and services.
*  Product: Community Portal
*		Project:  / BCS Upper Canada
*
*  Copyright 2002-2003, enterprise & e-commerce business solutions - e2bis
*
*		License granted to use as part of software solution and service delivered by enterprise & e-commerce business solutions.
*  Any re-distribution, modification, or re-selling under a name other than specified above
*  and similar use of this software without previously obtained permission is prohibited.
*/

/* Importing Standard rules throughout the Site */
@import url(Site.css);

/*
* Style Rules for upper section of Page, Navigation and Header
*/
#new_events{
	background-color: #99CCFF;
}
#past_events{
	
}

/*
* Style Rules for main content
*/

/*
* Style Rules for Data representation
*/
.dataset{
	padding: 0px 5px 0px 5px;
	background-color: #CCCCFF;
	color: #000000;
}
.altdataset{
	padding: 0px 10px 0px 0px;
	background-color: #CCCCCC;
	color: #000000;
}
.dataset a,.dataset a:link,.dataset a:visited,.dataset a:active,
.altdataset a,.altdataset a:link,.altdataset a:visited,.altdataset a:active{
	color: #0000FF;
}
.dataset a:hover,
.altdataset a:hover{
	color: #FF3300;
}

.newsheadline{
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #3399FF;
	border-bottom: 1px solid #3399FF;
}
.gbmessage{
	background-color: #965859;
	color: #FFFFFF;
}
.altgbmessage{
	background-color: #D8B1B2;
	color: #000000;
}

.contextmessage{
	width: 50px;
	background-color: #CCCCFF;
	color: #000000;
	font: 10px Arial;
	visibility: hidden;
	position: absolute;
	margin: 20px 0px 0px 10px;
}

/*
* Style rules for functional components
*/
.listrecordcombi td.listsorter,.listsorter{
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 5px 5px;
	background-color: #99CCFF;
	color: #000000;
	font: bold 11px Arial,verdana,helvetica,sans-serif;
}
.listsorter a,.listsorter a:link,.listsorter a:visited{
	font: bold 11px Arial,verdana,helvetica,sans-serif;
	text-decoration: none;
}
.listsorter a:hover,.listsorter a:active{
 color: #9999CC;
	text-decoration: none;
}
.listrecordcombi table td.listnav,.listnav{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font: bold 13px Arial,verdana,helvetica,sans-serif;
}
.listnav a,.listnav a:link,.listnav a:visited{
	font: bold 13px Arial,verdana,helvetica,sans-serif;
	text-decoration: none;
}
.listnav a:hover,.listnav a:active{
 color: #9999CC;
	text-decoration: none;
}

a.subselect,a.subselect:link,a.subselect:visited{
	padding: 0px 2px 0px 2px;
	border: 1px solid #000000;
	background-color: #D3D3BC;
	color: #000000;
	text-decoration: none;
	font: 11px verdana;
}
a.subselect:hover,a.subselect:active{
	background-color: #C8D3BC;
}

.iservice{
	margin: px 0px 0px 0px;
 	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}