@charset "UTF-8";
/* CSS Document */
.widget {
	display:block;
	background-color:#FFF;
	position:relative;
	margin:10px 10px;
}
.widget_header {
	display:block;
	position:relative;
	
	background-color:#e5e8ed;
	background-image:url("%2439865");
	background-repeat:repeat-x;
	background-position:top left;
	
	border-top:2px solid #e6e1ca;
	border-left:2px solid #e6e1ca;
	border-right:2px solid #e6e1ca;
	border-bottom:1px solid #e6e1ca;
	
	font-weight:bold;
	width:332px;

}
	.widget_header_wrapper {
		
	}
.widget_body {
	
	border-bottom:2px solid #e6e1ca;
	border-left:2px solid #e6e1ca;
	border-right:2px solid #e6e1ca;
	
	backround-color:#fff;
	background-image:url("%2439866");
	background-position:bottom left;
	background-repeat:repeat-x;
}
	.widget_body_wrapper {
		display:block;
		padding:0px 7px;
		padding-top:2px;
		padding-bottom:5px;
		
		margin-bottom:-2px;
		margin-right:-2px;
		background-image:url("%2439867");
		background-position:bottom right;
		background-repeat:no-repeat;
		
		line-height:150%;

	}
	.widget h2 {
	color:#132c5e;
	font-size:14px;
	margin:.2em 0;
	}
.widget_tools {
	display:block;
	position:absolute;
	top:2px;
	right:-2px;
	
	cursor:pointer;
}
.widget .dropdown {
	display:none;
	width:75px;
	position:absolute;
	top:5px;
	right:5px;
	padding:5px 10px;
	
	background-color:#fff;
	border:1px solid #ccc;
	
}
.widget .dropdown a:link, .widget .dropdown a:visited {
	display:block;
	padding:0px 0px;
	margin:10px 0px;
	
	font-size:11px;
	color:#000;
	text-decoration:none;
}
.widget .dropdown a:link img, .widget .dropdown a:visited img {
	border-width:0px;
	text-decoration:none;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}

