﻿/*
1.	page_header
2.	page_header_logo_bottom
2.	page_header_search
*/

.page_header
{
	color: white;
    font-family: Tahoma,Verdana,Arial,Helvetica;
	font-size: 20px;
	font-weight: bold;
	background-repeat:repeat-x;
}

.page_header_logo_bottom
{
	background-repeat: no-repeat;
	z-index: -5; 
	position: relative; 
	left: 0px; 
	top: -3px; 
}
.page_header_search
{
	z-index: 5; 
	position: relative; 
	left: 0px; 
	top: 0px;
}
.page_header_message_count
{

	z-index: 5; 
	position: relative; 
	left: 0px; 
	top: -15px;
}

A.new_message_count:link, A.new_message_count:visited
{
    color: #FF0000;
    font-size:11px;
    text-decoration:none;
}

A.new_message_count:hover
{
    color: #FF0000;
    font-size:11px;
    text-decoration:underline;
}


/*
.page_header_user
{
    color: white;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
	background-repeat:repeat-x;
}
A.page_header_user:link, A.page_header_user:visited, A.page_header_user:hover
{
    color: white;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 10pt;
	background-repeat:repeat-x;
}
*/