﻿/*	conferenceboard.ca CSS Text Stylesheet
	September 2006 - Daniel Jones
	Floating, fluid 3-column layout with header and footer		*/

body {
	background-color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 75%;
	line-height: 130%;
	color: #000;
}

/* td {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 75%;
} */

.large {
	font-weight: bold;
	font-size: 150%; 
}

h1, .heading1 {
	font-weight: bold;
	font-size: 135%;
	line-height: 135%;
	margin:0;
	speak:normal;
	stress: 30;
	richness: 90;
}

h2, .heading2 {
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	margin:0;
	speak:normal;
	stress: 30;
	richness: 90;
}

h3, .heading3 {
	font-weight: bold;
	font-size: 110%;
	line-height: 110%;
	margin:0;
	speak:normal;
    stress: 30;
	richness: 90;
}

.small {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 85%!important;
	line-height: 125%!important;
	color: black;
	font-weight:normal!important;
}

.regular 
{
	FONT-SIZE: 10pt;
	font-weight: normal;
    FONT-FAMILY: arial, helvetica, verdana
}

.smaller {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 125%;
}

.red {
	color: #F00;
}

.orange {
	color: #F63;
}

.green {
	color: #396;
}

.blue {
	color: #006;
}

.grey {
	color: #333;
}

.white {
	color: #FFF;
}

/* PLEASE DELETE THE FOLLOWING COLOUR CLASSES,
   THEY HAVE BEEN RENDERED OBSOLETE */
.normaltextgrey {
    FONT-SIZE: 10pt;
    COLOR: #333;
    FONT-FAMILY: arial, helvetica, verdana
}
.normaltextblue {
    FONT-SIZE: 10pt;
    COLOR: #009;
    FONT-FAMILY: arial, helvetica, verdana
}

.normaltextred {
    FONT-SIZE: 10pt;
    COLOR: #f00;
    FONT-FAMILY: arial, helvetica, verdana
}

.normaltextwhite {
    FONT-SIZE: 10pt;
    COLOR: #fff;
    FONT-FAMILY: arial, helvetica, verdana
}
/* THANK YOU FOR YOUR COOPERATION */

.bold {
	font-weight: bold;
}

.right {
	float: right;
}

a:link {
	color:#006;
}

a:visited {
	color:#603;
}

/* OBJECT STYLES */

.bcrumb {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 68%;
}

a.bcrumb:link {
	color: #009;
}

a.bcrumb:visited {
	color: #009;
}

#nav li a {
	color: #fff;
}

#nav li a:visited {
	color: #fff;
}

.bcrumbtable {
	background-color: #ccc;
}

div.container#breadcrumb .small {
	line-height: 150%;
}

div.container#topbar {
	background: #000;
	color: #fff;
	font-weight: bold;
}

div.info-title-feature {
	background: #f60;
	color: #fff;
}

div.container#alerts .title {
	color: #F63;
}

div.info-body#most .small {
	line-height: 125%;
}

div.container#copyright p {
	text-align: center;
	font-size: 93%;
}

/* PRINT-FRIENDLY TEXT */

.printfriendly {
	font-family : verdana, sans-serif;
	font-size : 85% ;
}

/* HIDDEN TEXT */

.hiddentext {
	color: #fff;
}
.hiddentext:link {
	color: #fff;
}
.hiddentext:visited {
	color: #fff;
}

/* BILL'S CSS CLASSES TO BE INTEGRATED
   ***********************************
   FIXME FIXME FIXME FIXME FIXME FIXME
   ***********************************
   BILL'S CSS CLASSES TO BE INTEGRATED */

/* Base text size is assumed to be 9pt;
   we express ALL font sizes in PERCENTAGES
   so that users can increase and decrease
   font sizes at will in MSIE/Firefox etc.
   Use this scale:
        14pt- 150%      10pt- 110%
        12pt- 135%       9pt- 100%
        11pt- 120%       8pt-  85%
                         7pt-  70%
*/

/*.ErrorText {  DUPLICATE - WHICH ONE DO WE NEED?
    FONT-FAMILY: arial, helvetica, verdana, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: red;
} */

.errorText {
	border: dotted 1px #ccc; /* grey */
	display:block;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%; 
	color:#f00; /* red */
	background-color:#ffffaa; /* light orange */
	margin-bottom:10px;
	margin-top:-5px;
	padding: 8px;
}

.normaltext {
    FONT-FAMILY: arial, helvetica, verdana, sans-serif;
    FONT-SIZE: 110%;
    COLOR: #000;
}

.FieldLabel {
    FONT-FAMILY: arial, helvetica, verdana, sans-serif;
    FONT-SIZE: 110%;
    TEXT-ALIGN: left;
    COLOR: #000;
}
.FieldData {
    FONT-FAMILY: arial, helvetica, verdana, sans-serif;
    FONT-SIZE: 85%;
    FONT-WEIGHT: normal;
    COLOR: #000;
}

.copyright {
    FONT-FAMILY: arial, helvetica, verdana, sans-serif;
    FONT-SIZE: 85%;
    COLOR: #000;
}

.sectiontitletext { /* worth keeping? */
    FONT-FAMILY: verdana, sans-serif;
    FONT-SIZE: 110%;
    FONT-WEIGHT: bold;
    COLOR: #009;
}

.validationSummary {
	border: dotted 1px #ccc; /* grey */
	display:block;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 85%; 
	color:#f00; /* red */
	background-color:#fff0e5; /* light orange */
	margin-bottom:10px;
	margin-top:-5px;
	padding: 8px;
}

.instruction {
    border: dotted 1px #ccc; /* grey */
	display:block;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%; 
	color:#000; /* grey */
	background-color:#f4f4f4; /* light grey */
	margin-bottom:10px;
	padding: 8px;
	speak:normal;
	stress: 60;
	richness: 50;
}

.instructionsmall {
    border: dotted 1px #ccc; /* grey */
	display:block;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 85%; 
	color:#000; /* grey */
	background-color:#f4f4f4; /* light grey */
	margin-bottom:10px;
	padding: 8px;
	speak:normal;
	stress: 60;
	richness: 50;
}

.errorMark {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 110%; 
	font-weight:bold;
	color:#f00; /* red */
}

.requiredMark {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 110%; 
	font-weight:normal;
	color:#f00; /* red */
}

.text {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%; 
	font-weight:normal;
	margin-left:3px;
	speak:normal;
	stress: 50;
	richness: 50;
}

.title {
	display:block;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 150%;
	font-weight: bold; 
	line-height: 190%;
	margin-bottom:15px;
}
