﻿/* classes-special.css
This css file should be included in every page 
to pick-up special classes used by individual pages.. this is a catch-all
*/
/* ---------------------------------------------- */
/* Colors used on this site */
/* ---------------------------------------------- */
/*
#990000 = The red used in the "B" of BusinessBay
#999999 = The gray used in the "b" of Bay
#CCCC66 = Tan used in various places
#A43907 = LeftHeaderRed
#E3E3C1 = SubHeaderTan
#EFEFCC = ContentTan
#000066 = Dark Blue
#660000 = maroon 
/*
header,main, and footer are inside "container"
and positioned "absolute" to div-container. 
divisions inside each division are absolute to
that division

<----------------- 720 px ------------------->
---------------------------------------------- container  height 600px
||------------------------------------------||
||header                                    || header height 90px
||------------------------------------------||
||------------------------------------------||
||main                                      ||
||                                          ||
||                                          ||  
||                                          || main height 495px
||                                          ||
||                                          ||
||                                          ||
||------------------------------------------||
||------------------------------------------||
||footer                                    || footer height 15px
||------------------------------------------||
----------------------------------------------
*/
#pitch{position:absolute;top:270px;left:50px;}
.lowpitch{font-family:Arial;color:#660000;font-size:12px;font-weight:bold;}
.mainright{}
.mainright th{font-size:12px;font-family:arial;color:Maroon;}
/* for links to most recent archieved pages: cnn,fox,etc */
#div-newslinks{}
.newslinks{font-size:12px;font-family:Arial;text-align:center;text-decoration:none;color:Navy;background-color:#E3E3C1;}
.newslinks A:link{text-decoration:none;}
.newslinks A:active{text-decoration:none;}
.newslinks A:visited{text-decoration:none;}
.columnheader A:link{text-decoration:none;color:#660000;}
.columnheader A:acitive{color:#660000;}
.columnheader A:visitied{color:#660000;}
#div-poll{position:relative;top:-500;left:820;}
#div-marketchart{position:relative;top:-500;left:800;}
#div-bookone{position:relative;top:-510;left:5;}/* for pages with two books displayed */
#div-booktwo{position:relative;top:-500;left:5;}
#div-bookthree{position:relative;top:-490;left:5;}



