/***
Twitter box in left column
.ui-widget: /* overall widget */
.ui-widget-header: /* header and footer of the widget 
.ui-widget-content: /* content area of the widget 
.ui-state-default: /* default state of the button 
.ui-state-hover: /* hover state of the button 
.ui-corner-all: /* rounded corner of the button 
***/

.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #ddd; background: rgb(160, 160, 108); color: #333; }
.ui-widget-content a { color: #333; }
.ui-widget-header { border: 1px solid #ddd; background: #eee; color: #000; font-weight: bold; }
.ui-widget-header a { color: blue; }
		
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #ccc; background: #f6f6f6; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }

