/* Colors */
.color-gray  {background:#939598;}
.color-gray h3	{color:#ffffff; font-size:12px; font-weight:bold;}

/* End Colors */

/* Columns section */
#columns{
	width:100%;
	}
.column {
	float: left;
	/* Min-height: */
	min-height: 300px;
	height: auto !important; 
}

/* Column dividers (background-images) : */
 #column1 { width:50%;}
 #column2 {width:50%;}
 #column3 {width:79%; }
	
 .widget { 
 	clear:both;
	 margin:5px 5px 0px 10px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px; 
	 border-radius: 4px;
	 padding: 3px;
 }

.widget-head {
	color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 19px;
}

 .widget .widget-head h3 {padding: 0 5px;float: left;}

.widget-head .ui-icon { float: right; }

 .widget .widget-content, .widget .widget-content2, .widget .widget-content-plot {
	background: #ffffff url(../images/content-bg.jpg) repeat-x bottom left;
	padding:0px;
	color:#5A5758;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	line-height: 1.2em;
	overflow: hidden;
	width:100%;
}
 .widget .widget-content p{
	padding:3px 7px 3px 7px;
	margin:5px;
	font-size:12px;
}
 .widget .widget-content table{
	margin:7px 0px 0px 0px;
	padding:0;
    width:100%;
}

 .widget .widget-content form{
	float:left;
    width:100%;
}
 .widget .widget-content ul{
	margin:7px 0px 0px 0px;
	padding:0px;
	float:left;
}
 .widget .widget-content ul li{
	float:left;
	list-style-type:none;
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-bottom:1px solid #C9CACC;

}


.widget .widget-content-plot ul{
	margin:7px 0px 0px 0px;
	padding:0px;
	float:left;
}
 .widget .widget-content-plot ul li{
	float:left;
	list-style-type:none;
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:100%;
	border-bottom:1px solid #C9CACC;

}


 .widget .widget-content ul li a{
	float:left;
	text-decoration:none;
	color:#221E1F;
	font-size:11px;
	font-family:arial;
	padding:2px 3px 2px 13px;
}
 .widget .widget-content ul li a:hover{
	text-decoration:none;
	color:#221E1F;
	font-size:11px;
	font-family:arial;
}
 .widget .widget-content ul li a span{
	font-weight:bold;
	text-transform:uppercase;
}
 .widget .widget-content ul li a.selected{
	background: url(../images/up.gif) no-repeat 3px 5px;
	text-decoration:none;
	color:#221E1F;
	font-size:11px;
	font-family:arial;
	background-color:#C6C8CA;
	width:96%;
}
 .widget .widget-content div.bottom {
	position:relative;
	height:15px;
	float:right;
	color:#ffffff;
	font-size:10px;
	padding:3px 15px 0px 0px;
	margin:7px 0px 0px 0px;
}
 .widget .widget-content div.bottom a {
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}
 .widget .widget-content div.bottom a:hover {
	color:#cccccc;
	font-size:10px;
	text-decoration:none;
}

/* End Columns section */

	.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
	.ui-sortable-placeholder * { visibility: hidden; }
	
ul.list-style{
	width:100%;
	list-style-type:square;
	clear:both;
	border:0;
}

 .widget .widget-content1 {
	background: #ffffff url(../images/content-bg.jpg) repeat-x bottom left;
	padding:0px;
	color:#5A5758;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	line-height: 1.2em;
	overflow: hidden;
	width:100%;
}
 .widget-content1 p {
	padding:3px 7px 3px 7px;
	margin:5px;
	font-size:12px;
}
 .widget .widget-content1 table{
	margin:0px 0px 0px 0px;
	padding:0px;
	/*float:left;*/
    width:100%;
}

 .widget .widget-content1 form{
	float:left;
    width:100%;
}
</style>
