@CHARSET "UTF-8";
.hidden {
	display: none;
}
h2 {
	margin-bottom: 5px;
}
#home_left_panel, #home_right_panel {
	width: 470px;
	float: left;
	padding: 15px 10px;
	border-top: 1px solid #ddd;
}
#home_left_panel {
	border-right: 1px solid #ddd;
}
.home-block-data {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 5px;
}

.home-block-data p {
	margin: 10px 0 5px 0;
	
}
.home-block-data h3 {
	margin: 5px 0 5px 0;
}
.home-block-data-first {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
p.condensed {
	margin: 5px 0 5px 0;
}
ul.file_list {
	width: 450px !important;
}

div.row {
	margin: 0 0 6px 0;
}
div.row label {
	width: 140px;
	float: left;
}
div.row div.option {
	width: 140px;
	color: #aaa;
}
div.row div.option a {
	color: #aaa;
}
div.row div.option a:hover {
	color: #666;
}
div.row div.content {
	width: 320px;
	float: left;
}


.widget-row {
	min-height: 200px;
	background: url(./redmond/desktop_separator.png) left repeat-y;
}
.widget-row-first {
	background: none;
}
.widget_library {
	z-index: 10000;
	position: fixed;
	width: 490px;
	height: 480px;
	margin: 0 0 0 -224px;
	top: 10%;
	left: 50%;
	border: 4px solid #eee;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f8f8f8;
	overflow: auto;        
        max-height: 70%;
}
.widget_library_button {
	font-size: 10px;
	text-align: right;
}
.widget_library ul {
	margin: 0;
	padding: 0;
}
.widget_library li {
	list-style: none;
	margin-bottom: 2px;
	padding: 5px;
	background: #fff;
	width: 390px;
	border: 1px solid #eee;
}
.widget_library li:hover {
	/*background: #ffa;*/
}
.widget_library li span {
	font-size: 10px;
	color: #888;
}
.widget-row-hover {
	background-color: #fffff8;
}
.widget-row-active {
	background-color: #ffe;
}
.widget-row-placeholder {
	border: 1px solid #faa;
	background: #fee;
	padding: 4px 0 5px 0;	
}
#widget_options_close,
#widget_library_close {
	position: fixed;
	z-index: 10000;
	margin: 0 0 0 310px;
	left: 50%;
	top: 12%;
	background: #f8f8f8;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	border-right: 4px solid #eee;
	padding-left: 8px;
}
.wgt_add {
	width: 21px;
	height: 17px;
	float: left;
	padding: 2px !important;
}
.wgt_add:hover {
	background: url(./layouts/glow.png) 1px 1px no-repeat;
}
.wgt_description {
	width: 365px;
	float: left;
}
.widgetElement {
	font-size: 9px;
	margin: 0 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee; 
	background: #fff;
	overflow: auto;
	overflow-y: hidden !important;
}
.change_cursor{
    cursor: move;
    position: absolute;
    height: 18px;
}
.widgetElement .options {
	display: none;
	margin-bottom: 5px;
	overflow: visible;
	height: 5px;
	position: relative;
	background: #fff;
	float: right;
	padding: 3px;
}
.widgetElement:hover .options {
	display: block;
}
.widgetElement .options ul {
	margin: 0;
	padding: 0;
}
.widgetElement .options ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.widgetElement p,
.widgetElement h1,
.widgetElement h2,
.widgetElement h3,
.widgetElement h4 {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#ui-datepicker-div {
	z-index: 999999 !important;
}
.widget_settings_content
{
    text-align: left;
}