@charset "utf-8";
/*
FILE: Site-wide CSS with media queries for HTML5 template.
NOTE  : Target size for full display is 1024px width. However, since vertical scroll bars on desktop browsers occupy 17px,
		that leaves a usable width of 1007px (1024 - 17). But due to 8px padding, content width is reduced further
		to 991px (1007 - 16). Scroll bars on mobile devices are overlaid and do not occupy space.
BY: Frank Henderson, TDCJ Web Services
DATE: 11/20/19
UPDATED: 
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 	{
	margin: 0px;
	color: #333333;
}
h1	{
    font-size: 23px;
    margin-left: 10px;
    display: none;    /*  hidden */
}
h2  {
    font-size: 21px;
    /*display: block;*/
    color: #003187;
    padding-top: 2px;
    padding-right: 2px;
    padding-left: 10px;
    padding-bottom: 12px;
    /*text-transform: uppercase;*/
}
h2 a:link, a:visited, a:focus, a:active a:hover {
    text-decoration: none;
}
h3  {
    font-size: 18px;
    line-height: normal;
    padding-top: 14px;
	color: #003187;
    padding-bottom: 5px;
    padding-left: 10px;
}
h3 a:link, a:visited, a:focus, a:active a:hover {
    text-decoration: none;
}
h4  {
    font-size: 16px;
    padding-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #003187;
}

p  {
    line-height: 17px;
    font-size: 14px;
    margin-bottom: 18px;
    margin-left: 10px;
    margin-right: 10px;
    min-height: 0;
}
blockquote {
    margin-left: 12px;
}
ul {
    margin-left: -4px;
}

.bold  {
    font-weight: bold;
    
}
.italic  {
    font-style: italic;
}

.red  {
    color: #FF0000;
}

.smaller  {
    font-size: 12px;
}

.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.noindent {
    padding-left: -11px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.hide_tag {display: none; } /* hides any tag you apply it to */


ul.star	{
	list-style-image: url(/test/bpp/images/star_bullet.gif);	
	font-size: 14px;
}

ul.nobullet {
    list-style-type: none;
}


ol.bold {
    font-style: normal;
    font-weight: bold;
}


.leading {
    line-height: 23px;
}

.vertical_align_top {
    vertical-align: top;
}




/* for HTML5 backwards compatibility  */
header, footer, aside, section, article, nav, hgroup {
	display: block;
}

/* hyperlinks for footer */
footer a:link, footer a:visited, footer a:focus, footer a:active {	color: #FFFFFF;	text-decoration: none; }
footer a:hover { color: #FFFFFF; text-decoration: underline; }
/* hyperlinks all other */
a:link, a:visited, a:focus, a:active { color: #003187; text-decoration: underline; }
a:hover { color: #003187; text-decoration: none; }

/*
=====================================================
TOP HEADER BANNERS
=====================================================
*/

#title_banner {
	width: 100%;
	height: 128px;
	background-color: #003187;
}

#title	{
	float: left;
	width: 320px;
	height: 128px;
	background-image: url(../images/title_small.png);
}

#grey_bar {	
	width: 100%;
	height: 11px;
	background-color: #D0D0D0;
}

/*
=====================================================
BODY & CONTENT
=====================================================
*/

#body {	
	width: 100%;
	background-color: #FFFFFF;
}

#content {
	font-size: 14px;
	line-height: 17px;
	color: #333333;    /* font color */
}

#content_menu	{
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D0D0D0;
    text-align: center;
}
#content_right    {
    padding: 11px 11px 11px 8px;
    min-height: 475px;
}

/*
=====================================================
FOOTER BANNERS
=====================================================
*/

footer {
	background-color: #003187;
	display: block;
	font-size: 11px;
    line-height: 17px;
	color: #FFFFFF;
	padding: 11px;
	text-align: center;
    margin-top: -18px;
}



/*
=====================================================
DIV INFORMATION
=====================================================
*/
.flex-container {
  display: flex;
}

.div_container {
	height: auto;
	width: 100%;
    overflow: auto;
}
.div_container_95 {
	height: auto;
	width: 95%;
    overflow: auto;
}

.div_05_left {
    height: inherit;
    width: 4%;
    float: left;
}

.div_95_left {
    height: inherit;
    width: 94%;
    float: left;
}

