/*****************************/

#community-wrap .thumb0, #community-wrap .thumb1, #community-wrap .featuredthumbs{
	border: 1px solid #ccc;
	padding: 1px!important;
	margin: 0!important;
}

/*****************************/

#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%; }

/*****************************/

#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;
}

/*****************************/

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

/*****************************/

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

#community-wrap .addremfav {
}

#community-wrap .description {
}

#community-wrap .tags {
}

/*****************************/

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

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

/*****************************/

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

/* 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;
}

/*****************************/

#watermark_box {
	position:relative;
	display:block;
	width:auto;
	float:left
}

#watermark_box img.watermark {
	position:absolute;
	top:4px;
	left:4px;
} 

#watermark_box span.timestamp {
	position:absolute;
	bottom:2px;
	right:2px;
	padding:0 2px;
	line-height:11px;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	background-color:#333;
  	border:1px solid #000;
  	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
} 

/*****************************/

#button_more, #button_add, #button_embed, #button_save, #button_share, #button_as {cursor:pointer}

