/* Main Template Overrides */
#content {
	font-family: Arial, Helvetica, sans-serif !important;
	line-height: 1.4em !important;
	margin: auto;
	width: 1028px;
	position: relative;
}

#content h2, #content h3 {
	color:#000;
}

#content .scroll_container h2 {
	font-weight: normal;
	font-size: 1.4em;
}

#content .ui-widget, #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
}

#content .tab_block li.ui-state-default {
	padding-bottom: 0;
}

#content .tab_block .callout_box li a {
	color: #A10E1F;
}

#content .tab_block table.jq_datatable td p{margin:0}

#content .scrollable ol {margin:0}
#content .scrollable .item {font-size:0.9em;position:relative}

#content .tab_block .colorTopBorder {
	font-size: 1.4em;
	padding-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #000;
}

#content a.browse {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	line-height: 1.2em;
	font-family: arial helvetica sans serif;
	margin-top: 0;
}

#content .left.disabled, #content .right.disabled, #content a.left:hover.disabled, #content a.right:hover.disabled {
	color: #f4f4f4;
	background: #d4d2d9;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d2d9', endColorstr='#d4d2d9',GradientType=0 );
	background: #d4d2d9;
}

#crumbtrail {margin-bottom: 20px;margin-top:0;}

#share_this {
	float:right;
	padding:0;
}

#share_this ol {
	margin:8px 0 0 0;
	padding:0;
	float:none;
}

#share_this ol li {
	display:block;
	
}

#share_this .social_text {
	padding:2px 0 0 0;
}

#featured_topics li:hover{background-color:#ffffff}

#featured_topics {filter:none;}
/* End Main Template Overrides */

.summary_block {
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	width:100%;
}

.summary_block .img_holder {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	width:125px;
}

.summary_block h4 {
	margin: 0 0 5px 0
}

#content .summary_block p {
	margin:5px 0 0 0;
	font-size:1.2em;
	line-height:1.4em;
}

.summary_block ul {
	margin:8px 0 0 0;
	padding-left:225px
}

.summary_block li {
	list-style-type:disc;
	list-style-position:inside
}
#content .summary_block a {
        color: #A4333B;
        font-weight: bold;
        float: left;
        margin-right: 75px;
}
#content .summary_block a:hover {
        text-decoration:underline;
	cursor:pointer;
}
.tab_block {
	margin-top:10px;	
}
.tab_block .callout_box {
	float:left;
	width: 175px;
	padding: 0;	
	font-style:italic;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:1.1em;
}

.tab_block .callout_box ul {margin-top:2px;padding:5px;margin:5px 15px 0 5px;}

.tab_block .callout_box li {
	list-style-type:none;
	padding:0;
	padding-bottom:10px;
}
.tab_block .callout_box img:hover {cursor:pointer;}

