﻿/*-----------------------------------------------------
COMPLIANT Browser style sheet
Version: SP 1.6
Updated: 2/22/2017
Contacts: Lee.Mockensturm@usdoj.gov
-------------------------------------------------------*/

html{/*font-size: 100%; *//* IE hack */} 

/* ****************/
/* general styles */
/* ****************/

#ctl00_ctl54_csr_sboxdiv {
	background: white !important; 
	
}

#ctl00_ctl54_csr_sbox{
	padding-top: 3px; 
	font-size: 10pt;
}

#wrap {
	width: 1000px;
	margin: 0px auto 0 auto;
	background-color: #ffffff;
}

body {
	background-color: #e2e0e1;
	font-family: verdana, sans-serif;
	padding:0px;
	margin: 0px;
}

/* Resetting to default; 

a:link, a:visited, a:active {
	color: #004f86;
}
*/
a:link {
	text-decoration:underline;
}

a:hover {
	color:#005694;
	text-decoration: none;
	border-bottom: 1px dashed #005694;	
}

a:visited {
	text-decoration:none;
	border-bottom:thin,#004f86 /* was #005590, addresses contrast issue */ dashed;
}

h1 {
	font-size:1.4em;
	font-family: Verdana, sans-serif;
	color:#005694;
	}

#content h1 {
	font-size:1.4em;
	color:#005694;
}

h2{
	font-size:1.2em;
	font-family: Verdana, sans-serif;
	margin-top:8px;
	}

#content h2 {
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-top:8px;
	color:#005694;
}

h3{
	margin-top:8px;
	font-size:1.1em;
	font-family: Verdana, sans-serif;
	color:#005694;
}

#content h3 {
	margin-bottom:0px;
	padding-bottom: 0px;
	font-weight:700;
	font-size:1em;
	color:#005694;
}

#content h4 {
	font-size:0.95em;
	font-family: Verdana, sans-serif;
	color:#005694;
	margin-top:8px;
}
	

#content h4 {
	padding-bottom: 0px;
	margin-bottom:0px;
	color:#005694;
}

h5{
	font-size:0.8em;
	font-family: Verdana, sans-serif;
}

#content {
	padding-top:10px;
}

#content h5 {
	margin-bottom:0px;
	padding-bottom: 0px;
}

#content h2 + p, #content h3 + p, #content h4 + p, #content h5 + p {
  margin-top: 0px;
 }
 
#content h2 + ul, #content h3 + ul, #content h4 + ul, #content h5 + ul,
#content h2 + ol, #content h3 + ol, #content h4 + ol, #content h5 + ol {
  margin-top: 0px;
 }

#content p {
   line-height: 1.6;
   margin-top: 8px; 
   margin-bottom: 0px;
   padding:0px;
}

#content ul, #content ol {
   margin-top: 0px;
   padding-top: 0px;
  }

#content li {
   line-height: 1.6;
}

.clear {
clear: left;
} 

.hide {
left: -1000em;
position: absolute;
width: 20em;
}


#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}


#skip a:focus {
position:static;
width:auto;
height:auto;
} 


/*******************************************/
/* DROP CAP STYLES             */

p.inform-dropcap::before {
			content: "";
			float: left;
			font-size: .1px;
			background: url(/PublishingImages/inform-small.png) no-repeat;
			padding: 27px 0 0 30px;
			margin-right: 1px;
			margin-top:5px;
		}

p.learn-dropcap::before {
	content: "";		
	float: left;
			font-size: .1px;
			background: url(/PublishingImages/learn-small.png) no-repeat;
			padding: 27px 0 0 30px;
			margin-right: 1px;
			margin-top:5px;
		}
	
p.listen-dropcap::before {
	content: "";		
	float: left;
			font-size: .1px;
			background: url(/PublishingImages/listen-small.png) no-repeat;
			padding: 27px 0 0 30px;
			margin-right: 1px;
			margin-top:5px;
		}

/**************************************/
/* BEGIN: Banner Styles - apply to all pages */
/**************************************/

#wrapper_hdr {
margin: 0px auto 0 auto;
background-color: #ffffff;
width: 995px;
padding-bottom: 6px;
}

#ojp_bnr1 {
	background-image:url(../Images/header/1_ojp_mast.gif);
	background-position: 0 -6px;
	background-repeat: no-repeat;
	height: 37px;
	border-right: 1px solid #4F4D4D;
}

#mast1 {
/*	background-image: url('../Images/header/nij-banner-tagline-center.png'); */
	background-image: url('../Images/header/NIJ_Banner_April_2015-2.jpg'); 
	background-position: -20px -6px;
	background-repeat: no-repeat;
	height: 85px;
	background-size: 1146px 85px;	
}

#printMast {
	display:none;
}

.ojpbnnerimg {
border: 0;
}

.mast1link {
 position: absolute;
}

.nijhdrimg {
border: 0;
width:545px; 
height:70px; 
}

#ojp_bnr {
background-image: url(../Images/header/1_ojp_mast.gif);
background-position: 0 -6px;
background-repeat: no-repeat;
height: 37px;
border-right: 1px solid #4F4D4D;
}

a.ojp_bnr_l {
cursor: pointer;
border: 0;
}

#mast {
background-image: url(../Images/header/1_main_01.jpg);
background-position: 0 -6px;
background-repeat: no-repeat;
height: 85px;
}

#print-banner span {
	display:none;
}

#mast_rt {
float: right;
color: #ffffff;
font-size: 10px;
padding: 6px 20px 0 0;
}

#mast_s {
text-transform: none;
margin: 7px 0 0 0;
border-collapse: collapse;
float: right;
}


/* added to remove positioning elements 7/31/17 */
#mast_s td {
	padding: 0px;
	border: none;
}

.searchbutton {
	background-position: left; 
	border:none; 
	cursor:pointer; 
	background-color:transparent; 
	background-image: url('/Style Library/Images/header/1_go_bttn.jpg'); 
	background-repeat: no-repeat; 
	height:30px;
	min-width:0px;	
}

.tn_search_b{
color: #ffffff;
margin: 2px 0 0 4px;
}

.tn_search {
border: 0px solid #000000;
font-size: 13px;
color: #666666;
}

a.search_l:link, a.search_l:visited, a.search_l:hover, a.search_l:active {
text-transform: none;
color: #ffffff;
/* text-decoration: none; */
font-weight: normal;
font-size:10px;
}

a.search_l:hover {
text-decoration: underline;
font-weight: bold;
}

#topnav {
padding: 0px 4px 1px 4px;
/** text-transform: uppercase; **/
font-size: 12px;
font-family: verdana, sans-serif;
font-weight: bold;
height: 25px;
display: inline-block;
vertical-align: top;
color: #999999;
}

a.topnavl:link, a.topnavl:visited, a.topnavl:active {
text-decoration: none;
padding: 0px 5px 3px 5px;
height: 25px;
display: inline-block;
vertical-align: top;
font-weight: bold;
}

a.topnavl:hover {
background-color: #11609C;
color: #ffffff;
text-decoration: none;
background-image: url(../Images/header/1_tn_up.gif);
background-repeat: no-repeat;
background-position: center bottom;
height: 25px;
display: inline-block;
vertical-align: top;
}

a.topnav2:link, a.topnav2:visited, a.topnav2:hover, a.topnav2:active {
padding: 0px 5px 0px 5px;
background-color: #11609C;
color: #ffffff;
text-decoration: none;
background-image: url(../Images/header/1_tn_dn.gif);
background-repeat: no-repeat;
background-position: center bottom;
height: 31px;
display: inline-block;
vertical-align: top;
}

a.topnavForceActive{
	padding: 0px 5px 0px 5px; 
	background-color: #11609C; 
	color: #ffffff; 
	text-decoration: none; 
	background-image: url(../Images/header/1_tn_dn.gif); 
	background-repeat: no-repeat; 
	background-position: center bottom; 
	height: 30px; 
	display: inline-block; 
	vertical-align: top;
	font-weight:bold;
}

ul.ms-core-listMenu-root ul.dynamic li {
	line-height: 16px;
	list-style: none;
	padding: 3px 0;
}

.dl {   
padding-left: 5px;
padding-right: 5px;
}

a.rt:link, a.rt:visited, a.rt:hover, a.rt:active {
/* text-transform: uppercase; */
color: #ffffff;
padding: 0 7px 0 7px;
font-weight: normal;
/* text-decoration: none; */
}

a.rt:hover {
text-decoration: underline;
font-weight: normal;
}

a.rt_l:link, a.rt_l:visited, a.rt_l:hover, a.rt_l:active {
padding-right: 0px;
font-weight: normal;
}

.ms-core-listMenu-horizontalBox {
	margin-left: 20px;
}

#wrapper_hdr ul.static {
	margin: 0;
	padding: 0;
}

.menu-item-text {
/*	text-transform: uppercase; CHANGED 2/22/17 */
	color: #444;
}

/**************************************/
/* END: Banner Styles - apply to all pages */
/**************************************/

/**********************/
/* BEGIN: Audio Player */

#content p.audio-title {
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 10px; 
}

audio {
	margin-left:20px;
}

#content div.audio {
	margin-bottom:15px;
}

/* END: Audio Player
/**********************/

