
#overton_window_container
{
  background-image: url(/media/images/common/TOW_Heading.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 400px;
  float: left;
  margin: 1em 1em 1em 0;
  font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#overton_window_container h3
{
	padding: 0;
	margin: 0;
	height: 112px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.overton_window_tabs
{
	height: 24px;
	color: White;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 6px;
}
.overton_window_tabs span,
.overton_window_tabs a
{
	display: block;
	float: left;
	padding: 0 6px;
	color: White;
	text-decoration: none;
}
.overton_window_tabs a.selected
{
	color: #416B60;
  background: #B6CCB7;
}
.overton_window {
  padding: 12px;
  width: 376px;
  font-size: 12px;
  line-height: 18px;
  
  background: #B6CCB7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6CCB7', endColorstr='#F9FAF9');
	background: -webkit-gradient(linear, left top, left bottom, from(#B6CCB7), to(#F9FAF9));
	background: -moz-linear-gradient(top, #B6CCB7, #F9FAF9);
}
.overton_window p.instructions 
{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 11px;
	color: #333333;
}
.overton_window h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}
.overton_window .label.above,
.overton_window .label.below {
  padding: 6px 0;
  font-weight: bold;
	color: #416B60;
	font-size: 18px;
	line-height: 24px;
  text-align: center;
}
.overton_window_up { background-image: url(/media/images/common/TOW_Up.png); }
.overton_window_down { background-image: url(/media/images/common/TOW_Down.png); }
.overton_window_up, .overton_window_down {
	display: block;
	height: 11px;
  background-repeat: no-repeat;
  background-position: center center;
	overflow: hidden;
	text-indent: -9999px;
	padding: 12px 0;
}
.overton_window .window {
  position: absolute;
  width: 376px;
  /*
  box-shadow: 1px 1px 5px gray;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#CCCCCC, offX=10, offY=10, positive=true);
  -webkit-box-shadow: 1px 1px 5px gray;
  -moz-box-shadow: 1px 1px 5px gray;
  */
  background: #5FAFCC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5FAFCC', endColorstr='#8ACEDF');
	background: -webkit-gradient(linear, left top, left bottom, from(#5FAFCC), to(#8ACEDF));
	background: -moz-linear-gradient(top, #5FAFCC, #8ACEDF);
}
.overton_window ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.overton_window li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.overton_window ol 
{
	display: block;
	position: relative;
	width: 376px;
}
.overton_window ol li 
{
	padding: 6px 0;
	display: block;
	width: 376px;
  text-align: center;
  -webkit-touch-callout: = none;
}

