/* ================================================================================ *\
	CSS:	default.css - Standard-Stylesheet (Screen)
	Author: BjУЖrn Lorenz, E-Formation GmbH - http://www.eformation.de/
\* ================================================================================ */
a, li, ul, div, img{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}
html{
	height: 100%;
}
body{
    line-height: 28px;
	height: 100%;
	background: #d0e0ef url(/jobnet/pt/tsbw/nps/bg_body.png) repeat-x;
	color: #424242;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
input, select, textarea{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}
/* ================================================================================ */
#jumper{
	float: left;
	margin-top: -256px;
}
/* ================================================================================ */
#sheet{
	min-height: 100%;
	background: url(/jobnet/pt/tsbw/nps/bg_sheet.png) no-repeat;
	width: 960px;
	margin: 0 auto;
	padding: 0 2px;
}
/* ================================================================================ *\
	HEAD
\* ================================================================================ */
#head{

}
/* ================================================================================ *\
	BODY
\* ================================================================================ */
#body{
	clear: both;
	padding: 0 0 64px 0; /* space for footer */
}
/* ================================================================================ *\
	FOOT
\* ================================================================================ */
#foot{
	width: 64px;
	margin-left: 417px;
	position: fixed;
	left: 50%;
	bottom: 0;
	z-index: 99;
}
/* ================================================================================ *\
	HEAD: Logo
\* ================================================================================ */
#head #logo{
	float: left;
	margin: 44px 0 0 59px;
	position: relative;
	z-index: 2;
}
#head #logo img{
	float: left;
}
/* ================================================================================ *\
	HEAD: tsbwnavigation
\* ================================================================================ */
#head .tsbwnavigation{
	float: right;
	margin: 34px 64px 0 0;
}
#head .tsbwnavigation li{
	float: left;
	margin-left: 26px;
}
#head .tsbwnavigation a{
	color: #424242;
	font-size: 12px;
}
#head .tsbwnavigation a:hover,
#head .tsbwnavigation a:focus,
#head .tsbwnavigation a:active,
#head .tsbwnavigation .active a{
	color: #0064A5;
}
#head .tsbwnavigation .active a{
	text-decoration: underline;
}
/* ================================================================================ *\
	HEAD: FACILITY
\* ================================================================================ */
#head.facility #logo{
	float: right;
	margin: 44px 19px 0 0;
}
#head.facility .tsbwnavigation{
	float: left;
	margin: 34px 0 0 325px;
}
#head.facility #facilityLogo,
#head.facility #twoFacilityLogos{
	float: left;
	margin: 49px 0 0 64px;
	position: absolute;
	z-index: 2;
	background: url(/jobnet/pt/tsbw/nps/bg_head_two_logos.png) no-repeat;
	width: 224px;
	height: 256px;
	text-align: center;
}
#head.facility #facilityLogo{
	height: 128px;
	background: url(/jobnet/pt/tsbw/nps/bg_head_logo.png) no-repeat;
}
/* ================================================================================ *\
	HEAD: Scene
\* ================================================================================ */
#head #scene{
	clear: both;
	float: left;
	margin: -64px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 192px !important;
	width: 100%;
}
#head.open #scene,
#head #scene.history{
	height: 448px;
}
#head.open #scene img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#head #scene > div{
	width: 100%;
	height: 64px;
	padding-top: 128px;
	background: url(/jobnet/pt/tsbw/nps/bg_scene.png) no-repeat right top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#head.open #scene > div,
