/*----------------------------------------------------------------------------------------
Default CSS

Author:         Che de Bruin
Modified Date:  12-29-2008
Description:    Layout for the entire web-site
----------------------------------------------------------------------------------------*/

html, body                      { text-align: center; font-size: 10px; font-family: Calibri, Arial; color: #FFFFFF; background-image: url('../../images/background.jpg'); background-repeat: no-repeat; background-position: bottom right; background-attachment: fixed; margin: 0 auto; }
body /*FF*/                     { text-align: -moz-center; }
a                               { font-family: Calibri, Arial; color: #FFFFFF; }

/*----------------------------------------------------------------------------------------
Navigation Bar
----------------------------------------------------------------------------------------*/

.MainMenuPanel                  { width: 1000px; height: 25px; background: url('../../images/background/menu.jpg'); background-position: bottom; z-index: 2; }

.MainNavigation                 { width: 100%; height: 22px; }
.MainNavigation td              { width: auto; border-left: solid 2px #8B8B8B; vertical-align: middle; text-align: center; }
.MainNavigation a               { font-family: Calibri, Arial; font-size: 13px; font-weight: bold; color: #4E4E4E; text-decoration: none; } 

.SideNavigation                 { width: 190px; }

/*----------------------------------------------------------------------------------------
Panels
----------------------------------------------------------------------------------------*/

#PagePanel                      { width: 1000px; text-align: left; font-size: 12px; font-family: Calibri, Arial; color: #FFFFFF; }

.CookieCrumbsPanel              { height: 60px; position: absolute; margin-left: 50px; background: url('../../images/background/page.png'); z-index: 2; }

#ContentPanel                   { width: 805px; font-size: 14px; font-family: Calibri, Arial; color: #FFFFFF; background-image: url('../../images/background/page.png'); }
#ContentPanel h1                { padding: 0px; margin: 0px; font-size: 17px; font-family: Calibri, Arial; font-weight: bold; color: #FFFFFF; }
#ContentPanel h2                { padding: 0px; margin: 0px; font-size: 15px; font-family: Calibri, Arial; font-weight: normal; color: #FFFFFF; }
#ContentPanel h3                { padding: 5px 0px 0px 0px; margin: 0px; font-size: 14px; font-family: Calibri, Arial; font-weight: bold; color: #FFFFFF; }

/*----------------------------------------------------------------------------------------
Menu Tabs
----------------------------------------------------------------------------------------*/

.MenuTab                        {  }
.MenuTab a                      { font-size: 13px; color: Black; text-decoration: none; }
.MenuTabSpacer                  { width: 10px; height: 25px; border-bottom: solid 1px white; }

/*--------------------------------------------------------------------------
    General Fonts & Text
--------------------------------------------------------------------------*/

.CookieCrumbsPanel              { font-size: 12px; font-family: Calibri, Arial; color: #FFFFFF }
.CookieCrumbsPanel h1           { padding: 0px; margin: 0px; font-size: 17px; font-family: Calibri, Arial; font-weight: bold; color: #FFFFFF; }

#InfoHeaderPanel                { width: 100%; font-size: 12px; font-family: Calibri, Arial; color: Black; font-weight: bold; background-color: #BDBDBD;  background-image: url('images/background/header.jpg'); }
#InfoContentPanel               { width: 100%; border: solid 1px #BDBDBD; }