﻿/*	conferenceboard.ca CSS Text Stylesheet
	September 2006 - Daniel Jones
	Floating, fluid 3-column layout with header and footer		*/

body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 130%;
	color: #000;
}

/* td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
}

.large {
	font-weight: bold;
	font-size: 160%; 
} */

h1, .heading1 {
	font-family: Arial, Verdana, Helvetica Condensed, Sans-Serif;
	font-weight: normal;
	font-size: 150%;
	line-height: 150%;
	text-transform: uppercase;
	color: #8db65a;
	margin: 0 0 5px 0;
	speak:normal;
	stress: 30;
	richness: 90;
}

h2, .heading2 {
	font-family: Arial, Verdana, Helvetica Condensed, Sans-Serif;
	font-weight: normal;
	font-size: 110%;
	line-height: 110%;
	text-transform: uppercase;
	color: #8db65a;
	margin: 0 0 0px 0;
	padding-top: 12px;
	border-top: 1px solid #c9d8be;
	width: 100%;
	speak:normal;
	stress: 30;
	richness: 90;
}

h3, .heading3 {
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica Condensed, Sans-Serif;
	line-height: 100%;
	color: #8db65a;
	margin:0;
	speak:normal;
    stress: 30;
	richness: 90;
}

h1+p, h1+ul, h1+ol, h2+p, h3+p
{
    margin-top:2px;
}

h2+ul, h3+ul, h2+ol, h3+ol, h2+div, h3+div
{
    margin-top:5px;
}

h2 p, h3 p, h4 p
{
    padding: 0; margin: 0;
}
p h1, p h2, p h3
{
    margin: 0 0 -5px 0;
}

p+ol, p+ul
{
    margin-top: 2px;
}

p+p
{
    padding-top: 6px;
}

p+h2, p+h3
{
    margin-top:5px;
}


h4, .heading4, h5, .heading5 {
	font-weight: bold;
	font-size: 90%;
	line-height: 90%;
	margin:0;
	speak:normal;
    stress: 30;
	richness: 90;
}

p 
{
    margin: 0;
    padding: 5px 0px;
}

.small {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	line-height: 125%;
	color: black;
}

.smaller {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 125%;
}

.red {
	color: #F00;
}

.orange {
	color: #e36f1e;
}

.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: verdana, arial, helvetica, sans-serif
}
.normaltextblue {
    FONT-SIZE: 10pt;
    COLOR: #009;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif
}

.normaltextred {
    FONT-SIZE: 10pt;
    COLOR: #f00;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif
}

.normaltextwhite {
    FONT-SIZE: 10pt;
    COLOR: #fff;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif
}
/* THANK YOU FOR YOUR COOPERATION */

.bold {
	font-weight: bold;
}

.right {
	float: right;
}

a {
	color:#428284;
    text-decoration: none;
}

a:visited {
	color:#6d4676;
    text-decoration: none;
}

a:hover {
    color:#428284;
    text-decoration: underline;
}

/* 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.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%;
}

.copyright {  /* BILL'S CLASS */
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    FONT-SIZE: 85%;
    COLOR: #000;
}

div.container#copyright span 
{
    color: #d2dae7;
}

/* 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: verdana, arial, helvetica, sans-serif;
    FONT-WEIGHT: bold;
    COLOR: red;
} */

.errorText {
	border: dotted 1px #ccc; /* grey */
	display:block;
	font-family: verdana, arial, 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: verdana, arial, helvetica, sans-serif;
    FONT-SIZE: 110%;
    COLOR: #000;
}

.FieldLabel {
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    FONT-SIZE: 110%;
    TEXT-ALIGN: left;
    COLOR: #000;
}
.FieldData {
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
    FONT-SIZE: 85%;
    FONT-WEIGHT: normal;
    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: verdana, arial, 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: verdana, arial, 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;
}

.errorMark {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%; 
	font-weight:bold;
	color:#f00; /* red */
}

.requiredMark {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%; 
	font-weight:normal;
	color:#f00; /* red */
}

.text {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; 
	font-weight:normal;
	margin-left:3px;
	speak:normal;
	stress: 50;
	richness: 50;
}

.title {
	display:block;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 150%;
	font-weight: bold; 
	line-height: 190%;
	margin-bottom:15px;
}

/* cbocDate = grey for dates */
.cbocDate {
    color: #606060;
}

/* cbocItemTitle = orange titles for centrepage items.  rename??? */
.cbocItemTitle {
    color: #e36f1e;
    font: 110% arial;
    margin-bottom:0px;
    padding-bottom:0;
}

.cbocMainTitle 
{
    color: #e36f1e;
    font: 150% arial;
    text-transform: uppercase;
    margin-bottom:8px;
}

.more
{
    font-weight:bold;
}

.post
{
    margin-bottom:8px;
}