#head #scene.history > div{
	padding-top: 384px;
}
#head #scene .tsbwnavigation{
	display: none;
}
#head.open #scene .tsbwnavigation{
	display: block;
}
/* ================================================================================ *\
	HEAD: Quotation
\* ================================================================================ */
#head #quotation{
	clear: both;
	float: right;
	width: 192px;
	height: 128px;
	margin: -192px 64px 0 0;
	padding: 32px;
	background: url(/jobnet/pt/tsbw/nps/bg_semitransparent.png);
	overflow: hidden;
	position: relative;
	z-index: 3;
}
#head.open #quotation{
	margin: -320px 64px 0 0;
}
#head #quotation .close{
	float: right;
	background: url(/jobnet/pt/tsbw/nps/icons_misc.png) no-repeat -16px -336px;
	display: block;
	width: 32px;
	height: 32px;
	margin: -32px -32px 0 0;
	overflow: hidden;
}
#head #quotation .close span{
	float: left;
	margin-top: -128px;
}
#head #quotation{
	color: #424242;
	line-height: 18px;
	font-family: "OfficinaSans-Book", Arial, Verdana, sans-serif; /* flir? */
}
#head #quotation h1{
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: normal;
}
#head #quotation blockquote{
	margin-bottom: 18px;
	font-style: italic;
}
#head #quotation cite{
	font-style: normal;
}
/* ================================================================================ *\
	BLOCKITEMS
\* ================================================================================ */
.index,
.features{
	height: 64px;
	margin: 0;
}
#body .image .index{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
#body .features{
	padding-right: 64px;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_2.png) no-repeat 896px 0;
}
#head .features{
	float: left;
	/*margin-left: 64px;*/
	position: relative;
	margin-top: -64px;
	z-index: 9;
}
.index ul,
.features ul{
	float: right;
}
.index li,
.features li,
.controls li{
	float: left;
	margin: 0!important;
	padding: 0!important;
	list-style-type: none!important;
	background: none!important;
}
.index a,
.features a,
.controls a{
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	color: #FFF!important;
	text-align: center;
	overflow: hidden;
}
.index a:hover,
.index a:focus,
.index a:active,
.index .active a,
.controls a{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_1.png) no-repeat 0 0;
	color: #424242!important;
	text-decoration: none;
}
.features a span{
	float: left;
	margin-top: -128px;
}
#head .features a{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_1.png) no-repeat 0 -192px;
}
#head.open .features a{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_1.png) no-repeat 0 -64px;
}
.features a.print{
	background: url(/jobnet/pt/tsbw/nps/icons_misc.png) no-repeat 0 -64px;
}
.features a.dgs{
	background: url(/jobnet/pt/tsbw/nps/icons_misc.png) no-repeat 0 -384px;
}
.features a.dgs.active{
	background: url(/jobnet/pt/tsbw/nps/icons_misc.png) no-repeat 0 -448px;
}
.features a.restore-qotd{
	background: url(/jobnet/pt/tsbw/nps/icons_misc.png) no-repeat 0 -192px;
}
.features a.top{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_2.png) no-repeat 0 -64px;
}
/* ================================================================================ *\
	BODY tsbwnavigation
\* ================================================================================ */
#body .tsbwnavigation{
	margin: 0 0 0 0;
	float: left;
	width: 288px;
}
#body .tsbwnavigation ul{
	margin: 0 0 28px 0;
}
#body .tsbwnavigation li li a{
	padding-left: 87px;
}
#body .tsbwnavigation li li li a{
	padding-left: 110px;
}
#body .tsbwnavigation a{
	color: #424242;
	display: block;
	line-height: 28px;
	padding: 0 0 0 64px;
	background: url(/jobnet/pt/tsbw/nps/bg_body_navigation.png) no-repeat 27px bottom;
}
#body .tsbwnavigation a:hover,
#body .tsbwnavigation a:focus,
#body .tsbwnavigation a:active,
#body .tsbwnavigation .active > a{
	color: #0064A5;
}
#body .tsbwnavigation .active{
	background: url(/jobnet/pt/tsbw/nps/bg_body_navigation_active.png) no-repeat 27px 10px;
}
#body .tsbwnavigation #advertising li{
	margin-bottom: 18px;
	padding-left: 64px;
}
#body .tsbwnavigation #advertising a{
	padding: 0;
	background: transparent;
}
/* ================================================================================ *\
	BODY tsbwnavigation 360ТА Gallery add
\* ================================================================================ */
#body .tsbwnavigation li.has360{
	position: relative;
}
#body .tsbwnavigation a.gallery360{
	width: 28px;
	height: 28px;
	min-height: 28px;
	padding: 0!important;
	background: url(/jobnet/pt/tsbw/nps/icon_360deg.png) no-repeat center center;
	overflow: hidden;
	text-indent: 50px;
	position: absolute;
	top: 0;
	left: 20px;
	cursor: url(/jobnet/pt/tsbw/nps/ico_camera.ico),move;
}
#body .tsbwnavigation .has360.active{
	background-position: 3px 10px;
}
/* ================================================================================ *\
	BODY tsbwnavigation Portal add
\* ================================================================================ */
#body .tsbwnavigation ul.portal > li.active{
	background: none;
}
#body .tsbwnavigation ul.portal > li > a{
	line-height: 27px;
	margin: 0 0 1px 64px;
	padding: 0 9px;
	background: #B6CAE3;
}
#body .tsbwnavigation ul.portal > li > a:hover,
#body .tsbwnavigation ul.portal > li > a:focus,
#body .tsbwnavigation ul.portal > li > a:active{
	color: #FFF;
}
#body .tsbwnavigation ul.portal > li.active > a{
	margin-bottom: 29px;
	background: #0064A5;
	color: #FFF;
}
#body .tsbwnavigation ul.portal > li.active ul li a{
	padding: 0 0 0 64px;
}
#body .tsbwnavigation ul.portal > li.active ul li ul li a{
	padding: 0 0 0 87px;
}
#body .tsbwnavigation ul.portal > li.active ul li ul li ul li a{
	padding: 0 0 0 110px;
}
/* ================================================================================ *\
	BODY Content
\* ================================================================================ */
#content{
	float: right;
	width: 588px;
	margin: 0 74px 0 0;
}
.article{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 27px;
	background: url(/jobnet/pt/tsbw/nps/bg_body_article_border.png) repeat-x right bottom;
}
/* ================================================================================ */
.article.message{
	margin-bottom: 27px;
}
.article.message p{
	margin-bottom: 1px;
}
/* ================================================================================ *\
	BODY Inline Images
\* ================================================================================ */
.article .image{
	float: right;
	width: 192px;
	height: 125px;
	margin: 9px 0 0 14px;
	background: #F0F0F0;
	overflow: hidden;
	position: relative;
}
.article .image img{
	cursor: pointer;
}
.article .image a.close,
.article .image .index{
	display: none;
}
/* ================================================================================ */
.article .image.open{
	clear: both;
	width: 544px;
	margin: 9px 0 34px 0;
	position: relative;
}
.article .image.open #thumb{
	display: none;
}
.article .image.open img{
	cursor: auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.article .image a.more{
	display: block;
	width: 32px;
	height: 32px;
	padding: 0!important;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_1.png) no-repeat -16px -400px!important;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.article .image.open a.close{
	display: block;
	width: 64px;
	height: 64px;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_1.png) no-repeat 0 -320px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.article .image.open .index{
	display: block;
}
.article .image.open a span,
.article .image a.more span{
	float: left;
	margin-top: -128px;
}
/* ================================================================================ *\
	BODY VIDEO PLAYER
\* ================================================================================ */
.article #video{
	margin: 0 0 34px 0;
}
/* ================================================================================ *\
	BODY Text Formating
\* ================================================================================ */
.article h1{
	color: #0064A5;
	font-family: "OfficinaSans-Book", Arial, Verdana, sans-serif; /* flir? */
	font-weight: normal;
	font-size: 20px;
}
.article h2{
	color: #0064A5;
	font-family: "OfficinaSans-Book", Arial, Verdana, sans-serif; /* flir? */
	font-weight: normal;
	font-size: 20px;
}
.article h3{
	color: #0064A5;
	font-weight: bolder;
	font-size: 14px;
}
.article h4{
	color: #0064A5;
	font-weight: normal;
	font-size: 14px;
}
.article h5{
	color: #0064A5;
	font-weight: bolder;
	font-size: 12px;
}
.article h6{
	color: #0064A5;
	font-weight: normal;
	font-size: 12px;
}
.article a{
	color: #0064A5;
}
.article a.email{
	padding-left: 24px;
	background: url(/jobnet/pt/tsbw/nps/icons_misc.png) no-repeat -26px -150px;
}
.article a.toolTip{
	color: #0064A5;
	cursor: help;
	border-bottom: 1px dashed #0064A5;
}
#tiptip_content{
	font-size: 14px!important;
}
.article em{
	font-style: italic;
}
.article strong{
	font-weight: bolder;
}
.article .date{
	margin-bottom: 0;
	color: #0064A5;
}
.article .facility{
	margin-bottom: 0;
	color: #0064A5;
	font-weight: bolder;
}
.article .more a,
.article a.more{
	padding-left: 21px;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat -27px -153px;
	color: #0064A5;
}
.article .back a,
.article a.back{
	padding-left: 21px;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat -27px -153px;
	background-position: -26px -281px;
	color: #0064A5;
}
/* ================================================================================ *\
	BODY Contact Form
\* ================================================================================ */
/*.error{
	color: #f00;
	border: 1px solid #f00;
	padding: 12px;
	background: #ffdede;
}
form .labelgroup{
	float: left;
	width: 160px;
	line-height: 22px;
}
form .labelgroup label{
	float: none;
}
form input,
form textarea,
form .inputgroup,
form .input,
form .select{
	/*float: right;
	width: 302px;
	height: 24px;
	line-height: 24px;
	margin: 0 0 23px 0;
	overflow: hidden;
	font-size: 14px;
	padding: 0 9px 9px 9px;
	background: url(/jobnet/pt/tsbw/nps/bg_contact_forms.png) no-repeat 0 -56px;
}

form .select{
	background-position: 0 0;
}
form select{
	background: #F0F0F0;
}
form textarea{
	background-position: 0 -113px;
}
form input.submit{
	background-position: -252px -281px;
	color: #FFF;
	cursor: pointer;
}
/**/
form .inputgroup input{
}
form .inputgroup input.xs{
}
form .inputgroup input.s{
}
form .inputgroup input.l{
}
form .inputgroup input.xl{
}
/**/
form fieldset{
}
form fieldset legend{
}
/**/
form .checkbox{
}
form .checkbox input{
}
form .checkbox label{
}
/* modify datepicker */
/**/
form br{
	clear: both;
}
/* ================================================================================ *\
	BODY Facility Search Form
\* ================================================================================ */
#facilitySearch {
	font-size: 12px;
}
#facilitySearch label{
	margin-top: 29px;
}
#facilitySearch .checkbox label{
	margin: 0;
}
#facilitySearch input{
	margin-top: 29px;
}
#facilitySearch .checkbox input{
	margin-top: 6px;
}
#facilitySearch input.submit{
	float: right;
	width: 277px;
	width: 60px;
	margin: -26px 64px 24px 0;
	background: url(/jobnet/pt/tsbw/nps/bg_contact_forms.png) no-repeat -260px -337px;
}
#facilitySearch input.submit.wide{
	width: 167px;
	background-position: 0 -337px;
}
#facilitySearch input.submit.second{
	margin-right: 1px;
}
/* ================================================================================ *\
	BODY: FACILITY LIST
\* ================================================================================ */
#content #facilities ul{
	margin: 0;
}
#content #facilities li{
	background: url(/jobnet/pt/tsbw/nps/bg_body_article_border.png) repeat-x right top;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content #facilities li li{
	padding-left: 23px;
}
#content #facilities li.first{
	background-image: none;
}
#content #facilities li .toggle{
	padding-left: 23px;
}
#content #facilities h2.toggler,
#content #facilities a.toggler{
	padding-left: 23px;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_5.png) no-repeat -25px -146px;
	cursor: pointer;
	font-size: 14px;
}
#content #facilities a.toggler{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_5.png) no-repeat -25px -152px;
}
#content #facilities h2.toggler.open,
#content #facilities a.toggler.open{
	margin-bottom: 28px;
}
#content #facilities h2.toggler:hover,
#content #facilities h2.toggler:focus,
#content #facilities h2.toggler:active,
#content #facilities h2.toggler.open,
#content #facilities a.toggler:hover,
#content #facilities a.toggler:active,
#content #facilities a.toggler.open{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat -26px -211px;
	color: #0064A5;
}
#content #facilities a.toggler:hover,
#content #facilities a.toggler:active,
#content #facilities a.toggler.open{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat -26px -217px;
}
#content #facilities a.toggler.loading{
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_down_5-3_.gif) no-repeat 1px 1px;
}
#content #facilities .image.open{
	width: 521px;
}
#content #facilities .toggle .label{
	float: left;
	display: block;
	width: 25px;
}
#content #facilities a.display-number{
	outline: none;
}
#content #facilities a.display-number:hover{
	margin: -2px 0 0 -7px;
	padding: 3px 5px;
	background-color: #FDFDFD;
	border: 2px solid #0064A5;
	outline: none;
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* ================================================================================ *\
	BODY SITEMAP
