/* CSS Document */
table.loginout {
	height: 30pt;
	text-align: center;
	width: 165pt;
	position: relative;
	font-size: 11pt;
	display: none;
}

.loginout td a {
	color: white;
	text-decoration: none;
	width: 100%;
	line-height: 40px;
	display: block;
}

.login_register td a {
	color: white;
	text-decoration: none;
	width: 100%;
	line-height: 40px;
	display: block;
}

tr.wa_loginout {
	border-style:solid;
}

td.wa_loginwords {
	width: 100pt;
}

td.wa_logout {
	width: 65pt;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/static/img/header/button/button.png");
}

td.wa_logout:hover {
	background-image: url("/static/img/header/button/highlight.png");
}


table.login_register {
	height: 30pt;
	text-align: center;
	width: 130pt;
	position: relative;
	font-size: 11pt;
	display: none;
}

tr.wa_log_reg {
	border-style:solid;
}

td.wa_login {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/static/img/header/button/button.png");
}

td.wa_login:hover {
	background-image: url("/static/img/header/button/highlight.png");
}

td.wa_register {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/static/img/header/button/button.png");
}
td.wa_register:hover {
	background-image: url("/static/img/header/button/highlight.png");
}

div#header #banner {
	padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
	position: relative;
}

div#header #banner img {
	width: 250px;
	text-align: left;
	display: block;
	border: none;
}

div#header #banner > a {
    display: inline-block;
}

div#header #banner a {
	text-decoration: none;
}

div#header #banner div#wa_auth {
	color: white;
	text-align: right;
//	margin: 5px 0;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

/* navigation part */
div#header #navigation {
	border: 1px solid gray;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

div#header #navigation table {
//	margin-top: 1px;
//	margin-left: 1px;
//	margin-right: 1px;
//	width: 1098px;
}

div#header #navigation td {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
//	margin-left: 1px;
//	margin-right: 1px;
}

div#header #navigation td.left {
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	border-left: none;
}

div#header #navigation td.right {
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	border-right: none;
}

/* navigationImage part, not in use now */
div#header #navigationImage {
	width: 1100px;
	height: 45px;
}

div#header #navigationImage table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

div#header #navigationImage table td {
	width: 33%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/static/img/header/navimg/button.png");
}

div#header #navigationImage table td.left {
	background-image: url("/static/img/header/navimg/buttonleft.png");
}

div#header #navigationImage table td.right {
	background-image: url("/static/img/header/navimg/buttonright.png");
}

div#header #navigationImage table td:hover,
div#header #navigationImage table td.here:hover {
	background-image: url("/static/img/header/navimg/buttonhighlight.png");
}

div#header #navigationImage table td.left:hover,
div#header #navigationImage table td.here.left:hover {
	background-image: url("/static/img/header/navimg/buttonhighlightleft.png");
}

div#header #navigationImage table td.right:hover,
div#header #navigationImage table td.here.right:hover {
	background-image: url("/static/img/header/navimg/buttonhighlightright.png");
}

div#header #navigationImage table td.here {
	background-image: url("/static/img/header/navimg/buttonhere.png");
}

div#header #navigationImage table td.here.left {
	background-image: url("/static/img/header/navimg/buttonhereleft.png");
}

div#header #navigationImage table td.here.right {
	background-image: url("/static/img/header/navimg/buttonhereright.png");
}

div#header #navigationImage table td a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	width: 100%;
	line-height: 45px;
	display: block;
}

div#header #navigationImage table td.here a:hover {
//	cursor: default;
}

/* header part */
div#header #headerImage {
	position: relative;			/* as a first non-static parent of h1 */
}

div#header #headerImage img {
	width: 1100px;
	height: 240px;
	display: block;
	z-index: -1;
}

div#header #headerImage h1 {
	color: white;
	position: absolute;
	top: 20px;
	left: 50px;
	font-size: 60px;
	text-shadow: #333333 10px -5px 5px;
}

/* navigation part */
div#header #navigation {
	color: white;
	text-align: center;
	width: 1100px;
	height: 40px;
}

div#header #navigation table {
	width: 100%;
	height: 100%;
//	border-collapse: collapse;
	border-spacing: 1px 0px;
}

div#header #navigation table tr {
//	height: 40px;
}

div#header #navigation table td {
	width: 25%;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("/static/img/header/nav/button.png");
}

div#header #navigation table td:hover,
div#header #navigation table td.here:hover {
	background-image: url("/static/img/header/nav/buttonhighlight.png");
}

div#header #navigation table td.here {
	background-image: url("/static/img/header/nav/buttonhere.png");
}

div#header #navigation table td a {
	color: white;
	text-decoration: none;
	width: 100%;
	line-height: 40px;
	display: block;
    font-size: 16.5px;
}

div#header #navigation table td.here a:hover {
//	cursor: default;
}