/**********************/
/* BEGIN: What's New */

#whatsNewLinks{
   font-weight: bold;
   margin: 0px;
   list-style: none;
   padding:0px;
}

#whatsNewLinks li{
   display:inline;
   padding-right: 10px;
}

/* END: What's New */
/**********************/

/****************/
/* BEGIN: main content */
/****************/

#s4-bodyContainer {
	padding: 0;	
}

#main {
	margin: 0 auto;
	background-color: #ffffff; 
/*	padding-top: 6px; */
	width: 995px;
}

#maincontent {
/*	background-color: #E2E0E1; */
	padding: 15px 0 10px;
	width: 995px;
	margin: 0 auto;
 }
    
#defaultContentBlock {
	margin: 0 auto;
}

/*************************/
/* BEGIN: breadcrumbs */
#breadcrumbs{
   padding: 12px 0 0 0;
   font-weight: bold; 
   font-family: arial, sans-serif; 
   margin: 0 0 -2px 21px;
   list-style: none;
   font-size: .7em;
}
#breadcrumbs a:hover {
   text-decoration: none;
   border-bottom: 1px dashed; 
}

#breadcrumbs a:visited {
	font-weight:bold;
}
/* END: Breadcrumbs*/


/* BEGIN: NEW LEFT NAV STYLES BEGIN */

#quick_launch {
    width: 995px;
    margin: 0px auto 0 auto;
    background-color: #ffffff;
}

#leftNav{
   width: 175px; 
   float: left;
}

#leftNav h2 { 
   margin: 0px;
   padding: 2px 0px 8px 4px;
   text-align: left;
   font-weight: bold;
   font-size: .9em;
   border-bottom: 1px solid #BDBCBC;
   font-variant:small-caps; 
}


#leftNav h2 a { 
   text-decoration: none;
	color: #1D5481;
}

#leftNav h2 a:hover, 
#leftNav h3 a:hover { 
   color: gray;
}

#leftNav h2 a:visited { 
   font-weight:bold;
}

#leftNav h4 {   /*is Related Topics */
   margin: 15px 0 0 0;
   padding: 2px 0px 4px 4px;
   text-align: left;
   font-weight: bold;
   font-size: .8em;
   border-bottom: 1px solid #BDBCBC;
   font-variant: small-caps;
}

#leftNav p{ /* FOR VIEWING CONTENT */
   margin-top:20px;
   padding: 4px;
   font-size: .75em;
   border: 1px solid #BDBCBC;
}

#leftNav ul{
   list-style: none;
   margin: 0px;
   padding: 0px 0px 0px 4px;
}

#leftNav li{
   padding: 8px 0px 8px 8px;
   text-align: left;
   border-bottom: 1px solid #BDBCBC;
   display: block;
   font-size: .9em;
}

#leftNav ul li.active{
   background-color: #F0F0F0;
}

#leftNav ul li.active a{
   color: #660000;
   margin:0px;
}

#leftNav ul li a{
   text-decoration: none;
   margin: 0px;
   font-size: .8em;
   display: block;
}

#leftNav ul li a:hover{
   color: gray;
   text-decoration: none;
   margin:0px;
}

#DeltaPlaceHolderLeftNavBar {
	font-family: verdana, sans-serif;
}


/* Overwrite too light menu items to improve accessibility */
.ms-core-listMenu-item,
.ms-core-listMenu-item:link,
.ms-core-listMenu-item:visited,
.ms-tv-item:link,
.ms-tv-item:visited,
.ms-tv-header:link,
.ms-tv-header:visited
{
/* [ReplaceColor(themeColor:"Navigation")] */ color:#666666;
text-decoration:none;
}



/* END: Left navigation */

/*****************/
/* BEGIN: nonNav */

#nonNav {
   background: #FFFFFF;
}

#nonNav a:hover {
   text-decoration: none;
   border-bottom: 1px dashed; 
}


/************************/
/* BEGIN: Right Column */

#rightColumn {
   float: right;
   width: 200px; 
   padding-top:10px;
}

/*  NEW EMAIL PRINT      */

#Email_Print,
#Email_Print_NoJs, #Email_Print_Database {
   margin-bottom: 12px;
   margin-right: 4px;
   /* font-size: 80%; */
   text-align: left;
   border: 2px solid #BDBCBC;
   padding: 8px;   
}

#Email_Print h3 {
 border-bottom: 1px solid #BDBCBC;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 4px 4px;
}

#Email_Print img, #Email_Print_Database img {
  border:none; 
}

#Email_Print p, #Email_Print_Database p {
  margin: 2px 0px 2px 20px;
  display:list-item;
}

.printlink {
    background-image: url(images/icon_print.gif); 
	background-position:right;
	background-repeat:no-repeat; padding-right:27px;
}
	
.printmelink  {
	display: block; background-color: #FFF; width: 100%; height: 20px; z-index: 99999; margin: 10px 0;	
}

.printmelink .printlink {
	margin-right: 10px;
	padding-right: 22px;
}

.emaillink {
    background-image:url(images/icon_email.gif);
    background-position:right; 
    background-repeat:no-repeat; 
    padding-right:18px;
}

.contactlink {
    background-image: url(images/icon_contact.gif);
    background-position:right; 
    background-repeat:no-repeat; 
    padding-right:18px;
}

.subscribelink {
    background-image: url(images/icon_subscribe.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:18px;
}

.feedbacklink {
    background-image:url(images/feedback.jpg);
    background-position:right; 
    background-repeat:no-repeat; 
    padding-right:55px;
}


a.increaseFont, a.decreaseFont {
	font-size: 1em;
	text-decoration: none;
	border: 1px #164B96 solid;
	margin: 0em 0.5em;
	padding: 0px 1px;
}

/* jQuery Bookmark styles v1.3.4 */
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 90px; 
	border: 1px solid #aaa;
	margin-left:0px;
	padding-left:0px;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	width: 100%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list span.bookmark_icons {
	background: url(/Style%20Library/css/images/bookmarks.gif) no-repeat center;
}

.bookmark_list span.bookmark_largeIcons { 
    background: url(/Style%20Library/css/images/bookmarks-big.gif) no-repeat center; }

.bookmark_list img {
	border: none;
}

/* END: EMAIL PRINT    */


 /* BEGIN: INFOBOX / ALERTBOX / NOTICEBOX */
/* 
 * For related content, messageBoxBody class will be assigned to
 * <ul>. For all other infoBoxes (and alertBoxes and noticeBoxes),
 * there will be a div tag w/ this class assigned. This explains why
 * there are list specific styles (i.e. list-style:none) even though
 * this class will commonly be assigned to "non-lists"
 */

.noticeBox, .infoBox   {
   margin: 0px 4px 12px 0px;
   border: 2px solid #BDBCBC;
   text-align: left;
   padding-top: 8px; 
   padding-right: 0px; 
   padding-bottom: 8px; 
   padding-left: 0px; 
}

.infoBox div,
.alertBox div,
.noticeBox div {
   padding: 5px 5px 5px 8px;
   margin:  0px 0px 0px 0px; 
   /* font-size: 80%; /* Changed from .8em to fix IE bug */
   list-style: none; 
}

.infoBox h3, .infoBox h1, 
.noticeBox h3 { /* h1 used only for related boxes */
   margin: 0px 4px 10px 4px;
   padding: 2px 0px 4px 4px;
   font-weight: bold;
   /* font-size: .8em; */
   border-bottom: 1px solid #BDBCBC;
   font-variant: small-caps;
}

.infoBox .messageBoxBody,
.alertBox .messageBoxBody,
.noticeBox .messageBoxBody {
   padding: 5px 5px 5px 8px;
   margin:  0px 0px 0px 0px; 
   /* font-size: .8em; */
   list-style: none; 
}

.infoBox .messageBoxBody p,
.alertBox .messageBoxBody p,
.alertNotice .messageBoxBody p {
	margin: 0px 2px 5px 2px;
}

ul.infoBoxList,
ul.infoBoxListNB {
 list-style-position:outside;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 15px; 
}

ul.infoBoxList li,
ul.infoBoxListNB li{
  list-style-position:outside;
   margin:0px 0px 5px;
}

ul.audioVideo {
	list-style-type: none;
	padding:0;
	margin:0;
}

li.video {
   background: url(images/icon-video-list.gif) no-repeat;
   background-position: 0 .2em;
   padding-left: 16px;
}

li.audio {
   background: url(images/icon-audio-list.gif) no-repeat;
   background-position: 0 .2em;
   padding-left: 16px;
}

ul.infoBoxListNB {
   list-style-type:none;
   list-style-image:none;
   margin:0px; 
}

.infoBox ul.messageBoxBody a {
	text-decoration:none;
}

.infoBox li{
   margin:0px 0px 10px 0px;
}

.infoBox img {
   margin-left: auto;
   margin-right: auto;
   border: none;
   text-align:center;
}

.alertBox {
   margin: 0px 0px 15px 0px;
   width: 185px; 
   border: 6px solid #1F5784;
}

.alertBox div {
   padding: 5px 5px 5px 8px;
   margin:  0px 0px 0px 0px; 
   font-size: .8em;
   list-style: none; 
}

.alertBox h3 {
   margin: 0px 4px 0px 4px;
   padding: 2px 0px 2px 4px;
   font-weight: bold;
   font-size: .8em;
   color: #1F5784;
   border-bottom: 1px solid;

}

.alertBox .messageBoxBody {
   padding: 5px 5px 5px 8px;
   margin:  0px 0px 0px 0px; 
   font-size: .8em;
   list-style: none; 
}

/* END: Info/Message/Alert Boxes */

#middleContent{
   /* 
    * These margins will fit this element snugly between the right
    * and left columns. To add space between the content and the columns
    * use padding of this element or properties of some inner element.
    */
   /* font-size: .8em;  */
   margin-left: 175px; 
   margin-right: 200px;
   padding: 0px 25px 0px 25px; /* was 0 18 0 18 8 */
 }
  
