/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #6B6B6B;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #6B6B6B;
	line-height: 1.5;
	font-size: 13px;
}

body.fs3{
	font-size: 13px;
}

/* Normal link */
a {
	color: #2B98B7;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #2B98B7;
	text-decoration: none;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
	padding-left:	10px;
}

ul li {
	padding-left: 35px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 5px;
}

hr {
	border-top: 1px solid #E6E6E6;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

table.standard {
	width: 100%;
	border: none;
}
 
table th{
	font-weight:bold;
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
	text-align: left;
	font-size: 1em;
}

td, div {
	
	font-size: 1em;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 0px;
}

textarea {
	padding-left: 2px;
}

.inputbox {
	border: 1px solid #E6E6E6;
	background: #F3F3F3;
	color: #6B6B6B;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #CCCCCC;
}

/* MODULE STYLE 1
--------------------------------------------------------- */
#ja-leftcol div.moduletable {
	padding: 60px 0px 0px 0px;
}

/* MODULE STYLE 2
--------------------------------------------------------- */
div.module {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 5px 10px 10px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/*-------------------------------------------------------*/
div.moduleorange {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br-orange.gif) no-repeat bottom right;
}

div.moduleorange div {
	padding: 0;
	background: url(../images/box-bl-orange.gif) no-repeat bottom left;
}

div.moduleorange div div {
	padding: 0;
	background: url(../images/box-tr-orange.gif) no-repeat top right;
}

div.moduleorange div div div {
	padding: 5px 10px 10px;
	background: url(../images/box-tl-orange.gif) no-repeat top left;
}

div.moduleorange div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

.contentheading {
	font-size: 18px;
	line-height: normal;
}

table.contentpaneopen, table.contentpane {
	width: 100%;
	border: none;
}

.moduletable {
	padding: 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-headerwrap,
#ja-containerwrap,
#ja-botslwrap,
#ja-botnavwrap,
#ja-footerwrap {
	text-align: center;
	width: 100%;
}

#ja-container,
#ja-botnav,
#ja-footer {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

.wide #ja-container, 
.wide #ja-botnav,
.wide #ja-footer {
	width: 950px;
}

#ja-containerwrap {
	clear: both;
}

#ja-container {
	padding: 0 0 20px;
}

.wide #ja-container {
	padding: 0 0 20px;
}

.mainlevel {
	padding: 4px;
	display: block;
	color: #6B6B6B;
	text-decoration: none;
	font-weight :normal;
	border-bottom: 1px solid #F3F3F3;
}

a.mainlevel {
	padding: 4px;
	display: block;
	color: #6B6B6B;
	text-decoration: none;
	font-weight :normal;
	border-bottom: 1px solid #F3F3F3;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	background: url(../images/arrow-on.gif) no-repeat center right #F3F3F3!important;
	color: #6B6B6B;
	text-decoration: none;
	font-weight:normal;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	padding: 5px 0;
	text-indent: 10px;
	margin: 0px 0;
	line-height: normal;
	display: block;
	float: left;
	width: 100%;
	clear:  both;
}

#ja-pathway img {
	margin: 0 1px;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody {
	margin: 0 0 25px;
	float: left;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 70.5%;
	padding-right: 2%;
}

#ja-contentwrap {
	margin-top: 0px;
}

#ja-content {
	clear: both;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	
	background-color: #000000;
	float: left;
	width: 25%;
	margin-top: 5px;
	margin-right:18px;
	padding-top: 85px;
	overflow: hidden;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: left;
	width: 19%;
	margin: 0px 0;
	overflow: hidden;
}

/* FOOTER
--------------------------------------------------------- */
#ja-botnavwrap {
	background: #F3F3F3;
	clear: both;
}

#ja-botnav {
	padding: 6px 0;
	position: relative;
	line-height: normal;
}

#ja-botnav ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#ja-botnav li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#ja-botnav a {
	margin-right: 20px;
	color: #AAAAAA;
	text-decoration: none;
}

#ja-botnav a:hover, #ja-botnav a:active {
	color: #6B6B6B;
}

#ja-footerwrap {
	color: #AAAAAA;
	clear: both;
}

#ja-footer {
	padding: 10px 0;
	position: relative;
}

#ja-footer a {
	color: #AAAAAA;
}

#ja-footer a:hover {
	color: #6B6B6B;
}

#ja-bottomline {
	margin-left: 30px;
}

/*native bug*/
a.navlink, a.navlink:link
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	top: 0px;
	height: 28px;
	text-align: left;
	text-decoration: none;
	cursor: hand;	
}

a.navlink:active, a.navlink:visited{
	color: #CE1D51;
}

a.navlink:hover 
{
	color: #CE1D51;
}

.navlinkactive
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #CE1D51;
	padding-top: 2px;
	top: 0px;
	height: 28px;
	text-align: left;
	text-decoration: none;
	cursor: hand;
}

.navlinkactive:hover 
{
	color: black;	
}
/* generic button styles */ 
	
	.button {
		color: white;
		font-style: normal;
		font-weight: normal !important;
		margin: 0px 3px; 
	}
	
	.button ul {
		margin: 0;
		padding: 0;
		border: none;
		background-color: transparent !important;
		list-style: none !important;
		display: inline !important;
		padding-top: 11px;
		line-height: 30px;
	}
	.button li {
		background: none !important;
		clear: none !important;
		margin-left: 0px !important;
		padding: 0px !important;
		display: inline !important;
		white-space: nowrap;
		background: none !important;
		list-style: none !important;
	}
	.button li.left span {
		padding: 8px 0.8em 8px 24px !important;
		text-decoration: none;
		display: inline !important;
		width: 100%;
		background-image: url(../images/left2.gif);
		background-position: left;
		background-repeat: no-repeat;
	}
	.button li.right span {
		display: inline !important;
		padding: 8px 0.8em 8px 2px !important;
		text-decoration: none;
		width: 100%;
		background-image: url(../images/right2.gif);
		background-position: right;
		background-repeat: no-repeat;
	}

	button {	
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
		cursor: hand;
		cursor: pointer;
		overflow:visible;
	}

	button.but {
		font-weight: bold;
	}

	button.but:hover, button.but:focus {
		text-decoration: underline;
	}
	
	button.nodecoration:hover, button.nodecoration:focus {
		text-decoration: none !important;
	}

/* end of generic button styles */
	
#strLogOut{
	background-color: #dad9d9;
	width: 100%;
}

#strLoggedIn A:link, #strLoggedIn A:active, #strLoggedIn A:visited
{
	text-decoration: none;
	font-weight: normal;
}

#strLoggedIn A:hover
{
	color: #CE1D51;
}

#strLoggedOut, #strLoggedIn
{
	width: 100%;
}

#strCoverage{
	text-align:center;
	width: 100%;
}

#strLoading,#strSending{
	VISIBILITY: hidden; 
	MARGIN-RIGHT: 5%; 
	POSITION: absolute; 
}

#strContent
{
	width: 100%;
}

#strContacts{
	text-decoration: none;
}

#strCredits{
	font-weight: bold; 
	width: 100%;
}

#strError
{
	padding: 2px;
	color: red;
}

#strResult
{
	color: #336699;
}

#strNumberFormat{
	text-align:left;
	text-decoration:none;
}

.orange
{
	color: #CE1D51;
	font-weight: bold;
}

.grey
{
	color: #ACADAD;
	font-weight:bold;
}

.green
{
	color: #C5DD7C;
	font-weight:bold;
}

.red
{
	color: red;
	font-weight:bold;
}

.border{
	border-bottom: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	padding-left: 2px;
	padding-right: 2px;
}

.fullborder{
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}