@charset "utf-8";
#pagecell1 #content .layout {
}

div.widget {
	display: block;
	margin: 5px 0px 5px 3px;
	float: left;
	overflow: hidden;
	height: 278px;
	min-height:278px;
	width: 202px;
}

div.widget_half {
	display: block;
	margin: 5px 5px 5px 5px;
	*margin: 5px 0px 5px 5px;
	float: left;
	overflow: hidden;
	height: 139px;
	min-height:139px;
	width: 202px;
	background: url(http://www.boeing.com/images/widget_half_title_bg.jpg) no-repeat top;
}
.w_blue {
	background: url(http://www.boeing.com/images/widget_title_bg.jpg) no-repeat top;
}
.w_gray {
	background: url(http://www.boeing.com/images/widget_title_bg_grey.jpg) no-repeat top;
}
.w_green {
	background: url(http://www.boeing.com/images/widget_title_bg_green.jpg) no-repeat top;
}
.w_gold {
	background: url(http://www.boeing.com/images/widget_title_bg_gold.jpg) no-repeat top;
}
.w_purple {
	background: url(http://www.boeing.com/images/widget_title_bg_purple.jpg) no-repeat top;
}
.w_red {
	background: url(http://www.boeing.com/images/widget_title_bg_red.jpg) no-repeat top;
}


.widget h1, div.widget_content h1, div.widget_half h1{
	font: bold normal 105% Helvetica, Arial, sans-serif;
	font-weight:bolder;
	color: #FFFFFF;
	display: block;
	height: 21px;
	width: 195px;
	line-height: 1.3em;
	padding: 8px 0px 0px 5px;
	/**padding: 4px 0px 5px 5px;*/
	margin:0;
	white-space:nowrap;
	letter-spacing:-1px;
	
}

.widget h2, .widget h3, div.widget_content h2, div.widget_content h3, div.widget_half h2, div.widget_half h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 3px 0px 0px 10px;
	}
	
.widget ul, div.widget_content ul, div.widget_half ul,
.widget ul ul, div.widget_content ul ul, div.widget_half ul ul,
.widget ul ul ul, div.widget_content ul ul ul, div.widget_half ul ul ul, {
	list-style-type: disc;
	color:#666666;
	margin: 0px 0px 0px 0em;	
	padding: 5px 0px 0px 2.5em;	
	text-indent: 0em;	
}
.widget ul, div.widget_content ul, div.widget_half ul {
	list-style-type: disc;
	list-style-image:none;
	font-size:90%;

}

.widget ul ul, div.widget_content ul ul, div.widget_half ul ul {
	list-style-type: disc;
list-style-image:none;
}


.widget ul ul ul, div.widget_content ul ul ul, div.widget_half ul ul ul{	
	list-style-type: disc;
list-style-image:none;
}

div.widget_content {
width:200px;
height:248px;
overflow-x:hidden;
overflow-y:scroll;
}
div.widget_half_content {
width:200px;
height:124px;
overflow-x:hidden;
overflow-y:scroll;
}

.widget_caption p, div.widget_content_caption p {
	font: 70% Arial, Helvetica, sans-serif;
	text-align: center;
	width: 190px;
	display: block;
	margin: 0px;
	padding: 3px;
}
div.widget_content_caption p {
	width: 180px;
}

.widget th {text-align:right;}
.widget td img { display:inline-block;}

div.widget_content img {
	padding:0;
	margin:0 auto;
	border:none;
	text-align:center;
}
div.widget img, div.widget_grey img, div.widget_green img, div.widget_gold img, div.widget_purple img, div.widget_red img, div.widget_half img {
	padding:0 0 0 1px;
	margin:0 auto;
	border:none;
	text-align:center;
}
