/* Removing default margins */
H1, H2, H3, H4, H5, H6, P, TR, TD, DL, DT, DD, UL, OL, LI, IMG, FORM, FIELDSET {
	margin: 0;
	padding: 0;
}
/* Removing borders's images */
IMG {
	border: none;
}
/* Alignement a gauche, a droite et centre du texte des paragraphes, des titres et des cellules */
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

BODY {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: .5em;
	padding: 0;
}
/******************************************************************************/
/* Header */
/******************************************************************************/
#header {
	position: relative;
}
#header IMG {
	vertical-align: bottom;
}
#logo {
	background: transparent url(../images/logo_afu_complet_203x60.gif) no-repeat top left;
	height: 60px;
	width: 203px;
}
#banner {
	background: transparent url(../images/banniere-maison-urologie.gif) no-repeat top right;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 234px;
}
/******************************************************************************/
/* Horizontal menu */
/******************************************************************************/
#topmenu {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}
#topmenu A {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu UL {
	padding: .3em 0;
}
#topmenu LI {
	display: inline;
}
#mainmenu {
	display: inline;
}
#mainmenu LI {
	border-left: 1px solid #FFFFFF;
}
#mainmenu LI A {
	background-color: #0071B6;
	padding: .3em 1em;
}
#mainmenu LI A.current {
	background-color: #6A9CCC;
}
#mainmenu LI A:hover {
	text-decoration: underline;
}
#submenu {
	background: #6A9CCC url(../images/bg-grad-right-0-350.gif) repeat-y left;
	margin-top: .3em;
}
#submenu LI A {
	padding: .3em 1em;
}
#submenu LI A:hover {
	text-decoration: underline;
}
#identification, #inscription {
	display: inline;
	padding: 0 1em;
}
#identification A, #inscription A {
	color: #0071B6;
	text-decoration: underline;
}
#identification A:hover, #inscription A:hover {
	color: #005082;
}
/******************************************************************************/
/* Top bar */
/******************************************************************************/
#topbar {
	background: #DCE4EF;
	color: #EE0000;
	font-size: 70%;
	font-weight: bold;
	padding: .1em .4em;
	position: relative;
}
#welcome {
	height: 2em;
	line-height: 2em;
}
#search {
	height: 2em;
	line-height: 2em;
	position: absolute;
	right: .4em;
}
#search SPAN {
}
#search INPUT, #search SELECT {
	font-size: 80%;
}
DIV.separator {
}
#reduce {
}
#increase {
}
#help {
}
/******************************************************************************/
/* Container */
/******************************************************************************/
#container {
	background: #FFFFFF;
	margin: .5em 0 0 0;
	width: 100%;
}
#left {
	padding: 0 .5em 0 0;
	vertical-align: top;
	width: 10em;
}
#center {
	font-family: Arial, Verdana, sans-serif;
	vertical-align: top;
}
#right {
	padding: 0 0 0 .5em;
	vertical-align: top;
	width: 12em;
}
/******************************************************************************/
/* Vertical menus */
/******************************************************************************/
#sidemenu {
	font-size: 70%;
	font-weight: bold;
}
/* Public menu */
#sidemenu_1 LI A {
	background-color: #6A9CCC;
}
#sidemenu_1 LI A:hover {
	background-color: #EE0000;
}
#sidemenu_1 UL.ul_02 LI A {
	background-color: #AFC4DF;
	color: #00314F;
}
#sidemenu_1 UL.ul_02 LI A:hover {
	background-color: #EE0000;
	color: #FFFFFF;
}
#sidemenu_1 UL.ul_03 LI A {
	background-color: #DCE4EF;
	color: #005082;
}
#sidemenu_1 UL.ul_03 LI A:hover {
	background-color: #FFFFFF;
	color: #EE0000;
	text-decoration: underline;
}
/* Paramedics menu */
#sidemenu_2 LI A {
	background-color: #6A9CCC;
}
#sidemenu_2 LI A:hover {
	background-color: #EE0000;
}
#sidemenu_2 UL.ul_02 LI A {
	background-color: #AFC4DF;
	color: #00314F;
}
#sidemenu_2 UL.ul_02 LI A:hover {
	background-color: #EE0000;
	color: #FFFFFF;
}
#sidemenu_2 UL.ul_03 LI A {
	background-color: #DCE4EF;
	color: #005082;
}
#sidemenu_2 UL.ul_03 LI A:hover {
	background-color: #FFFFFF;
	color: #EE0000;
	text-decoration: underline;
}
/* Doctors menu */
#sidemenu_3 LI A {
	background-color: #6A9CCC;
}
#sidemenu_3 LI A:hover {
	background-color: #EE0000;
}
#sidemenu_3 UL.ul_02 LI A {
	background-color: #AFC4DF;
	color: #00314F;
}
#sidemenu_3 UL.ul_02 LI A:hover {
	background-color: #EE0000;
	color: #FFFFFF;
}
#sidemenu_3 UL.ul_03 LI A {
	background-color: #DCE4EF;
	color: #005082;
}
#sidemenu_3 UL.ul_03 LI A:hover {
	background-color: #FFFFFF;
	color: #EE0000;
	text-decoration: underline;
}
/* Level 1 */
UL.ul_01 {
	margin: 0 0 1em 0;
}
UL.ul_01 LI {
	line-height: 1.2em;
	list-style: none;
}
UL.ul_01 LI A {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding: .2em 0em .2em .4em;
	text-decoration: none;
}
UL.ul_01 LI A:hover {
}
/* Level 2 */
UL.ul_02 {
}
UL.ul_02 LI A {
	font-weight: normal;
	padding: .2em 0em .2em .8em;
}
/* Level 3 */
UL.ul_03 {
}
UL.ul_03 LI A {
	padding: .2em 0em .2em 1.2em;
}
UL.ul_03 LI A:hover {
}
/******************************************************************************/
/* HON code */
/******************************************************************************/
#honcode {
	margin: 0 auto .5em auto;
	width: 9em;
}
#honcode_logo {
}
#honcode_text {
	padding: .3em;
	font-size: 70%;
}
/******************************************************************************/
/* Tools bar */
/******************************************************************************/
#toolsbar {
}
#icons {
}
#path {
	font-size: 70%;
	padding: .2em 0em .2em .4em;
}
#path A {
	text-decoration: none;
}
#path A:hover {
	text-decoration: underline;
}
#edit {
	background: url(../images/edit.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 0 2px 1px 2px;
	width: 20px;
}
#edit:hover {
	background: url(../images/edit_hover.gif) no-repeat center;
}
#addtofavorites {
	background: url(../images/favorites.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 0px 2px 1px 2px;
	width: 20px;
}
#addtofavorites:hover {
	background: url(../images/favorites_hover.gif) no-repeat center;
}
#tipafriend {
	background: url(../images/mail.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 0px 2px 1px 2px;
	width: 20px;
}
#tipafriend:hover {
	background: url(../images/mail_hover.gif) no-repeat center;
}
#pdfformat {
	background: url(../images/pdf.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 0px 2px 1px 2px;
	width: 20px;
}
#pdfformat:hover {
	background: url(../images/pdf_hover.gif) no-repeat center;
}
#print {
	background: url(../images/print.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 0px 2px 1px 2px;
	width: 20px;
}
#print:hover {
	background: url(../images/print_hover.gif) no-repeat center;
}
/******************************************************************************/
/* Page */
/******************************************************************************/
#page_title {
	color: #FFFFFF;
	font-size: 90%;
	margin: .5em 0 0 0;
	padding: .1em 0em .1em 0em;
	text-align: center;
	width: 100%;
}
#page_subtitle {
	font-size: 90%;
	padding: .1em 0 .1em 0;
	text-align: center;
	width: 100%;
}
/* Tags */
#content FIELDSET {
	margin: 1em 2em .5em 2em;
	padding: 0 0 .5em 0;
}
#content H2 {
	clear: left;
	font-size: 90%;
	margin: 1em 0 .5em 0;
}
#content H3 {
	font-size: 90%;
	font-weight: bold;
	padding: .5em 0;
}
#content H4 {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	padding: .5em 0;
	text-indent: .5em;
}
#content LEGEND {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 0 .5em;
	padding-bottom: .5em;
}
#content LI {
	font-size: 80%;
	margin-left: 2em;
	padding: 0 0 .1em 0;
}
#content LI LI, #content TD LI {
	font-size: 100%;
}
#content P {
	font-size: 80%;
	padding: .5em;
}
#content P.small {
	font-size: 70%;
}
TD span.small, DT span.small, DD span.small {
	font-size: 89%;
}
#content TD, #content TH, #content DT, #content DD, #content LABEL {
	font-size: 80%;
}
#content UL, #content OL {
	padding-left: .5em;
}
#content TD TD, #content TD TH, #content TD P, #content TD LABEL, #content TH P, #content TH LABEL, #content DT P, #content DT LABEL, #content DD P, #content DD LABEL, #content DD LI, #content DD LI LABEL, #content LI LABEL {
	font-size: 100%;
}
#content TD P.small, #content DT P.small, #content DD P.small {
	font-size: 90%;
}
#content SUB {
	vertical-align: bottom;
}
/* Classes */
#content .entete {
	font-weight: bold;
	padding: .1em .2em .1em .5em;
	margin: .5em 0;
}
/******************************************************************************/
/* Styles CSS Styled Content */
/******************************************************************************/
#content h2.head-toc {
	float: right;
	font-size: 80%;
	margin: 5px 0px 0px 10px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	width: 150px;
}
/* Menu csc-menu-1 */
#content UL.csc-menu-1 {
	clear: right;
	float: right;
	padding: 2px 2px 2px 2px;
	width: 150px;
}
#content UL.csc-menu-1 LI {
	list-style-type: none;
	margin: 0.1em 0.3em 0.2em 0.4em;
}
/* csc-menu-4 */
#content DL.csc-menu-4 DT {
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 1em 0 0 0;
}
/* Menu csc-menu-7 */
#content UL.csc-menu-7 LI {
	display: block;
	list-style: none;
	margin: 1em 0 0 0;
}
#content UL.csc-menu-7 LI A {
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 .5em 0;
	text-decoration: none;
	width: 100%;
}
#content UL.csc-menu-7 LI UL LI.csc-section {
	display: list-item;
	list-style: disc;
	margin: 0 0 0 2em;
}
#content UL.csc-menu-7 LI UL LI.csc-section A {
	border-bottom: none;
	display: inline;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	text-decoration: underline;
}
/* csc-mailform */
#content FIELDSET.csc-mailform {
	border: none;
	margin: 0;
	padding: 0;
}
.csc-mailform-field {
	padding-bottom: 4px;
}
FORM DIV.csc-mailform-field LABEL {
	display: block;
	float: left;
	padding-right: 4px;
	text-align: right;
	width: 40%;
}
FORM DIV.csc-mailform-field INPUT.csc-mailform-submit {
	margin-left: 40%;
}
#content DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	padding: 5px 5px 0 0;
	background-color: #FFFFFF;
}
/* Paragraphes, Frames
div#page_content .csc-frame-indent {
	padding-left: 1em;
}
*/
/***************************************************/
/* Styles des Tableaux */
/***************************************************/
/* Tableau : Standard contenttable */
#content TABLE.contenttable P.bodytext {
	padding: 0;
}
/* Tableau: Disposition 1 */
#content TABLE.contenttable-1 {
	border-collapse: collapse;
	margin: .5em auto;
}
#content TABLE.contenttable-1 TR.tr-0 {
	font-weight: bold;
	text-align: center;
}
#content TABLE.contenttable-1 TD {
	padding: .2em;
}
#content TABLE.contenttable-1 TD.td-0 {
	font-weight: bold;
}
#content TABLE.contenttable-1 P {
	padding: 0em 0em 0em 0em;
}
/* Tableau 1 */
/***************************************************/
TABLE.tableau1 {
	border-collapse: collapse;
	margin: 1em auto .5em auto;
	width: 95%;
}
#content TABLE.tableau1 P.bodytext {
	padding: 0;
}
#content TABLE.tableau1 THEAD TR TH {
	/*padding: .2em;*/
	font-size: 90%;
}
#content TABLE.tableau1 TBODY TR TH {
	padding: .2em;
}
#content TABLE.tableau1 TBODY TR TH P {
	/*font-size: 100%;*/
	padding: 0;
}
#content TABLE.tableau1 TBODY TR TD {
	padding: .2em;
}
#content TABLE.tableau1 TBODY TR TD P {
	padding: 0;
}
/******************************************************************************/
/* Infos */
/******************************************************************************/
#infos {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #DCE4EF;
	font-size: 70%;
	margin: .5em 0 0 0;
}
#infos A {
	color: #005082;
}
#infos A:hover {
	color: #0071B6;
}
#gototop {
	background: url(../images/up.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 1px 2px 1px 2px;
	width: 20px;
}
#gototop:hover {
	background: url(../images/up_hover.gif) no-repeat center;
}
#lastchange {
	color: #00314F;
	float: right;
	padding: .4em .5em .1em 0em;
}
#author {
	color: #00314F;
	height: 1.7em;
	line-height: 1.7em;
	padding: .4em 0em .1em .5em;
}
/******************************************************************************/
/* Bottom */
/******************************************************************************/
#bottom {
	background: #DCE4EF;
	color: #EE0000;
	font-size: 70%;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: .2em .4em .1em .4em;
	position: relative;
}
#bottom SELECT {
	font-size: 80%;
	margin: .1em 0 0 0;
}
#change_styles{
	height: 2em;
	line-height: 2em;
}
#navigation {
	height: 2em;
	line-height: 2em;
	position: absolute;
	right: .4em;
}
/******************************************************************************/
/* Footer */
/******************************************************************************/
#footer {
	color: #0071B6;
	font-size: 60%;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
