/*
*    ----------------------------------------------------------------------------------------
*    header_style.css
*   
*    UKScreen page header local style sheet
*   
*    VERSION 2.001.TD
*   
*    (c) 1999-2008 UKScreen Ltd
*    ----------------------------------------------------------------------------------------
*/

#logo_cell		{
				margin: 0px;
				padding-top: 0px;
				padding-bottom: 0px;
				padding-left: 350px;
				padding-right: 0px;
				height: 80px;
				background-image: url('/siteimages/top_bar.gif');
				background-position: top left;
				background-repeat: no-repeat;
				text-align: left;
				vertical-align: top;
				}
				
#search_cell	{
				margin: 0px;
				text-align: left;
				vertical-align: top;
				padding-top: 20px;
				padding-bottom: 0px;
				padding-right: 0px;
				padding-left: 0px;
				}
				
#login_cell		{
				margin: 0px;
				text-align: right;
				vertical-align: top;
				padding-left: 0px;
				padding-right: 16px;
				padding-top: 11px;
				padding-bottom: 4px;
				/* font-family: Tahoma, Arial, Helvetica, Sans-Serif; */
				font-size: 11px;
				}
				
#login_cell a:hover		
				{
				color: #209AC8;
				text-decoration: none;
				}

/* The top navigation (menu) bar across the full width of the page */			
#nav_bar_header
                {
                margin: 0px;
                background-image: url('/siteimages/navigation_bar_bg_red.jpg');
                background-position: top left;
                color: #f5e9eb;
                font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
                font-size: 13px;
                height: 20px;         
                }
                
.nav_bar_menu_item_normal
				{
				padding-left: 16px;
				padding-right: 16px;
				text-align: center;
				vertical-align: middle;
				border-right: 1px solid;
				border-right-color: #aaa;
				}
				
#nav_bar_menu_item_highlighted
				{
				padding-left: 16px;
				padding-right: 16px;
				text-align: center;
				vertical-align: middle;
				border-right: 1px solid;
				border-bottom: 1px solid;
				border-top: 1px solid;
				border-right-color: #aaa;
				border-top-color: #ccc;
				border-bottom-color: #ccc;
				color: #000000;
				}
                
#nav_bar_header a:link
						{
						color: #f5e9eb;
						font-weight: bold;
						text-decoration: none;
						}
#nav_bar_header a:visited
						{
						color: #f5e9eb;
						font-weight: bold;				
						text-decoration: none;
						}
#nav_bar_header a:focus
						{
						color: #f5e9eb;
						font-weight: bold;
						text-decoration: none;
						}
#nav_bar_header a:hover
						{
						color: #f5e9eb;
						font-weight: bold;
						text-decoration: none; 
						}
#nav_bar_header a:active
						{
						color: #f5e9eb;
						font-weight: bold;
						text-decoration: none;
						}