﻿/*
/ South Calgary Psychology Default Style Sheet 
/ 
*/

/* Links */
a:link 
{  
   color:Red;
   font-weight: bold;
}

a:visited 
{ 
   color:Firebrick;
   font-weight: bold;
}

a:hover 
{ 
   color: Seashell;
   background-color: Brown;
}

/* Header area links */
a.hdrlink:link 
{  
   color:white;
}

a.hdrlink:visited 
{ 
   color:white;
}

a.hdrlink:hover 
{ 
   color: white;
   font-size:larger;
   font-weight:bold;
   background-color:Transparent;
}

/* Main Body */
BODY.kvee
{
   background-color: Seashell;
   color: Brown;
   font-style: normal;
   font-family: Times New Roman;
   margin-left: 12%;
   margin-right: 12%;
   padding-top:0;
}

/* Text version table */
TABLE.textab
{
   padding: 0;
   margin: 0;
   border: 0;
   background-color:Seashell;
   background-repeat:no-repeat;
}

/* Main Body - Text Version */
BODY.scptext
{
   background-color: Seashell;
   color: Brown;
   font-style: normal;
   font-family: Times New Roman;
   margin:0;
   padding:0;
   border:0;
}

/* Main Header */
TD.hdr
{
   border: 3px solid #000000;
   font-weight: bold;
   font-size: x-large;
   font-variant: small-caps;
   color: Seashell;
   text-align: center;
   padding-bottom: 10px;
   padding-top: 10px;
   background-color: Brown;
}

/* Reference / Source Header */
P.subref
{
   font-weight: bold;
   font-style: oblique;
   font-size: large;
   font-variant: small-caps;
   color: Brown;
   border-bottom-style: outset;
   border-bottom-width: thin;
   border-bottom-color: #000000;
   margin-right: 50%;
   border-top-style: double;
   border-top-width: thin;
   border-top-color: #000000;
   margin-top: 25px;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* Subheadings */
P.sub
{
   font-weight: bold;
   font-style: oblique;
   font-size: large;
   font-variant: small-caps;
   color: Brown;
   border-bottom-style: outset;
   border-bottom-width: thin;
   border-bottom-color: #000000;
   margin-right: 50%;
   border-top-style: double;
   border-top-width: thin;
   border-top-color: #000000;
   margin-top: 25px;
   padding-top: 5px;
   padding-bottom: 5px;
}

/* Subheadings - Links */
P.linksub
{
   font-weight: bold;
   font-style: oblique;
   font-size: large;
   font-variant: small-caps;
   color: Brown;
   border-bottom-style: outset;
   border-bottom-width: thin;
   border-bottom-color: #000000;
   border-top-style: double;
   border-top-width: thin;
   border-top-color: #000000;
   margin-top: 25px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align:left;
}

/* Emphasis */
P.emph
{
   font-weight: bold;
   font-style: oblique;
   font-size: large;
   text-decoration:underline;
}

/* Highlight Text */
TD.redbox
{
   font-weight: bold;
   color: Red;
   font-size:larger;
   font-style: italic;
   text-align: center;
   border-style:solid;
   padding:10;
   border-color:Black;
}

/* More Highlight Text */
TD.bluebox
{
   font-weight: bold;
   color:  Navy;
   font-size:larger;
   font-style: italic;
   text-align: center;
   border-style:solid;
   padding:10;
   border-color:Black;
}

/* Body Text */
TD.bdy
{
   font-weight: normal;
   color: Black;
   font-size: medium;
}

/* Reference / Source */
TD.ref
{
   font-weight: normal;
   color: Black;
   font-size: medium;
}

/* Body Text - Centered */
TD.bdyc
{
   font-weight: normal;
   color: Black;
   font-size: medium;
   text-align:center;
}

/* Links */
TD.links
{
   text-align:left;
   font-weight: normal;
   color: Black;
   font-size: large;
}

/* Big text */
TD.big
{
   text-align:center;
   font-weight: bold;
   color: Black;
   font-size: x-large;
}

/* Medium text */
TD.med
{
   text-align:center;
   color: Black;
   font-size: large;
}

/* Days */
TD.days
{
   width:37%;
   height:25px;
   font-style:oblique;
   text-align:right;
   font-weight: bold;
   color: Brown;
   font-size: large;
}

/* Hours */
TD.hours
{
   width:57%;
   text-align:left;
   font-weight: bold;
   color: Black;
   font-size: large;
}