.div_10_left {
    height: inherit;
    width: 9%;
    float: left;
}
.div_90_left {
    height: inherit;
    width: 89%;
    float: left;
}
.div_30_left {
    height: inherit;
    width: 29%;
    float: left;
}

.div_30_right {
    height: inherit;
    width: 29%;
    float: right;
}
.div_20_right {
    height: inherit;
    width: 19%;
    float: right;
}
.div_70_right {
    height: inherit;
    width: 69%;
    float: right;
}
.div_70_left {
    height: inherit;
    width: 69%;
    float: left;
}
.div_80_left {
    height: inherit;
    width: 79%;
    float: left;
}
.div_25_left {
    height: inherit;
    width: 24%;
    float: left;
}
.div_25_middle {
    height: inherit;
    width: 24%;
    float: left;
}
.div_25_right {
    height: inherit;
    width: 24%;
    float: left;
}
.div_75_right {
    height: inherit;
    width: 75%;
    float: right;
}
.div_75_left {
    height: inherit;
    width: 75%;
    float: left;
}
.div_20_left {
    height: inherit;
    width: 20%;
    float: left;
}

.div_80_right {
    height: inherit;
    width: 79%;
    float: right;
}
.div_50_left {
    height: inherit;
    width: 49%;
    float: left;
}
.div_50_right {
    height: inherit;
    width: 49%;
    float: right;
}
.div_55_right {
    height: inherit;
    width: 54%;
    float: right;
}
 .div_33_left {
    height: inherit;
    margin-right: 1px;
    width: 32%;
    float: left;
}
 .div_33_middle {
    height: inherit;
    margin-right: 1px;
    width: 32%;
    float: left;
}
 .div_33_right {
    height: inherit;
    margin-right: 1px;
    width: 32%;
    float: left;
}
    
.div_40_left {
    height: inherit;
    width: 39%;
    float: left;
}
    
.div_40_right {
    height: inherit;
    width: 39%;
    float: right;
}

    
.div_60_right {
    height: inherit;
    width: 59%;
    float: right;
}
    
.div_60_left {
    height: inherit;
    width: 59%;
    float: left;
}

.div_10_left {
    height: inherit;
    width: 10%;
    float: left;
}
.div_90_right {
    height: inherit;
    width: 89%;
    float: right;
}

.hide_link_title {
    pointer-events: none;
}























/*
=====================================================
PROGRESSIVELY ENHANCED STYLES
=====================================================
*/

@media screen and (min-width: 480px) {

#title	{
	background-image: url(../images/title_medium.png);
	width: 389px;
}

}

@media screen and (min-width: 640px) {

#title	{
	background-image: url(../images/title_medium2.png);
	width: 550px;
}

.container	{	/* left column background (grey) + right border (visible at 1024px) */
	background-image: url(../images/background_image.png);
	background-repeat: repeat-y;
}

#content_menu {	/* left column menu */
	float: left;
    width: 192px;
}

#content_right {
	margin-left: 192px;
	width: auto;
}

}

@media screen and (min-width: 768px) {

#title	{
	background-image: url(../images/title_medium3.png);
	width: 750px;
}

}






@media screen and (min-width: 1024px) {

#title	{
	background-image: url(../images/title_large.png);
	width: 960px;

}

.container	{		/* limits all content to 1007px width (see NOTE at top) */
	width: 1007px;	
	margin-right: auto;
	margin-left: auto;
}

#content	{        /* same as .container */
	width: 1007px;   /* due to 8px <p> padding, resulting #content width is 991px (1007 - 16) */
}

.footer_container {
	width: 1002px;	/* due to 5px padding, use separate container class for footer (1007 - 5) */
	margin-right: auto;
	margin-left: auto;
}

}

@media print {

#body  {
	background-color: #FFFFFF;	
}

footer, #content_menu {
	display: none;	
}

}

#skiptocontent a {
/*    background: #FFF9A5
	background: rgb(191, 23, 34); */
    padding: 6px;
    transition:top 1s ease-out;
    left: 0px; top: -40px;
    color: white;
/*    border-right-color: white;
    border-bottom-color: white;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid; */
    position: absolute;
    z-index: 100;
/*    border-bottom-right-radius: 8px; */
    -webkit-transition: top 1s ease-out;
}
#skiptocontent a:focus {
	outline: 0px;
    transition:top 0.1s ease-in;
    left: 0px; top: 0px;
    position: absolute;
    -webkit-transition: top .1s ease-in;
}