\* ================================================================================ */
#content .sitemap ul{
	margin: 0;
	padding: 0;
	background: url(/jobnet/pt/tsbw/nps/bg_sitemap.png) repeat-y 0 0;
}
#content .sitemap ul.last{
	margin: 0 0 24px 0;
}
#content .sitemap ul ul{
	font-size: 12px;
}
#content .sitemap ul ul ul{
	font-size: 10px;
}
#content .sitemap li,
#content .sitemap ul.first > li.last{
	margin: 0;
	padding: 0 0 0 27px;
	list-style-type: none;
	background: url(/jobnet/pt/tsbw/nps/bg_sitemap_element.png) no-repeat 0 0;
}
#content .sitemap ul.first > li.first{
	background: url(/jobnet/pt/tsbw/nps/bg_sitemap_element_first.png) no-repeat 0 0;
}
#content .sitemap ul li.last{
	background: url(/jobnet/pt/tsbw/nps/bg_sitemap_element_last.png) no-repeat 0 0;
}
/* ================================================================================ *\
	BODY: GALLERY
\* ================================================================================ */
#content .gallery .image{
	height: 366px;
}
#content .gallery .image h2,
#content .gallery .image p{
	display: none;
	line-height: 26px;
	padding: 0 8px;
	background: #FFF;
	background-color: rgba(255,255,255,0.85);
	color: #424242;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 289px;
	left: 0;
	z-index: 1;
}
#content .gallery .image p{
	top: 317px;
}
#content .gallery .image:hover h2,
#content .gallery .image:hover p{
	display: inline;
}
/**/
#content .gallery ul{
	float: left;
	margin: 0 0 8px 0;
	padding: 0;
}
#content .gallery li{
	float: left;
	margin: 0 32px 26px 0;
	padding: 0;
	list-style-type: none;
}
#content .gallery li.last{
	margin-right: 0;
}
#content .gallery li a{
	float: left;
}
#content .gallery li img{
	float: left;
}
#content .gallery .image .controls{
	top: 151px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
#content .gallery .image .controls ul{
	width: 100%;
}
#content .gallery .image .controls .next{
	float: right;
}
#content .gallery .descriptions{
	float: left;
	left: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#content .gallery .descriptions ul{
	left: 0;
	position: relative;
	width: 10000%;
}
#content .gallery .descriptions ul li{
	margin-right: 0;
	width: 544px;
}
#content .gallery .thumb-controls{
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#content .gallery .thumb-controls ul.thumbs{
	position: relative;
	width: 10000%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
#content .gallery .thumb-controls ul.thumbs li{
	padding: 0 0 0 16px;
	margin: 0;
}
#content .gallery .thumb-controls ul.browse,
#content .gallery .thumb-controls ul.browse li{
	margin: 0;
	padding: 0;
}
#content .gallery .thumb-controls ul.browse a{
	display: block;
	width: 16px;
	height: 64px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#content .gallery .thumb-controls ul.browse a span{
	display: none;
}
#content .gallery .thumb-controls ul.browse a.back{
	left: 0;
	background: #fff url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat scroll -26px -259px;
}
#content .gallery .thumb-controls ul.browse a.next{
	right: 0;
	background: #fff url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat scroll -22px -126px;
}
#content .gallery .thumb-controls{
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#content .gallery .thumb-controls ul.thumbs{
	position: relative;
	width: 10000%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
