/* CSS Document */

.ui-placeholder {
	margin : 0px;
	padding : 0px;
}
.widget_li {
	margin: 5px;
	padding: 0px;
	padding-bottom: 10px;
}
.widget {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
.widgetInline {
	display: inline-block;
	*display: inline; *zoom: 1;
	width: 100%;	
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px auto;
	text-align: center;
}
.widgetEditBar {
	/* Widget edit bar */
	text-align: right;
}

.widgetContent {
    position:relative;
    min-height:100px;
    background-repeat:no-repeat;
    background-position: right 70px top 0px;
    padding-right: 20px;
}

.widget_title {
	font-weight: bold;
	color: #aeaeae;
	font-size: 1.2em;
	text-align: left;
}

.widget_content {
	background-color: #FFFFFF;
}

.widget_box {
	position: relative;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px;
	margin: 2px;
}
.widget_box_header {
	position: relative;
	text-align:left;
	font-weight: bold;
	color: white;
	padding: 8px 15px 8px 30px;
	height: 20px;
	font-size: 1.4em;
	--webkit-border-top-left-radius: 8px;
	--moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	--webkit-border-top-right-radius: 8px;
	--moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.widget_box_buttons {
	position: absolute;
	top: 6px;
	right: 20px;
}
.widget_box_content {
	text-align: left;
	padding: 8px 8px 8px 8px;
}
.widget_box_button_img {
}
.widget_box_button_text {
	padding: 4px 8px 4px 8px;
	border: 1px solid #CECECE;
	-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px;
}
.widget_more {
	background-color: rgb(230,230,230);
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 17px;
	text-align: center;
	border-radius: 0;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
}
.widget_more_content {
	color: rgb(80, 80, 80);
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 2px;
}

.widget_element {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

/*
div {
    border: 1px solid black;
}
span {
    border: 1px solid blue;
}
input {
    border: 1px solid red;
}
img {
    border: 1px solid red;
}
button {
    border: 1px solid red;
}
ul {
    border: 1px solid blue;
}
li {
    border: 1px solid green;
}*/

