﻿@media screen, projection {

	.TopMenu {
		width:523px;
		height:28px;
		float:right;
		margin:0;
		padding:0px 5px 0px 0px;
		overflow:hidden;
	}

	.LeftTopMenu {
		float:right;
		width:8px;
		height:28px;
		margin:0;
		padding:0;
		background:url('../../_data/image/decor/std-topbtn-leftside.png');
}

	.CenterTopMenu {
		float:right;
		width:auto;
		height:23px;
		margin:0;
		padding:5px 0px 0px 0px;
		background:url('../../_data/image/decor/std-topbtn-bg.png');
}

	.RightTopMenu {
		float:right;
		width:8px;
		height:28px;
		margin:0px 3px 0px 0px;
		padding:0;
		background:url('../../_data/image/decor/std-topbtn-rightside.png');
}

	.CenterTopMenu a:link, .CenterTopMenu a:visited {
		margin:0;
		padding:0;
		color:#ccffcc;
	}

	.CenterTopMenu a:hover {
		color:#ffffff;
	}

	.CenterTopMenu a:active {
		color:#ff0000;
	}

	.BottomMenu {
		text-align:right;
		font-size:8pt;
	}

	.BottomMenu ul {
		margin:0;
		padding:0;
	}

	.BottomMenu li {
		float:right;
		margin:0px 5px 0px 0px;
		padding:0;
		list-style:none none;
	}


	.Slogan {
		text-align:right;
		float:left;
		width:454px;
		height:68px;
		margin:0;
		padding:14px 29px 0px 45px;
		overflow:hidden;
		font-weight:bold;
	}

/* Account */

	.Account {
		width:350px;
		height:80px;
		float:right;
		margin:2px 8px 0px 165px;
		padding:2px 0px 0px 5px;
		background:url('../../_data/image/decor/account-bg.jpg') no-repeat;
		overflow:hidden;
	}

	.Account p {
		margin:0;
		padding:0;
	}

	.AccountPanel {
		padding:3px 3px 3px 3px;
		margin:0px 0px 10px 0px;
		font-size:8pt;
	}

	.Account input {
		font-size:8pt;
	}

	.Account .row {
		clear: both;
		height:20px;
		margin:0;
		padding:0;
	}

	.Account .row div.label1 {
		float: left;
		width: 100px;
		text-align: left;
		font-size:8pt;
		font-weight:bold;
		margin-top:4px;
	}
	.Account .row div.formw1 {
		float: left;
		width: 110px;
		text-align: left;
	}

	.Account .row div.label2 {
		float: left;
		width: 100px;
		text-align: left;
		font-size:8pt;
		font-weight:bold;
		margin-top:4px;
	}
	.Account .row div.formw2 {
		float: left;
		width: 110px;
		text-align: left;
	}
	.Account .row div.formw3 {
		float: left;
		width: 40px;
		text-align: left;
	}
}

@media print, handheld {

	.TopMenu {
		display:none;
	}
	
	.Slogan {
		width:54px;
		height:80px;
		margin:0;
		padding:54px 31px 0px 45px;
		overflow:hidden;
	}

	.BottomMenu {
		display:none;
	}
}