/*
######################################################
This file and all files comprising Station Street Commerce,
it's database and the website http://www.stationstreet.ca/
Copyright (c) 2003 by Craig McKinnon (St. Catharines, ON Canada)

All rights reserved
including the right or reproduction
in whole or in part in any form.
 
Unauthorized access to these files is in direct
violation of international copyright laws.
All violators will be prosecuted to the fullest extent
of the law

If you have received this file in whole or in part
illegally please contact Craig McKinnon at
Craig@StationStreet.ca
######################################################
*/

/* Default scrollbars */

BODY {
    color: #000000;
    font-size: 10pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    cursor: default;

    /*scrollbar-face-color: #003399;
    scrollbar-shadow-color: gray;
    scrollbar-3dlight-color: black;
    scrollbar-arrow-color: #FFCC33;
    scrollbar-track-color: #003333;
    scrollbar-darkshadow-color: black*/
}

/* Halloween scrollbars */

ODY {
    color: #000000;
    font-size: 10pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    cursor: default;

    scrollbar-face-color: #FF6600;
    scrollbar-shadow-color: gray;
    scrollbar-3dlight-color: black;
    scrollbar-arrow-color: #000000
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: black
}

/* Christmas and New Years Scrollbars */

ODY {
    color: #000000;
    font-size: 10pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    cursor: default;

    scrollbar-face-color: #009900;
    scrollbar-shadow-color: gray;
    scrollbar-3dlight-color: black;
    scrollbar-arrow-color: #FFCCCC;
    scrollbar-track-color: #003333;
    scrollbar-darkshadow-color: black
}

TD {
    font-size: 10pt;
    font-family: Verdana, Helvetica, Sans-Serif;
}

TD.wsDetails {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Sans-Serif;
}

INPUT.smlNumber {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Sans-Serif;
}

INPUT.smlText {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Sans-Serif;
}

A {
}

A:link {
}

A:visited {
}

A:active {
}

A:hover {
}

.errorBold {
    border: #AAAAAA 1px inset;
    font-weight: 700;
    font-size: 13pt;
    color: #ff0000;
    background-color: #FFFFCC;
}

.msgBold {
    border: #AAAAAA 1px inset;
    font-weight: 700;
    font-size: 13pt;
    color: #00AA00;
    background-color: #CCFFCC;
}

.msgStd {
    border: #AAAAAA 1px inset;
    font-weight: 700;
    font-size: 13pt;
    background-color: #CCCCCC;
}

.standard {
	font-size: 10pt;
	font-weight: 400;
}

.heading {
    font-weight: 700;
    font-size: 10pt;
}
.smallHeading {
	font-weight: 700;
	font-size: 8pt;
}

.bigHeading {
    font-size: 14pt;
}

.leftNavHeading {
	font-weight: 700;
	font-size: 8pt;
}

.adminHeading {
    font-weight: 700;
}

.adminStandard {
}

.prodDesc {
	text-align: justify;
}

.alignJustify {
	text-align: justify;
}

.big {
	font-size: 10pt;
}

.small {
	font-size: 8pt;
}

.date {
	font-size: 8pt;
}

.navTextLinks {
    font-size: 8pt;
    font-weight: 400;
}

.navTextCurrent {
    font-weight: 700;
    font-size: 8pt;
}

.leftNavLinks {
    font-size: 10pt;
}

.leftNavCurrent {
    font-size: 8pt;
    background-color: white;
}

.leftNavChildren {
	font-size: 8pt;
}

.footer {
    font-size: 8pt;
}

.price {

	font-size: 14pt;
}

.deptDesc {
	padding: 3px;
	font-size: 8pt;
}

H5 {
	font-weight: 400;
}

.productName {
    font-size: 14pt;
    display: inline;
} 

.hdInLanding {
    display: inline;
}
