/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* header: heading text */
.header {
	/*next line added in 6.1.0*/
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #006699;
}

.subhead {
	font-size: 16px;
	color: #006699;
}

.subhead span {
	color: #006699;
}

.fieldnameback {
	background-color: #006699;
}

/* fieldname: regular text within column or row title sections */
.fieldname {
	color: white;
} */

/* fieldname: regular text within column or row title sections */
.fieldname strong {
	color: white;
}

/* For links on dark background */
a.lightlink:link, a.lightlink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-decoration: none;
}

a.lightlink:hover, a.lightlink:active {
	color: #FFCC33;
	text-decoration: none;
}

/*for active secondary tab link*/
a.lightlink3:link, a.lightlink3:visited, a.lightlink3:hover, a.lightlink3:active {
	color: #FFCC33;
	text-decoration: none;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.sideback {
	background-color: #006699;
}

a.snlink:hover, .snlinkact {
	background-color:#006699;
}
.databack {
	background-color: #CCCC99; /* was #f6f6f6*/

}
.LB_window {
    background: #f6f6f6; /*same as "databack" background color - was #e0e0f7 */
    border: 2px solid #006699; /*same as "fieldnameback" background color - was #000099*/
}

.LB_closeAjaxWindow{
    background-color:#006699; /*same as "fieldnameback" background color - was #333366 */
}

#mnav li { /* all list items */
	background: #f6f6f6;
	border-top:1px solid #f6f6f6; /*same as "databack" background color */
	border-left:1px solid #f6f6f6; /*same as "databack" background color */
}

.snlink {
	background-color:#f6f6f6; /*same as "databack" background color */
}

/* menuback: left nav menu background color 006699 with no right and bottom border */
.menuback {
	background-color: #006699;
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	border-bottom: 0px;
	width: 20%;
	margin-left: 15px;
	vertical-align: top;
}

/* paxleftmenu: regular text within left column menu*/
.paxleftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h3.paxleftmenu, h3.paxleftmenuback {
	font-size: 125%;
	color: #006699;
	font-weight: bold;
	padding: 0 0 8px;
	margin: 0;
}

/* paxleftmenuback: left nav menu background color 006699 with no right and bottom border */
.paxleftmenuback {
	background-color: #f6f6f6;
	border-top: 0px; 
	border-left: 0px; 
	border-right: 0px; 
	border-bottom: 0px;
	width: 20%;
	margin-left: 0px;
	padding-left: 20px;
	vertical-align: top;
}

/* visited: previously visited links */
a:visited {
	color: #006699;
}


#ja-footnavtng {
	padding-left: 22%; /* was 25%, suggest 20% */
}

/* LISTS
--------------------------------------------------------- */

ol.normal {
	margin-left: 25px;
	line-height: 80%;
}

ol.normal ol li {
	margin-left: 25px;
	list-style-type: lower-roman;
}

#tngnav li {
	background: none;
}

.normal li {
	padding-left: 0px;
	background: none;
}

li#info, li#notes {
	padding-left: 0px;
	background: none;
	line-height: 100%;
}

.paxleftmenu ul {
	margin: 0;
	padding-left: 0px;
}

.paxleftmenu ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../templates/ja_purity/images/bullet.gif) no-repeat 0px 50%;
}

ul.paxleftmenu li a {
	color: black;
}

ul.paxleftmenu li.active a {
	background-color: #ECECEC;
}

ul.paxleftmenu li a:hover,
ul.paxleftmenu li a:active,
ul.paxleftmenu li a:focus {
	background-color: #F6F6F6;
}


/* FOR MODULE - FACEBOOKSHARE
--------------------------------------------------------- */


html .fb_share_button {
	display:inline-block;
	padding:1px 1px 1px 20px;
	height:17px;
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat left;
}

html .fb_share_button:hover {
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat left;
	text-decoration:none; 
}

