


/* Colors */  
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-red h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */



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

/* Column dividers (background-images) : */
#columns{
	margin-bottom:10px;	
}

#columns #column1 .widget { margin: 15px 12px 0 12px; }
#columns #column3 .widget { margin: 15px 12px 0 12px; }
#columns .widget {
    margin: 15px 8px 0 8px;
    padding: 2px;
    -moz-border-radius: 8px;overflow: visible;
    -webkit-border-radius: 8px;background: #b6e2f9;
}
#columns .widget .ui-widget-header {
    color: #000;
    overflow: visible;
    width: 100%;
    height: 30px;
	margin: -2px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px; 
	behavior:url(/css/border-radius.htc);

    line-height: 30px;
	
	} 

.ui-widget-header img {
float:right;margin-bottom:-18px;	
}
#columns .widget .ui-widget-header h3 {
    padding: 0 5px; color:#fff;
    float: left; font-size:12px;
}
#columns .widget .widget-content {
    background: #e0f0f9; 
    padding: 0 5px; 
    color: #000;

    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    line-height: 1.2em;
    overflow: hidden; clear:both;  font-size: 0.9em;  line-height: 1.4em;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    
} 


#columns .widget .widget-content a {
color:#000; text-decoration:none; 	 
}

#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}

#columns .widget .widget-content span.ui-icon {
    margin-top: -25px;
    float:right;
}

#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */


