*
{
    padding:0;
    margin:0;
}

body
{
    padding:0;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62%; /*approx 10pt*/
    background: #FFF url('../Assets/background.jpg') repeat-x top left;
    color: #333;
    text-align: center;
	min-width: 600px;
}

table, caption {
  font-size: 100%;
}

input,
select
{
    font-size:100%;
    font-family: Arial, Helvetica, sans-serif;
    color:#333;
}

#content .tab input[type=text],
#content .tab input[type=button],
#content .tab input[type=submit],
#content .tab select
#content .subscriptions input[type=text],
#content .subscriptions input[type=submit]
{
    height: 22px;
    line-height: 22px;
    border:1px solid #CCC;
}

#content .subscriptions input,
#content .tab input
{
    font-size:1.1em;
    margin-bottom:2px;
}

#content .tab select
{
    margin-bottom:5px;
    font-size:1.1em;
}

a
{
    color: #275DA6;
}

#wrapper
{
    margin: 0 auto;
    width: 962px;
    text-align:left;
}

#header_outer
{
    padding:0;
    margin:0 auto;
    margin-bottom:-20px;
    padding-bottom:20px;
	background-color: #00374e;
}

#header
{
    z-index: 2; /* For drop-down menu to appear above content */
    position: relative;
    width: 940px !important;
    width: 960px;
    height: 130px !important;
    height: 140px;
    padding: 10px 0px 0px 20px;
    margin:0 auto;
}

#header, #header a
{
    color: #FFFFFF;
    text-decoration: none;
}

#header a:hover
{
    text-decoration: underline;
}

#header_nav
{
    font-size:1.1em;
    height:50px;
    float:right;
    position:absolute;
    top:17px;
    right:1px;
}

#header_nav li,
#header_secondary_nav li
{
    display:block;
    float:left;
    padding:0 1em 0 1em;
    border-left:1px solid #FFFFFF;
}

#header_nav li:first-child,
#header_secondary_nav li:first-child,
#header_nav li.first,
#header_secondary_nav li.first
{
    border: none;
    padding-left: 0;
}

#header_primary_nav
{
    position: absolute;
    bottom: 0;
    left: 19px;
}

#header_primary_nav li
{
    position: relative;
    display: block;
    float: left;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}

#header_primary_nav .wide,
#header_primary_nav .wide_active,
#header_primary_nav .wide_current,
#header_primary_nav .wide:hover,
#header_primary_nav .normal,
#header_primary_nav .normal_active,
#header_primary_nav .normal_current,
#header_primary_nav .normal:hover
{
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #0055aa;
}

#header_primary_nav .wide,
#header_primary_nav .normal
{
	background: #0098cc;
}

#header_primary_nav .wide
{
    height: 31px;
    width: 141px;
}

#header_primary_nav .normal
{
    height: 31px;
    width: 84px;
}

#header_primary_nav .wide_current,
#header_primary_nav .normal_current
{
    color: #333;
}

#header_primary_nav .wide_active,
#header_primary_nav .wide_current,
#header_primary_nav .wide:hover,
#header_primary_nav .normal_active,
#header_primary_nav .normal_current,
#header_primary_nav .normal:hover
{
	background: #fff;
}

#header_primary_nav .wide_active,
#header_primary_nav .wide_current,
#header_primary_nav .wide:hover
{
    height: 31px;
    width: 141px;
}

#header_primary_nav .normal_active,
#header_primary_nav .normal_current,
#header_primary_nav .normal:hover
{
    height:31px;
    width: 84px;
}

#header_primary_nav a
{
    display: block;
    width: 100%;
}

#header_primary_nav .wide_active a,
#header_primary_nav .normal_active a,
#header_primary_nav .wide_current a,
#header_primary_nav .normal_current a,
#header_primary_nav .wide:hover a,
#header_primary_nav .normal:hover a
{
    color: #333;
}

#header_primary_nav .wide_active a:hover,
#header_primary_nav .normal_active a:hover
{
    text-decoration: underline;
}

#header_primary_nav li ul
{
    display: none;
    position:absolute;
    left:0;
    top:30px;
    font-size:0.76em;
    font-weight: normal;
}

#header_primary_nav li ul li
{
    list-style-type: none;
    text-align: left;
    font-size: 1.1em;
    color: #68237A;
    line-height: 1.6em;
    width: 220px;
    border-top: solid 1px #F6F5F5;
    border-bottom: solid 1px #CDCDCE;
    border-left: solid 1px #CBCDCF;
    border-right: solid 1px #D0CBD3;
    background: #E4E4E4;
}

#header_primary_nav li ul li.header_primary_nav_heading
{
    width:200px !important;
    width:222px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F6F5F5;
    font-weight:bold;
}

#header_primary_nav li ul li a
{
    font-weight: normal;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width:200px !important;
    width:220px;
}

#header_primary_nav li ul li a:hover,
#header_primary_nav li ul li.hover a
{
    color: #275DA6;
}

#header_primary_nav li ul li:hover,
#header_primary_nav li ul li.hover
{
    background: #F6F5F5;
}

#header_primary_nav li ul li.header_primary_nav_heading:hover,
#header_primary_nav li ul li.header_primary_nav_heading.hover
{
    background: #F6F5F5;
}

#header_secondary_nav
{
    margin-bottom:10px;
    margin-right:-1em;
    font-size: 1.3em;
    text-align:right;
    position:absolute;
    bottom:2px;
    right:0px;
}

