@charset "utf-8";

/* CSS for calendar popups */

/* General Rules
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family:Arial;
	font-size: 12px;
	}

table {
	margin: 0;
	font-size: 1.1em;
	}

th {
	border-bottom: 1px solid #594A34;
	padding: 0px 0 0px 0;
	font-weight: bold;
	font-size: 1em;
	color: #594A34;
	text-align: center;
	}

td {
	padding: 0px 0px;
	}

form {
	border: 0;
	padding: 0;
	margin: 0;
	}

select, input, textarea, option {
	margin: 0 0 3px 0;
	}

a {
	color: #003399;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	}
	
.header
{
        margin-top: 10;
        padding: 0;
        font-family:Verdana;
        font-size: 18px;
        color: Black;
        font-weight: bold;
}

.forgot2 {font-size:11px;font-weight:bold;color:#818181;padding:12px;}

.subnav {
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 5px 5px; 
	border-color: #cccccc; 
	border-style: solid; 
	border-width: 0px 0px 0px 1px; 
	font-size: 11px; 
	font-family: arial; 
	color: #dddddd; 
	font-weight: normal;
}

.footer {
	font-size: 11px; 
	font-family: arial; 
	color: #dddddd; 
	font-weight: normal;
}

.subnav_bottom {
	margin: 0px 0px 0px 0px; 
	padding: 5px 0px 5px 5px; 
	border-color: #cccccc; 
	border-style: solid; 
	border-width: 0px 0px 1px 1px; 
	font-size: 11px; 
	font-family: arial; 
	color: #dddddd; 
	font-weight: normal;
}

.bottom_nav {
	margin: 0px 0px 0px 0px; 
	padding: 00px 0px 0px 0px; 
	background-image: 
url('../images/bottom-nav-back.gif');
background-repeat: 
no-repeat;
background-position: 
 center;
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: normal;
	text-align: center;
}

div#login	{
	width: 350px;
	height:	300px;
	float: left;
	background-repeat: no-repeat;
	font-size:12px;
	}

div#login_jp	{
	width: 350px;
	height: 350px;
	float: left;
	background-repeat: no-repeat;
	font-size:12px;
	}

div#helpbox	{
	width: 378px;
	height:	238px;
	float: right;
	background-image: url("../images/need_help.gif");
	background-repeat: no-repeat;
	}
	
div#helpbox_jp	{
	width: 378px;
	height:	238px;
	float: right;
	background-image: url("../images/help_jp.png");
	background-repeat: no-repeat;
	}
	
.helptext	{
	font-family:Arial;
	font-size: 12px;
	}
	
.white_nav {
	font-size: 12px; 
	font-family: arial; 
	color: #003399; 
	font-weight: normal;
	text-decoration: underline;
}

white_nav:hover {
	color: #003399;
	text-decoration: none;
	}
	
div#login_bottom	{
	width: 840px;
	height:	100px;
	float: left;
	}

div#login_bottom_jp	{
	width:840px;
	height:238px;
	float:left;
	}

.button1 {
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: bold;
	background-image: url("../images/button1_back.gif");
}

.button2 {
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: bold;
	background-image: url("../images/button2_back.gif");
}

.button3 {
	font-size: 12px; 
	font-family: arial; 
	color: #ffffff; 
	font-weight: bold;
	background-image: url("../images/button3_back.gif");
}

#login_box {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 40px;
     width:100%;
     height:100%;
     z-index: 1000;
}

#login_box div {
     width:782px;
     height: 650px;
     margin: 50px auto;
     position:absolute;
	 left: 10px;
}

