.widgetheader {
	width: 100%;
	margin: 0em;
	font-size: 100%;
	font-weight: normal;
}

.widgetheadertable {
	width: 100%;
	border-bottom: 2px solid #cecfce;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

.widget {
	margin-bottom: 8px;
}

.widgethelper {
	border: 2px dotted gray;
	width: 98% !important;
}

.widgetholder {
	min-height: 600px;
}

/* for Internet Explorer */
/*\*/
* html .widgetholder {
	height: 600px;
}
/**/

.widgetcontent {
	padding: 6px;
	background-color: #f8f8f8;
	border-bottom: 4px solid #cecfce;
}

.gecko .widgetcontent {
	overflow: auto;
}

.widgetbody {
	margin-right: 6px;
	word-wrap: break-word;
	white-space: normal;
	background-color: #f8f8f8;
}

.widgettitle {
	width: 100%;
	background-color: #00B2EE;
	padding-left: 6px;
	padding-right: 5px;
	font-weight: bold;
	height: 22px;
	word-wrap: normal;
	white-space: nowrap;
	color: #ffffff !important;
	cursor: default;
}

.widgetedit {
	background-color: #00B2EE;
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
}

.widgetpanel {
	width: 185px;
}

.widgetverb {
	display: inline;
	color: #ffffff !important;
}

.widgetbutton {
	background-color: #00B2EE;
}

.widgetbutton a, .widgetbutton a:hover, .widgetbutton a:visited, .widgetbutton a:active {
	color: gray;
	text-decoration: none !important;
	font-family: Courier New, monospace;
	letter-spacing: 2px;
}