/*	$Header: /BCS-UC/Project files/CC Studio/tpl/Services.css 5     16/10/04 8:54p Frank $
*
*		$Workfile: Services.css $
*		Version: $Revision: 5 $
*		last change:	$Modtime: 16/06/04 11:24p $, by: $Author: Frank $
*		$JustDate: 16/10/04 $
*
*  Description:	Portal Solution
*															Style rules which apply specifically for service and facilities provided on the site.
*  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(Public.css);

/*
* Style Rules for main content
*/
.listrecordcombi{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
.listrecordcombi td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #8E7E7F;
	vertical-align: top;
}
.listrecordcombi table td{
	border: 0px none;
}

.listrecordcombi td.errormessage,.errormessage{
 border: 1px solid #C60500;
	color: #C60500;
	font: bold;
}
.listrecordcombi td.requiredfield,.requiredfield{
	color: #CC6666;
}

/*
* Style Rules for Data representation
*/
.recwithdesc{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	font: 12px Arial,verdana,helvetica,sans-serif;
	text-align: left;
	vertical-align: top;
}
.recwithdesc td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px none #000000;
	font: 12px Arial,verdana,helvetica,sans-serif;
	text-align: left;
	vertical-align: top;
}
.recwithdesc table{
width: 100%;
}
.recwithdesc table td{
	padding: 0px 0px 0px 0px;
	border: none;
}
.description{
	background: #CCCCCC;
}

.publicationheader{
	border: 1px solid #000000;
	width: 100%;
	font: bold 14px helvetica,verdana,Arial,sans-serif;
}

.authorsignature{
	font: italic 20px "Viner Hand ITC", Script;
}

.nameheader{
	font: small-caps bold 13px Verdana;
}
.jobtitle{
	font: small-caps 12px "Century Gothic";
}
/*
* Style rules for functional components
*/
a.tab2,a.tab2:link,a.tab2:visited{
	margin: 0px 1px 0px 0px;
	padding: 3px 3px 0px 4px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #99cccc;
	color: #000000;
	text-decoration: none;
	font: 11px verdana;
}
a.tab2selected{
	margin: 0px 1px 0px 0px;
	padding: 3px 3px 0px 4px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #ccccff;
	color: #000000;
	text-decoration: none;
	font: 11px verdana;
}

.tab2menu{
	margin: 5px 0px 1px 0px;
	padding: 2px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}

.editbutton{
	background: #DCDCDC;
	color: #000000;
	border: 2px outset #CCCCCC;
	font: 12px Arial;
}
a.editlink,a.editlink:hover,a.editlink:link,a.editlink:visited {
	margin: 0px 0px 0px 5px;
	padding: 1px 5px 1px 5px;
	border: 2px outset #CCCCCC;
	background: #DCDCDC;
	color: #000000;
	text-decoration: none;
	font: 11px Arial;
	display: inline-block;
}
a.editlink:active{
	border: 2px solid #9999CC;
	background: #9999CC;
	color: #FFFFFF;
	text-decoration: none;
}

.listrecordcombi table td.buttonrow,.buttonrow{
	border: 1px solid #000000;
}