#leftContent{
/* Used on topics page only */
   /* font-size: .8em;  */ 
   margin-left: 10px;
   margin-right: 210px; 
   margin-top: 0px;
}

#sideNavBox {
	margin: 10px 0 0 0;
}

#sideNavBox.ms-forceWrap {
    word-wrap: normal;
}

/*************************/
/*     IMAGE PLACEMENT   */
/*************************/

#middleContent div.capleft, 
#singlecolumn div.capleft, 
#leftContent div.capleft {
   float: left;
   width: 250px;
   margin: 0 10px 0 0;
}

#middleContent div.capleft p, 
#singlecolumn div.capleft p, 
#leftContent div.capleft p {
   margin: 5px 5px 0px 5px;
   color: #666666; 
   font-size: 80%;
   font-weight:bold;   
}

#middleContent div.capleft img, 
#singlecolumn div.capleft img, 
#leftContent div.capleft img {
   margin: 0px;
   padding: 0px;
}

#middleContent div.capright, 
#singlecolumn div.capright, 
#leftContent div.capright {
   float:right;
   width:250px;
   margin: 0 0 0 10px;
}	

#middleContent div.capright p, 
#singlecolumn div.capright p, 
#leftContent div.capright p {
   margin:5px 5px 0px 5px;
   color:#666666; 
   font-size: 80%;
   font-weight:bold;
}

#middleContent div.capright img,  
#singlecolumn div.capright img, 
#leftContent div.capright img { 
   margin:0px;
   padding:0px;
}

#content .capleft + p, #content .capright + p {
  margin-top: 0px;
 }

#middleContent div.capleft p.img-att, 
#singlecolumn div.capleft p.img-att, 
#leftContent div.capleft p.img-att,
#middleContent div.capright p.img-att, 
#singlecolumn div.capright p.img-att, 
#leftContent div.capright p.img-att,
#content p.img-att {
   /*color: #999999; */
   color:#767676;
   font-weight:normal;
   font-size: 80%;
}

/*     IMAGE PACEMENT END     */
/******************************/

/* *****************************************************
 * Funding Opportunity Styles
 * ****************************************************/
.fundingOpp{
/*   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px; */
   border: 1px solid #dddddd;
   padding:5px;
   margin:0 0 15px;
}

.fundingOpp p{
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
}

.fundingOpp a:link, .fundingOpp a:visited, .fundingOpp a:active {
  font-weight:bold;
 }

.fundingOpp h1{
   font-size:1.2em;
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
}

.fundingOpp .postDatePara{
   font-size: .8em; 
}

.fundingOpp .deadlinePara{
   font-weight:bold;
}

.fundingOpp .postDatePara,
.fundingOpp .deadlinePara,
.fundingOpp .summary,
.fundingOpp .fullTextLink{
   padding:0px 0px 5px 0px;
   margin:0px 0px 0px 15px;
}

/* *****************************************************
 * BEGIN: Publication Summary Styles
 * ****************************************************/

#coverPic {
   float:right;
}

#coverPic img{
   border:none;
   margin:1.25em 10px 10px 0;
}

#fulltextlinks {
}

#authors {
   display:block;
   color:#666666;
   font-style:italic;
   position:relative;
   bottom: 7px;
}

#pubdate {
   display:block; 
      color:#666666;
   font-style:italic;
   position:relative;
   bottom: 7px;
}


#summary {
   margin:0px 0px 0px 0px;
   padding:1px 0px 0px 0px;
}

#summary h1 span {
   color: #AAA;
}

/*********************************************/
/*  TOP OF PAGE NOTICE BOXES
/*********************************************/

#pageExitNotice {  /* USE AT TOP OF PAGE WHOSE PRIMARY PURPOSE IS TO LIST OTHER RESOURCES  */
   background-color: #F4F4F4;
/*   border: 1px solid #999999; */
   margin: 10px 5px 10px 10px;
   padding:3px 3px 3px 3px;
}

p#authorBox {
   background-color:#E8E7E6;
   margin:10px 5px 10px 10px;
   padding:3px 3px 3px 3px;
}

#content #page-warning {
	border: 1px solid #FF0000;
	background-color: #F4F4F4;
	margin: 20px;
	padding: 10px;
}

#content .page-warning {
	border: 1px solid #FF0000;
	background-color: #F4F4F4;
	margin: 20px;
	padding: 10px;
}


.otherweb {
padding: 5px; 
margin: 0px 0px 15px; 
border: 1px solid #DDDDDD;
}

.rightbox {
border: #BDBCBC solid 1px;
width: 175px; 
float: right;
padding: 5px;
margin:5px;
}

.rightbox h3 {
font-size:90%; 
margin-top: 5px; 
margin-bottom: 3px;
padding-top:0;
font-weight:bold;
}

.rightbox ul {
margin-left:15px; 
padding-left:0px;
}

#content .pullquote {
    border-left: 1px solid grey;
      margin: 15px;
    width: 200px;	
    float: right;
    padding:5px;
}

#content .pullquote p {
font-size:120%;
font-style: italic;
}

#content .pullquote p.attribution {
font-size:13px;
font-style:normal;
float:right;
}

#featured_topic_content .pullquote {
    border-left: 1px solid grey;
    float: right;
    margin: 15px 0 10px 10px;
    padding-left: 5px;
    width: 150px;
}

#featured_topic_content .pullquote p {
	font-style: italic;
	margin:5px 0px;
    font-size:120%;
    font-variant:small-caps;
}

#featured_topic_content .pullquote p.attribution {
font-size:13px;
font-style:normal;
float:right;
display:block;
}


/*************************** /
/* BEGIN: GENERAL TABLE STYLES   */
/***************************/
#content table {
	border-collapse: collapse;
	border-spacing: 0px;  
    margin-left:auto;
	margin-right:auto; 
	background-color: #FFFFFF;
	font-size:100%;
}

#content caption {
	background: #1F5784;
	color: #FFFFFF;
	font-size:1.1em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
    margin-left:auto;
	margin-right:auto; 
}

#content table tr.odd, .tableNoTabs table tr.odd, .tableTabs table tr.odd {
   background-color: #E9E9E9;
}

a.sortbutton {
    background-color: #FFF;
    border: #AAA solid 1px;
    display: block;
    float: right;
    font: 12px/15px Arial;
    height: 23px;
    padding-left: 9px;
    text-decoration: none;
}
a.sortbutton:link, a.sortbutton:visited, a.sortbutton:active {
    color: #494949;
    text-decoration: none;
}
a.sortbutton span {
    background: url("/images/button-right.jpg") no-repeat scroll right bottom transparent;
    display: block;
    padding: 4px 9px 4px 0;
}
a.sortbutton:hover {
    background-position: left top;
    text-decoration: none;
}
a.sortbutton:hover span {
    background-position: right top;
    color: #494949;
}
a.sortbutton2 {
    background-color: #FFF;
    border: #AAA solid 1px;
    display: block;
    float: right;
    font: 12px/15px Arial;
    height: 23px;
    padding-left: 9px;
    text-decoration: none;
}
a.sortbutton2:link, a.sortbutton2:visited, a.sortbutton2:active {
    color: #494949;
    text-decoration: none;
}
a.sortbutton2 span {
    background: url("/images/button-right2.jpg") no-repeat scroll right top transparent;
    display: block;
    padding: 4px 9px 4px 0;
}
a.sortbutton2:hover {
    background-position: left top;
    text-decoration: none;
}
a.sortbutton2:hover span {
    background: url("/images/button-right2.jpg") no-repeat scroll right top transparent;
    color: #494949;
}
.buttonwrapper {
    border: 0 solid #000000;
    overflow: hidden;
    width: 100%;
}

.lineborder {
    border-top: 1px solid #BDBCBC;
    padding: 1px;
}

h2.rxbodyfield {
	color: #000;
	font-weight: bold;
}


/*************************************/ 
/* TABLES FOR STRATEGIC RESEARCH PLANS  */


table.strategicpriority caption {
background-color:#265EAC;
color:#FFFFFF;
font-variant:small-caps;
line-height:200%;
}

table.strategicpriority {
width:100%;
}

table.strategicpriority td {
padding-top:1px;
}

table.strategicpriority th.audience {
color:#FF0000;
font-weight:bold;
vertical-align:top;
text-align:left;
padding-left:5px;
padding-right:8px;
border-bottom:1px solid #bdbcbc;
}

table.strategicpriority td.objective p {
font-weight:bold;
}


