@import url("../../../dijit/themes/dijit.css");
.complimentBoxBackground
{
    text-align: center;
    background: url(/static/img/translucentGrey.png) top left repeat;
    width: 590px; height: 170px;
    display: table;
    margin: auto;
}
.complimentBoxBackgroundOnWall
{
    text-align: center;
    width: 590px; height: 170px;
    display: table;
    margin: auto;
}
.complimentBoxForeground
{
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #5C4F39;
}
.complimentTextBox
{
    margin: auto;
}
.complimentBoxButtons
{
    margin: auto;
    padding-top: 6pt;
    padding-bottom: 4pt;
    color: #000000;
}
.privateComplimentButton
{
    background:url("/static/img/buttonActive_v12.png") repeat scroll 0 0 transparent;
    border:1px solid #5C4F39;
    color:#FF9900;
    cursor:pointer;
    font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    font-size:10.5pt;
    font-weight:bold;
    margin-bottom:14px;
    margin-left:auto;
    margin-right:auto;
    padding: 6px 10px 6px 10px;
    text-align:center;
}
span.privateComplimentButton:hover
{
    border: 1px solid #C39F5F !important;
}
.privateComplimentButtonImgIcon
{
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.votingBoxBackground
{
    text-align: center;
    background: url(/static/img/translucentGrey.png) top left repeat;
    width: 590px;
    height: 120px;
    display: table;
    margin: auto;
}
.votingBoxBackgroundOnWall
{
    text-align: center;
    width: 590px; height: 170px;
    display: table;
    margin: auto;
}
.votingBoxForeground
{
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #5C4F39;
}
.votingTextBox
{
    margin: auto;
}
.votingBoxButtons
{
    margin: auto;
    padding-top: 6pt;
    padding-bottom: 4pt;
    color: #000000;
}
.editHideContainer
{
	display: none;
}
.editShowContainer
{
	display: inline-block;
}
.editTextContainer
{
	height: auto;
	width: 170px;
}
.overlayTop
{
	position: relative;
	z-index: 3;
	opacity: 1;
	padding-bottom: 2px;
}
.overlayBottom
{
	position: relative;
	z-index: 1;
	opacity: 0;
	padding-bottom: 2px;
	display: none;
}
.inlineEditButtons
{
    color: #000000;
}
