﻿/*
nemExpandable.css
Paul Graves Oct '08
Styles for the nemExpandable widget
*/
/*EDITABLE STYLES - Edit tha styles below to change the widgets look and feel */
.nemWidgetPanel
{
    width:725px; /* total width of panel */
}

.nemWidgetPanel .nemColumn 
{
    width:350px; /* width of column */
}

#empty
{
    /*height: 80px !important; uncomment this to fix the height of the empty box */
	width: 347px !important; /*this should be the same width as the nemwidgets width -2 pixels */
	border: 1px dashed #BBBBBB;
}
/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemWidgetPanel {
	
	margin:0 -10px 12px 0;
	overflow:hidden;
}
.nemWidgetPanel .nemColumn {
	float:left;
	margin:0 12px 0 0;
	min-height: 100px;
	position: relative;
	overflow: hidden;
}

div.empty-1, div.empty-2 {
    height:9999px;
    left:0pt;
    position:absolute;
    top:0pt;
    visibility:hidden;
    width:280px;
}
/*END STATIC STYLES */