/*************************************/ 
/* TABLES THAT DO NOT APPEAR IN TABS */

.tableNoTabs {
/* SET WIDTH IN DIV ON PAGE IN EMS TO LET BOX EXPAND WITH TEXT*/
	border: 0px solid #1F5784;
/*    font-size: .9em; */
	padding: 3px;
	margin: 5px;
	margin-left:auto;
	margin-right:auto; 
}

/*********************************/ 
/* TABLES THAT APPEAR IN TABS    */

.tableTabs {
/*    font-size: 90%;  */
}

#tabbedUI #nijpubs { 
/*    font-size: .9em; */
}

/*****************************/ 
/* FOR TABLE PRESENTING TEXT */

.tableNoTabs table.text,
.tableTabs table.text {   
	text-align:left;
}

.tableNoTabs table.text td,
.tableTabs table.text td,
.tableNoTabs table.text th,
.tableTabs table.text th {
	border-bottom: 1px solid #666666;
	vertical-align:top;
	padding: 5px 4px;
}

.tableNoTabs table.text tbody th,
.tableTabs table.text tbody th {
	font-weight: normal;
}


/* TOP LEVEL HEAD IN THEAD   */
.tableNoTabs table.text thead th,
.tableNoTabs table.data thead th, 
.tableTabs table.text thead th,
.tableTabs table.data thead th,
table.tablesorter tr.repeated-header th
{  
	background-color:#1F5784;	
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	padding: 4px 4px 4px 2px;
}

.tableNoTabs table.text thead a,
.tableNoTabs table.text thead a:hover,
.tableNoTabs table.data thead a,
.tableNoTabs table.data thead a:hover,
.tableTabs table.text thead a,
.tableTabs table.text thead a:hover,
.tableTabs table.data thead a,
.tableTabs table.data thead a:hover {
/*	color: #FFFFFF; */
}

/* SECOND LEVEL HEAD         */
.tableNoTabs table.text thead th.subhead1,
.tableNoTabs table.text th.subhead1,
.tableNoTabs table.data thead th.subhead1, 
.tableNoTabs table.data th.subhead1,
.tableTabs table.text thead th.subhead1,
.tableTabs table.text th.subhead1,
.tableTabs table.data thead th.subhead1, 
.tableTabs table.data th.subhead1 {  
	background-color:#205978;
	border-bottom: 1px solid #666666;
	color: #FFFFFF;	
	vertical-align: bottom;	
}

.tableNoTabs table.data thead th.subhead1, 
.tableNoTabs table.data th.subhead1, 
.tableTabs table.data thead th.subhead1, 
.tableTabs table.data th.subhead1 { 
	padding: 0 2px 2px 3px;
}

/* THIRD LEVEL HEAD          */
.tableNoTabs table.text thead th.subhead2,
.tableNoTabs table.text th.subhead2,
.tableNoTabs table.data thead th.subhead2, 
.tableNoTabs table.data th.subhead2,
.tableTabs table.text thead th.subhead2,
.tableTabs table.text th.subhead2,
.tableTabs table.data thead th.subhead2, 
.tableTabs table.data th.subhead2 { 
	background-color:#1F5784;
	border-bottom: 1px solid #205978;
	color: #FFFFFF;	
	vertical-align: bottom;	
}

.tableNoTabs table.data thead th.subhead2, 
.tableNoTabs table.data th.subhead2,
.tableTabs table.data thead th.subhead2, 
.tableTabs table.data th.subhead2 { 
	padding: 0 2px 2px 3px;
}

/*****************************/ 
/* FOR TABLE PRESENTING NUMBERS */
.tableNoTabs table.data,
.tableTabs table.data {
	text-align: center;
}

/* ROWHEADS - DATA */
.tableNoTabs table.data thead th.rowhead,
.tableNoTabs table.data th.rowhead,
.tableTabs table.data thead th.rowhead,
.tableTabs table.data th.rowhead {
	text-align:left;	
}

.tableNoTabs table.data td.rowhead,
.tableTabs table.data td.rowhead {
	text-align:left;
	padding-left:4px;
}

/* CELL BORDER - DATA */
.tableNoTabs table.data td,
.tableNoTabs table.data th,
.tableTabs table.data td,
.tableTabs table.data th {
	border: 1px solid #666666;
}

/* NUMBER CELL PADDING - DATA */
.tableNoTabs table.data td,
.tableTabs table.data td {
	padding: 2px 3px 2px 3px;
}

.tableNoTabs table.data tbody th,
.tableTabs table.data tbody th {
	font-weight: normal;
}

/* DATA TOTAL OR SUMMAR CELLS IN TFOOT */
.tableNoTabs table.data tfoot td,
.tableTabs table.data tfoot td {
	font-weight: bold;
	border-top: 2px solid #666666;
	padding: 2px 2px 2px 3px;
}

/*****************************/ 
/* NEW DYNAMIC TABLE STYLES - JMR */
#content table {
	background: #FFF !important ;
	/* font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif; */
	font-family: verdana, sans-serif;
	margin: 15px 0 0;
	/* #1f5784 blue */	
	/* #666666 grey */
}

#content table.pubTitle { padding: 0px; border: 0px none currentcolor; width: 100%; background-color: #f0f0f0 !important; }

#content table thead th {
	background-color: #B3CADD;
	border-bottom: 1px solid #FFF;	
	border-right: 1px solid #FFF;
	border-top: 4px solid #1F5784;
	color: #00154F;
	font-weight: normal;	
	padding: 8px 4px;
}

#content table th.headerSortDown, #content table th.headerSortUp { 
	background-color: #D9E5EE; 
}

#content table .childRow {
	display: none;
}

#content table td {	
	font-size: 95%;
	padding: 12px 4px;
	vertical-align: top;
}

#content .tableTabs table td {	
	font-size: 95%;
	padding: .2em;
}

#content table .childRow td a {	
	margin-top: 5px;
}

#content table .alternating td, #content table .even td {
	background-color: #EAEAEA;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;	
}

#content table .odd td {
	background-color: #FFF;
	border-bottom: 0px solid #CCC;
	border-top: 0px solid #CCC;
}
				
#content table .childRow td {	
	border-top: 1px dashed #EAEAEA;
	padding: 6px 4px 12px 4px;
	vertical-align: top;
}

#content table .alternating.childRow td {	
	border-top: 1px dashed #EAEAEA;			
	margin-top: -1px;		
}
				
#content table td.dateField {
	text-align: center;
	min-width: 80px;
}				

#content table div.details a {
	margin-top: 5px;
}

.labelDesc {
	font-weight: bold;
	line-height: 24px;
}

#content table a.showhide {
	background: url(images/bg-plus-minus-grey.png) 0 -20px no-repeat;
	display: block; 
	height: 20px;	
	outline: 0px;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
}

#content table a.showhide.close { background-position: 0 0; }	

/*****************************/
/* END: General table styles */
/*****************************/

/**************************/
/* BEGIN: Phone Directory Styles */
/**************************/

table.striped-phone caption {
	background-color:#1F5784;
	font-size:1.1em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

table.striped-phone tbody tr.odd, table.striped tbody tr.odd {
	background-color: #CCCCCC;
}
table.striped-phone tbody tr.even, table.striped tbody tr.even {
	background-color: #FFFFFF;
}

table.striped-phone th {
    background-color:#1F5784;
    color: white;
	text-align: left;
}

table.striped-phone td {
	padding: 4px 0px;
	vertical-align:top;
}

table.striped-phone .subject {
	display: block;
	margin-left: 7px;
}

/**************************/
/* END: Phone Directory Styles  */
/**************************/

/**************************/
/* BEGIN: DNA FUNDING TABLES  */
/**************************/

tr.stateRow, td.rowTotal {

   font-weight: bold;
}

/**************************/
/* END: DNA FUNDING TABLES  */
/**************************/

/********************************/
/* Multimedia Listed in a Table */
/********************************/

#multimediaList { font-size:.9em; }
#multimediaList img { border:none; margin: 0 auto 0 auto; text-align:center;}

/*****************************/ 
/* NEW DYNAMIC DIALOG STYLES - JMR */
.ms-dlgTitle {
	background: #EAEAEA;
	margin: 4px 2px 0px 4px;
	padding: 10px;					
}
.ms-dlgTitleBtns {
	background: #FFF;
	height: auto;
	margin: -4px -4px 0 0;
}			
.ms-dialog body {
	background: transparent !important;
}	

/**********************/
/* BEGIN: Exit Notice */
/**********************/
a.exitLink:link {  
   border:1px solid #808080; 
   padding:.5px;
   font-size:.8em;
   background-color: #F4F4F4;
   text-decoration:none;
   white-space: nowrap;
}

a.exitLink:visited {
   border:1px solid #808080;
   padding:.5px;
   font-size: .8em; /* From .9 7-28-08 */
   background-color:#F4F4F4;
   text-decoration:none;
}
/**********************/
/* END: Exit Notice */
/**********************/

/*****************/
/* LISTS */
/*****************/

.spacedList li {
  margin-top:1em;
}

/*****************/
/* seeAlso LINKS */

#content .seeAlso, #untabbedPopUp .seeAlso, #tabbedPopUp .seeAlso {
/*   width:90%;
   margin-bottom: 15px;
   margin-left: 15px;
   background:url(images/see-also-arrow.png) no-repeat;
   background-position: center left;
*/
	padding: 5px; 
	margin-left: 20px; 
	border-left-color: #666666; 
	border-left-width: 1px; 
	border-left-style: solid; 
	background-color: #e8e8e8;
}

