﻿
/* Home page bucket headers */
h3.ms-WPTitle {
	color:#DC6721 !important;
	font-size:15px !important;
	font-weight: bold;
}
h3.ms-standardheader  {
	margin-top: 0px;
}

/* Home page bucket subheaders */
#group .groupheader {
	color: #525759 !important;
	font-size: 15px !important;
	font-weight: normal;
}

#group a {
	color: #447a81 !important;
	font-size: 11px !important;
	font-weight: normal;
}

/* Add double arrows to links in buckets */
#group .link-item {
	background:url("images/bullet_double_arrow.gif") no-repeat scroll 4px 5px transparent;
	margin: 0px;
}
.ie #group .link-item {
	background:url("images/bullet_double_arrow.gif") no-repeat scroll 4px 7px transparent;
}

/* Put some space between the "help/contact us" image and the links above it */
/* Although it needs to technically be a link, make it not look/act like one */
#group #linkitem img {
	cursor: auto;
	margin-top:5px;
}

.home_bucket {
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 20px;
	width: 271px;
	background-color: #ffffff;
}
.ie .home_bucket {
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 10px;
	width: 271px;
}

#support_center {
	width: 317px;
	border-left: 3px solid #DADBDB;
	border-right: 3px solid #DADBDB;
}

.ie #support_center {
	width: 327px;
	background-color: #ffffff;
}

.home_bucket table#product_finder_form_home_page {
	height: 140px;
	padding-top: 0px;
}
.ie .home_bucket table#product_finder_form_home_page {
	margin-top: 10px;
}
.home_bucket table#product_finder_form_home_page tr td {
	font-size: 14px;
	text-align: right;
	color: #525759;
}
.home_bucket table#product_finder_buttons_home_page {
	height: 40px;
	margin-left:26px;
	width: 255px;
}
.home_bucket #product_finder_form_home_page select {
	width: 179px;
	height: 22px;
	text-align: left;
}
/* Override any borders created in the buckets by SharePoint */
.home_bucket td.ms-WPBorder {
	border: none;
}
.ie div#in_the_news {
	padding-left: 0px;
	background-color: #ffffff;
}

#product_finder div {
	padding-top: 6px;
}

.ie #product_finder div {
	padding-top: 0px;
}
#product_finder h1 {
	display: none;
}
/* Change the margins of the In The News items */
/* These styles are a little odd, but the only way
	I can put a divider between the news items, but
	prevent a divider under the last item */
div#in_the_news div.item, div#promo div.item {
	margin-bottom:14px;
	margin-top:-14px;
	margin-left: 0px;
	padding-bottom:14px;
	padding-top:14px;
	border-top: 1px solid #b2c8cb;
}
div#in_the_news h3.ms-standardheader {
	margin-bottom: 14px;
}
div#promo h3.ms-standardheader {
	margin-bottom: 0px;
}
div#in_the_news, div#promo {
	margin-bottom: -14px;
	padding-left: 15px;
}
div#promo table.promo_content {
	margin-top: 12px;
}
	
.home_bucket #finder_link {
	margin-right: 8px;
}
.ie .ms-mymain {
	position: relative;
	margin-bottom: -1px;
}

/* Attempts to vertically align the OK, Cancel, and Apply buttons when modifying Web parts */
#MSOTlPn_CommandUI {
	vertical-align: top;
}
.ms-toolpanefooter {
	vertical-align: top;
}
.ms-toolpanefooter input {
	float: left;
	position: relative;
	top: 0px;
}
