/* default styles for extension "tx_gbglossary" */
  a.gbglossary_csstooltip {
    position: relative;
    z-index: 240;
    color: #3E3E3E;
    /*cursor: help;*/
  }
  a.gbglossary_csstooltip:hover {
    z-index: 250;
    text-decoration: none;
    background-color: #eee;
  }
  a.gbglossary_csstooltip span.dfn {
    display: none;
    font-style: normal;
    z-index: 250;
  }
  a.gbglossary_csstooltip:hover span.dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 250px;
    height: 50px;
    overflow: hidden;
    font-size: 11px;
    color: white;
    font-weight: normal;
    background-color: #3668B1;
    z-index: 999999;
    padding: 5px;
  }
/* default styles for extension "tx_isforumlinks" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-is-forum-links table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-is-forum-links table th {
		font-weight:bold;
	}

	.tx-is-forum-links table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