#search-div
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 6px 0;
}
#search-div #search-text
{
	float: left;
	width: 161px;
	height: 20px;
	border: 1px solid #bbb;
	border-right: none;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 1.3em;
	padding: 0 6px;
}
#search-div #search-submit
{
	float: left;
	width: 22px;
	height: 22px;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-image: url('/media/4106507/icon_search.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	background-color: #bbb;
	font-size: 0;
	color: transparent;
	padding: 0;
}

#page_outer
{
    width: 922px;
    padding: 20px 19px 0px 19px;
    background-color: #F6F5F5;
    border: solid 1px #CCCCCC;
    border-bottom-width: 0px;
}

#page_menu a
{
    text-decoration: none;
}

#page_menu a:hover
{
    text-decoration: underline;
}

#page_menu li
{
    list-style-type: none;
    text-align: left;
    font-size: 1.17em; /*1.4*0.76*1.18*/
    color: #68237A;
    line-height: 1.6em;
    width: 210px;
    border-top: solid 1px #F6F5F5;
    border-bottom: solid 1px #CDCDCE;
    border-left: solid 1px #CBCDCF;
    border-right: solid 1px #D0CBD3;
    background: #E4E4E4;
}

#page_menu li.header_primary_nav_heading
{
    width:190px !important;
    width:212px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #F6F5F5;
    font-weight:bold;
}

#page_menu li a:hover,
#page_menu li.hover a
{
    color: #275DA6;
}

#page_menu li:hover,
#page_menu li.hover
{
    background: #F6F5F5;
}

#page_menu li.header_primary_nav_heading,
#page_menu li.header_primary_nav_heading
{
    background: #F6F5F5;
}

#page_menu li.current
{
    width:212px; /* extra 2px to flow into the document on eg IE6 */
    background: #FFFFFF;
    border-right:solid 1px #FFFFFF;
}

#page_menu li.current a
{
    color:#275DA6;
}

#page_menu h2
{
    width:210px;
    background: #333;
    font-weight:bold;
    border: solid 1px #333;
    font-size:1.2em;
    line-height: 1.6em;
}

#page_menu h2 a
{
    color: #FFF;
    font-weight:bold;
}

#page_menu li a
{
    font-weight: normal;
    color: #333333;
}

#page_menu li a,
#page_menu h2 a
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    width: 190px !important;
    width: 210px;
}

#page_menu
{
    width:212px;
    float:left;
    padding-bottom:20px;
}

#page_home
{
    width:920px;
	padding-right: 19px;
}

#page_home_image
{
    width:922px;
    margin-bottom:8px;
}

#page_home_links_bar
{
    color: #333;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#page_home_links_bar #links_bar_links
{
    padding:4px;
}

#page_home_links_bar ul
{
    list-style-type: none;
    font-size: 1em;
    font-weight: bold;
}

#page_home_links_bar li
{
    display:inline;
    margin-right:20px;
}

#page_home_links_bar a
{
    text-decoration: none;
    color:#000;
}

#page_home_links_bar a:hover span
{
    text-decoration: underline;
}

#page_home_links_bar span
{
    position:relative;
    top:-9px;
    margin-left:2px;
}

#page_home_main_content
{
    background: #FFF;
    color: #333;
    border: solid 1px #CCC;
    padding: 8px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#page_home_main_content li
{
    margin-left: 20px;
}

#page_standard,
#page_wide,
#page_full
{
    margin-top:-20px;
}

#inner_content
{
    padding-top:20px;
}

#page_standard
{
    background:Transparent url('../Assets/page_standard_faux_columns.gif') repeat-y top left;
}

#page_wide
{
    background:Transparent url('../Assets/page_wide_faux_columns.gif') repeat-y top left;
}

#page_standard_main
{
    width:505px;
}

#page_standard_breakout
{
    width:150px;
    float:left;
    padding-left:15px;
}

a img
{
    border-width:0px;
}

#footer
{
    color: #000;
	background: #ccc;
}

#footer,
#footer a,
#footer_base,
#footer_base a,
#footer_small,
#footer_small a
{
    color: #000000;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footer_inner
{
    margin: 0 auto;
    text-align:left;
    width: 100%;
    max-width: 920px;
}

#footer_navigation
{
	padding: 1em;
}

#footer_navigation .footer_nav_list
{
    float:left;
    width: 25%;
}

#footer_navigation h2
{
    margin-bottom: 10px;
}

#footer_navigation li
{
    list-style-type: none;
    line-height:20px;
}

#footer_navigation li li
{
    font-size: 1.1em;
}

#footer_base
{
	background-color: #999;
}

#footer_base_inner
{
	margin: 0 auto;
	padding: 0 1em;
    line-height:60px;
    max-width: 920px;
}

	#footer_base_inner .copyright
	{
		float:right;
	}

#footer_base_inner li
{
    float:left;
	    margin-left: 20px;
}

#footer_base_inner li.wcag
{
  margin-left: 0px;
  list-style-type: none;
}

#footer_base_inner li.wcag:first-child
{
	margin-right: 0.6em;
}

#footer_base_inner li.first
{
  margin-left:10px;
  list-style-type:none;
}

#footer_base_inner li img
{
  position:relative;
  top:13px;
}

#content h1 {
	font-size:2em;
	color:#275DA6;
	margin-bottom: 0.5em;
	font-weight:normal;
}
	#content h1.subsection {
		margin-left: 1.5em;
		position: relative;
	}
		#content h1.subsection:before {
			display: block;
			content: '+';
			position: absolute;
			width: 1em;
			height: 1em;
			border: 1px dotted #275da6;
			top: 0em;
			left: -1.5em;
			text-align: center;
		}
		#content h1.subsection.expanded:before {
			content: '-';
		}

#content h2 {
	font-weight:bold;
	font-size:1.6em;
	margin-top:1.4em;
	margin-bottom:0.4em;
}

#content h3,
#content h4,
#content h5,
#content h6 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 1em;
}

#content ul,
#content ol {
	margin-left: 15px;
}

#content p {
	font-size: 1.3em;
	margin-bottom: 1.3em;
	line-height: 1.3em;
}
#content p.caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.3em;
}
#content p.source {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: -1.3em;
}

#content ul,
#content ol
{
    font-size:1.2em;
    padding-bottom:1.5em;
}

#content ol ol,
#content ol ul,
#content ol p,
#content ul ol,
#content ul ul,
#content ul p,
#content .content ol ol,
#content .content ol ul,
#content .content ul ol,
#content .content ul ul,
#content #page_inner ol ol,
#content #page_inner ol ul,
#content #page_inner ul ol,
#content #page_inner ul ul {
	font-size: 1em;
    padding-bottom: 0;
}

#content .content ul,
#content .content ol,
#content #page_inner ul,
#content #page_inner ol {
	font-size: 1.3em;
}

#content ul#news_issues li {
	padding-top: 1em;
}

#content ul#news_issues p {
	padding-bottom:0.3em;
}

#content #page_inner ol.footnotes {
	font-size: 1em;
}
#content #page_inner ol.footnotes li {
	margin-bottom: 0.3em;
}
#content #page_inner ol.footnotes li a {
	text-decoration: none;
}

#content img {
	max-width: 100%;	
}
#content .gm-style img {
	max-width: none;	
}

.screen_reader {
    display:block;
    position:absolute;
    left:-9999px;
    width:auto;
}

#page_home_latest .pager
{
    margin-top:4px;
    margin-right:10px;
    text-align:right;
}