#axoide {
	float: right;
	text-align: right;
	width: 15%;
}
#copyright {
	float: left;
	text-align: left;
	width: 30%;
}
/******************************************************************************/
/* Extension : newloginbox */
/******************************************************************************/
DIV.tx-newloginbox-pi1 P {
	width: 100%;
	font-size: 80%;
	padding: .5em 0;
}
DIV.tx-newloginbox-pi1 P#forgot_password {
	text-align: center;
}
DIV.tx-newloginbox-pi1 TABLE {
	padding: 8px 8px 8px 8px;
	width: 50%;
	margin: auto;
}
DIV.tx-newloginbox-pi1 TABLE TBODY TR TH {
	padding: 5px 3px 5px 3px;
	text-align: right;
}
DIV.tx-newloginbox-pi1 TABLE TBODY TR TD {
	padding: 5px 3px 5px 3px;
}
#content DIV.tx-newloginbox-pi1 TABLE TBODY TR TH LABEL {
	font-size: 100%;
	font-weight: bold;
}
DIV.tx-newloginbox-pi1 TABLE TBODY TR TD INPUT {
	font-size: 70%;
	width: 20ex;
}
DIV.tx-newloginbox-pi1 TABLE TFOOT TR TD {
	padding: 5px 3px 5px 3px;
}
DIV.tx-newloginbox-pi1 TABLE TFOOT TR TD INPUT {
	width: auto;
	font-size: 70%;
}
DIV.tx-newloginbox-pi1 INPUT#tx-newloginbox-pi1-logout_submit {
	font-size: 70%;
	width: 20ex;
}
DIV.tx-newloginbox-pi1 P.tx-newloginbox-pi1-forgotP {
	text-align: center;
}
/******************************************************************************/
/* Extension : tt_news */
/******************************************************************************/
/* News list -----------------------------------------------------------------*/
.news-list-container {
	margin: .5em 0 0 0;
	width: 100%;
}
.news-list-item {
	margin: 0 0 1em 0;
	width: 100%;
}
#content .news-list-item H3 {
	padding: .2em 0 .2em .5em;
}
#content .news-list-item H4 {
	padding: .5em;
}
#content .news-list-item IMG {
	float: right;
	margin: 5px;
}
#content .news-list-item P {
	padding: .5em;
}
.news-list-morelink {
	font-size: 80%;
	padding: .5em;
}
.news-list-item_footer {
	clear: both;
	font-size: 70%;
	padding: .4em;
}
.news-list-date {
	float: right;
	text-align: right;
}
/* News latest ---------------------------------------------------------------*/
.news-latest-header, .news-latest-gotoarchive {
	background: #6A9CCC;
	color: #FFFFFF;
	font-size: 70%;
	font-weight: bold;
	padding: .2em 0em .2em .4em;
}
.news-latest-item {
	margin: .5em 0 .5em 0;
}
.news-latest-item-content {
	border-bottom: 1px solid #DCE4EF;
	border-left: 1px solid #DCE4EF;
	border-right: 1px solid #DCE4EF;
}
.news-latest-item IMG {
	float: right;
	margin: 5px;
}
.news-latest-item H3 {
	background: #AFC4DF;
	border: 1px solid #AFC4DF;
	font-size: 70%;
	padding: .2em;
	text-align: center;
}
.news-latest-item H3 A {
	color: #005082;
	text-decoration: none;
}
.news-latest-item H3 A:hover {
	text-decoration: underline;
}
.news-latest-item P {
	font-size: 70%;
	padding: .2em 0em .2em .4em;
}
.news-latest-morelink {
	font-family: Arial, Verdana, sans-serif;
	font-size: 60%;
	padding: .2em 0em .2em .4em;
}
.news-latest-date {
	background: #F0F3F7;
	border-top: 1px solid #DCE4EF;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 60%;
	padding: 0 .4em 0 0;
	text-align: right;
	clear: both;
}
/* News single  --------------------------------------------------------------*/
.news-single-timedata {
	font-size: 70%;
}
.news-single-backlink {
	font-size: 80%;
}
/* Page-Browser --------------------------------------------------------------*/
.news-list-browse {
	text-align: center;
}
#content .tx-ttnews-browsebox P {
	margin: 0;
	padding: 0 .2em;
}
#content .tx-ttnews-browsebox TABLE {
	margin: .5em auto;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
