/* Basic Page CSS */
body  
{
 margin-top: 0;
 background-color: #FFFFFF;
 font-family: Arial, Tahoma, MS Sans Serif, Terminal;
 color: #003060;
}

a
{text-decoration: none; color: #104070}

a:visited
{text-decoration: none; color: #104070}

a:active
{text-decoration: none; color: #104070}

a:hover
{text-decoration: none; color: #5588BB}


/* Page Header ''''''''''''''''''''''''''''''''''''''''''''''''''' */
.headertable
{
 border-left: 1px solid #93AED0;
 border-right: 1px solid #93AED0;
 border-bottom: 1px solid #93AED0;
}

.Page_Title_Left
{
 color: #104070;
 font-size: 17px;
 font-weight: bold;
 color: #104070;
 text-align: left;
}


/* Menubar ''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
.page_header_bg_1
{
 background-image: url(../images/header_history_upper.gif);
 background-repeat: no-repeat;
/*  background-color: #93AED0; */
 background-position: 0 0;
}

.page_header_bg_2
{
 background-image: url(../images/header_history_upper_right.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
/* border-right: 1px solid #CD9A56; */
}

td.buttonHome_off
{
 background-image: url(../images/button_history_home.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 color: #002040;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}

td.buttonHome_on
{
 background-image: url(../images/button_history_home.gif);
 background-repeat: no-repeat;
 background-position: 0 -18;
 color: #FFFFFF;
 font-size: 11px;
 font-weight: bolder;
 text-align: center;
 cursor: pointer;
}


td.buttonMainMenu_off
{
 background-image: url(../images/button_history_mainmenu.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 color: #002040;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}

td.buttonMainMenu_on
{
 background-image: url(../images/button_history_mainmenu.gif);
 background-repeat: no-repeat;
 background-position: 0 -18;
 color: #FFFFFF;
 font-size: 11px;
 font-weight: bolder;
 text-align: center;
 cursor: pointer;
}

.border_left
{
 background-image: url(../images/header_history_lower_left.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 font-size: 5px;
 background-color: #F1D7B1;
 border-left: 1px solid #CD9A56;
 border-bottom: 1px solid #CD9A56;
}

.border_middle
{
 background-image: url(../images/header_history_lower_mid.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 font-size: 5px;
 background-color: #F1D7B1;
 border-bottom: 1px solid #CD9A56;
}

.border_right
{
 background-color: #F1D7B1;
 border-right: 1px solid #CD9A56;
 border-bottom: 1px solid #CD9A56;
 font-size: 12px;
 font-weight: bold;
 color: #002040;
 text-align: right;
}

/* MAIN MENU SMALL |||||||||| */
.main_menu_body
{
 border-spacing: 0px;
 padding: 0px;
 background-color: #F1D7B1; /* E3EDFF, F3F6F9 */
 border-left: 1px solid #C68C40;
 border-right: 1px solid #C68C40;
 border-top: 1px solid #C68C40;
 border-bottom: 1px solid #C68C40;
}

.main_menu_catagory_text
{font-size: 11px; font-weight: bold; color: #B68A49;}

.main_menu_link_text
{font-size: 11px; font-weight: bold; color: #EBC28B;}

/* Highlight event links in calendar. (Background color rollover). */
td.main_menu_off
{background: #F1D7B1;  font-size: 11px; font-weight: bold; color: #774720;}

td.main_menu_on
{background: #EBC28B; font-size: 11px; font-weight: bold; color: #451D0B; cursor: pointer;}

/* CENTRAL ICONS |||||||||| */
.icon_table
{width: 280px; height: 80px;}

/*
.main_menu_catagory_text
{
  font-size: 11px;
  font-weight: bold;
  color: #5080B0;
}

.main_menu_link_text
{
  font-size: 11px;
  font-weight: bold;
  color: #965A29;
}
*/

/* Main Menu ''''''''''''''''''''''''''''''''''''''''''''''''''''' */
.main_text_header
{
  font-family: times new roman;
  font-size: 31px;
  font-weight: bold;
  color: #FFFFFF;  
  text-align: left;
  line-height: 55px;
}