.pager img
{
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

.pager .records,
.pager .pages,
.pager .total_records
{
    display:inline-block;
    vertical-align:top;
    line-height:16px;
}

.breadcrumbs
{
    width:100%;
    padding-bottom:5px;
    margin-bottom:5px;
    background: Transparent url('../Assets/breadcrumb_horizontal_seperator.jpg') repeat-x bottom;
}

.breadcrumbs .readspeaker
{
	float:right;
	margin-bottom: -7px;
	position: relative;
	top: -2px;
}

#font-sizer
{
	display: inline-block;
	border-left: 1px solid #999;
	margin-left: 6px;
}
#font-sizer span
{
	margin-left: 3px;
}
#font-sizer span:first-child
{
	margin-left: 6px;
}
#font-sizer span img
{
	cursor: pointer;
}

#content .breadcrumbs ol
{
    margin-left:0px;
}

.breadcrumbs li
{
    float:left;
    padding-left:10px;
    margin-left:6px;
    list-style-type:none;
    background: Transparent url('../Assets/breadcrumb_seperator.jpg') no-repeat left;
}

.breadcrumbs li:first-child,
.breadcrumbs li.first
{
    margin-left:0px;
    padding-left:0px;
    background-image: none;
}

.last_updated
{
    clear:both;
    margin-top:2em;
    font-size:0.9em;
    font-style:italic;
}

#page_home_latest .header h2
{
    font-size: 1.4em;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    float: left;
}

#page_home_latest .header h2 a
{
    color:#fff;
    text-decoration:none;
}

#page_home_latest .header h2 a:hover
{
    text-decoration:underline;
}

#content .content > .news_image
{
    margin-bottom: 1em;
}

#content .content > .news_image img
{
	width: 45em;
	max-width: 100%;
	height: 18em;
	display: block;
}

#content .content > .news_image.right
{
	width: 24em;
	max-width: 100%;
	float: right;
	margin-left: 2em;
	padding: 0.2em;
	border: 1px solid #ccc;
	border-radius: 0.6em;
}

#content .content > .news_image.right img
{
	width: 24em;
	max-width: 100%;
	height: 18em;
	display: block;
	border-radius: 0.6em;
}

#page_home_news .news_items .news_content
{
    background-color:#f6f5f5;
}

#page_home_news .news_items span
{
    font-size:1.2em;
    line-height:1.6em;
}

#page_home_news #page_home_news_all
{
    font-size:1.2em;
    padding:1.6em 0;
}

#page_home_news #news_item_links
{
    display:inline-block;
    list-style-type: none;
    float:right;
}

#page_home_news #news_item_more
{
	float:right;
}

#page_home_news #news_item_links li
{
	float:left;
}

#page_home_news #news_item_more,
#page_home_news #news_item_links li
{
    float:left;
    padding:2px;
    margin-top:8px;
    line-height:15px;
}

#page_home_news #news_item_more a,
#page_home_news #news_item_links a
{
    color: #FFFFFF;
    background: #1E4B86;
    text-decoration: none;
    height: 15px;
    width: 15px;
    display: block;
    text-align: center;
}

#page_home_news #news_item_links a.selected
{
    background: #10386C;
}

#page_home_news #news_item_more a:hover,
#page_home_news #news_item_links a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

#page_home_latest .report_pages li
{
    list-style-type: none;
    display: inline-block;
}

#page_home_latest .reports li div
{
    padding-right:10px;
}

#page_home_latest .reports h3
{
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
	margin-right: 0.2em;
}

#page_home_latest .reports h3 a
{
    color: #275DA6;
    text-decoration: none;
}

#page_home_latest .reports h3 a:hover
{
    text-decoration: underline;
}

#page_home_latest .reports .report_date
{
    font-size:0.9em;
    font-style: italic;
    color: #275DA6;
    display: inline-block;
}

#page_home_latest .reports p
{
	font-size: 1.2em;    
	line-height: 1.4em;
}

#page_home_submit
{
    float:left;
    clear:left;
    width:300px;
}

#page_home_submit .mandatory
{
    margin-left:5px;
}

#page_wide_main
{
    //width:688px !important;
    width:670px;
}

.quick_find .searchbox_div
{
	margin-right: 26px;
}
.quick_find .searchbox_div .searchbox
{
	width: 100% !important;
	margin-bottom: 0 !important;
}
.quick_find .go_button_div
{
	float: right;
}
.quick_find .go_button_div .go_button
{
	position: static !important;
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 0 !important;
}

.searchbox
{
    position: absolute;
    top: -2px;
    width: 189px;
    right:190px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    color: #333333;
    border: 0px;
    border-right: 1px solid #E6E6E6;
}

#content .searchbox
{
    position: static;
    top: 0px !important;
    left: 0px !important;
    border: 1px solid #E6E6E6;
    width: 217px;
}

input.go_button
{
    background: #CF681D url('../Assets/button_small.gif') no-repeat center top;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 22px;
    height: 22px;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.9em;
}

#header_action_buttons input.go_button
{
    position: absolute;
    top: -2px;
    right: 168px;
}

#content input.go_button
{
    position: relative;
    top: -1px !important;
    top: 0px;
    left: -1px !important;
    left: 0px;
    font-size: 0.9em;
}

input.normal_button,
input.wide_button
{
    background: transparent url('../Assets/button_wide.gif') repeat-x center top;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 120px;
    height: 22px;
    color: #FFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em;
    border: solid 1px #E6E5E3;
}

input.normal_button
{
    width: 80px;
}

input.wide_button
{
    width: 120px;
}

//.addthis_button
//{
//	position: relative;
//	top: -2px;
//	left: 11px;
//}

.text_smaller_button
{
    position: relative;
    top: -2px;
    left: 12px;
}

.text_larger_button
{
    position: relative;
    top: -2px;
    left: 9px;
}

.printer_frieldly_button
{
    position: relative;
    top: -2px;
    left: 10px;
}

.readspeaker_small_button
{
    position: relative;
    top: -2px;
    left: 4px;
}

#content .pager
{
    padding-top: 12px;
    padding-bottom: 6px;
    line-height:16px;
}

#content .pager  .container
{
    float: left;
    width: 50%;
}

#content .pager  .sort_help_text
{
    float:left;
    width: 50%;
    font-style: italic;
    text-align:right;
}

#content table.selectable_grid
{
    width:100%;
    border-spacing: 0px;
    border-collapse: collapse; /* IE6 */
}

#content table.selectable_grid tr.even,
#content table.selectable_grid tr.odd,
#content table.selectable_grid tr.header .sortable,
#content table.selectable_grid tr.header .sortingby
{
    cursor: pointer;
}

#content table.selectable_grid tr.even td,
#content table.selectable_grid tr.odd td
{
    padding-top:4px;
    padding-bottom:4px;
}

#content table.selectable_grid .centered
{
    text-align:center;
}

#content table.selectable_grid .investigation_number,
#content table.selectable_grid .issue_number
{
    text-align:center;
}

#content table.selectable_grid .date
{
    text-align:right;
    padding-right:5px;
	white-space: nowrap;
}

#content table.selectable_grid .background,
#content table.selectable_grid .download,
#content table.selectable_grid .alternate_download
{
    text-align:center;
    height:100%;
}

#content table.selectable_grid a
{
    text-decoration: none;
    color: #333;
}

#content table.selectable_grid .background a,
#content table.selectable_grid .download a,
#content table.selectable_grid .alternate_download a
{
    color: #275DA6;
}

#content table.selectable_grid .background a:hover
{
    text-decoration: underline;
}

#content table.selectable_grid tr.header th
{
    color: #FFFFFF;
    background: #7A7A7A;
    padding: 2px;
    text-align: left;
    font-size: 1.2em;
    vertical-align: top;
}

#content table.selectable_grid tr.header th.sorted
{
    background: #4F4F51;
}

#content table.selectable_grid tr.header th a
{
    color: #FFF;
    text-decoration: underline;
}

#content table.selectable_grid tr td
{
    background: #F6F6F6;
    padding: 2px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 1.2em;
}

#content table.selectable_grid tr.odd td
{
    background: #E5EBF4;
}

#content table.selectable_grid tr.selected td,
#content table.selectable_grid tr.selected td a,
#content table.selectable_grid tr.selected th
{
    background: #4976B2 !important;
    color: #FFFFFF !important;
}

#content table.selectable_grid tr.selected td.background,
#content table.selectable_grid tr.selected td.background a,
#content table.selectable_grid tr.selected td.alternate_download,
#content table.selectable_grid tr.selected td.alternate_download a
{
    background: #F6F6F6;
    color: #275DA6;
}

#content table.selectable_grid tr.selected.odd td.background,
#content table.selectable_grid tr.selected.odd td.background a,
#content table.selectable_grid tr.selected.odd td.alternate_download,
#content table.selectable_grid tr.selected.odd td.alternate_download a
{
    background: #E5EBF4;
}

#content table.selectable_grid tr.selected td.selected_linkless,
#content table.selectable_grid tr.selected td.selected_linkless a
{
    background: #4976B2;
    color: #FFFFFF;
}

#content table.selectable_grid tr.issue_title th,
#content table.selectable_grid tr.issue_title td
{
    vertical-align:top;
    padding-top: 4px;
}

#page_full_main,
#page_wide_main,
#page_standard_main
{
    float:left;
    background:#FFF;
    padding: 5px 19px 20px 20px;
}

#page_full_main
{
    width: 880px;
}

#footer_small
{
    color: #000000;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 0px 10px;
    background: Transparent url('../Assets/footer.jpg') repeat-x bottom left;
    height:48px;
}

#footer_small #footer_base
{
    line-height: 36px;
}

#content #fully_matching_results
{
    font-size: 11px;
    font-family: Arial;
    color: #333333;
}

#content #fully_matching_results #results li
{
    padding-top: 20px;
    margin-left: 15px;
}

#content #fully_matching_results #results a
{
    text-decoration: none;
    color: #333333;
}

#content #fully_matching_results #results a:hover
{
    text-decoration: underline;
}

#content #fully_matching_results #results li .result_heading a
{
    color: #275DA6;
}

#content #fully_matching_results .heading
{
    padding-top: 20px;
    font-weight: bold;
    color: #275DA6;
}

#content #results_summary
{
    padding-top: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.breadcrumbs li a
{
    text-decoration: none;
    color: #275DA6;
}

.breadcrumbs li a:hover
{
    text-decoration: underline;
}

#search_header #search_buttons_container #search_buttons
{
    position: relative;
    left: 100px;
    top: 0px;
}

#content #results_pager
{
    padding-top: 30px;
}

#content #results_pager a
{
    font-size: 11px;
    color: #275DA6;
    text-decoration: none;
}

#content .search_heading
{
    padding-top: 20px;
    padding-bottom: 25px;
}

#header #logo
{
    position: absolute;
    top: 15px;
    left: 10px;
}

#content .tab_control .tab_buttons
{
    list-style-type: none;
    margin-top:auto;
}

#content .page_header .tab_control .tab_buttons
{
    list-style-type: none;
    margin-top: 16px !important;
}

#content .tab_control .tab_buttons li
{
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: center;
    float:left;
    margin-right: 3px;
    line-height: 31px;
    cursor:pointer;
}

#content .tab_control .tab_buttons li .container
{
    margin-left: 4px;
    margin-right: 4px;
}

#content .tab_control .tab_buttons li a
{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis;
    width: 100%;
    color: #333;
    text-decoration: none;
}

#content .tab_control .tab_buttons li a:hover
{
    text-decoration: underline;
}

#content .tab_control .tab_buttons li.variable a,
#content .tab_control .tab_buttons li.variable_active a,
#content .tab_control .tab_buttons li.variable_current a
{
    width: auto !important;
    width: 50px;
    width: expression(this.scrollWidth > 122 ? "122px" : "auto" );
    min-width: 50px;
    max-width: 122px;
    margin-left:5px;
    margin-right:5px;
}

#content .tab_control .tab_buttons .normal,
#content .tab_control .tab_buttons .normal_active,
#content .tab_control .tab_buttons .normal_current
{
    width: 61px;
}

#content .tab_control .tab_buttons .wide,
#content .tab_control .tab_buttons .wide_active,
#content .tab_control .tab_buttons .wide_current
{
    width: 122px;
}

#content .tab_control .tab_buttons .normal
{
    background:Transparent url('../Assets/tab_normal.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .wide
{
    background:Transparent url('../Assets/tab_wide.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .normal_active
{
    background:Transparent url('../Assets/tab_normal_active.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .normal_current
{
    background:Transparent url('../Assets/tab_normal_current.gif') no-repeat top left !important;
}

#content .tab_control .tab_buttons .wide_active
{
    background:Transparent url('../Assets/tab_wide_active.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .wide_current
{
    background:Transparent url('../Assets/tab_wide_current.gif') no-repeat top left !important;
}

#content .tab_control .tab_buttons .variable,
#content .tab_control .tab_buttons .variable_current,
#content .tab_control .tab_buttons .variable_active
{
    min-width:68px;
    max-width:140px;
    overflow:hidden;
}

#content .tab_control .tab_buttons .variable .container_outer
{
    background:Transparent url('../Assets/tab_inactive_top_fill.gif') repeat-x top;
}

#content .tab_control .tab_buttons .variable .container_outer2
{
    background:Transparent url('../Assets/tab_top_left.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .variable .container_outer3
{
    background:Transparent url('../Assets/tab_top_right.gif') no-repeat top right;
}

#content .tab_control .tab_buttons .variable_active .container_outer
{
    width:auto;
    background:Transparent url('../Assets/tab_active_top_fill.gif') repeat-x top;
}

#content .tab_control .tab_buttons .variable_current .container_outer
{
    background:Transparent url('../Assets/tab_current_top_fill.gif') repeat-x top !important;
}

#content .tab_control .tab_buttons .variable_active .container_outer2,
#content .tab_control .tab_buttons .variable_current .container_outer2
{
    background:Transparent url('../Assets/tab_active_top_left.gif') no-repeat top left;
}

#content .tab_control .tab_buttons .variable_active .container_outer3,
#content .tab_control .tab_buttons .variable_current .container_outer3
{
    background:Transparent url('../Assets/tab_active_top_right.gif') no-repeat top right;
}

#content .tab_control .tab_buttons
{
    margin-left: 0px;
}

#content .tab_control .tab_buttons li
{
    position:relative;
    top:1px;
}

#content .tab_control .tab_buttons li.variable,
#content .tab_control .tab_buttons li.variable_active,
#content .tab_control .tab_buttons li.variable_current
{
    _position:static;
}

#content .page_header .tab_control .tab_buttons li
{
    _top:8px;
    *top:0px;
}

#content .tab_control .tab
{
    background: #F6F6F6;
    border: solid 1px #CCCCCC;
    clear:both;
}

#content .tab_control .tabs .tab .section_two_column,
#content .tab_control .tabs .tab .section_wide,
#content .tab_control .tabs .tab .section_single
{
    width: 642px;
    padding: 20px;
    line-height: 22px;
}

#content .tab_control .tabs .tab .section_full
{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#content .tab_control .tabs .tab .section_wide .section_seperator,
#content .tab_control .tabs .tab .section_wide .section_inner,
#content .tab_control .tabs .tab .section_wide .section_date,
#content .tab_control .tabs .tab .section_wide .section_inner .label,
#content .tab_control .tabs .tab .section_wide .section_date .label,
#content .tab_control .tabs .tab .section_wide .section_inner .value,
#content .tab_control .tabs .tab .section_wide .section_date .value,
#content .tab_control .tabs .tab .section_two_column .section_inner,
#content .tab_control .tabs .tab .section_two_column .section_inner .label,
#content .tab_control .tabs .tab .section_two_column .section_inner .value,
#content .tab_control .tabs .tab .section_single .section_inner .label,
#content .tab_control .tabs .tab .section_single .section_inner .value
{
    float: left;
}

#content .tab_control .tabs .tab .section_wide .section_inner
{
    width: 321px !important;
    width: 310px;
  height:32px;
}

#content .tab_control .value
{
    padding-bottom: 5px;
}

#content .tab_control .tabs .tab .section_wide .section_date
{
    width: 641px;
}

#content .tab_control .tabs .tab .section_wide .section_inner .label,
#content .tab_control .tabs .tab .section_wide .section_date .label,
#content .tab_control .tabs .tab .section_two_column .section_inner .label,
#content .tab_control .tabs .tab .section_single .section_inner .label,
#content .tab_control .tabs .tab .section_single .section_date .label
{
    width: 130px;
}

#content .tab_control .tabs .tab .section_wide .section_inner .value
{
    width: 191px !important;
    width: 180px;
}

#content .tab_control .tabs .tab .section_single .section_inner .value
{    
    width: 441px !important;
    width: 430px;
}

#content .tab_control .tabs .tab .section_wide .section_date .value
{
    width: 391px;
}

#content .tab_control .tabs .tab .section_wide .section_inner .value input.text,
#content .tab_control .tabs .tab .section_wide .section_inner .value select
{
    width: 180px !important;
    width: 160px;
}

#content .tab_control .tabs .tab .section_single .section_inner .value input.text,
#content .tab_control .tabs .tab .section_single .section_inner .value select
{
    width: 241px !important;
    width: 230px;
}

#content .tab_control .tabs .tab .section_single .buttons_padded
{
    padding-left:130px;
}

#content .tab_control .tabs .tab .section_single .buttons_padded input
{
    margin-right: 10px;
}

#content .tab_control .tabs .tab .section_two_column .section_inner .value input.text,
#content .tab_control .tabs .tab .section_two_column .section_inner .value select
{
    width: 160px;
}

#content .tab_control .tabs .tab .section_two_column .section_inner .value,
#content .tab_control .tabs .tab .section_two_column .section_inner .buttons
{
    width: 400px;
}

#content .tab_control .tabs .tab .section
{
	float: left;
	//height: 130px;
	width: 317px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .tab_control .tabs .tab .filter
{
	position: relative;
}

#content .tab_control .tabs .tab .section.right-fill
{
	position: absolute;
	left: 350px;
	right: 0;
	width: auto;	
}

#content .tab_control .tabs .tab .section .left
{
  padding-left: 20px;
}

#content .tab_control .tabs .tab .section .right
{
  padding-right: 20px;
}

#content .tab_control .tabs .tab .section .section_inner
{
  float: left;
  width: 132px;
  line-height: 25px;
}

#content .tab_control .tabs .tab .section .section_line
{
  float:left;
  width:300px;
  height:1px;
  margin-top:4px;
  margin-bottom:10px;
  background: Transparent url('../Assets/tab_horizontal_separator.gif') repeat-x center center;
}

#content .tab_control .tabs .tab .section .section_line_high
{
  float:left;
  width:300px;
  height:1px;
  margin-top:11px;
  margin-bottom:10px;
  background: Transparent url('../Assets/tab_horizontal_separator.gif') repeat-x center center;
}

#content .tab_control .tabs .tab .vertical_seperator
{
    float: left;
    //height: 170px;
	height: 90px;
    width: 33px;
    background: Transparent url('../Assets/tab_seperator.gif') no-repeat center center;
}

#content .tab_control .tabs .tab .vertical_seperator .text
{
    font-style: italic;
    font-size: 1.1em;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: 78px;
  left: 1px;
}

#content .tab_control .tabs .tab
{
    display: none;
}

#content .tab_control .tabs #tab_1.tab
{
    display: block;
}

#content .publication .tab_control
{
    margin-bottom: 18px;
}

#content .page_header .tall
{
    padding-bottom: 26px;
}

#content .page_header h1
{
    padding-left: 2px;
    padding-top: 14px;
}

#content .page_header .descriptor
{
    font-size: 1.1em;
    color: #275DA6;
    margin-left: 8px;
    margin-top: 7px;
}

#content .investigation .page_header .investigation_title h2,
#content .media_release .page_header .title h2
{
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.4em;
    margin-left: 8px;
    margin-top: 7px;
    min-height: 80px;
}

#content .media_release .page_header .title
{
    width: 430px;
}

#content .page_header .seperator
{
    width:664px;
    height: 1px;
    background: Transparent url('../Assets/header_search_horizontal_seperator.gif') repeat-x top;
    margin-top: -4px;
}

#content .media_release .page_header .seperator
{
    width:487px !important;
    width:461px;
}

#content .media_release .page_header .release_date,
#content .investigation .page_header .investigation_number
{
    font-size: 1.6em;
    color: #333;
    margin-top: 14px !important;
    margin-top: 2px;
    float:left;
}

#content  .investigation .page_header .investigation_status
{
    float: right;
    text-align: right;
    font-size: 1.4em;
    color: #333;
    min-height: 10px;
    margin-top: 15px !important;
    margin-top: 3px;
    padding-right: 10px;
}

#content .investigation .page_header .progress
{
    float:right;
}

#content .recommendation .recommendation_title,
#content .safety_action .safety_action_title
{
    font-size: 1.3em;
    color: #275DA6;
    background: #E9E7E6;
    border-top: solid 1px #C1C0BC;
    border-bottom: solid 1px #939192;
}

#content .recommendation .recommendation_title h2,
#content .safety_action .safety_action_title h2
{
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 6px;
}

#content .recommendation h3,
#content .safety_action h3,
#content .recommendation h4
{
    color: #275DA6;
    padding-left: 10px;
    padding-bottom: 0.5em;
}

#content .recommendation h3,
#content .safety_action h3
{
    font-size: 1.4em;
}

#content .recommendation .output_text .content h3
{
    padding-left: 0px;
    font-size: 1.3em;
    color: #000000;
}

#content .recommendation h4
{
    font-size: 1.2em;
}

#content .repcon h4
{
    color: #275DA6;
	font-size: 1.2em;
	margin-top: 1.5em;
    padding-bottom: 0.5em;
}

#content .recommendation .further_correspondence h3
{
    font-size: 1.2em;
    color: #333;
}

#content .repcon .content
{
	padding-left: 10px;
}

#content .recommendation .general_details,
#content .repcon .general_details,
#content .safety_action .general_details
{
    margin-top: 12px;
}

#content .safety_action .safety_issue_title,
#content .recommendation .output_text,
#content .recommendation .initial_response,
#content .recommendation .further_correspondence
{
    margin-top: 18px;
}

#content .recommendation .initial_response h4
{
    margin-top: 14px;
}

#content .recommendation .initial_response th
{
    padding-left: 5px;
    font-weight: bold;
    width: auto;
}

#content .recommendation .initial_response td
{
    padding-left: 10px;
}

#content .recommendation .initial_response table
{
    margin-bottom: 1.2em;
}

#content .safety_action .safety_issue_title,
#content .recommendation .output_text
{
    border-bottom: solid 1px #A6A6A6;
}

#content .safety_action .safety_issue_title .content,
#content .recommendation .output_text .content
{
    /*border-top: solid 1px #A6A6A6;*/
    padding-left: 10px;
    margin-top: -3px;
    padding-top: 5px;
}

#content .recommendation .initial_response .content p
{
    padding-left: 10px;
}

#content .recommendation .output_text blockquote
{
    padding-bottom: 10px;
}

/*#content .recommendation .output_text p
{
    margin-bottom: -8px;
}*/

#content .recommendation table,
#content .repcon table,
#content .safety_action table
{
    border-spacing: 0px;
    border-collapse: collapse;
}

#content .recommendation table .first td,
#content .recommendation table .first th,
#content .safety_action table .first td,
#content .safety_action table .first th
{
    color: #275DA6;
}

#content .recommendation table td,
#content .recommendation table th,
#content .repcon table td,
#content .repcon table th,
#content .safety_action table td,
#content .safety_action table th
{
    border-bottom: solid 1px #A6A6A6;
    padding: 5px;
}

#content .recommendation table td,
#content .repcon table td,
#content .safety_action table td
{
    width: 531px;
}

#content .recommendation table th,
#content .repcon table th,
#content .safety_action table th
{
    width: 137px;
    font-weight: normal;
    padding-left: 10px;
}

/*#content .recommendation .initial_response table td,
#content .recommendation .initial_response table th,*/
#content .recommendation .further_correspondence table td,
#content .recommendation .further_correspondence table th
{
    border-top: solid 1px #A6A6A6;
}

/*
#content .recommendation .initial_response table td,
#content .recommendation .initial_response table th
{
    background: #F0F3FA;
}
*/

#content .recommendation .initial_response table td,
#content .recommendation .initial_response table th
{
    border: none;
    padding: 2px;
}

#content .recommendation .initial_response table th
{
    text-align: left;
    padding-left: 10px;
}

#content .recommendation .further_correspondence table td,
#content .recommendation .further_correspondence table th
{
    background: #F6F6F6;
}

#content .recommendation .initial_response table .first td,
#content .recommendation .initial_response table .first th,
#content .recommendation .further_correspondence table .first td,
#content .recommendation .further_correspondence table .first th
{
    background: Transparent;
}

#content .recommendation table td a
{
    color: #275DA6;
    text-decoration: none;
}

#content .recommendation table td a:hover
{
    text-decoration: underline;
}

#content .recommendation table td p,
#content .repcon table td p
{
    font-size: 1em;
	margin-bottom: 0.5em;
}

#content .recommendation table td p:last-child,
#content .repcon table td p:last-child
{
    margin-bottom: 0;
}

#content .recommendation table td ul,
#content .recommendation table td ol,
#content .repcon table td ul,
#content .repcon table td ol
{
    font-size: 1em;
}

#content .recommendation table .highlight
{
    color: #275DA6;
}

#content .page_header .highlighted
{
    color: #275DA6 !important;
}

#content .publication .publication_image img
{
    text-align:center;
}

#content .publication h2
{
    font-size: 1.6em;
    color: #275DA6;
}

#content #report_details h3
{
    padding-top: 12px;
    font-weight: bold;
    color: #275DA6;
    font-size: 1.5em;
    margin-left: 5px;
}

#content #report_details h4
{
    font-weight: bold;
    color: #275DA6;
    font-size: 1.1em;
    margin-left: 5px;
  margin-top: 10px;
}

#content #report_details .seperator
{
    height: 1px;
    background: Transparent url('../Assets/report_details_horizontal_separator.jpg') no-repeat top left;
    margin-top: 20px;
}

#content .employment_oppurtunities table,
#content .publication table,
#content #report_details table
{
    border-spacing: 4px;
}

#content .employment_oppurtunities table td,
#content .publication table td,
#content #report_details table td
{
    width: 392px;
    font-size: 1.1em;
    background: #F6F5F4;
}

#content .employment_oppurtunities table th,
#content .publication table th,
#content #report_details table th
{
    width: 128px;
    background: #E4EBF5;
    text-align: left;
}

#content #report_details table.general td
{
    width: 128px;
}

#content #report_details table.injuries td.first
{
    width: 128px;
}

#content #report_details table.injuries th,
#content #report_details table.injuries td
{
    width: 89px;
}

#content #page_inner_main
{
    float: left;
    //width: 523px;
	width: 505px;
}

#content #page_inner_breakout
{
    width:150px;
    //width:165px;
    float:left;
    padding-left:15px;
}

.download_file
{
	width: 150px;
	float: right;
	padding-left: 1em;
	padding-bottom: 1em;
    font-size: 0.9em;
}

.download_file a
{
    font-size: 1.2em;
    text-decoration: none;
    color: #275DA6;
}

.download_file a:hover
{
    text-decoration: underline;
}

.download_file .alternate_file
{
    border-top: solid 1px #F6F5F5;
    border-bottom: solid 1px #CDCDCE;
    border-left: solid 1px #CBCDCF;
    border-right: solid 1px #D0CBD3;
    background: #E4E4E4;
    padding-left:10px;
}

.listen_to_pdf
{
    border-top: solid 1px #F6F5F5;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    background: #E2E9F3;
    padding-left:10px;
}

.breakout
{
    padding-top: 2px;
}

#content .breakout h2
{
    padding: 0px;
}

#page_inner_breakout .breakout .content h3
{
  font-size:1.1em;
  padding-top:0.5em;
  padding-bottom:0.2em;
  font-weight:bold;
}

.breakout a,
.breakout_highlight a
{
    color: #275DA6;
    text-decoration: none;
    padding-bottom:10px;
}

.breakout a:hover,
.breakout_highlight a:hover
{
    color: #275DA6;
    text-decoration: underline;
}

fieldset
{
    position:relative;
    display:block;
    border: 0px;
}

.clear
{
    font-size:1px;
    clear:both;
	line-height:1px;
}

.last_updated
{
    display:inline-block;
    padding-top:1em;
}

#searchbox .search_label
{
    display:block;
    width:132px;
    clear:both;
    float:left;
    margin-bottom:12px;
}

#searchbox
{
    line-height:25px;
}

#searchbox #search_buttons
{
    float:left;
}

.search_page_seperator
{
    clear:both;
    width:100%;
    padding-bottom:5px;
    margin-bottom:5px;
    background: Transparent url('../Assets/breadcrumb_horizontal_seperator.jpg') repeat-x bottom;
}

.image_icon
{
    display:block;
    float:left;
    margin:2px;
    padding:2px;
    border:1px solid #BBB;
    background-color:#FFF;
    margin-bottom: 17px;
}

.image_icon a.download
{
  display:block;
  text-align:center;
}

.image_icon a.icon
{
    display:block;
    width:100px;
    height:100px;
}

/* SLIMBOX */

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(../Assets/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../Assets/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../Assets/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(../Assets/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

#content .tab .section_full table {
	border-spacing: 0px;
	border-collapse: collapse; /* IE6 */
	margin-bottom: 1em;
}

#content .tab .section_full table th {
  padding:2px;
  font-weight:bold;
}

#content .tab .section_full table td {
  padding:2px 2px 2px 8px;
}

#content .tab .section_full h4 {
  font-size:1.2em;
}

#content .tab .section_full h5 {
  font-size:1.1em;
}

#content .tab .section_full h6 {
  font-size:1.0em;
}

#content .safety_action .content h4 {
  font-size:1.1em;
  padding-bottom:0px;
}

#content .safety_action .content h5 {
  font-size:1.1em;
  padding-bottom:0px;
}

#content .safety_action .content h6 {
  font-size:1.0em;
  padding-bottom:0px;
}

#content li.navigation_header {
  list-style-type:none;
}

#content li.navigation_header h2 {
  padding-top:3px;
  padding-bottom:2px;
  margin-left:-20px;
  font-size:1.2em;
  color:#68237A;
}

#content .selectable_grid tr.issue_title
{
    border-top: none;
    border-bottom: #cccccc 1px solid;
}

#content .selectable_grid tr.issue_title th
{
    text-align: right;
    padding-right: 2px;
}

#content .selectable_grid tr.with_issue_title,
#content .selectable_grid tr.with_issue_title td
{
    border-bottom: none;
}

#content .selectable_grid tr.odd th
{
    background: #e5ebf4;   
}

#content .selectable_grid tr.even th
{
    background: #f6f6f6;    
}

#content #tab_safetyIssues table,
#content #tab_safetyIssues table th
{
    text-align: left;
    border: none;
}

#content #tab_safetyIssues table
{
    margin-bottom: 4px;
}

#content .selectable_grid table.safety-issue-result td
{
    border-bottom: none;
}

#content .selectable_grid table.safety-issue-result th,
#content .selectable_grid table.safety-issue-result td
{
    font-size: 1.0em;
    vertical-align:top;
    padding-top: 2px !important;
    margin-top: 0px;
    text-align: left;
}

#content .selectable_grid table.safety-issue-result th.left-column
{
    width: 80px;  
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover
{
  text-decoration:underline;
  cursor:pointer;
}

#social-links-bar
{
  position:fixed;
  left:100%;
  margin-top:30px;
  margin-left:-164px;
  width:164px;
  opacity:0.9;
  z-index:999999;
  pointer-events:none;
}

#social-links-bar a
{
  display:block;
  width:164px;
  height:34px;
  line-height:34px;
  color:#FFF;
  font-family:Helvetica, Arial;
  text-decoration:none;
  font-weight:bold;
  font-size:1.3em;
  text-align:right;
  margin-bottom:4px;
  margin-left:131px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  z-index:999999;
  zoom: 1;
  position: relative;
  pointer-events:auto;
}

#social-links-bar a span
{
  margin-right:8px;
}

#social-links-bar a:hover
{
  margin-left:0;
}

#xp1,
#xp2
{
	/* readspeaker player */
	position:relative;
	z-index:9999;
	float: right;
	margin-top: 2em;
	margin-right: 1em;
}

/*#readspeaker_button1
{
	position:relative;
	top:-7px;
	margin-left:4px;
}*/

.rsbtn_powered
{
	background-color:#E5E5E5!important;
	padding:.5em .75em!important;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	-ms-border-radius:1em;
	border-radius:1em;
	border:#989898 1px solid;
}

.podcast-index
{
	list-style:none;
	padding:0;
}

.podcast-index li
{
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
}
.podcast-index h2 
{
	padding:0 0 5px 0!important;
}

.podcast-index a
{
	text-decoration:none;
}

.podcast-index a:hover
{
	text-decoration:underline;
}

.podcast-index .image-link
{
	float:left;
	display:block;
	width:13%;
}

.podcast-index .image-link img
{
	display:block;
	width:100%;
}

.podcast-index .info
{
	float:right;
	width:87%;
	padding-left:5px;
	box-sizing:border-box;
}

.podcast .primary-image
{
	float:right;
	padding-left:10px;
	max-width: 25%;
	box-sizing: border-box;
	text-align:center;
}
.podcast .primary-image img
{
	display:block;
	max-width:100%;
	max-height:100%;
}

.podcast .primary-image .caption
{
	font-style:italic;
}

.podcast ul
{
	padding:0;
	list-style:none;
}
.podcast video
{
	padding-top:15px;
}

.podcast .download
{
	padding-top:5px;
	padding-left:8px;
}

.podcast .transcript
{
	padding-top:15px;
}

.podcast .date
{
	margin-bottom: 10px;
	color: #999;
}

.podcast-index .date
{
	margin-bottom: 5px;
	color:#999;
}

.podcast-rss
{
	display: block; 
	float: right; 
	width: 164px; 
	height: 34px; 
	background: url('/media/3928045/RSS_bar.png') no-repeat; 
	line-height: 34px; 
	color: #fff; 
	text-indent: 34px;
	text-decoration:none;
	font-size:1.2em;
}

.uBlogsy_comment.nested {
	margin-left:37px;
	margin-top:.5em;
	position:relative;
	overflow:visible;
}

.uBlogsy_comment.nested:before {
	content:"";
	background:url(/media/4046818/blogarrow2.png) no-repeat top right;
	width:24px;
	height:28px;
	display:block;
	position:absolute;
	margin-right:5px;
	right:100%;
	top:0;
}

.responsive, .hide {
	display: none !important;
}

#page_home_submit {
	width:49%;
}

#page_home_submit img {
	float: left;
	width: 210px;
	margin-right: 1em;
}

#page_share {
	margin-top: 2em;
}
#page_share .addthis_button,
#page_share .comment_button {
	margin-left: 0.3em;
	display: block;
	float: left;
}
#page_share .addthis_button img,
#page_share .comment_button img {
	border: 1px solid #999;
	border-radius: 0.6em;
	background-color: #f0f0f0;
	display: block;
	height: 3em;
}


#map_content {
	max-width: 921px;
	margin: -20px 0 19px 0;
}
#map_content .content_container {
	background-color: white;
	padding: 1.3em 1.3em 0 1.3em;
}
#map_content #map_container {
	font-size: 1.2em;
	width: 100%;
	height: 600px;
	position: relative;
}
#map_content #map_container #map_canvas {
	width: 100%;
	height: 100%;
}
#map_content #map_container .busy_box {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 32, 32, 0.6);
    z-index: 30;
}
#map_content #map_container .busy_box .busy_indicator {
	width: 15rem;
    border: 2px solid #909090;
    border-radius: 1rem;
    background-color: #fff;
    padding: 1.5rem;
	text-align: center;

	left: 50%;
	margin-left: -8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#map_content #map_container .busy_box .busy_indicator p {
	margin: 0;
	padding: 0.5rem;
}

#map_legend {
	padding: 0.5em;
	margin: 0.5em;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #717b87;
}
#map_legend .legend-item {
	cursor: pointer;
	text-align: left;
	padding: 0.25em;
}
#map_legend .legend-item:hover {
	background: #c5d6e9;
	background: rgba(166, 192, 221, 0.5);
}
#map_legend .legend-item .legend-icon {
	margin-right: 0.333333em;
	width: 1.5em;
}

#global_toggle {
	margin: 0.4em;
	cursor: pointer;
}
#global_toggle #global_icon {
	width: 5em;
	height: 2.88em;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px;
}

.pac-item {
	text-align: left;
}




.text-content-area {
    background-color: #F6F5F5;
    padding: 6px;
    margin: 3px 0 6px 0;
    max-width: 905px;
}

.highlight-text {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 6px;
    margin-bottom: 6px;
}

.seach-type-column-title {
    font-weight: bold;
    font-size: 1.4em;
    margin: -3px;
    margin-bottom: 6px;
    background-color: #999;
    color: White;
    line-height: 25px;
    text-align: center;
    width: auto;
}

.search-type-column {
	max-width: 32%;
	min-width: 100px;
	background-color: #F6F5F5;
	float: left;
	padding: 4px;
	margin-top: 3px;
	overflow: hidden;
	box-sizing: border-box;
}

.search-type-column .highlight-text {
    text-align: center;
}

.clear-float {
    clear: both;
    padding-top: 12px;
}

.search-type-info {
    min-height: 120px;
}

.small_screenshot_box {
	float: right;
	height: 232px;
	width: auto;
	border: 1px solid #cccccc;
	clear: both;
	overflow: hidden;
	cursor: pointer;
	border-radius: 1em;
}
.small_screenshot_box:hover {
	border: 1px dashed #999999;
	opacity: 0.6;
}
.small_screenshot_box img {
	display: block;
	width: 100%;
}

.link-button {
    cursor: pointer;
    padding: 0.5em 1em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Segoe UI, Verdana, Tahoma, Arial, sans-serif;
    color: #ffffff;
    background-color: #0098cc;
    text-decoration: none;
    display: inline-block;
    border-radius: 0.5em;
}

.search-type-column .link-button {
	width: 100%;
	margin-top: 0.5em;
	box-sizing: border-box;
	text-align: center;
}

.twitter-timeline {
	min-width: 0!important;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