#content .seeAlso p, #untabbedPopUp .seeAlso p, #tabbedPopUp .seeAlso p {
   margin: 10px 0px 0px 20px;
   font-size: .9em;
}

/*****************************/
/* POPUP LINK ICON            */
/*****************************/

.popupIcon {
	background-image: url(http://www.nij.gov/css/images/pop-up.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 4px;
}


/******************/
/* Train Car LINKS*/

.trainCar{
   width:90%; 
   background: url(images/pointRight.gif) no-repeat;
   background-position: right bottom;
   margin-bottom: 10px;
   margin-top: 20px; 
   border-bottom: 1px solid;
}

.trainCar p{
   margin-top: 0px;
   margin-right: 9px; 
   margin-left: 0px;
   margin-bottom: 0px; 
}

#content .trainCar a {
 /*  text-decoration: none; */

   }

#content .trainCar a:hover {
   border-bottom: dashed 1px;
 }

/*************************************/
/* NOTE AND CITATION LINKS [1] LINKS  */
a.noteReference {
   font-size: .7em;
}

a.citation:hover, 
a.noteReference:hover {
   background: url(images/citation.gif) no-repeat right bottom;
   padding-right: 15px;
} 

a.noteReference:visited {
/*   text-decoration: none; */
} 

a.noteReferenceUp {
   font-size: .7em;
   margin-top: -10px;
   padding-top: 5px;
}

a.noteReferenceUp:after {
  content: " Back to text"; 
}

a.noteReferenceUp:link {
/*   text-decoration: none; */
} 

a.noteReferenceUp:hover {
   background: url(images/citationUp.gif) no-repeat right bottom;
   padding-right: 15px;
} 

a.noteReferenceUp:visited {
   text-decoration: none;
} 

/* NOTES AND WORKS CITED */
#worksCited {
   background-color: #F5F5F5;
   margin: 25px 5px 5px 5px;
   border: thin solid #CCCCCC;
   padding-top: 0px;
   padding-right: 5px;
   padding-bottom: 5px;
   padding-left: 5px;
}

#worksCited h1, /* h1 USED ON OLD PAGES, USE h4 ON NEW */
#worksCited h4 {
   /* Use for "Notes and Works Cited" */
   font-size: 1.1em;
   font-weight:bold;
   color:#494949;
}

#worksCited h2, 
#worksCited h5 {
	font-weight: bold;
}

/* GLOSSARY LINKS */

a.glossary { 
   text-decoration: none; 
   border-bottom: 1px dashed #00C; 
   cursor:help; 
}

a.glossary:visited {
   text-decoration: none; 
   border-bottom: 1px dashed #00C; 
   cursor:help; 
}

dt {
	font-weight: bold;
	margin-top:10px;
	line-height:1.6;
}

dd {
	line-height:1.6;
	}
/******************************************************/
/* BEGIN: STYLING EXPANDERS - dl (faqs) and p	(topics)      */
/******************************************************/

/***********************************************/
/*   BEGIN: Expanding Topics, container based */
/* These styles allow the same code to be used  */
/* on all topics pages with only different 'containers' */

.expand a, .collapse a{
font-variant:small-caps;
font-size: 90%;
padding-left:10px;
}

#topiccontainer1 {} /*Use on topics/welcome.htm */

#topiccontainer1 p.topic2, #topiccontainer1 p.topic3, #topiccontainer1 p.topic3, #topiccontainer1 p.topic4, #topiccontainer1 p.topic5 { display:list-item;} 

#topiccontainer1 p.topic2 { padding:0px; margin-left:20px; }

#topiccontainer1 p.topic3 { padding:0px; margin-left:30px; list-style-type:circle; }

#topiccontainer1 p.topic4 { padding:0px; margin-left:40px; list-style-type:square; }

#topiccontainer1 p.topic5 { padding:0px; margin-left:50px; list-style-type: circle; }

#topiccontainer1 h2.topic1 { font-size:90%; }

/*****************************/

#topiccontainer2 {} /*Use on topics/topic/welcome.htm */

#topiccontainer2 p.topic2, #topiccontainer2 p.topic3, #topiccontainer2 p.topic3, #topiccontainer2 p.topic4, #topiccontainer2 p.topic5 { display:list-item;} 

#topiccontainer2 p.topic2 { padding:0px; margin-left:20px; font-weight: bold; 
}

#topiccontainer2 p.topic2 a:link, #topiccontainer2 p.topic2 a:visited, #topiccontainer2 p.topic2 a:active {
font-weight: bold;
}

#topiccontainer2 p.topic2 span.expand a:link, #topiccontainer2 p.topic2 span.expand a:visited, #topiccontainer2 p.topic2 span.expand a:active {
font-weight: normal;
}

#topiccontainer2 p.topic3 { padding:0px; margin-left:30px; list-style-type:circle; }

#topiccontainer2 p.topic4 { padding:0px; margin-left:40px; list-style-type:square; }

#topiccontainer2 p.topic5 { padding:0px; margin-left:50px; list-style-type:cirlce; }

#topiccontainer2 p.topic6 { padding:0px; margin-left:60px; list-style-type:cirlce; }

/*****************************/

#topiccontainer3 {} /*Use on topics/topic/subtopic/welcome.htm */

#topiccontainer3 p.topic3, #topiccontainer3 p.topic3, #topiccontainer3 p.topic4 { display:list-item;} 

#topiccontainer3 p.topic2 { font-weight:bold; } 

#topiccontainer3 p.topic3 { padding:0px; margin-left:20px; }

#topiccontainer3 p.topic4 { padding:0px; margin-left:30px; list-style-type:circle; }

#topiccontainer3 p.topic5 { padding:0px; margin-left:40px; list-style-type:cirlce; }

/*****************************/

#topiccontainera-to-z {} /*Us on topics/a-z-index */

#topiccontainera-to-z p { display: list-item; margin-left:20px; } /* Use for all not expanding links */

#topiccontainera-to-z h2.topic1 { display: list-item; font-weight: normal; font-size: 90%; margin-left: 20px;}

/*   END: Expanding Topics, container based */
/***********************************************/

/***************************/
/* Begin: Expanding topics */

#l3-topics-container { 
	width: 90%; 
}

#l3-topics-container .l3-topics-list p {
	margin-left: 30px; 
	display:list-item; 
	list-style-type: circle;
}

#l3-topics-container p.l3-topics-head {
	margin-left: 20px; 
	display:list-item; 
	list-style-type: disc;
}

#l3-topics-container .expand {
	font-size: 90%;
	padding-left: 5px;
}

#l3-topics-container .collapse {
	font-size: 90%;
}

/* End: Expanding topics */
/***************************/

/*********************************/
/* BEGIN: Conference agenda, expanding */

#content p.panelTitle { 
	margin: 9px 0px 8px 12px;
	display:list-item;
}

#content p.panelDescription {
	margin:0px;
	padding: 2px 0px 5px 12px;
	color:#333333;
}

ul.panelDescription {
	color:#333333;
}

ul.panelDescription li {
	color:#333333;
}

td.agendaTime { 
	width:75px;
	vertical-align:	 top;
 }
 
td.agendaDescription { 
	width:400px;
	vertical-align:	 top;
 }

a#viewAllLink {
 border: 1px solid;
 padding:2px;
}

/* END: Conference agenda, expanding */
/*********************************/

/***************************/
/* Begin: Expanding FAQs */

dl.expander dt, dl dt {
	font-style:italic;
	margin-top:15px;
	font-weight:normal;
}

dl.expander dd, dl dd {
	margin:2px 0px 0px 5px;
}

dl.expander .read-more a, 
dl.expander .re-collapse a {
	border-bottom: 1px dashed;
	text-decoration: none;
}

/* END: Expanding FAQs */
/***************************/


/***************************/
/* BEGIN: OLD Expanding Topics */

div.expandable ul {
 list-style-type: none; 
 margin: 0px 0px 0px 5px;
 padding: 0px;
}

div.expandable li {
  padding-bottom: 5px;
}

div.expandable h2 {
  margin:7px 0px 2px 0px;
  font-weight:bold;
  padding:5px 0px 2px 0px;
  font-size: 1em;
  border-bottom: thin solid;
}

/* END: OLD Expanding Topics */
/***************************/

/********************************************/
/* STYLING DATE MODIFIED, CREATED, REVIEWED */
/********************************************/

#dateInfo{
/*   float: right; */
	text-align: right;
	margin-top: 10px;
	font-style: italic;
}
 
/**************************
/* BEGIN: TableSorter styles     */
/**************************/

table.tablesorter {
}

table.tablesorter thead tr th, 
table.tablesorter tfoot tr th
{
	background-color: #2479B2;
	border-right: 1px solid #FFF;
}

table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right; 
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}

table.tablesorter thead tr th.headerSortDown, 
table.tablesorter thead tr th.headerSortUp {
	background-color: #8dbdd8;
   height: 1%;
}
/**************************
/* END: TableSorter styles     */
/**************************/