#content .gallery .thumb-controls ul.thumbs li{
	padding: 0 0 0 16px;
	margin: 0;
}
#content .gallery .thumb-controls ul.browse,
#content .gallery .thumb-controls ul.browse li{
	margin: 0;
	padding: 0;
}
#content .gallery .thumb-controls ul.browse a{
	display: block;
	width: 16px;
	height: 64px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#content .gallery .thumb-controls ul.browse a span{
	display: none;
}
#content .gallery .thumb-controls ul.browse a.back{
	left: 0;
	background: #fff url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat scroll -26px -259px;
}
#content .gallery .thumb-controls ul.browse a.next{
	right: 0;
	background: #fff url(/jobnet/pt/tsbw/nps/icons_arrow_set_3.png) no-repeat scroll -22px -126px;
}
/* ================================================================================ *\
	BODY: ACCORDION
\* ================================================================================ */
#content #accordion hr{
	width: 100%;
	height: 1px;
	margin: -1px 0 27px 0;
	background: url(/jobnet/pt/tsbw/nps/bg_body_article_border.png) repeat-x right bottom;
}
#content #accordion .ui-state-active a,
#content #accordion .ui-state-active a:link,
#content #accordion .ui-state-active a:visited,
#content #accordion .ui-state-default a,
#content #accordion .ui-state-default a:link,
#content #accordion .ui-state-default a:visited{
	color: #0064A5;
}
#content #accordion .ui-state-active .ui-icon,
#content #accordion .ui-state-default .ui-icon{
	float: left;
}
/* clear js styles */
#content #accordion h1{
	padding: 1px 0 1px 21px;
	border: 0;
	background: url(/jobnet/pt/tsbw/nps/icons_arrow_set_3-accordion.png) no-repeat -27px -17px;
}
#content #accordion h1 span{
	display: none;
}
#content #accordion .ui-state-active,
#content #accordion .ui-widget-content .ui-state-active,
#content #accordion .ui-state-hover,
#content #accordion .ui-widget-content .ui-state-hover,
#content #accordion .ui-state-focus,
#content #accordion .ui-widget-content .ui-state-focus{
	border: 0;
}
#content #accordion .ui-state-active,
#content #accordion .ui-widget-content .ui-state-active{
	background-position: -27px -210px;
}
#content #accordion .ui-widget-content{
	background: transparent;
	border: 0;
	font-size: 14px;
	line-height: 28px;
}
/* ================================================================================ *\
	BODY: TABLE
\* ================================================================================ */
/* ================================================================================ *\
	MISCELLANEOUS
\* ================================================================================ */
.hidden{
	display: none;
}
acronym{
	cursor: help;
	border-bottom: 1px dashed #424242;
}
