@media screen {

        /* Community Everywhere container */
        #jive-community { padding : 0px ; margin : 0px ; }

        /* message list */
        #jive-community #jive-message-list { background : #fafbfc url(/images/tin/region_bg_top.gif) left top repeat-x ; display : block ; padding : 15px 8px 15px 8px ; }
		
        #jive-community #jive-message-list ul { list-style : none ; padding : 0px ; margin : 0px ; }
        #jive-community #jive-message-list ul li { margin: 0px 0px 15px 0px; padding-bottom: 0px; }
		
        /* message */
        #jive-community #jive-message-list .jive-body { 
			background : url(/images/tin/icon_sprite_02.png) top left no-repeat ; _background : url(/images/tin/icon_sprite_02.gif) top left no-repeat ;
			background-position : 0px -1680px ; 
			overflow : hidden ; 
			padding : 0px 24px 1px 24px ;
		}
		#jive-community #jive-message-list .jive-header { padding : 2px 20px 0px 24px ; }
        #jive-community #jive-message-list .jive-author { font-weight : bold ; }
        #jive-community #jive-message-list .jive-date { color : #666 ; font-size : 90% ; }
		
		#jive-message-list .jive-report-abuse { padding : 20px 0 20px 0 ; font-size : 90% ; }
		#jive-message-list .jive-report-abuse-link { color : #445893 ; float : right ; font-size : 90% ; }
		
        /* comment block holds form */
        #jive-community #jive-comment { overflow : hidden ; }

        /* post form styles */
        #jive-community #jive-comment #jive-post span { display : block ; width : 100% ; margin : 0px ; }
		
        /* login box  todo remove? */
        #jive-community #jive-comment #jive-login { margin-bottom : 6px ; padding : 6px 6px 6px 6px ; overflow : hidden ; }
        #jive-community #jive-comment #jive-login span { display : block ; width : 100% ; margin : 0px ; }
        #jive-community #jive-comment #jive-login #jiveloginform { margin : 10px 0px 0px 0px ; }

        /* success and error messages */
        #jive-community #jive-success, #jive-error { font-weight : bold ; padding : 6px ; margin : 40px 0px 20px 0px ; padding-left : 30px ; border : 1px #ccc solid ; }
        #jive-error { background : #f6d7d2 ; }
        #jive-community #jive-success { background : #cec ; }


/* EVENTS */

	/* overrides for styles in jive HTML that are not needed in events  */
	/* <a name="addabuse"> moved in HTML inside jive-report-abuse_xxx div */
	#container #b .evtContent .titled .title { background: none; height: auto; }
	#container #b .evtContent .titled .tr { background: none; height: 0px; line-height: 0px; width: 0px; }
	#container #b .evtContent .titled .title h2 { background: none; clear: both; color: #85be2b; font-size: 180%; font-weight: bold; margin-bottom: 0.5em; }
	
	.evtContent #jive-community #jive-message-list { background: none; padding: 0px; }
	.evtContent #jive-community #jive-message-list li {
		background:#F4F4F4 url(/images/tin/ev_box_search_right.gif) repeat-y scroll 100% 0;
		border-top: 1px #c8c8c8 solid;
		border-right: 1px #c8c8c8 solid;
		border-left: 1px #c8c8c8 solid;
		border-bottom: 1px #c8c8c8 solid;
		margin: 0 0 10px 0;
		padding: 8px 0 0 0;
	}
	.evtContent #jive-community #jive-message-list .jive-even,
	.evtContent #jive-community #jive-message-list .jive-odd {
		background:transparent url(/images/tin/ev_box_search_left.gif) repeat-y scroll 0 0;
		padding: 0 0 0 0;
	} 
	.evtContent #jive-community #jive-message-list .jive-body { 
		background:transparent url(/images/tin/event/icons.gif) no-repeat scroll 8px -844px; 
		min-height : 32px ; 
		height : auto !important ;
  		height : 32px ;
		overflow: visible;
		padding: 0 8px 4px 46px;
	}
	.evtContent #jive-community #jive-message-list .jive-header { 
		background:#FAFBFC url(/images/tin/ev_comment_footer_bg.gif) repeat-x scroll left top;
		padding: 0 12px 0 46px;
	}
	.evtContent #jive-community #jive-message-list .jive-author { font-weight: bold; padding: 4px 0 0 0; }
	.evtContent #jive-community #jive-message-list .jive-date { padding: 0 0 4px 0; }
	.evtContent #jive-community #jive-message-list .jive-report-abuse {
		background:#FAFBFC url(/images/tin/region_bg_top.gif) repeat-x scroll left top;
		border-bottom: 1px #c8c8c8 solid;
		font-size: 90%;
		padding: 20px 8px 8px 8px;
	}
	.evtContent #jive-community #jive-message-list .jive-report-abuse-link { color: #000099; float: right; font-size:90%; }
	
}