/* CSS Document Copyright 2011 MS Dept of Information Technology Services */

/* Solution to get thick top border to work in Chrome, until Google has working */

/*  Header styles for Top Thick Border for all Box sizes */
.chrome .top {
	border: 15px solid #075467; /* COLOR OF TOP THICK BORDER!  CHANGE HERE AND TOP LINE IF CHANGING! */
	background-color: #075467;  /* MUST have this for a white block!  Change when changing BORDER COLOR!  */
	height: 5px;
	margin: -41px 0 5px -12px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	display: block;
}

/*  250px Wide Box Top Thick Border */
.chrome .top250 {
	width:   243px;
}

/*  450px Wide Box Top Thick Border */
.chrome .top450 {
	width:   443px;
}

/*  550px Wide Box Top Thick Border */
.chrome .top550 {
	width:   543px;
}

/*  700px Wide Box Top Thick Border */
.chrome .top700 {
	width:   693px;
}

/*  850px Wide Box Top Thick Border */
.chrome .top850 {
	width:   843px;
}

