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

body {
 	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "Open Sans", "Lucidia Sans", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #131313;
}

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

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

h1 {
	clear: both;
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 12pt;
	margin: 0;
}

ul {
	margin: 0.5em 0 1.0em;
}
/* MAC */
ul {
	padding-left:.5rem;
}
/* MAC */
#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.thick {
	font-weight: 900;
}

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

fieldset {
	margin: 1.5em 0;
}

fieldset legend {
	font-size: 13pt;
}

/* Links */
a {
	color: #00f;
}

a:hover {
	text-decoration: none;
}

#main {
	overflow: hidden;
	/*margin: 8px;*/
	width: 848px;
	/* MAC */
	line-height: 1.6;
	max-width: 100%;
	padding: 0 .5rem 20px;
	box-sizing: border-box;
	margin:0 auto;
	/* --- */
}
#main p {
	margin-bottom: 1rem;
}

#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;
	min-width: 80px;
}

ul#mainmenu a {
	text-align: center;
}

ul#mainmenu .header {
	cursor: default;
}

ul#mainmenu a:hover, ul#mainmenu .header:hover, #subMenusContainer 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;
}

.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;
}

tr.session,
.table-striped > tbody > tr.session {
	color: #707070;
	background-color: #f2f7fa;
}

/* 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;
}

/* End Slimbox */

.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;
}


