/*  Polar Meteorology Group -- polarmet.osu.edu
 *  Main CSS file v1.1, 2010/04/23
 */

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Open Sans", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
  color: #006699;
}

img, form, ul {
  border: 0;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

h1 {
  clear: both;
  font-size: 16pt;
  padding-top:10px;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

h4 {
  font-size: 12pt;
  margin: 0;
}

ul {
  margin: 0.5em 0 1.0em;
}

#content ul {
  overflow: hidden;
}

li {
  font-size: inherit;
  padding: 0;
  margin: 0 0 0.9em 1.2em;
}

th, td {
  vertical-align: top;
}

/* Form controls */

label {
  padding: 0 10px 0 0;
  font-weight: normal;
  cursor: pointer;
}

label.normal {
  font-weight: normal;
}

label.strong {
  font-weight: bold;
}

label.checkbox {
  padding: 0 10px 0 5px;
}

fieldset {
  margin: 1.5em 0;
}

fieldset legend {
  font-size: 13pt;
}

/* Links */
a {
  color: #0074D9;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#main {
  margin: 8px;
  padding-bottom: 20px;
  width: 848px;
}

#header {
  border: 1px solid black;
}

/* Menu */

#mainmenu {
  border-bottom: 1px solid black;
  width: 100%;
  background-color: #006699;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainmenu li {
  margin: 0;
  padding: 0;
  border-right: 1px solid black;
  /* Set position on parent so li > ul works */
  position: relative;
  float: left;
/*  white-space: nowrap; */
}

ul#mainmenu a, ul#mainmenu .header, #subMenusContainer a {
  display: block;
  vertical-align: bottom;
  margin: 0;
  padding: 3px 8px;
  /* background: #0066ff; */
  background-color: #006699;
  font-size: 11pt;
  color: #fff;
  text-decoration: none;
}

ul#mainmenu a {
  min-width: 80px;
  text-align: center;
}

ul#mainmenu .header {
  cursor: default;
}

ul#mainmenu a:hover, ul#mainmenu .header:hover, #subMltenusContainer a:hover {
  background: #009ce8;
  color: #00f;
}

ul#mainmenu ul {
  width: 275px;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  list-style: none;
  float: none;
  display: none;
}

ul#mainmenu ul li, #subMenusContainer li {
  width: 275px;
  float: none;
  display: block;
  /* display: inline; */
  margin: 0;
  padding: 0;
  /* vertical-align: bottom; */
}

ul#mainmenu ul li a {
  width: 275px;
}

ul#mainmenu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW
{
  display: none;
  position: absolute;
  overflow: hidden;
}

/* All submenu OLs and ULs */
#mainmenu ul, #subMenusContainer ul, #subMenusContainer ol {
  left: 0;
  list-style: none;
}

#subMenusContainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 10000;
}

/* End Menu settings */


.clear {
  clear: both;
}

#content {
  clear: both;
/*  padding: 10px; */
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer {
  clear: both;
  margin: 0 0 20px;
  padding: 5px;
  background-color: #dbe2e3;
  font-size: 0.9em;
}

.read_more {
  text-align: right;
  font-style: italic;
  padding: 3px 10px;
}

.float_right {
  float: right;
  margin: 0 0 10px 10px;
}

.float_left {
  float: left;
  margin: 0 10px 10px 0;
}

img.frame, .caption {
  border: 1px solid #303030;
  padding: 2px;
}

.caption {
  padding: 10px;
  background-color: #f0f0f0;
  font-style: italic;
}

.caption img {
  display: block;
  margin-bottom: 3px;
}

.caption p {
  margin: 0 0 0.5em 0;
}

.error {
  border: 1px solid black;
  background-color: #ffff60;
  padding: 10px;
  margin: 1em 0;
}

.success {
  border: 1px solid black;
  background-color: #33ff33;
  padding: 10px;
  margin: 1em 0;
}

.error li {
  margin: 0 0 0.2em 1.4em;
  padding: 0;
}

.citation {
  margin: 1em 0 1em 3em;
  text-indent: -3em;
}

.cell1 {
  background-color: #f0f0f0;
}

.cell2 {
  background-color: #e0e0e0;
}

.form_highlight_box
{
  float: left;
  margin-right: 10px;
}
.form_highlight_on
{
  background-color: #3333ff;
  color: white;
}


/* SLIMBOX */

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

.headline
{
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
}

.headline2
{
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
}

.panel > *:first-child {
  margin-top: 0;
}

.panel > *:last-child, .panel > ul:last-child li:last-child {
  margin-bottom: 0;
}

.logos {
  padding-left: 9px;
  padding-right: 9px;
}

.section-header > h2 {
  background: #cadbed;
  padding: 3px;
  padding-left: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.quicknav {
  text-align:center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1em;
}

.section {
  padding-top: 0px;
  padding-bottom: 10px;
}

.new-window {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  bottom:18px;
  right:70px;
  width:20px;
  height:20px;
  opacity: 0.4;
}

div.slideshow {
  position: relative;
  margin-left: 18px;
  margin-right: 10px;
  width: 320px;
  height: 320px;
  overflow: hidden;
  visibility: hidden;
  padding-left:40px;
  padding-right:33px;
  padding-bottom:25px;
  display:inline-block;
}

span.slideshow-title {
  margin-left: 20px;
  margin-right: 10px;
  display:inline-block;
  width:330px;
  text-align:center;
  padding-left:30px;
  padding-right:30px;
  color: #006699;
  font-weight: bold;
  font-size: 1em;
}

span.title-aws {
  display:inline-block;
  padding-right: 0px;
  padding-left: 50px;
  width: 360px;
  text-align:center;
  color: #006699;
  font-weight: bold;
  font-size: 1em;
}

div.slideshow-loading {
  position: absolute;
  top: 0px;
  left: 0px;
}

img.aws-image {
  margin-top: -10px;
  padding-right: 0px;
  padding-left: 50px;
  width: 360px;
}

div.slideshow-loading-background {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

div.slideshow-loading-icon {
  position:absolute;
  display:block;
  background:url('../img/icons/loading.gif') no-repeat center center;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

div.slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 30px;
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin-right:20px;
  border: 2px solid black;
}

div.text-left {
  display:inline-block;
  width:100px;
  font-weight:bold;
  color:#006699;
  vertical-align:top;
  padding-left:20px;
  padding-bottom:10px;
}

div.text-right {
  display:inline-block;
  width:700px;
  text-align:justify;
  padding-bottom:10px;
}

div.text-left-indices {
  display:inline-block;
  width:310px;
  vertical-align:top;
  padding-left:20px;
  padding-bottom:10px;
}

div.text-right-indices {
  display:inline-block;
  width:490px;
  text-align:right;
  padding-bottom:10px;
}

span.indices-title {
  font-weight:bold;
  color:#006699;
}

div.text-top {
  padding-top: 10px;
}

