﻿/********************************************************************************/
/*           NAME:  Base Element Style Sheet                                    */
/*           FILE:  /CSS/Base.css                                               */
/*        CREATED:  November 5th, 2008                                          */
/*        CHANGED:  November 5th, 2008                                          */
/*      HTTP HOST:  http://*.megasecured.com/CSS/Version2                       */
/*                                                                              */
/* STANDARD INDEX:  (One) 10                                                    */
/*                                                                              */
/*        PURPOSE:  for setting up the base default standard sytles applied to  */
/*                  html elements                                               */
/*                                                                              */
/* COLOR STANDARDS                                                              */
/*   HYPERLINKS:       #333 charcoal                                            */
/*   MOUSE OVER LINKS: #f60 orange                                              */
/*                                                                              */
/*                                                                   411 DATA   */
/*                                                                              */
/********************************************************************************/


  /********************************************************************************/
  /***** BODY TYPE ELEMENTS                                                       */
  /*****                                                                          */
    .bottomBar{
      margin-bottom:5px;}
    .bottomBar .topBar{
      height:40px; border:none;}
    .bottomBar .topBar .topBarLeft{
      background-image:url('Images/Containers/BottomBar/j35x40bottombarleft.jpg');
      background-repeat:no-repeat; width:35px;}
    .bottomBar .topBar .topBarCenter{
      background-image:url('Images/Containers/BottomBar/j1x40bottombarcenter.jpg');
      background-repeat:repeat-x;}
    .bottomBar .topBar .topBarRight{
      background-image:url('Images/Containers/BottomBar/j35x40bottombarright.jpg');
      background-repeat:no-repeat; width:35px;}