/*******************************/
/* BEGIN: Publication database */

span.text a:link, span.text a:visited, 
span.text a:active {
color: #004f86 /* was #005590 */;
border-bottom: thin #004f86 /* was #005590 */;
}

/* BEGIN: Publication database */
/*******************************/

/***************************************/
/* TABLES - HIGHLIGHTING ANCHORED ROWS */
/***************************************/

#contact tr.urlTargetSelected td{
	background-color: #CCCCCC;
}

/*******************************/
/* Epub Styles                 */
/*******************************/

/* Epub Bottom Navigation Links*/

/* Hides from IE5-mac \*/
* html #epubbottom, * html .noteBox {height: 1%;}
/* End hide from IE5-mac */

#epubbottom { /* Adds top border */
    border-top: thin solid #999999;
	padding-top: 5px;
	font-size:.8em;
}
#epubbottom a:link {
	text-decoration:none;
}

#epubbottom img {
	border:none;
}

#epubbottom a:visited {
	text-decoration:none;
}

#epubbottom ul {
	display: inline;
	list-style:none;
}

#epubbottom li.previous{display:inline;float:left;width:38%;  }

#epubbottom li.previous img{float: left; margin-bottom:6em; margin-right: 2px;}

#epubbottom li.next{display:inline;float:right;width:38%; text-align:right;}

#epubbottom li.next img{float: right; margin-bottom:6em; margin-left: 2px;}

#epubbottom li.content{display:inline;text-align: center; width:10%;}

#epubbottom li.content a {text-decoration: none; color: #ffffff; } 

#epubbottom li.content img{text-decoration: none; text-align: center; margin-bottom:6em; } 


/* Table of Contents Page */

#epubtoc {
	list-style-type: none;
}

#epubtoc ul {
	list-style-type: none;
}

#epubtoc li {
	font-weight:bold;
	margin: 8px 0 0 2px;
}

#epubtoc li.subsection {
	font-weight: normal;
	margin: 2px 0 0 2px;
}

/* note box - created for ecrime epub */
.noteBox { 
	padding:6px 35px; 
	border-top: double; 
	border-bottom:double; 
	background: #F0F0F0 ;
}

.noteBox .intro {
	color: #FF0000;
	font-size:1.1em;
	font-weight:bold;
}

.epubDatePublished {

	position:relative;
	margin-top: -12px;
	font-style:italic;
}

.epubSectionHead {
	border-bottom-style: groove;
}

/******************************/
/* BEGIN: Exhibit page styles */

#tabbedPopUp,
#untabbedPopUp {
	padding-top:10px;
	margin-left:auto; 
	margin-right:auto; 
	background: white; 
/*	font-size: .8em; */
} 

#untabbedPopUp {
    text-align:left;
}

#bannerLight {
    background-color: #2393C5;
	text-align: left;
}

#bannerLight img {
    border: none;
}

#bannerLight .line1,
#bannerLight .line2,
#bannerLight .line3 {
    display: none;
}

#tabbedPopUp h1,
#tabbedPopUp h2,
#tabbedPopUp h3,
#tabbedPopUp p,
#tabbedPopUp ul,
#untabbedPopUp h1,
#untabbedPopUp h2,
#untabbedPopUp h3,
#untabbedPopUp p {
	text-align:left; 
	margin-left: 10px;
	margin-bottom: 0px;
}

#tabbedPopUp h1 {
	font-size:1.3em;
}

.tab_container li {
	margin-left:20px;
	padding-left:20px;
}

#tabbedPopUp ul {
	margin-left:20px;
	padding-left: 20px;
}


#unTabbedPopup caption,
#tabbedPopup caption {
	background: #1F5784;
	color: #FFFFFF;
	font-size:1.1em;
	font-weight: bold;
	text-align: left;
	padding: 5px;
    margin-left:auto;
	margin-right:auto; 
}

/*-------------
#tabbedPopUp h3,
#untabbedPopUp h3 {
	margin-top: 0px;
}
-----------------*/

.close-window {
	margin-left: auto;
	margin-right:auto;
	border: 2px ridge;
	background:#CCCCCC;
	width: 11em;
	text-align:center;
	padding: 4px 2px;
	font-size:1em;	
	color: #FFFFFF;
	text-decoration: none;
}

/* END: Exhibit page styles */
/******************************/

/************************/
/* A - Z ANCHOR LINKS   */
/************************/


#atozcontainer {
	padding: 0 .5em;
	margin: .5em 2em;
	width: 25em;
    border: 1px #164b96 solid;
}

#atozcontainer ul.a2z {
	font-size: 2em;
	font-weight:bold;
	margin: 0px;
	padding: 0px; 
} 

#atozcontainer ul.a2z li {
	display: inline;
	padding: 3px;
	line-height: 1.8;
}

#atozcontainer ul.a2z li a {
	text-decoration: none;
	border-bottom: none;
	width: 15px;
}

#a2zcontainer ul li a:hover {
	color: #FFFFFF;
	background: #164b96;
}

#a2zentry p {
	margin-top: 7px;
	margin-bottom: 0px;
}

#a2zentry ul {
	margin-top: 2px;
}

/****************/
/* END: main content */
/****************/

/* BEGIN: notice for home page, added 3/23/2017 */

#notice {
border: 6px solid #bdbcbc;
margin-bottom: 10px;
background-color:#F4F4F4;
}

#notice h2 {
	background-color: #faf31e; 
	border-bottom: solid 6px #bdbcbc;
	padding: 5px 6px 5px 16px; 
	font-weight: bold;
	text-transform: none; /* uppercase; */
	font-size: 13px;
	margin-bottom: -3px;
	margin-top:0px;
}


#notice p {
margin-left: 5px;
}


/* BEGIN: NIJ Updates - Used in "Stay Connected" in footer */

#nij_updates {
border: 6px solid #bdbcbc;
}

h2.nij_updates_2 {
background-color: #FFFFFF; /* #3399cc; */
padding: 6px 6px 6px 16px;
color: #3b6a94; /*#ffffff; */
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 0px;
margin-top: 0px;
font-family: verdana, sans-serif;
padding: 3px 6px 5px 10px;
}

.nij {
float: right; 
margin-top: -20px; 
margin-right: 10px;
border-left: 4px solid #ffffff;
border-right: 4px solid #ffffff;
}

#nij_updates ul {
padding: 0px;
margin: 5px 0px 0px 20px;
}

#nij_updates ul li {
list-style-type: none;
display: inline;
}

#nij_updates ul li img {
border: none;
}

#nij_updates a.hp_link:link, 
#nij_updates a.hp_link:visited, 
#nij_updates a.hp_link:hover, 
#nij_updates a.hp_link:active {
color: #1d5481;
font-size: 76%;
font-weight: normal;
padding-left: 0px;
}

a.hp_link:hover {
text-decoration: underline;
}

/* END: NIJ Updates */

/*****************/
/* BEGIN: footer */
/*****************/


#wrapper_ftr {
clear: both; 
text-align: center;
}
 
#footer {
background-color: #1f5784;
color: #ffffff;
border-top: 9px solid #e2e0e1;
}

table#footer_ls {
width: 980px;
margin: 30px auto 0 auto;
padding-top: 0px;
}

td.white_dv {
vertical-align: top;
}

img.white_dv {
padding-top: 5px;
}

#footer h4 {
/* font-size: 70%; */
padding: 0 0 0 0;
margin: 0 0 0 0;
font-family: verdana, sans-serif;
color:#FFFFFF;
}

a.b_li:link, a.b_li:visited, a.b_li:hover, a.b_li:active {
font-weight: bold;
}

#footer ul.foot_l   {
list-style: none;
margin-left: -5px;
margin-top: 0;
}

#footer ul.foot_l li  {
list-style: none;
/* font-size: 70%; */
margin-left: -32px;
}

#footer li.wh_bllt {
background-image: url(../Images/footer/1_bllt.gif); 
background-position: 0px 4px;
background-repeat: no-repeat;
margin-left: -16px;
padding-left: 10px;
}

#footer li.wh_bllt a {
font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color: #ffffff;
/* text-decoration: none; */
}

#footer a:hover {
color: #ffffff;
text-decoration: underline;
}

#f_sub {
margin: 0 auto 0 auto;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
font-size: 80%;
font-family: times, serif;
font-style: italic;
}

.logo1 {
margin-left: 0px;
padding-bottom: 10px;
}

.logo2 {
margin-right: 0px;
padding-bottom: 10px;
}

.logo3 {
padding-bottom: 0px;
margin-bottom: 0px;
margin-top: 7px;
}

.dojseal  {
margin-top: 20px;
}

/*****************/
/* END: footer */
/*****************/

/* ****************/
/* Homepage Styles Compliant Browsers */
/* ****************/


#hp_m_cont a:link, #hp_m_cont a:visited, #hp_m_cont a:active {
color: #004f86 /* was #005590 */;
font-weight: normal;
}

#hp_m_cont a:visited {
	text-decoration:underline;
}

#hp_m_cont a:active {
	font-style:italic;
}

body.homepage #main {
margin: -4px auto 0 auto;
background-color: #E2E0E1;
padding-top: 6px;
}