img {	/* images flex based on screen size */
    max-width:100%;
    height: auto;
}

video {	/* video flexes based on screen size */
    width: 100%;
    height: auto;
}

/*use for photos or graphics that need a border and padding */
.photo_borders_left {
    float:left;
    border:1px solid #000000;
    margin:0px 12px 12px 0px
}

.photo_borders_right {
    float:right;
    border:1px solid #000000;
    margin:0px 0px 12px 12px
}

.graphics_left {
    float:left;
    margin:0px 12px 12px 0px
}

.graphics_right {
    float:right;
    margin:0px 0px 12px 12px
}

.graphics_border {
    border:1px solid #000000;
}

figure {
  display:table;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
/*    max-width:100%;
    height: auto;   */
}

figcaption {
  display:table-caption;
  caption-side:bottom;
}

.figure-left {
    float: left;
}

.figure-right {
    float: right;
}





/* standard table (use modifiers below for text alignment, borders etc.)  */
caption {display: none}

.bpp_table_odd {border-style:solid; border-width:1px 1px 1px 1px; border-color:#333; border-collapse: collapse; }
.bpp_table_odd th {
	color: #FFFFFF;
	background-color: #003187;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #003187;
	padding: 4px;
	font-size: 14px;
}
.bpp_table_odd th p { color:#FFF; }

.bpp_table_odd td {
	border-style:solid;
	border-width:0px 0px .5px 0px;
	border-color:#333;
	padding: 4px;
	font-size: 14px;
}
.bpp_table_odd caption {display: none}


.bpp_table {border-style:solid; border-width:0px 0px 1px 0px; border-color:#333; border-collapse: collapse;}
.bpp_table th {
	color: #FFFFFF;
	background-color: #003187;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #003187;
	padding: 4px;
	font-size: 14px;
}
.bpp_table th p { color:#FFF; }

.bpp_table td {
	border-style:solid;
	border-width:0px 0px .5px 0px;
	border-color:#333;
	padding: 4px;
	font-size: 14px;
}
.bpp_table caption {display: none}


.bpp_table_publications {border-style:solid; border-width:1px; border-color:#000; border-collapse: collapse; style="width: 98%";}

.bpp_table_publications th {
	color: #FFFFFF;
	background-color: #003187;
	border-style: solid;
	border-width: 1px;
	border-color: #003187;
	padding: 4px;
	font-size: 14px;
}
.bpp_table_publications th p { color:#FFF; }

.bpp_table_publications td {
	border-style:solid;
	border-width:1px;
	border-color:#333;
	padding: 4px;
	font-size: 14px;
}
.bpp_table_publications caption {display: none}







/* table modifiers */
.indent  {margin-left: 10px; margin-right: 10px; }
.left td {text-align:left; }
.left th {text-align: left;}
.right td {text-align:right; }
.center td {text-align:center; }
.noborder {border-style: none; } .noborder td { border-style: none; }
.rowline {border-style: none;  } .rowline td { border-width:0px 0px 01px 0px; }
.smaller td {font-size: 0.8em}
.padding td {padding: 9px;} /*  used specifically for Publications page*/

/* table wrap (for ALL tables; allows table content to scroll on smaller screens) */ 
div.overflow  {	overflow-x: auto; }

/* divs as tables (for non-tabular data; for spacing and alignments, use page-specific elements) */
div.table	{ display: table; }
div.tr		{ display: table-row; }
div.td		{ display: table-cell; }


/* return div for breadcrumb trail */
.return_to_div {
	/*clear:both; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
    color: #333333;
	line-height: normal;
	text-decoration: none;
	/*padding-top: 22px; */
	padding-bottom: 30px;
    margin-left: 10px;
}
.yellow_highlight {
    background-color: #FFF9A5;
    padding: 3px;
}
.light_blue_highlight {
    background-color: #a6caf0;
    padding: 3px;
}



tel {
    text-decoration: none;
    text-decoration-line: none;
    color: #000000;
}
/* hyperlinks for telelphones */
.tel-link a:link, .tel-link a:visited, .tel-link a:focus, .tel-link a:active .tel-link a:hover {
    color: #000000;	text-decoration: none; }
.tel-link a:link {
    color: #000000;
    text-decoration: none;
}
