.widgetmain
{
	position: absolute;
	display: none;
}

.widgetmain table td
{
	width: 250px;
}

.widgetmain table
{
	position: absolute;
	display: table-cell;
	width: 250px;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCC;
	
	border-left: 1px solid #DCD5C5;
	border-right: 2px solid #DCD5C5;
	border-bottom: 2px solid #DCD5C5;
}

.widgetmain table .topbar
{
	font-weight: bold;
	background-color: #996600;
	color: #FFFFCC;
}

.widgetmain table .topbar a
{
	float: right;
	color: #FFFFCC;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	border: 1px solid #FFFFCC;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 11px;
}

.widgetmain table .topbar a:hover
{
	border: 1px solid #B5AA8F;
	color: #663300;
	background-color: #FFFFCC
}

.widgetmain table .paragraph
{
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFCC
	                  
}

.widgetmain table .actionlist
{

}

.widgetmain table .actionlist a
{
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 12px;
	color: #663300;
	background-color: #FFFFCC
}

.widgetmain table .actionlist a:hover
{
	background-color: #DCD5C3;
	color: #003366;
	text-decoration: underline;
}

#jswidget0 .topbar td
{
	background-color: #999999;
	color: yellow;
}

#jswidget0 td
{
	background-color: #999999;
	color: black;
}

#jswidget0 table
{
	background-color: #eeeeee;
	border: 10px solid red;
}


.wCloseLink {
	max-width:30px;
}
.wCloseLink a
{
	float: right;
	color: #FFFFCC;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	border: 1px solid #FFFFCC;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 11px;
}

.wCloseLink a:hover
{
	border: 1px solid #B5AA8F;
	color: #663300;
	background-color: #FFFFCC
}

.wCloseIE {
color:#FFFFCC;
}