#hp_r_col {
float: right;
width: 295px;
padding-right: 0px;
}

#hp_l_col {
width: 680px;
}

div.hp3 {height: 15px;}
div.hp4 {height: 16px;}

/* BEGIN: Main nav box */

.p_h2 {
font-size: 140%;
color: #666666;
text-transform: uppercase;
margin-top: 18px;
}

#containerBox { 
padding: 0; 
margin: 0 0 0 0; 
width: 678px; 
text-align: left; 
float: left; 
}

#containerBoxInside { 
position: relative; 
width: 666px; 
float: left; 
border: 6px solid #BDBCBC;  
background: #FFFFFF;
}

#containerBox li { 
margin: 0; 
}

#homeNavBox { 
width: 200px; 
margin: 0; 
}

body.homepage li.li_t {border-top: 0;}
a.a_tp {border-top: 0;}

#homeNavBox li { 
list-style: none; 
}

#homeNavBox li a.mainNavLink { 
display: none; 
}

#homeNavBox.js li a.mainNavLink { 
display: block; 
font-size: 13px; 
padding: 5px 5px 5px 15px; 
width: 90%; 
height: 100%; 
color: #004f86 /* was #005590 */; 
background-color: #E2E0E0; 
text-decoration: none; 
cursor: pointer; 
border-bottom: 2px solid #ffffff; 
border-top: 1px solid #999999; 
font-weight: bold;
margin-left: -40px;
font-family: verdana, sans-serif;
}

#homeNavBox.js li a.selected {  
color: #ffffff; 
font-weight: bold; 
background: #fff url(../Images/home-styles/1_ln_bkgr_db.gif) -15px -1px no-repeat; 
width: 100%; 
border: 0; 
padding: 6px 5px 6px 15px; 
font-family: verdana, sans-serif;
}

#homeNavBox.js li a.selected:hover {  
background-color: #ffffff;
}

#featured_topic_content p,
#featured_topic_content li {
font-size:110%;
}

#featured_topic_content p.img-att,
#promotions p.img-att {
/*color: #999999;*/ 
color: #767676;
font-weight:normal;   
font-size:70%;   
margin-top:3px;
margin-bottom:5px;
 }


#featured_topic_content a {
text-decoration: underline;
}

#featured_topic_content ul li {
line-height: 140%;
list-style-type: circle;
}

#featured_topic_content ol li {
line-height: 140%;
list-style-type:decimal;
}


#homeNavBox li a.tb_h:hover { 
background-color: #cccccc;
}

#homeNavBox .content { 
float: left; 
clear: both; 
margin: 0px;
}

#homeNavBox .homeLeftCol {
    width: 46%;
    float: left;
}

#homeNavBox .homeRightCol {
width:46%;
float:left;
padding-left:1em;
}

#homeNavBox .homeLeftCol h3,
#homeNavBox .homeRightCol h3 {
color: #666666;
font-size: 100%;
font-weight: bold;
padding-bottom: 0;
margin: 1px;
}

#homeNavBox .homeLeftCol ul,
#homeNavBox .homeRightCol ul {
margin-left: -16px;
margin-top: 0px;
}


#homeNavBox.js .content { 
float: none; 
position: absolute; 
right: 0; 
top: 0; 
width: 410px; 
margin: 0; 
padding: 0px 20px 5px 5px;  
clear: left;
font-size: 90%;
}

#homeNavBox .content h2.p_h2 { 
font-size: 140%; 
color: #666666; 
text-transform: none; /*updated 2/22/17 */
font-family: verdana, sans-serif;
font-weight: 700;
margin-top:8px;
}

#homeNavBox .content h3.p_h3 { 
font-size: 100%; 
color: #666666; 
text-transform: uppercase; 
font-family: verdana, sans-serif;
}

#homeNavBox .content ul.ftul {
margin-left: -16px;
margin-top: 0px;
}

#homeNavBox .content ul.ftul li{
list-style-image: url(../Images/home-styles/1_bllt_g.gif);
margin-left: 0;
line-height: 150%;
}

#homeNavBox .content h3.fthdr1 {
color: #666666;
font-size: 100%;
font-weight: bold;
padding-bottom: 0;
margin: 1px;
}

#homeNavBox .content p.fthdr2 {
color: #666666;
font-size: 100%;
font-weight: bold;
font-style: italic;
padding-bottom: 0;
margin-bottom: 1px;
}

td.ltb {
padding-right: 5px;
}

#hpa2z {
	padding: 0 .5em;
	margin: .5em 2em;
	width: 24em;
 border: 1px #164b96 solid;
}

#hpa2z ul.a2z {
	font-size: 2em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
} 

#hpa2z ul.a2z li {
	display: inline;
	padding: 3px;
	line-height: 1.8;
}

#hpa2z ul.a2z li a {
	text-decoration: none;
	border-bottom: none;
	width: 15px;
}

#hpa2z ul li a:hover {
	color: #FFFFFF;
	background: #3399CC;
}

.twitter-follow-button {
	width: 111px; height: 20px;	 
}

/* END: Main nav box */


/* BEGIN: Social on Home */

#social-on-home {
border: 6px solid #bdbcbc;
margin-bottom:15px; 
vertical-align:middle;
background: #FFFFFF;
}

h2.social-on-home_2 {
background-color: #187eb1; /* was #3399cc, upated to fix contrast issue */
padding: 6px 6px 6px 16px;
color: #ffffff; 
font-weight: bold;
text-transform: none; /* uppercase; */
font-size: 13px;
margin-bottom: 0px;
font-family: verdana, sans-serif;
margin-top: 0px;
}

#social-on-home .ui-tabs .ui-tabs-panel{
	padding:0px;
}


/* END: Social on home */

/* BEGIN: Watch and Listen */
#watchlisten {
border: 6px solid #bdbcbc;
height:135px;
margin-bottom: 15px;
background: #FFFFFF;
}

h2.watchlisten_2 {
background-color: #3399cc; 
padding: 6px 6px 6px 16px;
color: #ffffff; 
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 0px;
margin-top: 0px;
font-family: verdana, sans-serif;
padding: 3px 6px 5px 10px;
}

#watchlisten ul {
margin: 3px 0 3px 0;
padding: 0px;
}

#watchlisten ul li {
margin: 0px 0px 0px 30px;
}

#watchlisten ul li a:link,
#watchlisten ul li a:hover,
#watchlisten ul li a:visited,
#watchlisten ul li a:active {
padding-left:0px;
}

#watchlisten #img {
border: none;
margin: 5px;
width: 124px;
float: left;
}

#watchlisten #img img{
border: none;
text-decoration: none;
}

#watchlisten #img a{
	text-decoration:none; 
	border:none;
}

#watchlisten #wltop p {
margin:0px;
padding: 0px;
width: 139px;
float:right;
margin-top:3px;
}

#watchlisten a.hp_link:link, 
#watchlisten a.hp_link:visited, 
#watchlisten a.hp_link:hover, 
#watchlisten a.hp_link:active {
color: #1d5481;
font-size: 90%;
font-weight: normal;
padding-left: 0px;
border: none; 
}

a.hp_link:hover {
text-decoration: underline;
}

/* END: Watch and Listen */

/* BEGIN: Promotions Section*/

#promotions {
margin-bottom: 0px;
background: #FFFFFF;
font-family: verdana, sans-serif;
}

#promotions h2 {
background-color: #3399cc;
padding: 6px 6px 6px 16px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 0px;
font-family: verdana, sans-serif;
margin-top: 0px;
}

#promotions h3 {
	background-color: #187eb1; /* was #3399cc, upated to fix contrast issue */
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 13px; 
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 6px 6px 6px 16px;
	text-transform: none; /* uppercase; */
}

#promotions ul {
padding: 0px;
margin: 0px;
}

#promotions li,
#promotions p {
font-size: 100%;
}

#promotionsright {
width: 325px;
float:right;
padding-top:0px;
border: 6px solid #bdbcbc;
}

#promotionsright p {
	margin-left: 10px;
    margin-right: 5px;
}

#promotionsright li {
margin-left: 20px;
}

#promotionsleft {
width:325px; 
border: 6px solid #bdbcbc;
height:400px; 
padding-top:0px;
}

#promotionsleft p {
    padding: 0 5px;

}

#promotionsleft li {
 margin-left: 30px;
 }

#promotions .plink {
   background-color: #CCCCCC;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding: 5px;
    text-align: center;
    width: 300px;	
}


/* END: Promotions */

/* BEGIN: Stay Conneced on home */
#stay-connected-home {
	width:283px;
	background-color:#fff; 
	margin-right:-15px; 
	margin-bottom:10px;
	border:6px solid #bdbcbc;
}

/* END: Stay Conneced on home */

/* BEGIN: Highlights accordian */

.homepage #highlights {
	border: 0px solid #FFF;
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 10px; 
	margin-top:0px;
}

h2.highlights_2 {
	background-color: #187eb1; /* was #3399cc, upated to fix contrast issue */
	border: solid 6px #bdbcbc;
	border-bottom: solid 0px #FFF;
	padding: 5px 6px 5px 16px; 
	color: #ffffff;
	font-weight: bold;
	text-transform: none; /* uppercase; */
	font-size: 13px;
	margin-bottom: -3px;
	margin-top:0px;
}

