﻿BODY 
{
  background: #FCFFFC url("../Images/Master/Background.gif") repeat;
}

/* Header */
.master_header_center
{
  background: #FCFFFC url("../Images/Master/HeaderRight.gif") repeat-x;
}
.master_header_right
{
  background: #FCFFFC url("../Images/Master/HeaderRight.gif") repeat-x;
}

/* Grreeting & sign out link, top-right corner of the page */
.master_greeting
{
  color: #FFFFFF; 
  font-size: 7pt; 
  padding-top: 5px; 
  padding-right: 5px; 
  text-align: right; 
}
.master_greeting A:link, 
.master_greeting A:visited
{ 
  color: #FFFFFF;
  text-decoration: none;
}
.master_greeting A:hover
{ 
  color: #C8E1C4;
  text-decoration: underline;
}

/* Borders */
.master_border_left
{
  width: 7px;
  background: url("../Images/Master/BorderLeft.gif") repeat-y;
}
.master_border_right
{
  width: 7px;
  background: url("../Images/Master/BorderRight.gif") repeat-y;
}
.master_border_midleft
{
  width: 4px;
  background: url("../Images/Master/BorderMidLeft.gif") repeat-y;
}
.master_border_midright
{
  width: 4px;
  background: url("../Images/Master/BorderMidRight.gif") repeat-y;
}

/* Menu */
.master_menu_left
{ 
  width: 4px;
  height: 28px;
  background: url("../Images/Master/MenuBorderLeft.gif") no-repeat;
}
.master_menu_top
{
  width: 1034px;  
  height: 8px;
  background: url("../Images/Master/MenuBorderTop.gif") repeat-x;
}
.master_menu_bottom
{
  width: 1034px;  
  height: 9px;
  background: url("../Images/Master/MenuBorderBottom.gif") repeat-x;
}
.master_menu
{
  background: #6F8CB8;
  height: 11px;
  font-size: 8pt; 
}
.master_menu_container
{
  height: 11px;
  overflow: hidden;
}
.master_menu_item
{
  color: #FFFFFF; 
  font-size: 8pt; 
  font-weight: bold;  
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
A.master_menu_item:link, 
A.master_menu_item:visited
{ 
  color: #FFFFFF;
  text-decoration: none;
}
A.master_menu_item:hover
{ 
  color: #C8E1C4;
  text-decoration: none;
}

.master_submenu
{
  border: solid 1px #608235;
  background-color: #6F8CB8;    
}
.master_submenu_item
{
  color: #FFFFFF; 
  font-size: 8pt; 
  font-weight: bold;  
  text-transform: uppercase;
  background-color: #6F8CB8;
  padding: 2px 4px 2px 2px;
}
A.master_submenu_item:link, 
A.master_submenu_item:visited
{ 
  color: #FFFFFF;
  text-decoration: none;
}
A.master_submenu_item:hover
{ 
  color: #C8E1C4;
  text-decoration: none;
}

/* Left-hand information section */
.master_info 
/* NOTE! This class also appears in ~/App_Themes/Default/Main.css
   All visibility-related properties such as background color should be customized here.
   Layout-related properties should be the same for each PSC and are specified in Main.css.
   WARNING! Style sheets may be loaded in unpredictable order, which is why you should not 
   specify same properties in different definitions of the class. Otherwise it may happen 
   that the wrong property value takes precedence.
*/
{
  background: #B0B9CA;
}
