html, body, #flashContent {
	height:100%;
}



body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	overflow:auto;
}

.extra_frame {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  overflow:hidden;
  position: absolute;
  top: 40px;
  z-index:200;
}
.extra_frame_left { left:0; bottom:0; width:21px; }
.extra_frame_right { right:0; bottom:0; width:21px;}
.extra_frame_bottom { left:0; bottom:0; top:auto; width:100%;}

.extra_buttonBar {
  background-color: #999999;
  width:21px;
  height:100%;
  z-index:310;
}

.extra_frame_left .extra_buttonBar {
  float:right;
}

.extra_frame_right .extra_buttonBar {
  float:left;
}

.extra_frame_bottom .extra_buttonBar {
  width:100%;
  height:21px;
}

.extra_button_container {
  background-color:#686868; 
  cursor: pointer;
	margin:5px 0px 0px 0px;
  padding:5px 0px 5px 0px;
}

.extra_button_container:hover {
  background-color:#2C2C2C;
}

.extra_frame_left .extra_button_container {
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
}

.extra_frame_right .extra_button_container {
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}

.extra_frame_bottom .extra_button_container {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  float:left;
  padding:0px 10px 0px 10px;
  margin:0px 0px 0px 5px;
  height:21px;
  line-height:21px;
  font-size:12px;
  color:#ffffff;
}

.slider_container {
  height: 100%; 
  overflow-x: auto; 
  overflow-y: auto; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  display:none;
  background-color: #e5e5e5;
}

.slider_extras {
  text-align:center;
}

.extra_frame_right .slider_container {
  left:21px;
}

.extra_frame_bottom .slider_container {
  top:21px;
  width:100%;
}

.extra_image {
  padding-top: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.extra_frame_bottom #close_slider {
  float:right;
}

.extra_section_name {
  text-align:center;
  padding:5px 0px 5px 0px;
}

#close_slider {
  width:21px;
  height:21px;
  background-image:url(/script/slider/slider_close.png);
  background-color:#686868;
  border-radius:10.5px;
  -moz-border-radius: 10.5px;
  -webkit-border-radius: 10.5px;
  visibility:hidden;
  cursor:pointer;
}

#close_slider:hover {
  background-color:#2C2C2C;
}

#headlines{
  font-size: 11px;
  color:#000000;
  padding-bottom:20px;
  margin:0;
}

#headlines dt {
  cursor: pointer;
  padding:6px 6px 6px 0px;
}

#headlines dt.section {
  margin:0;
  padding-top:0px;
  background:none;
  overflow:hidden;
}

#headlines ul {
  margin:0px 5px 5px 20px;
  padding:0;
}

#headlines dt li {
  color:#4c4c4c;
  list-style-position:outside;
}

#headlines .section_title {
  background-color: #686868;
  display:block;
  width:100%;
  padding:5px 0px 5px 14px;
  font-size:13px;
  font-weight:normal;
  color:#FFFFFF;
  margin-bottom:10px;
}

#headlines input {color:#000000}

#headlines A IMG{border: 0px;}

#headlines A:link, #headlines A:active, #headlines A:visited, #headlines A:hover{
  color: #787878;
  text-decoration: none;
}

#headlines dd {
  margin-right:6px;
  color: #787878;
  margin-left:20px;
  font-size:10px;
}