.tab_block .callout_box li a {	
	list-style-type:none;
	width:90%;
	display:block;
	text-align:center;
	padding:5px;
	line-height:1.4em;
	-moz-box-shadow:inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF;
	box-shadow:inset 0px 1px 0px 0px #FFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFF), color-stop(1, #dbadb1) );
	background:-moz-linear-gradient( center top, #FFF 5%, #dbadb1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#dbadb1');
	background-color:#FFF;
	border:3px solid #a10e1f;
	color:#a10e1f;
}

.tab_block .callout_box li a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dbadb1), color-stop(1, #FFF) );
	background:-moz-linear-gradient( center top, #dbadb1 5%, #FFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbadb1', endColorstr='#FFF');
	background-color:#dbadb1;
}

.tab_block .jq_tabs {
	float:left;
	width:1028px;
}

.tab_block .ui-tabs {
	padding: 10px 0;
	border-radius: 0;
	border-width: 0;
	background-color: transparent;
	/*font-size: .9em;*/
}

.tab_block ul.ui-tabs-nav {
	background: transparent none;
	border: 0;
	padding-left: 0;
	float:left;
	width:810px;
}

.tab_block div.ui-tabs-panel {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 3px solid #000000;
	/*background-color:#f4f4f2;*/
	display:inline-block;
	/*width:98%;*/
	width:1008px;
	min-height: 175px;
}

.tab_block li.ui-state-default {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background-image: none;
	background-color: #D4D2D9;
	margin-right: 5px;
	padding-bottom: 0;
}

.tab_block li.ui-state-default:last-child {
	margin-right: 0;
}

.tab_block li.ui-state-default a {
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
}

.tab_block li.ui-state-active {
	border-color: #A10E1F;
	background-color: #A10E1F;
	background-image: none;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.jq_tabs p,.jq_tabs ul,.jq_tabs li {
	line-height: 1.3em;
}

.tab_block li.ui-state-active a {
	background-color: transparent;
	color: #FFF !important;
	font-weight: bold;
}

.tab_block table.jq_datatable{font-size: 1.1em; border-collapse:collapse;border-spacing:0; border-left: 1px solid #DCDCDC;border-right: 1px solid #DCDCDC;border-bottom: 3px solid #000;border-bottom: 3px solid #000;}
.tab_block table.jq_datatable td{color:#333;line-height:1.4em;vertical-align:middle;padding:5px; border-color:#dcdcdc}
.tab_block table.jq_datatable thead tr{
	background-color:#EEF2F7;
	background:linear-gradient(to bottom, #FFFFFF 0%, #F9FAFD 30%, #EEF2F7 60%, #E4E9F4 100%) repeat scroll 0 0 transparent;
}
.tab_block table.jq_datatable th{padding:10px 5px;border-color:#dcdcdc;}  
.tab_block table.jq_datatable tr.odd{background-color:#fff} 
.tab_block table.jq_datatable tr.odd td.sorting_1{background-color:transparent}
.tab_block table.jq_datatable tr.even{background-color:#FAFAFA}
.tab_block table.jq_datatable tr.even td.sorting_1 {background-color:transparent}
.tab_block table.jq_datatable tbody tr:hover{background-color:#e7e9f9}
.tab_block table.jq_datatable blockquote{display:none}
.tab_block table.jq_datatable{margin:0}

.tab_block .scrollable{width:780px;height:300px;float:none;}
.tab_block #featured_topics img{border:1px solid black}
.tab_block #featured_topics {
	background: none;
	border-right:0;
	border-left:0;
	border-bottom:0;	
}

.tab_block .jq_tabs.alt_layout {width:851px;}
.tab_block .jq_tabs.alt_layout ul.ui-tabs-nav {width:630px;}
.tab_block .jq_tabs.alt_layout div.ui-tabs-panel {width:829px;}

.tab_block #featured_topics span.tint{width:125px;height:160px;position:absolute;opacity:0.4;z-index:10;display:block;cursor:pointer;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter: alpha(opacity=40);}

.tab_block .first_entry {
    margin: 0 164px 0 139px;
}

/* add space between press release, etc, listings */
div.tab_block div.listing {
    padding-top: 1.3em;
}
/* override .release_info span{white-space:nowrap} in inc/template.css */
div.tab_block div.listing div.release_info span {
    white-space: normal;
}

/*CONTACTS TAB************************************/

.contact_wrapper, .contact_wrapper>div {
    float: left;
}
.contact_wrapper div:first-child {
	border:1px solid #DDDDDD;;
	padding:2px;
}
.contact_wrapper {
    padding: 5px 0;
    width: 50%;
}
.contact_wrapper p{
	margin:0 0 0 10px;
}
.contact_wrapper img.portrait{
	margin:0;
}

/*STATIC TABLES*********************************/
table{  
   border-collapse: collapse;
    border-color: #006600 #DCDCDC #000000;
    border-spacing: 0;
    border-style: solid;
    border-width: 2px 1px 3px;
    font-size: 1.1em;
    margin: 0;
    width: 100%;

}
td{
    border: 1px solid #DCDCDC;
    height: 25px;
    padding: 0 10px;
}
tr {
    padding-right: 10px;
}
tr:nth-child(2n+1) {
    background-color: #eae9ec;
}
tr:nth-child(2n) {
    background-color: rgb(255, 255, 255);
}


/*STYLES INTRODUCED FOR PERFORMANCE ACOUNTABILITY REPORTING OCT/2014 IN AN EFFORT TO STANDARDIZE AND SIMPLIFY THE STYLES ON TABBED PAGES. BEGINNING WITH A SUPERCONTAINER OF #WPTC AND CASCADING FROM THERE. HOPEFULLY WILL BE ABLE TO DELETE THE COLLECTIONS.CSS(CSS FILE GOVERNING THE SECTIONS BUILT IN FRAMEWORK) WHEN ALL SECTIONS ARE MIGRASTED TO PMR*********************************/

/*OPTED FOR A TAG FOR EACH COLOR OF CALLOOUT BOX RATHER THAN, ONE OVERALL AND ONE FOR EACH COLOR, TO AVOID CONFUSION (percieved load time should be about the same)*/
#content .tab_block .callout_box li.blue a{
	background: #c7cbe2; /* Old browsers */
	background: -moz-linear-gradient(top, #c7cbe2 5%, #dee5f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#c7cbe2), color-stop(100%,#dee5f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c7cbe2 5%,#dee5f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c7cbe2 5%,#dee5f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c7cbe2 5%,#dee5f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c7cbe2 5%,#dee5f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cbe2', endColorstr='#dee5f9',GradientType=0 ); /* IE6-9 */
    border: 3px solid #37609c;
    border-color: #37609c;
	 color: #37609c;
    display: block;
    line-height: 1.4em;
    list-style-type: none;
    padding: 5px;
    text-align: center;
    width: 90%;
}
#content .tab_block .callout_box li.blue a:hover{
	background: #dee5f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #dee5f9 5%, #c7cbe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#dee5f9), color-stop(100%,#c7cbe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dee5f9 5%,#c7cbe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dee5f9 5%,#c7cbe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dee5f9 5%,#c7cbe2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dee5f9 5%,#c7cbe2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee5f9', endColorstr='#c7cbe2',GradientType=0 ); /* IE6-9 */
}


#content .tab_block .callout_box li.red a {
	background: #f4e6e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4e6e7 5%, #dbadb1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#f4e6e7), color-stop(100%,#dbadb1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4e6e7 5%,#dbadb1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4e6e7 5%,#dbadb1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4e6e7 5%,#dbadb1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4e6e7 5%,#dbadb1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e6e7', endColorstr='#dbadb1',GradientType=0 ); /* IE6-9 */    
	 border-color: #a10e1f;
	 color: #a10e1f;
    display: block;
    line-height: 1.4em;
    list-style-type: none;
    padding: 5px;
    text-align: center;
    width: 90%;
}
#content .tab_block .callout_box li.green a {
   background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 5%, #c0d9c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#c0d9c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 5%,#c0d9c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 5%,#c0d9c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 5%,#c0d9c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 5%,#c0d9c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0d9c0',GradientType=0 ); /* IE6-9 */
    border-color: #006600;
    color: #006600;
    display: block;
    line-height: 1.4em;
    list-style-type: none;
    padding: 5px;
    text-align: center;
    width: 90%;
}
#content .tab_block .callout_box li.yellow a {
   background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 5%, #eae8a7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#eae8a7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 5%,#eae8a7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 5%,#eae8a7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 5%,#eae8a7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 5%,#eae8a7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae8a7',GradientType=0 ); /* IE6-9 */
    border-color: #cccc00;
    color: #cccc00;
    display: block;
    line-height: 1.4em;
    list-style-type: none;
    padding: 5px;
    text-align: center;
    width: 90%;
}


#wptc h2{
	font-size: 1.5em;
	color: #000;
	padding: 5px 0 20px;
}
.wptc_block{
	margin-left:0;
}
.wptc_block_half{
	float: left;
   width: 50%;
}
.wptc_block_quarter{
	float: left;
   width: 48%;
}
ul.wptc_list li{
	line-height: 0.95em;
}
ul.wptc_list_referencematerials{
	padding: 0;
	margin:0;
	list-style: none outside none;
}
ul.wptc_list_referencematerials li{
	 display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 3%;
    width: 17%;
}
.wptc_list_collections{
	padding: 0;
	margin:0;
	list-style: none outside none;
}
.wptc_list_collections li{
	margin-bottom: 30px; 
	width: 47%; 
	float: left; 
	margin-left: 0px
}
.wptc_img{
}	
.wptc_img_left{
	height: 100%;
	float: left;
	margin: 5px 15px 5px 0;
}

/*hr styles. most of them WERE as borders on other elements. the gray ones had the jqtabs hr style. All "web page tab content" is put inside a container div of #wptc to can clean up these and  alot of other things*/

#wptc hr { 
   display: block;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   margin-left: auto;
   margin-right: auto;
   border-style: solid none none;
   border-width: 2px;
} 
#wptc hr.gray_rule {
	border-color: #ddd;   
}
#wptc hr.blue_rule {
	border-color: #37609c;   
}
#wptc hr.yellow_rule {
	border-color: #cccc00;   
}
#wptc hr.green_rule {
	border-color: #339700;   
}
#wptc hr.red_rule {
	border-color: #a10e1f;   
}
.button_rounded_gradient{
	border:1px solid #A3A3A3;
	color:red!important;
	/*text-align:center;
	line-height:45px;*/
    font-size:1.8em!important;
    font-weight: bold;
    height: 48px;
    width:100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,bfbfbf+100 */
background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top, #eaeaea 0%, #bfbfbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eaeaea 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eaeaea 0%,#bfbfbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eaeaea 0%,#bfbfbf 100%); /* IE10+ */
background: linear-gradient(to bottom, #eaeaea 0%,#bfbfbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */ 
}
.button_rounded_gradient:hover{
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,eaeaea+100 */
background: #bfbfbf; /* Old browsers */
background: -moz-linear-gradient(top, #bfbfbf 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfbfbf 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfbfbf 0%,#eaeaea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfbfbf 0%,#eaeaea 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfbfbf 0%,#eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

/* for accordion content in tabbed web pages */
div.tab_content_accordion h3.ui-state-default {
    color: #fff !important;
    background-color: #060;
    background-image: none;
}
div.tab_content_accordion h3.ui-state-active {
    background-color: #050;
}
div.tab_content_accordion .ui-state-hover .ui-icon,
div.tab_content_accordion .ui-state-active .ui-icon {
    background-image: url(/scripts/jquery/css/images/ui-icons_ffffff_256x240.png);
}

