    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
    }


	#wgtPane {
         min-height: 400px;
         margin: 1px;
         clear: both;
    }

    div.column {
        float: left;
        width: 32%;
        /* border-right: 2px solid #CCC; */
        margin: 1px;
        padding: 5px;
        min-height: 400px;
    }
	
    div.row {
        margin: 1px;
        padding: 5px;
		width: 98%; /* 65% */
		height: 100%;
        /* min-width: 300px; */
    }
	
/* ----------------------------------------------------------------*/
    div.nest {
		border: 3px #aaa solid;
		background: #eee;
		height: 100%;
	}

    div.row div.widget {
		float: left;
		max-width: 400px;
	}
	
/* ---- [widget] --------------------------------------------------*/

    div.widget {
        min-height: 20px;
        background: white;
        border: 3px solid #DCDFE2;
        margin: 5px 0;
    }

    div.widget .frame {
        border: 1px solid #4E8EE2;
    }

    div.widget .header {
        background: #4e8ee2 url(http://cdn.netvibes.com/themes/plain/images/module-header.gif) repeat-x left top;
        color: #FFF;
        cursor: move;
        border-bottom:#000 solid 1px;
        width: 100%;
    }
	
* html div.widget .header{ height:1% }		


    
    div.widget .header:after{
        content:'';
        display:block;
        font-size:0;
        height:0;
        line-height:0;
        clear:both;
    }

    div.widget .header img {
        vertical-align: middle;
        margin: 2px; 
    }

    div.widget .content{
        clear: both;
    }

    div.widget div.edit {
        clear: both;
        min-height: 100px;
        background: #222;
        color: #fff;
        padding: 10px;
        border: 10px solid #CCC;
    }

    div.widget .header .showHide,
    div.widget .header .title,
    div.widget .header .unread{
        float: left;
    }

    div.widget .header .showHide{
        cursor: pointer;
    }

    div.widget .header .title,
    div.widget .header .edit{
        line-height: 18px;
    }

    div.widget .header .edit{
        float: right;
        color: #FFF;
    }

    div.widget .header .close{
        float: right;
        cursor: pointer;
        margin-left: 3px;
        background: transparent url(http://img0.gmodules.com/ig/images/skins/JR/4pm/x_blue.gif) no-repeat center center;
    }
    div.widget .header .close:hover{
        background: transparent url(http://img0.gmodules.com/ig/images/skins/JR/4pm/x_blue_highlight.gif) no-repeat center center;
    }