.accordbox {
/*	font-size: 90%; */
	border: solid 6px #bdbcbc;
	border-bottom: solid 2px #FFF;
	border-top: solid 0px #FFF;
}

.homepage .accordbox {
	border-bottom: 0px solid #FFF;		
}

.accordboxcontent {
	border: solid 6px #bdbcbc;
	border-top: solid 0px #FFF;
	margin-top: -12px;
	font-size: 100%;
}
 
#hp_m_cont .accordbox a:link, #hp_m_cont .accordbox a:visited, #hp_m_cont .accordbox a:active {
font-weight: bold;
}
 
.closedlanguage {
 background-color: #bdbcbc; 
padding: 5px 5px 7px 9px;
border-left: 6px solid #bdbcbc;
border-right: 6px solid #bdbcbc;
 }
 
.closedlanguage a {
font-weight: bold;
text-decoration:  none;
margin-left: 4px;
 }
 
.closedlanguage a:link, .closedlanguage a:visited, .closedlanguage a:active {
text-decoration: none;
}

.closedlanguage a:hover  {
text-decoration: underline;
}
 
.openlanguage {
background-color: #ffffff;
border-top: solid 6px #bdbcbc;
font-variant:small-caps;
padding: 5px 5px 7px 8px;
background-image: url(../Images/home-styles/1_dwn_arrow.gif);
background-repeat: no-repeat;
background-position: 7px 10px;
}

.openlanguage a {
color: #1d5481;
font-weight: bold;
text-decoration:  none;
margin-left: 15px;
}

.openlanguage a:link, .openlanguag a:visited, .openlanguage a:active {
text-decoration: none;
}

.openlanguage a:hover  {
text-decoration: underline;
}

.ac_content {
margin: 0px 5px 20px 23px;
}

.ac_content a {
text-decoration: underline;
}

.ac_c_h {
color: #004f86 /* was #005590 */;
padding-top: 10px;
padding-left: 0px;
font-size: 110%;
}

.ac_content ul {
padding: 0px 0px 0px 20px;
margin: 0px;
}

.ac_content ul li{
margin: 0px;
padding: 0px 0px 4px 0px;
}
/* END: Highlights accordian */

/* END: hompeage styles */
/************************/


#dynamicLoader { width: 100%; margin-top: 20px; }
#dLSpinner { margin: 0px auto; width: 24px; }

#sidetree {				
	border-top: 4px solid #CCC;
	display: block;
	margin: 10px 0;
	min-height: 100px;
	overflow-x: hidden;
}
#sidetreecontrol, .treeheader {
	float: left;
	font-size: 14px;
	margin: 10px 4px;
	
}
#sidetreecontrol {
	float: right;
}			
.treeview {
    clear: right;
    margin-left: 0px;
    position: relative;
}
.treeview .hitarea {
    background: url("images/bg-plus-minus-grey.png") 0 0 no-repeat;				    
    height: 20px;
    margin-left: 0;
    margin-top: 6px;
    width: 24px 
}

.treeview .expandable-hitarea {
    background-position: 0 -20px;  /* update plus image bp here */
}

.treeview ul { background-color: #DDD; }

.treeview li, .treeview li.lastExpandable {
    background: none; /* removes default dotted lines */
    background-color: #FFF;				    
    min-height: 31px;				    
    line-height: 16px !important;
    padding: 0 0 0 24px; /*  padding for tree indent */
}

.treeview li a {
	display: block;
	max-height: 32px;
	min-height: 18px;
	margin-top: 9px;
	overflow: hidden;
	padding-bottom: 8px;
}

.treeview li.expandable, .treeview li.collapsable {
	padding: 0; /*  padding for tree indent */
}


.treeview li ul li { border-top: 1px solid #EAEAEA; }
/* .treeview li ul li:hover { background-color: #CDe6F7; }	*/
.treeview li ul li.collapsable { background-color: #D1D1D1; }
.treeview li ul li.collapsable ul li { background: #DCDCDC url("images/bg-tree.png") 0 0 no-repeat; border-top-color: #FFF; }
.treeview li ul li.collapsable ul li ul li { background: #E8E8E8 url("images/bg-tree.png") 0 -50px no-repeat; border-top-color: #FFF; }
.treeview li ul li.collapsable ul li ul li ul li { background: #F0F0F0 url("images/bg-tree.png") 0 -100px no-repeat; border-top-color: #FFF; }
.treeview li ul li.collapsable ul li ul li ul li ul li { background: #F7F7F7 url("images/bg-tree.png") 0 -150px no-repeat; border-top-color: #FFF; }
.treeview li ul li.collapsable ul li ul li ul li ul li ul li { background: #FFF url("images/bg-tree.png") 0 -200px no-repeat; border-top-color: #FFF; }												


.treeview li ul li ul li a { margin-left: 20px; }
.treeview li ul li ul li .hitarea { margin-left: 20px; }				
.treeview li ul li ul li.collapsable a,
.treeview li ul li ul li.expandable a { 
	margin-left: 0; 
}

.treeview li ul li ul li.collapsable ul li a { margin-left: 40px; }
.treeview li ul li ul li.collapsable ul li .hitarea { margin-left: 40px; }				
.treeview li ul li ul li.collapsable ul li.collapsable a,
.treeview li ul li ul li.collapsable ul li.expandable a { 
	margin-left: 0; 
}

.treeview li ul li ul li.collapsable ul li.collapsable ul li a { margin-left: 60px; }
.treeview li ul li ul li.collapsable ul li.collapsable ul li .hitarea { margin-left: 60px; }				
.treeview li ul li ul li.collapsable ul li.collapsable ul li.collapsable a,
.treeview li ul li ul li.collapsable ul li.collapsable ul li.expandable a { 
	margin-left: 0; 
}

.treeview li ul li ul li.collapsable ul li.collapsable ul li.collapsable ul li a { margin-left: 80px; }
.treeview li ul li ul li.collapsable ul li.collapsable ul li.collapsable ul li .hitarea { margin-left: 80px; }				
.treeview li ul li ul li.collapsable ul li.collapsable ul li.collapsable ul li.collapsable a,
.treeview li ul li ul li.collapsable ul li.collapsable ul li.collapsable ul li.expandable a { 
	margin-left: 0; 
} 


.treeview li.lastCollapsable { background: none; }
.treeview div.lastCollapsable-hitarea { background-position: 0 0px; }
.treeview div.lastExpandable-hitarea { background-position: 0 -20px; }

.printdialog {
	float: right;
	line-height: 31px;
}


/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=0px&bgColorHeader=3399cc&bgTextureHeader=01_flat.png&bgImgOpacityHeader=75&borderColorHeader=0e2a52&fcHeader=222222&iconColorHeader=cccccc&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=0e2a52&fcContent=222222&iconColorContent=222222&bgColorDefault=cccccc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=0e2a52&bgTextureOverlay=07_diagonals_medium.png&bgImgOpacityOverlay=50&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #AAAAAA; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
/* LM - removed 2/19/14 to all allow links in training tables to be blue. */
/* .ui-widget-content a { color: #222222; } */
.ui-widget-header { border: 1px solid #AAAAAA; background: #CCC url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }

/* .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_cccccc_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-a.topnav { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

/* Overlays */
.ui-widget-overlay { background: #0e2a52 url(images/ui-bg_diagonals-medium_50_0e2a52_40x40.png) 50% 50% repeat; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
	/* http://bugs.jqueryui.com/ticket/7233
	 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
	*/
	background-image:url(data:);
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 0px; zoom: 1; }
.ui-accordion .ui-accordion-header { background-color: #ffffff;	
	padding: 2px 5px 3px 8px;
	border: solid 6px #bdbcbc;
	border-bottom: solid 2px #FFF;
	border-top: solid 0px #FFF;
	margin-bottom: 3px; /* absent in main 	
	background-image: url(../Images/home-styles/1_dwn_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;*/ 
}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { color: #1d5481; display: block; font-weight: bold; padding: .5em .5em .5em 1.5em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 0em; border: solid 6px #bdbcbc; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom:4px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-accordion .ui-state-default {
	background: none;
	background-color: #bdbcbc;
	border-bottom: 0px solid #FFF;
	font-family: Verdana, sans-serif;
	font-weight: 700;
}
.ui-accordion .ui-accordion-header-active {
	background-color: #FFF;
	border-top: solid 6px #bdbcbc;
	margin-bottom: 0px;
	text-transform: uppercase; /* text-trasfor: small-caps in main */
}

.ui-accordion .ui-state-default .ui-icon {
	background: url(../Images/home-styles/1_right_arrow.gif) 3px 2px no-repeat;
}

.ui-accordion .ui-state-active .ui-icon {
	background: url(../Images/home-styles/1_dwn_arrow.gif) 3px 4px no-repeat;
}

/*
 * jQuery UI Autocomplete 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.12
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; height: 27px; } /* Changed from 31 to allow tab to sit on baseline */
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0 .2em -1px 0; border-bottom: 1px solid #AAA !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .3em .5em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 10px/*1em 1.4em*/; background: none; }
.ui-tabs .ui-tabs-panel.tableTabs { padding: 0; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.12
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ms-core-navigation {
		margin-left: 8px;
	}



