




/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background-color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #0CB2F0;
	background-color: #FFFFFF;
	position: relative;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-hp,
#ja-header,
#ja-topsl,
#ja-containerwrap,
#ja-containerwrap-f,
#ja-botsl,
#ja-footer,
p.ja-slogan span {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-hp,
.narrow #ja-header,
.narrow #ja-topsl,
.narrow #ja-containerwrap,
.narrow #ja-containerwrap-f,
.narrow #ja-botsl,
.narrow #ja-footer {
	width: 770px;
}

.fluid #ja-hp,
.fluid #ja-header,
.fluid #ja-topsl,
.fluid #ja-containerwrap,
.fluid #ja-containerwrap-f,
.fluid #ja-botsl,
.fluid #ja-footer {
	width: 92%;
}
/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	border-bottom: 1px solid #E6E6E6;
	background: url(../images/grad1.gif) repeat-x bottom;
	position: relative;
	z-index: 10;
}

#ja-header {
	height: 60px;
	position: relative;
	z-index: 999;
}

h1.logo {
	margin: 0;
	padding: 0;
	width: 212px;
	font-size: 300%;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
}




/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
	display: block;
	clear: both;
	margin: 15px 0;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	border: none;
	background: none;
}

a#ja-hp-switch {
	width: 107px;
	display: none;
	background: url(../images/hpswitch-off.png) no-repeat;
	text-indent: -5000px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0;
	height: 80px;
	outline: none;
}

a#ja-hp-switch:hover,
a#ja-hp-switch:active,
a#ja-hp-switch:focus {
	background: url(../images/hpswitch-on.png) no-repeat;
}

#ja-hpwrap {
	background: #4F4F4F;
	color: #CCCCCC;
	font-size: 11px;
}

#ja-hp {
	line-height: normal;
	z-index: 100;
}

div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.ja-hpmodule form {
	float: left;
}

div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.ja-hpmodule form input {
	padding: 1px 5px;
}

div.ja-hpmodule form input.button {
	font-size: 11px !important;
}

* html div.ja-hpmodule input.button, *+html div.ja-hpmodule input.button {
	padding: 1px 5px !important;
}

div.ja-hpmodule form #mod_login_username,
div.ja-hpmodule form #mod_login_password {
	border: 1px solid #666666;
	width: 70px;
	margin-bottom: 0;
	background: #FFFFFF;
}

.narrow div.ja-hpmodule form #mod_login_username,
.narrow div.ja-hpmodule form #mod_login_password {
	width: 55px;
}

div.ja-hpmodule form #mod_login_remember {
	margin-bottom: 0;
}
	
div.ja-hpmodule form a {
	height: 33px;
	padding-left: 5px;
	border-left: 1px solid #666666;
	color: #F2F2F2;
	text-decoration: none;
}

div.ja-hpmodule form a:hover,
div.ja-hpmodule form a:active,
div.ja-hpmodule form a:focus {
	text-decoration: underline;
}

#ja-newslight a.readon {
	width: 115px;
	padding: 0;
	display: block;
	background: url(../images/readon2.gif) no-repeat;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
	text-indent: 30px;
	height: 29px;
}

#ja-newslight a.readon:hover,
#ja-newslight a.readon:active,
#ja-newslight a.readon:focus {
	background: url(../images/readon1.gif) no-repeat;
	text-decoration: none;
}

/* Clearfix */

