/* default styles for extension "tx_cwtwitter" */
	.cwtw-TweetWrap {
		margin-bottom: 1em;
	}
	.cwtw-TweetAvatar {
		float: left;
		width: 48px;
	}
	.cwtw-TweetAvatar-image {
		display: block;
	}
	.cwtw-Tweet {
		margin-left: 58px;
	}
	.cwtw-TweetMeta {
		font-size: .9em;
	}
/* default styles for extension "tx_institutemgmt" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

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

	.tx-institutemgmt table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-institutemgmt table th {
		font-weight:bold;
	}

	.tx-institutemgmt table td {
		vertical-align:top;
	}

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

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

	.t3begists {
    color: #555555;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	}

	.t3begists h2 {
	    font-size: 14px;
	    margin: 2px 0 20px;
	    font-weight: bold;
	}

	.t3begists a {
	    text-decoration: none;
	}

	.t3begists .paginator-page {
	    background-color: #ededed;
	    border: 1px solid #666;
	    padding: 2px 5px;
	    font-size: 80%;
	    margin-left: -1px;
	}

	.t3begists .paginator-page.active {
	    background-color: #dcdcdc;
	    font-weight: bold;
	}
