﻿
/****************
 Header styles 
****************/
#headerDiv
{
	width: 760px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

#headerTable
{
	width: 760px;
	border: 0;
	text-align: left;
	border-collapse: collapse;
}

#headerTable TR
{
	border-collapse: collapse;
}

#headerTableHeader
{
	width: 760px;
	height: 139px;
	background-image: url('../images/pms-head.jpg');
	background-repeat: no-repeat;
}

#languageSelection
{
	position: relative;
	height: 139px;
}
#languageSelection DIV
{
	position: absolute; 
	bottom: 4px; 
	right: 0;
}
#languageSelection DIV A
{
	color: #ffffff;
	font-weight: bold;
}


#headerMarquee
{
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	height: 2em;
	vertical-align: middle;
}

#headerMarqueeZH
{
	background-color: #f00;
	color: #fff;
	height: 2em;
	vertical-align: middle;
}

.headerMenu
{
	color: #1163a7;
	background-color: #fdb827;
	border: 2px solid #fff;
	font-size: x-small;
	font-weight: bold;
	border-collapse: collapse;
	text-align: center;
	height: 2em;
	width:100px;
}
.headerMenu2
{
	color: #fff;
	background-color: #0093b2;
	border: 2px solid #fff;
	font-size: x-small;
	font-weight: bold;
	border-collapse: collapse;
	text-align: center;
	height: 3em;
	width: 200px;
}
.headerMenuZH
{
	color: #1163a7;
	background-color: #fdb827;
	border: 2px solid #fff;
	font-size: 120%;
	border-collapse: collapse;
	text-align: center;
	/*height: 2em;*/
}

#headerLeftmostMenu
{
	border-left: 0;
}

#headerRightmostMenu
{
	border-right: 0;
	font-weight: bolder;
	font-family: sans-serif;
	background-color: #ffcd52;
}

#headerRightmostMenu A
{
	color: #000;
}

.headerMenu A, .headerMenu A:Visited, .headerMenu A:Hover,
.headerMenuZH A, .headerMenuZH A:Visited, .headerMenuZH A:Hover

{
	color: #1163a7;
	text-decoration: none;
}

.headerMenu2 A, .headerMenu2 A:Visited, .headerMenu2 A:Hover
{
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}