/******************************************************************************/
/* Extension : axreg */
/******************************************************************************/
DIV.tx-axreg-pi1 FIELDSET TABLE {
	width: 100%;
}
DIV.tx-axreg-pi1 FIELDSET TABLE TR TH {
	text-align: right;
	width: 35%;
	padding: 0 .3em 0 0;
	font-weight: normal;
	vertical-align: top;
}
DIV.tx-axreg-pi1 FIELDSET TABLE TR TH LABEL {
	font-size: 100% !important;
}
DIV.tx-axreg-pi1 FIELDSET TABLE TR TD {
	text-align: left;
	width: 60%;
	font-weight: bold;
	padding: 0 0 .2em 0;
}
DIV.tx-axreg-pi1 LABEL SPAN {
	color: #FF0000;
}
#content DIV.tx-axreg-pi1 TD LABEL {
	font-weight: normal;
	font-size: 100%;
}
DIV.tx-axreg-pi1 TD LABEL.tx-axreg-pi1-password-again {
	margin: 0 0 0 1em;
}
#content DIV.tx-axreg-pi1 TD P {
	font-weight: normal;
	padding: .2em 0 .2em 0;
}
DIV.tx-axreg-pi1 TD P.tx-axreg-pi1-error {
	color: #FF0000;
}
#content DIV.tx-axreg-pi1 P.buttons {
	text-align: center;
	padding: 0 0 .5em 0;
	margin: 0;
}
DIV.tx-axreg-pi1 UL.tx-axreg-multiple-checkboxes {
	list-style-type: none;
}
#content DIV.tx-axreg-pi1 UL.tx-axreg-multiple-checkboxes LI {
	margin: 0;
}
DIV.tx-axreg-pi1 .tx-axreg-pi1-delete-icon {
	margin-left: 1em;
	background-color: transparent;
}
DIV.tx-axreg-pi1 .tx-axreg-pi1-delete-icon:hover {
	cursor: pointer;
}
DIV.tx-axreg-pi1 A {
	padding-left: 14px;
	background-image: url("../../../../../typo3conf/ext/axreg/pi1/internal_link.gif");
	background-repeat: no-repeat;
	background-position: 0% 60%;
	text-decoration: none;
}
DIV.tx-axreg-pi1 A:hover {
	text-decoration: underline;
}
DIV.tx-axreg-pi1 A.tx-axreg-pi1-file-view {
	padding-left: 15px;
	background-image: url("../../../../../typo3conf/ext/axreg/pi1/internal_link_new_window.gif");
	background-repeat: no-repeat;
	background-color: transparent;
	font-weight: normal;
	margin-left: 1em;
}
DIV.tx-axreg-pi1 TR#tx-axreg-pi1-loginbox {
	width: 50%;
	height: 5em;
	margin: 1em auto;
	padding: 1em;
}
DIV.tx-axreg-pi1 TR#tx-axreg-pi1-loginbox  TH {
	width: 50%;
}
DIV.tx-axreg-pi1 TR#tx-axreg-pi1-loginbox TD {
	width: 48%;
}
/******************************************************************************/
/*  Extension : ab_linklist */
/******************************************************************************/
/* --------------------  general styles  -------------------- */
.tx-ablinklist-pi1 {
	margin: .5em 0;
}
.tx_ablinklist_categoryPath {
	font-size: 80%;
}
.tx_ablinklist_formErrorMsg {
	font-size: 80%;
	color: red;
	padding: 0 .5em;
	font-weight: bold;
	text-align: center;
}
/* --------------------  listView  -------------------- */
.tx_ablinklist_listView_categoryPath {
	font-size: 80%;
}
.tx_ablinklist_listView_categories {
	margin-top : 10px;
}
.tx_ablinklist_listView_links {
	margin-top : 10px;
}
TR.tx_ablinklist_listView_link_1 TD, TR.tx_ablinklist_listView_link_2 TD {
	vertical-align: middle;
	padding: 5px;
}
TR.tx_ablinklist_listView_link_1 H4, TR.tx_ablinklist_listView_link_2 H4 {
	font-size: 100% !important;
	font-style: normal !important;
	text-indent: inherit !important;
}
DIV.tx_ablinklist_listView_linkAddNew {
	font-size: 80%;
	float: right;
	margin-right: .5em;
}
DIV.tx_ablinklist_listView_linkInfos {
	float: right;
	clear: both;
}
/* --------------------  treeView  -------------------- */
.tx_ablinklist_treeView_category {
	margin-top : 10px;
	margin-bottom : 10px;
}
.tx_ablinklist_treeView_links {
	margin-bottom : 10px;
}
.tx_ablinklist_treeView_linkAddNew {
	font-size : small;
}
/* --------------------  searchView  -------------------- */
.tx_ablinklist_searchView_searchBox {
	margin: .5em 0;
}
.tx_ablinklist_searchView_searchBox INPUT {
	font-size: 70%;
}
.tx_ablinklist_searchView_noLinksMessage {
	font-size: 80%;
}
.tx_ablinklist_searchView_categoryPath {
	font-size : small;
}
.tx_ablinklist_searchView_links {
	margin-top : 10px;
}
/* --------------------  topView  -------------------- */
.tx_ablinklist_topView_link {
	margin-top : 5px;
}
/* --------------------  catalogView  -------------------- */
.tx_ablinklist_catalogView_categoryPath {
	font-size : small;
}
.tx_ablinklist_catalogView_category {
	float : left;
	width : 300px;
	padding-top : 20px;
}
.tx_ablinklist_catalogView_subcategories {
	font-size : small;
}
.tx_ablinklist_catalogView_links {
	clear : both;
	padding-top : 20px;
}
.tx_ablinklist_catalogView_linkAddNew {
	margin-top : 10px;
}
/* --------------------  selectedView  -------------------- */
.tx_ablinklist_selectedView {
	border-collapse: collapse;
	width: 95%;
	margin: .5em auto 1em auto;
}
.tx_ablinklist_selectedView_head {
	padding: .2em;
	font-size: 90%;
}
.tx_ablinklist_selectedView_link_1 {
	padding: .2em;
}
.tx_ablinklist_selectedView_link_2 {
	padding: .2em;
}
/******************************************************************************/
/*  Extension : rb_flashobject */
/******************************************************************************/
.tx-rbflashobject-pi1-swf_altcontent {
	float: right;
	clear: right;
}
.csc-frame-frame1 .tx-rbflashobject-pi1-swf_altcontent {
	float: none;
	text-align: center;
}
/******************************************************************************/
/*  Extension : axglossary */
/******************************************************************************/
ACRONYM, DFN, ABBR, SPAN.ABBR {
	font-style: inherit;
}
#content A.glossary:link {
	border-bottom: 1px dotted #666666;
	color: #000000;
	cursor: help;
	text-decoration: none;
}
#content A.glossary:hover {
	color: #666666;
}
DL.glossary DT {
	font-weight: bold;
	margin: 0 0 3px 0;
	font-style: normal;
}
DL.glossary DD {
	margin: 0 0 15px 20px;
}
DL.glossary .description {
	margin: 0;
	padding: 0;
}
DL.glossary .type {
	font-style: italic;
	padding: 0 3px 0 0;
}
/* plugin 1 */
.tx-axglossary-pi1_oneitem {
	margin: 0em 0em 0em .5em;
}
.tx-axglossary-pi1_detaillong {
	font-weight: bold;
}
/******************************************************************************/
/*  Extension : sr_language_menu */
/******************************************************************************/
.tx-srlanguagemenu-pi1 {
	float: right;
	margin: 1px 2px;
	/*padding: 1px 0 0 0;*/
}
.tx-srlanguagemenu-pi1 .NO A {
	border: 1px solid #FFFFFF;
	display: block;
	padding: 2px;
}
.tx-srlanguagemenu-pi1 .INACT {
	border: 1px solid #FFFFFF;
	padding: 2px;
}
.tx-srlanguagemenu-pi1 .NO A:hover {
	border-bottom: 1px solid #808080;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #808080;
	border-top: 1px solid #DCDCDC;
}
/******************************************************************************/
/*  Extension : irfaq */
/******************************************************************************/
.tx-irfaq-pi1 DL {
	margin-left: 1em;
}
.tx-irfaq-pi1 DT P {
	font-weight: bold;
	display: inline;
}
.tx-irfaq-pi1 .additional-info {
	padding: .2em;
	margin-bottom: 1em;
}
.tx-irfaq-cleaner {
	clear: left;
	height: 1px;
}
.tx-irfaq-dynheader {
	cursor: pointer;
}
.tx-irfaq-dynans-hidden {
	display: none;
}
.tx-irfaq-dynans-visible {
	display: inline;
}
/******************************************************************************/
/*  Extension : axdocdb */
/******************************************************************************/
/* Plugin 1 ------------------------------------------------------------------*/
/******************************************************************************/
/* general styles ------------------------------------------------------------*/
.tx-axdocdb-pi1 {
	margin: .5em 0;
}
/* Selectors -----------------------------------------------------------------*/
.tx-axdocdb-pi1-selectors {
	text-align: right;
	font-size: 80%;
}
.tx-axdocdb-pi1-displayModeSelector {
	margin: 0 5px 0 0;
	display: inline;
}
.tx-axdocdb-pi1-displayModeSelector FORM {
	display: inline;
}
.tx-axdocdb-pi1-displayModeSelector select {
	font-size: 70%;
}
.tx-axdocdb-pi1-orderBySelector {
	margin: 0 5px 0 0;
	display: inline;
}
.tx-axdocdb-pi1-orderBySelector FORM {
	display: inline;
}
.tx-axdocdb-pi1-orderBySelector select {
	font-size: 70%;
}
/* Abstract ------------------------------------------------------------------*/
.tx-axdocdb-pi1-abstract-fr {
	font-size: 80%;
	text-align: justify;
	margin: 0 auto;
	padding: 0 2em 1em 2em;
}
.tx-axdocdb-pi1-abstract-fr P {
	font-size: 100% !important;
}
.tx-axdocdb-pi1-abstract-fr OL {
	margin: .2em 0em .2em 1em;
}
.tx-axdocdb-pi1-abstract-fr OL LI {
	margin: .1em 0em .1em 1em;
	font-size: 100% !important;
}
.tx-axdocdb-pi1-abstract-fr UL {
	margin: .2em 0em .2em 1em;
}
.tx-axdocdb-pi1-abstract-fr UL LI {
	margin: .1em 0em .1em 1em;
	font-size: 100% !important;
}
.tx-axdocdb-pi1-abstract-fr OL.toc {
	list-style: upper-roman inside;
	font-weight: bold;
}
.tx-axdocdb-pi1-abstract-fr OL.toc LI {
	font-size: 100% !important;
}
.tx-axdocdb-pi1-abstract-fr OL.toc OL {
	list-style: upper-alpha inside;
	font-weight: normal;
}
.tx-axdocdb-pi1-abstract-fr OL.toc UL {
	font-weight: normal;
}
.tx-axdocdb-pi1-abstract-fr OL.toc OL OL {
	list-style: decimal inside;
	font-weight: normal;
	font-style: italic;
}
.tx-axdocdb-pi1-abstract-fr OL.toc OL OL OL {
	list-style: lower-alpha inside;
	font-style: normal;
	font-size: 87%;
}
.tx-axdocdb-pi1-abstract-fr UL.toc {
	font-weight: bold;
}
.tx-axdocdb-pi1-abstract-fr UL.toc LI {
	font-size: 100% !important;
}
.tx-axdocdb-pi1-abstract-fr UL.toc UL {
	font-weight: normal;
}
.tx-axdocdb-pi1-abstract-fr UL.toc OL {
	list-style: decimal inside;
	font-weight: normal;
}
.tx-axdocdb-pi1-abstract-fr UL.toc UL UL {
	font-weight: normal;
	font-style: italic;
}
.tx-axdocdb-pi1-abstract-fr UL.toc UL UL UL {
	font-style: normal;
	font-size: 87%;
}
.tx-axdocdb-pi1-spacer {
	height: .5em;
	overflow: hidden;
}
.tx-axdocdb-pi1-other-ref {
	font-size: 80%;
	display: list-item;
	margin: 1em 2em;
	font-weight: bold;
}
/* Text ----------------------------------------------------------------------*/
.tx-axdocdb-pi1-text-fr {
	font-size: 80%;
	text-align: justify;
	padding: .5em 0;
	clear: both;
}
.tx-axdocdb-pi1-text-fr DIV.para {
	font-size: 100%;
	padding: .5em 0em;
	clear: both;
}
.tx-axdocdb-pi1-text-fr H2 {
	font-size: 112% !important;
}
.tx-axdocdb-pi1-text-fr H3 {
	font-size: 112% !important;
}
.tx-axdocdb-pi1-text-fr H4 {
	font-size: 100% !important;
}
.tx-axdocdb-pi1-text-fr H5 {
	font-size: 90% !important;
	padding: .5em 0em .5em 0em;
	text-indent: 1em;
}
.tx-axdocdb-pi1-text-fr H6 {
	font-size: 90% !important;
	font-style: italic;
	padding: .5em 0em .5em 0em;
	text-indent: 1.5em;
}
.tx-axdocdb-pi1-text-fr blockquote {
	padding: .5em;
}
.tx-axdocdb-pi1-text-fr DIV.textbox {
	margin: 1em 3em;
	padding: .5em 1em;
}
.tx-axdocdb-pi1-text-fr UL {
	margin: .2em 0em .2em 1em;
}
#content DIV.tx-axdocdb-pi1-text-fr LI {
	margin: .2em 0em .2em .8em;
	font-size: 100% !important;
	clear: both;
}
.tx-axdocdb-pi1-text-fr LI.tx-axdocdb-pi1-text-list-without-bullets {
	list-style-type: none;
	clear: both;
}
#content DIV.tx-axdocdb-pi1-text-fr DL {
	margin: 0 0 0 2em;
}
#content DIV.tx-axdocdb-pi1-text-fr DT {
	font-size: 100%;
	font-weight: bold;
	display: inline;
}
#content DIV.tx-axdocdb-pi1-text-fr DD {
	font-size: 100%;
	display: inline;
}
#content DIV.tx-axdocdb-pi1-text-fr DD DIV.para {
	display: inline;
	line-height: 1.4em;
}
DIV.tx-axdocdb-pi1-text-listlabel {
	margin: 0 .5em 0 0;
	float: left;
	clear: both;
}
DIV.tx-axdocdb-pi1-text-listpara {
	float: left;
	width: 95%;
}
DIV.tx-axdocdb-pi1-text-listpara TABLE {
	margin: .5em auto;
}
.tx-axdocdb-pi1-text-fr DIV.float-anchor {
	width: 95%;
	margin: .8em auto;
}
.tx-axdocdb-pi1-text-fr TABLE {
	margin: 0 auto;
	border-collapse: collapse;
}
.tx-axdocdb-pi1-text-fr DIV.float-anchor TABLE {
	background-color: #FFFFFF;
}
.tx-axdocdb-pi1-text-fr TABLE CAPTION {
	margin: 0 auto;
	padding: 5px 0;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.tx-axdocdb-pi1-text-fr TABLE TH {
	font-size: 100% !important;
	vertical-align: top;
	padding: .2em;
}
.tx-axdocdb-pi1-text-fr TABLE TD {
	font-size: 100% !important;
	vertical-align: top;
	padding: .2em;
}
.tx-axdocdb-pi1-text-fr TABLE TH.align-char {
	text-align: center;
}
.tx-axdocdb-pi1-text-fr TABLE TD.align-char {
	text-align: center;
}
.tx-axdocdb-pi1-text-fr TABLE P.bodytext {
	padding: 0 !important;
}
.tx-axdocdb-pi1-text-fr TABLE TFOOT TD {
	border: 0 !important;
	padding: 0 .2em;
}
.tx-axdocdb-pi1-imageAndLegend {
	overflow: auto;
	clear: left;
}
.tx-axdocdb-pi1-image {
	text-align: center;
	border: 0 !important;
}
.tx-axdocdb-pi1-legend {
	font-size: 100% !important;
	font-style: italic;
	font-weight: bold;
	border: 0 !important;
}
.tx-axdocdb-pi1-references {
	font-size: 87%;
	padding: 0 1em 1em 1em;
}
.tx-axdocdb-pi1-references BR {
	line-height: 50%;
}
.tx-axdocdb-pi1-bibliography-sec {
	margin: .5em 0em;
}
.tx-axdocdb-pi1-bibliography-sec DIV.bib-reference {
	font-size: 70% !important;
	padding: 0 1em .5em 1em !important;
}
H4 A.tx-axdocdb-pi1-cross-ref, H5 A.tx-axdocdb-pi1-cross-ref, H6 A.tx-axdocdb-pi1-cross-ref {
	color: #000000;
}
A.tx-axdocdb-pi1-cross-ref {
	text-decoration: none;
}
A:hover.tx-axdocdb-pi1-cross-ref {
	text-decoration: underline;
}
.tx-axdocdb-pi1-footnotes {
	padding: 0.5em 0em 0em 0em;
	font-size: 80%;
}
.tx-axdocdb-pi1-footnote {
	padding: 0em 0em 0.5em 0em;
	text-indent: -1.2em;
	margin-left: 1.2em;
}
.tx-axdocdb-pi1-article-footnote {
	padding: 0em 0em 0.5em 0em;
}
.tx-axdocdb-pi1-comment-fr {
	font-size: 80%;
	padding: 0em 0em 0.5em 0em;
}
#content .tx-axdocdb-pi1-correspondence {
	text-align: right;
	padding: 0 0 .5em 0;
}
.tx-axdocdb-pi1-searched-word {
	background-color: #FFFFCC;
	text-decoration: inherit;
}
/* QCM -----------------------------------------------------------------------*/
LI.tx-axdocdb-pi1-qcm {
	font-weight: bold;
	font-size: 100% !important;
	margin: 0 0 1em 0;
}
SPAN.tx-axdocdb-pi1-qcm-question {
}
SPAN.tx-axdocdb-pi1-qcm-instruction {
	font-weight: normal;
	font-style: italic;
}
OL.tx-axdocdb-pi1-qcm-items {
	margin: .5em 0;
}
LI.tx-axdocdb-pi1-qcm-item {
	font-weight: normal;
	list-style-type: upper-alpha;
	margin: .2em 0;
}
TD.tx-axdocdb-pi1-qcm-response {
	font-size: 100% !important;
	padding: 0 .5em;
}
#see-responses-link {
	margin: 0 0 .5em 0;
}
#qcm-responses-table {
	margin: 0 0 .5em 0;
}
/* Search box ----------------------------------------------------------------*/
.tx-axdocdb-pi1-searchbox {
	margin: 0px 5px 0px 5px;
	float:left;
}
.tx-axdocdb-pi1-searchbox INPUT {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
}
.tx-axdocdb-pi1-advancedSearchLink {
	font-size: 80%;
	position: relative;
	top: 3px;
	left: 10px;
	display: inline;
}
/* Browsebox -----------------------------------------------------------------*/
.tx-axdocdb-pi1-browsebox {
	padding: 0;
	margin: 5px 5px 10px 5px;
	text-align: center;
}
.tx-axdocdb-pi1-browsebox P {
	padding: 0 !important;
	margin: 0 !important;
}
.tx-axdocdb-pi1-browsebox TABLE {
	margin: 0 auto;
}
.tx-axdocdb-pi1-browsebox P SPAN.tx-axdocdb-pi1-browsebox-strong {
	font-weight: bold;
}
.tx-axdocdb-pi1-browsebox-SCell {
}
/* Advanced Search -----------------------------------------------------------*/
.tx-axdocdb-pi1-advancedSearch_form FIELDSET .none {
	display: none;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE {
	width: 100%;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE TH {
	text-align: right;
	width: 35%;
	font-weight: normal;
}
#content .tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE TH LABEL {
	font-size: 100%;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE TD {
	text-align: left;
	width: 60%;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE TD INPUT {
	margin: 0;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE#constructor {
	width: auto;
	margin: 0 auto;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE#constructor TH {
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
}
.tx-axdocdb-pi1-advancedSearch_form FIELDSET TABLE#constructor TD {
	text-align: center;
	width: auto;
	padding: 0;
}
#content P.tx-axdocdb-pi1-buttons {
	text-align: center;
	padding: 0;
}
.tx-axdocdb-pi1-simpleSearchLink {
	font-size: 80%;
}
/* Single View ---------------------------------------------------------------*/
.tx-axdocdb-pi1-singleView-authors {
	font-size: 90%;
	text-align: center;
	padding: 0em 0em 0.5em 0em;
	font-weight: bold;
}
.tx-axdocdb-pi1-singleView-origin {
	font-size: 80%;
	margin: 0 0 .5em 0;
	font-style: italic;
	text-align: center;
}
.tx-axdocdb-pi1-singleView-reference {
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 .5em 1em;
	float: right;
}
.tx-axdocdb-pi1-singleView-category {
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
.tx-axdocdb-pi1-singleView-title {
	padding: .5em 0em .3em 0em;
	text-align: center;
	clear: both;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}
.tx-axdocdb-pi1-singleView-keywords-fr {
	font-size: 80%;
	padding: .5em 0 .5em 0;
}
.tx-axdocdb-pi1-singleView-links {
	font-size: 80%;
	padding: .5em 0 .5em 0;
}
.tx-axdocdb-pi1-singleView-abstractLink {
	font-size: 80%;
	float: right;
}
.tx-axdocdb-pi1-singleView-abstractLink IMG {
	vertical-align: middle;
}
/* List View -----------------------------------------------------------------*/
.tx-axdocdb-pi1-listView-item {
	margin: .5em .5em 1em .5em;
	clear: both;
}
.tx-axdocdb-pi1-listView-item TABLE {
	width: 100%;
	border-collapse: collapse;
}
#content .tx-axdocdb-pi1-listView-item TD {
	padding: .2em .5em;
}
#content TD.tx-axdocdb-pi1-listView-title {
	/*padding: .2em .5em;*/
	font-weight: bold;
}
.tx-axdocdb-pi1-listView-title A {
	font-weight: bold;
}
.tx-axdocdb-pi1-listView-authors {
	font-weight: bold;
	font-style: italic;
}
.tx-axdocdb-pi1-listView-category {
	width: 90%;
	font-weight: bold;
}
.tx-axdocdb-pi1-listView-reference {
	text-align: right;
}
.tx-axdocdb-pi1-listView-title_lang {
	font-weight: bold;
}
.tx-axdocdb-pi1-listView-abstract P {
	padding: .2em 0 .2em 0 !important;
}
.tx-axdocdb-pi1-listView-abstract OL.toc {
	list-style: upper-roman inside;
	font-weight: bold;
}
.tx-axdocdb-pi1-listView-abstract OL.toc OL {
	list-style: upper-alpha inside;
	font-weight: normal;
}
.tx-axdocdb-pi1-listView-abstract OL.toc UL {
	font-weight: normal;
}
.tx-axdocdb-pi1-listView-abstract OL.toc OL OL {
	list-style: decimal inside;
	font-weight: normal;
	font-style: italic;
}
.tx-axdocdb-pi1-listView-abstract OL.toc OL OL OL {
	list-style: lower-alpha inside;
	font-style: normal;
	font-size: 87%;
}
.tx-axdocdb-pi1-listView-abstract UL.toc {
	font-weight: bold;
}
.tx-axdocdb-pi1-listView-abstract UL.toc UL {
	font-weight: normal;
}
.tx-axdocdb-pi1-listView-abstract UL.toc OL {
	list-style: decimal inside;
	font-weight: normal;
}
.tx-axdocdb-pi1-listView-abstract UL.toc UL UL {
	/*font-weight: normal;*/
	font-style: italic;
}
.tx-axdocdb-pi1-listView-abstract UL.toc UL UL UL {
	/*font-weight: normal;*/
	font-style: normal;
	font-size: 87%;
}
.tx-axdocdb-pi1-listView-links IMG {
	vertical-align: middle;
}
/* Condensed List View -------------------------------------------------------*/
.tx-axdocdb-pi1-condensedListView {
	margin: 10px 5px;
	clear: both;
}
.tx-axdocdb-pi1-condensedListView TABLE {
	width: 100%;
	border-collapse: collapse;
}
.tx-axdocdb-pi1-condensedListView TABLE THEAD TR TH {
	font-weight: bold;
}
.tx-axdocdb-pi1-condensedListView-item-1 IMG {
	vertical-align: middle;
}
.tx-axdocdb-pi1-condensedListView-item-0 IMG {
	vertical-align: middle;
}
.tx-axdocdb-pi1-condensedListView TABLE TD {
	padding: .2em .5em;
}
/******************************************************************************/
/*  Extension : knowledge_base */
/******************************************************************************/
/* Plugin 2 ------------------------------------------------------------------*/
/* toc Table 1 */
TABLE.tx-axdocdb-pi2-toc-1 {
	width: 95%;
	margin: 0 auto;
}
TABLE.tx-axdocdb-pi2-toc-1 TH {
	font-size: 90% !important;
	vertical-align: top;
	padding: .3em 0 .3em 0;
	width: 5%;
}
TABLE.tx-axdocdb-pi2-toc-1 TD {
	padding: .3em 0 .3em 0;
	vertical-align: top;
}
/* toc Table 2 */
TABLE.tx-axdocdb-pi2-toc-2 {
	width: 95%;
	margin: 5px auto;
	border-collapse: collapse;
}
TABLE.tx-axdocdb-pi2-toc-2 TH {
	padding: .2em .3em;
}
TABLE.tx-axdocdb-pi2-toc-2 TD {
	padding: .2em .3em;
}
TABLE.tx-axdocdb-pi2-toc-2 P.bodytext {
	padding: 0 !important;
}
