img.hasTip, #community-wrap .thumb0, #community-wrap .thumb1, #community-wrap .featuredthumbs{
			border: 1px solid #ccc;
			padding: 1px;
			margin: 0 3px 3px 0;
		}
		
		input.interactbutton {
			cursor: pointer;
			margin: 2px;
			padding: 2px;
			font-size: 9px;
			font-weight: normal;
			color: #171d25;
			border: 1px solid #cccccc;
			background-color: #FFFFFF;
		}
		
		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare footer bar definitions                             	      */
		/*----------------------------------------------------------------------------*/

		#community-wrap .hwdfooter {
			text-align: center;
			font-weight: bold;
			font-size: 80%;
			color: #000;
		}

		#community-wrap .hwdfooter a:link    { color: #000; font-weight: bold; text-decoration: none; font-size: 100%; }
		#community-wrap .hwdfooter a:active  { color: #000; font-weight: bold; text-decoration: none; font-size: 100%; }
		#community-wrap .hwdfooter a:visited { color: #000; font-weight: bold; text-decoration: none; font-size: 100%; }
		#community-wrap .hwdfooter a:hover   { color: #000; font-weight: bold; text-decoration: none; font-size: 100%; }

		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare standard container definitions                              */
		/*----------------------------------------------------------------------------*/
		
		#community-wrap .standard {
			margin: 0pt auto;
			padding: 0!important;
			width: 100%!important;
			text-align: left;
		}

		#community-wrap .standard .padding {
			padding: 5px!important;
			margin: 0!important;
			text-align: left;
		}

		#community-wrap .standard td{
			padding: 5px!important;
			text-align: left;
		}

		#community-wrap div.box {
			padding: 5px!important;
			border: 0!important;
		}
		
		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare 'required' input text                                       */
		/*----------------------------------------------------------------------------*/

		#community-wrap .required {
			color: #ff0000;
		}

		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare page navigation definitions                                 */
		/*----------------------------------------------------------------------------*/

		#community-wrap .pagenavi {
			text-align: center;
			padding: 3px;
			border: 0!important;
		}

		#community-wrap .pagenav {
			text-align: center;
			padding: 3px;
			border: 0!important;
		}

		#community-wrap .pagecount {
			text-align: center;
			border: 0!important;
		}
		
		#community-wrap ul.pagination {
		}

		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare video player page definitions                               */
		/*----------------------------------------------------------------------------*/

		#community-wrap .sblinks {
			padding: 1px;
			margin: 1px;
			border: 1px solid #d3d3d3;
		}

		#community-wrap .addremfav {
		}

		#community-wrap .description {
		}

		#community-wrap .tags {
		}

		/* The 'add to group' select box - for specifying width*/
		#community-wrap .add2gselect {
			width: 120px;
		}

		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare advert (inserted by hwdRevenueManager) definitions          */
		/*----------------------------------------------------------------------------*/

		#hwdadverts-nopadding {
			width:100%;
			overflow:hidden;
			text-align:center;
		}

		#hwdadverts-padding {
			width:100%;
			overflow:hidden;
			text-align:center;
			padding: 10px 0;
		}

		/*----------------------------------------------------------------------------*/
		/*  hwdVideoShare miscellaneous definitions                                   */
		/*----------------------------------------------------------------------------*/

		/* The class for the thumbnail image on the video edit page */
		#community-wrap .edit-videopreview {
			width: 120px;
			padding: 5px;
			margin: 5px;
			text-align: center;
			border: 1px dashed #ffffff;
		}



		/* The class for the ajax conformation after successful flash upload */
		#community-wrap .flashconfirm {
			color:#00CC00
		}

		/* The class (generally) used for any ajax response */
		#community-wrap .ajaxresponse {
			visibility: hidden
		}

		/* The class used for the 'add to group' ajax response */
		#community-wrap .add2groupresponse {
		}

		/* The class used for the avatar display (in lists) */
		#community-wrap .hwdvsavatar
		{
			float: right;
			padding: 0 5px 5px 5px;
		}