/* Standard Sidebar Widget Styles */

div.sidebar {
	width: 320px;
	margin: 0px 0px 10px 8px;
	background: url(../images/widgets/sidebar_bg.gif) no-repeat top center;
}

	div.sidebar div.pageTop {
		padding: 3px 9px 2px;
	}
	
	div.sidebar div.pageContent {
		padding: 2px 9px 0px;
	}
	
	div.sidebar div.pageBottom {
		background: url(../images/widgets/sidebar_footer_bg.gif) no-repeat bottom center;
	}

/* Custom Widget Styles */

#model_launcher {
	width: 333px; height: 171px;
	margin: 0px 0px 0px;
	background: url(../images/widgets/model_launcher.gif) no-repeat left top;
}

	#model_launcher #catchment_icon {
		position: absolute;
		width: 127px; height: 191px;
		margin: -1px 0px 0px 7px;
	}

	#model_launcher #catchment_icon img#catchment_icon_patch {
		position: absolute;
		margin-top: -34px;
		background: url(../images/widgets/catchment_icon_patch.png) no-repeat left top;
	}
	* html #model_launcher #catchment_icon img#catchment_icon_patch {
		background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/wbm-canada-template/images/widgets/catchment_icon_patch.png', sizingMethod='crop');
	}

	#model_launcher h4 {
		position: absolute;
		width: 193px; height: 46px;
		margin: 4px 0px 0px 135px;
		background: url(../images/widgets/try_the_model.gif) no-repeat left top;
	}

	#model_launcher ol {
		position: absolute;
		width: 180px;
		margin: 59px 0px 0px 140px;
	}

	#model_launcher ol li {
		margin: 0px 0px 3px 25px;
		color: #ffffff;
		font-size: 70%;
		list-style-type: decimal;
		list-style-position: outside;
	}

	#model_launcher #launch_the_model {
		position: absolute; display: block;
		width: 134px; height: 28px;
		margin: 143px 0px 0px 109px;
		background: url(../images/widgets/launch_the_model.gif) no-repeat left top;
	}
	
	#model_launcher #launch_the_model.over { background-position: 0px -28px !important; }
	#model_launcher #launch_the_model.down { background-position: 0px -56px !important; }

#widget_flash_required {
	width: 333px; height: 51px;
	margin: 0px 0px 0px;
	background: url(../images/widgets/flash_required.gif) no-repeat left top;
}

	#flash_notice {
		position: absolute;
		width: 151px; height: 28px;
		margin: 13px 0px 0px 10px;
		background: url(../images/widgets/flash_notice.gif) no-repeat left top;
	}
	
	#flash_link {
		position: absolute;
		margin: 6px 0px 0px 168px;
	}

#coi_search_csi {
	width: 333px; height: 50px;
	margin: 0px 0px 10px;
	background: url(../images/widgets/coi_search_csi.gif) no-repeat left top;
}

	#search_field {
		position: absolute;
		width: 114px; height: 16px;
		margin: 21px 0px 0px 11px;
		padding: 4px 12px 0px 4px;
		
		border: 0px;
		color: #000;
		font-size: 70%;
		background: url(../images/widgets/search_field.gif) no-repeat left top;
	}
	#search_field.search_unclicked {  background-position: 0px 0px; }
	#search_field.search_clicked { background-position: 0px -20px; }

	#search_button {
		position: absolute;
		margin: 22px 0px 0px 140px;
	}

	#csi_button {
		position: absolute;
		margin: 14px 0px 0px 179px;
		
		font-weight: bold;
		font-size: 70%;
	}
	
/* Partner Logos */

.partner_logo {
	background: #f2ede8 url(../images/widgets/partners_bg.gif) no-repeat left top;
	padding: 9px 0px 7px;
}