#layout-menu {
	width: 200px;
	max-height: 500px;
	overflow-y: auto;
	z-index: 5000;
}

#loading-image {
	margin-left: 5px;
}

.gadget {
	margin: 3px;
}

.container-gadget {
	padding: 15px 3px 3px;
}

.gadget-title {
	margin-bottom: 3px;
	text-align: center;
	font-size: larger;
}

.layout-table td {
	vertical-align: top;
}

.column-gadget {
	min-height: 50px;
}

.col-add-text {
	text-align: center;
	cursor: pointer;
}

.column-gadget {
	cursor: pointer;
}

.gadget {
	cursor: auto;
}

/* Settings Styles */
.gadget-settings {
	background-color: white;
	color: black;
	padding: 3px;
}

.gadget-settings-item { 
	margin: 3px 10px 3px 10px;
}

.gadget-settings-item-label {
	margin-right: 20px;
}

.gadget-settings-item-button {
	margin-left: 5px;
}

.gadget-color-preview {
	height: 20px;
	width: 20px;
}

.gadget-settings-buttons {
	border-top: 1px solid #AAAAAA;
	height: 26px;
	padding-top: 3px;
	margin: 3px;
}

.gadget-settings-buttons a {
	float: right;
	margin-right: 5px;
}

.gadget-type-empty {
	padding: 40px 10px 40px 10px;
}





/* To be added to global css for edit mode */
.edit-floater {
	background-color : black;
	filter: alpha(opacity=75);
	opacity: 0.75;
	border-top-right-radius: inherit;
	border-bottom-left-radius: 6px;
	-moz-border-radius-topright: inherit;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-right-radius: inherit;
	-webkit-border-bottom-left-radius: 6px;
	position: absolute;
	padding: 3px;
	z-index: 4999;
	margin-right: -1px;
	margin-top: -1px;
	border-bottom: 2px outset blue;
	border-left: 2px outset blue;
}
.edit-floater-trans {
	position: absolute;
	padding: 3px;
	padding-top: 5px;
	z-index: 4999;
	margin-right: -1px;
	margin-top: -1px;
	cursor: pointer;
}

.edit-floater-item {
	float: right;
}

.edit-floater a {
	color: white;
}

.edit-floater span {
	color: white;
	cursor: pointer;
}

.edit-floater a img {
	border: 0px;
	margin-right: 2px;
	vertical-align:middle;
}

.edit-floater span img {
	border: 0px;
	margin-right: 2px;
	vertical-align: middle;
}

.edit-floater a span {
	vertical-align: middle;
	margin-right: 3px;
}

.edit-floater span span {
	vertical-align: middle;
	margin-right: 3px;
}

.edit-floater a:hover {
	color: orange;
	text-decoration: none;
}

.edit-floater span:hover {
	color: orange;
	text-decoration : none;
}

.gadget-border-box {
	-moz-border-radius : 10px;
	-webkit-border-radius : 10px;
	height: 100%;
}

.gadget-title-pillbox {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.gadget-title-tabbox {
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

.gadget-content-round-bottom {
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}
.gadget-content-pill {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.gadget-content-box {
	padding: 3px;
}
.gadget-pnt-content {
	overflow: hidden;
}

