.panepad {
	padding:5px;
}
.panedotted {
	background-image:url(translucid.gif);
	height:110px;
}
.panedotted_full {
	background-image:url(translucid.gif);
	height:350px;
}
.panedotted_spec {
	background-image:url(translucid.gif);
	height:242px;
}
.panedotted_spec2,
.panedotted_spec3 {
	background-image:url(translucid.gif);
	height:70px;
}
.panedotted_mini {
	background-image:url(translucid.gif);
	height:37px;
}
.panetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#BBBBBB;
	line-height:20px;
	text-transform:uppercase;
	text-align:center;
	width:auto;
	display:block;
	padding-left:25px;
	padding-right:25px;
}
img.panewidth {
	width:130px;
}


/* Widget Styles */
.Widgets {
	float:right;
	padding:0px 0px 0px 0px;
}
.Widgets input {
	border:none;
}
#SizeWidget {
	float:right;
	margin-right:19px;
}

#SizeWidget_width_fixed, #SizeWidget_width_medium, #SizeWidget_width_large {
	float:left;
	height:20px;
	width:20px;
	margin-right:3px;
	cursor:pointer;
	background:transparent none no-repeat;
}

#SizeWidget_width_fixed {
	background-image:url(/Portals/_default/width_fixed.gif);
}
#SizeWidget_width_fixed:hover, #SizeWidget_width_fixed.SelectedWidget {
	background-image:url(/Portals/_default/width_fixed_on.gif);
}
#SizeWidget_width_medium {
	background-image:url(/Portals/_default/width_medium.gif);
}
#SizeWidget_width_medium:hover, #SizeWidget_width_medium.SelectedWidget {
	background-image:url(/Portals/_default/width_medium_on.gif);
}
#SizeWidget_width_large {
	background-image:url(/Portals/_default/width_large.gif);
}
#SizeWidget_width_large:hover, #SizeWidget_width_large.SelectedWidget {
	background-image:url(/Portals/_default/width_large_on.gif);
}

.floatwidth {
	position:fixed; 
	bottom:5px;
	right:5px; 
	z-index:1000; 
	background-color:#FFFFFF;
	border-top:1px solid #EEEEEE; 
	border-left:1px solid #DDDDDD; 
	border-bottom:1px solid #999999; 
	border-right:1px solid #BBBBBB;
}
