/* default styles for extension "tx_vjchat_pi1" */

	#messages {
		height:300px;
		width: 390px;
		background-color: #fff;
		overflow:auto;
		border: 1px solid #D3BCAB;
		padding: 0.25em;
                margin-bottom:20px;
	}

	#userlist {
                margin-top:50px;
		height: 310px;
		width: 150px;
		background-color: #fff;
		overflow:auto;
		margin: 0;
		margin-right:20px;
                margin-left:30px;
		border: 1px solid #D3BCAB;	
                float:left;	
	}
	
	#newMessage {
/*		margin-left: 170px;*/
                margin-left:30px;
                clear:both;
		width: 450px;
		height:60px;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 10pt;
		float: left;
		margin-right:20px;
	}
	
	#sendButton {
		height: 65px;
		width: 90px;
	}
	
	div.entry {
		border-bottom: 1px solid #FAF7F3;
		background-color: #fff;		
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: 10pt;
		line-height: 1.3em;
	/*	color: #3C0202;*/
		color: #320101;
		margin: 0.25em 0 0 0;
		padding: 0em 0 0.625em 0.25em;
	}
	
	div.system {
		color: #9E9E9E;
		font-size: 8pt;
		padding: 0;
/*		background-color: #F2F2F2;	*/
	}
	
	div.moderator {
		color: #880000;
	}
	
	div.expert {

		color: #06480E;
	}
	
	div.hidden {
		background-color: #F2F2F2;
		color: #9E9E9E;
	}
	
	span.time {
		font-size: 8pt;
		color: #9E9E9E;
	}
	
	span.bold {
		font-weight: bold;
	}

	span.underlined {
		text-decoration: underline;
	}
	
	span.moderator {
		font-weight: bold;
	}
	
	span.user {
		font-size:9pt;
                color:#990000;
                font-style:italic;
                margin-right:5px;
	}
	
	p.error {
		font-weight: bold;
		color: #f00;
	}
	
/* default styles for extension "tx_ednewscomments_pi1" */
  .tx-ednewscomments-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }