/* base */

#wrapper
{
	background: #fff;
}

/* html controls */

.form-button
{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	border: 0;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
	border-radius: 3px;
	cursor: pointer;
}

.form-button-small
{
	height: 24px;
	line-height: 24px;
}

.button
{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}

.button.js-href
{
	color: #fff;
	text-decoration: none;
}

.button-small
{
	height: 24px;
	line-height: 24px;
}

.button-width-100
{
	width: 100%;
	padding: 0;
	text-align: center;
}

.form-button:hover, .button:hover
{
	background-position: center;
	background-color: #97B833;
}

.form-button:active, .button:active
{
	background-position: bottom;
	background-color: #99BB2C;
}

/* customization */

#menu-panel-profile .menu-item#menu-item-profile
{
	font-weight: bold;
}

a.menu-item-more
{
	cursor: pointer;
}