/**************** YUI common stuff ****************/

/* hide all YUI table headers */
thead {
	display: none;
}

.yui-button .first-child button {
	margin-left: auto;
	margin-right: auto;
}

/* submitButton(2): with checkmark image */
.yui-button#submitButton .first-child button,
.yui-button#submitButton2 .first-child button {
	padding-left: 2em;
	background: url(/WebMedia/img/v001/checkmark.png) 5px 50% no-repeat;
}

/* cancelButton/closeButton/removeButton: with 'X' image */
.yui-button#cancelButton .first-child button,
.yui-button#closeButton .first-child button,
.yui-button#removeButton .first-child button {
	padding-left: 2em;
	background: url(/WebMedia/img/v001/x-red.png?vr=1) 5px 50% no-repeat;
}

/* editButton(2): with pencil image */
.yui-button#editButton .first-child button,
.yui-button#editButton2 .first-child button {
	padding-left: 2em;
	background: url(/WebMedia/img/v001/pencil.gif) 5px 50% no-repeat;
}

/* deleteButton(2): with trashcan image */
.yui-button#deleteButton .first-child button,
.yui-button#deleteButton2 .first-child button {
	padding-left: 2em;
	color: red;
	background: url(/WebMedia/img/v001/trash.gif) 5px 50% no-repeat;
}

/* quickreplyButton: with mic image */
.yui-button#quickreplyButton .first-child button {
	padding-left: 2em;
	background: url(/WebMedia/img/v001/create/small_bluemic.png) 5px 50% no-repeat;
}

/* tweetButton: with bird image */
.yui-button#tweetButton .first-child button {
	padding-left: 3em;
	background: url(/WebMedia/img/v001/explore/traq/small_tweetybird.gif) 5px 50% no-repeat;
}

/* facebookButton: with fb image */
.yui-button#facebookButton .first-child button {
	padding-left: 3em;
	background: url(/WebMedia/img/v001/explore/traq/fb.png) 5px 50% no-repeat;
}

/* shareButton: with addthis/facebook icons */
.yui-button#shareButton .first-child button {
	padding-left: 4em;
	background: url(/WebMedia/img/v001/explore/traq/plus.png) 5px 50% no-repeat;
}

/* listenButton: with headphone image */
.yui-button#listenButton .first-child button {
	padding-left: 2em;
	background: url(/WebMedia/img/v001/control-play.gif) 5px 50% no-repeat;
}

/* addButton: with plus image */
.yui-button#addButton .first-child button {
	padding-left: 2em;
	color: green;
	background: url(/WebMedia/img/v001/plus-green.gif) 5px 50% no-repeat;
}
