/*  last update  2006.07.07  */
/*  version      3.03        */

div.header h1, h1 a {
	float: left;
	display: inline;
	width: 220px;
	height: 65px;
	background: url("../img/wup_logo.gif") no-repeat left top;
	text-decoration: none;
	text-indent: -5000px;
}

div.header #header_user_name {
	float: left;
	display: inline;
	color: #0040ff;
/*
	font-size: medium;
	font-weight: bold;
*/
	margin-left: 20px;
	margin-top: 10px;
}

div.header #header_user_name .header_user_name_sub {
	float: left;
	margin-right: 10px;
}

/*
div.header div:first-letter {
	color: #40c060;
}
*/

div.header div span {
	padding: 0px 5px;
	border-bottom: 1px solid #0080ff;
	display: block;
	margin-bottom: 4px;
}

div.header br {
	clear: both;
}

div.header h2 {
	float: left;
	display: inline;
	font-size: 160%;
	font-weight: bold;
	padding-left: 30px;
}
div.header p {
	float: right;
	display: inline;
	width: 107px;
	height: 21px;
	padding-right: 30px;
}
div.header p a {
	float: right;
	display: inline;
	width: 107px;
	height: 21px;
	background: url("../img/favorites.jpg") no-repeat right top;
	text-decoration: none;
	text-indent: -5000px;
}
div.header p a:hover {
	background: url("../img/favorites.jpg") no-repeat right -21px;
	text-decoration: none;
}

div.header em {
	color: #999999;
	font-style: normal;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* --- footer --- */
div.footer {
	clear: both;
	text-align: center;
	margin: 30px 0px 3px;
	background-color: #002E7F;
	padding: 6px 0 !important;
	color:#fff;
}
