/* EasyWidgets
----------------------------------*/

.widget {
	margin: 0em;
}

.widget .buttons {
	background-color: #fbfbfb;
	border-top: #ebebeb solid 1px;
	color: #000;
	margin: 0.5em 0 0 0;
	padding: 0.2em 0 0.2em 0;
	text-align: right;
}

.widget .buttons input[type=button],
.widget .buttons input[type=submit] {
	font-size: 0.7em;
}

.widget-content {
	border: 0px none #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 1.3em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.widget-content a:link {
	line-height: 1.3em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.widget-content ol {
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

.widget-content ul {
	list-style: circle;
	margin: 0 0 0 1em;
}

.widget-editbox {
	background-color: #fff;
	color: #000;
	display: none;
	margin: 0.2em;
	max-height: 100px;
	overflow: auto;
	padding: 0.5em;
}

.widget-header {
	font-weight: normal;
	padding: 0.2em;
	text-transform: capitalize;
}

.widget-header img {
	background-color: transparent;
	border: none;
	margin-left: 1px;
	vertical-align: middle;
	height: 10px;
	width: 10px;
}

.widget-closelink img {
	background-color: transparent;
	border: none;
	margin-left: 1px;
	vertical-align: middle;
	height: 10px;
	width: 10px;
}

.widget-collapselink img {
	background-color: transparent;
	border: none;
	margin-left: 1px;
	vertical-align: middle;
	height: 10px;
	width: 10px;
}

.widget-place {
	height: auto;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.widget-placeholder {
	background-color: #fcfce7;
	border: #ebebeb dashed 1px;
	margin: 1em 0.5em 0.5em 0.5em;
}
