'
/* Color Scheme 
 * In order to provide the ability of changing the overall color scheme
 * (as opposed to individual elements) comments were placed next to lines
 * involving the same color so that a quick search and replace could be done
 * List of current colors:
 *
 * menucolor1: #227733
 * menucolor2: #223377


/***********************************************/
/* Top Menu/Title Division */
/***********************************************/
#topmenu
{
	float:none;
/*	position:relative; */

		
	border-width: 0px;
	border-top-width:5px;
	border-bottom-width:5px;
	border-color: #227733;	border-style: solid;
}

#topmenu tr
{
	height: auto;
}
	
#topmenu h1
{
	position:relative; 
	top: 25px;
	text-align: center;

	color: #227733;	font-family: impact,sans-serif;
	font-weight: bold;
	font-size: 50px;
	
}

#topmenu p
{
	position:relative;
	text-align: center;
//	font-size: 12px;
}

#topmenu a
{
	position:relative;
	top: 25px;
	text-decoration: none;
	color: black;
	font-size:9pt;
	font-weight: bold;
	padding: 5px 2.5px;
	text-decoration: none;
//	background-image: url(http://icebear.usask.ca/images/bluebutton.gif);
//	border-width: 1px;
//	border-color: #227733;//	border-style: outset;
}

#topmenu a:hover
{
//	background-image: url(http://icebear.usask.ca/images/greenbutton.gif);
//	border-color: #223377;//	border-style: inset;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/***********************************************/



/***********************************************/
/* Leftmenu Division*/
/***********************************************/
#leftmenu
{
	float:left;
	top: 0px;
	left: 0px;
	width: 18%;
	height: auto;

	border-width: 5px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-color: #227733;	border-style: solid;
	text-align:left;
}

#leftmenu h1
{
	margin-top: 1.25em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	margin-bottom:0.3em;

	text-decoration: underline;
	color: #227733;	font-family:sans-serif;
	font-weight: bold;
	font-size: 14pt;
	
}

#leftmenu a
{
	padding-top:0.2em;
	top: 25px;
	margin-bottom: 0.3em;
	margin-left: 1.5em;
	text-decoration: none;
	color: #223377;	font-size:9pt;
	padding: 5px 2.5px;
	line-height:15pt;
}
	
#leftmenu a:active
{
	color: #227733;}

#leftmenu a:hover
{
	color: #227733;}

#leftmenu ul
{
	list-style-type:none;
	position:relative;
	left:-1.2em;
	top:-1em;
}

#leftmenu li
{
	font-size:9pt;
	text-decoration:bold;
	color: #223377;	margin:0;
	padding:0;
	height:1.3em;
	width:5em;
	overflow:hidden;
}
}

#leftmenu ul.submenu
{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

#leftmenu .submenu li
{
	position:relative;
	width:10em;
	height:1.4em;
	left:1em;
	top:1.1em;
	border-style:solid;
	border-width:0.05em;
	z-index:10;
	background-color:white;
}

#leftmenu li:hover
{
	display:block;
	overflow:visible;
}

/***********************************************/
#webcam
{
	float:right;
	position:relative;
	height:auto;
	width: auto;
	margin: 0 0 50px;
	padding: 0px 30px 40px;
	text-align:center;

	border-width: 5px;
	border-top-width:5px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-color: #227733;	border-style: solid;
}

#webcam table
{
	height:auto;
	width: 580px;
	margin: 0 auto;
	padding: 0px 10px 0px 0px;
	text-align:center;
}
/*#webcam a
{
	height:auto;
	width: auto;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	text-align:center;
}*/
#webcam a
{
	padding-top:0px;
	margin-bottom: 0px;
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	color: #223377;	font-size:15px;
	text-align:center;
}
	
#webcam a:active
{
	color: #227733;}

#webcam a:hover
{
	color: #227733;}

/***********************************************/
/* Content Division */
/***********************************************/
#content
{
	float:right;
	position: relative;
	height:auto;
	width: auto;
	margin: 0 auto 50px;
	padding: 0px 30px 40px; 
	text-align:left;

	border-width: 5px;
	border-top-width:5px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-color: #227733;	border-style: solid;
/*	position: absolute;
	top: 9.3em;
	left: 10em;
	right: 0px;
	height:auto;

	padding-top:1em;
	padding-right:1em;
	padding-left:2.5em;
	padding-bottom:2.5em;

	border-width: 5px;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-color: #227733;	border-style: solid;*/
}

.centertext
{
	text-align: center;
}



#content img
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#content img.centered
{
	/* center images as follows */
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

#content .linkbutton
{
	text-align: center;
	margin-top: 1.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

#content .linkbutton a
{
	text-decoration: none;
	color: black;
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0.3em 0.25em;
	background-image: url(http://icebear.usask.ca/images/bluebutton.gif);
}

#content .linkbutton a:hover
{
	background-image: url(http://icebear.usask.ca/images/greenbutton.gif);
}

#content h1
{
	margin-top: 1.25em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom:0.5em;

	text-align: center;
	text-decoration: none;
	color: #227733;;
	font-family: verdana, impact;
	font-weight: bold;
	font-size: 18pt;
}

#content h3
{
	margin-top: 1em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom:0.3em;

	text-align: center;
	color: black;
	font-family: verdana, impact;
	font-weight: bold;
	font-size: 14pt;
}
	

#content .lefthead
{
	margin-top: 1.25em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom:0.3em;

	color: black;
	font-family: cursive;
	font-weight: bold;
	font-size: 16pt;
	width: 12.5em;
}


/***********************************************/
#wrapper {		/* Wraps entire page in border */
	border: 2px solid #ffffff;
	width: auto;
	height:auto;
	margin: 0 auto;
	float:none;
}
#header {		/* Header */
	text-align: center;
	float:none;
	background: #ffffff;
	float:none;
}
#main {
	text-align: center;
	background: #ffffff;
	float:left;
	height:auto;
}

#footer {		/* Footer */
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size:14px;
	float:none;
	position: static;
	bottom: 0;
}

#footer a {
	font-size: 11px;
}


/***********************************************/
/* Popup content *.
/***********************************************/
/* Use this division if there is no leftmenu
 * such as for content that pops up in a new tab
 */
#popup
{
	position: absolute;
	top: 9.3em;
	left: 0em;
	right: 0em;

	padding-top:2.5em;
	padding-right:2.5em;
	padding-left:2.5em;
	padding-bottom:2.5em;
	
	text-align: center;

}

#popup h3
{
	margin-top: 1em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom:0.3em;

	text-align: center;
	color: black;
	font-family: verdana, cursive;
	font-weight: bold;
	font-size: 14pt;
}

#popup h1
{
	margin-top: 1.25em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom:0.3em;

	text-align: center;
	text-decoration: underline;
	color: black;
	font-family: verdana,cursive;
	font-weight: bold;
	font-size: 18pt;
}

/***********************************************/
/* A Two column Table*.
/***********************************************/
/* Use for a two column table with left column as a field and
 * right column as the value.  Good link for tables:
 * http://www.robertdenton.org/reference/css-tables-tutorial.html
 */
table.twocol
{
	text-align: center;
	font-family: cursive;
	font-weight: normal;
	font-size: 12pt;
	background-color: white;
	border-style:groove;
	border-width:2px;
	border-color:black;
}

table.twocol td
{
	text-transform:capitalize;
	color: black;
	font-size:12pt;
	font-family:cursive;
	text-align: left;
	padding:0.3em;
	border-style:groove;
	border-width:2px;
	border-color:black;
}

table.twocol td.tabhead
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

table.twocol td.col1
{
	border-style:groove;
	border-width:2px;
	border-color:black;
	border-right-width:0px;
	text-align:right;
	width:7em;
	font-size:11pt;
	font-weight:bold;

}
	
table.twocol td.col2
{
	color: #227733;	font-size:10pt;
	border-width:2px;
	border-color:black;
	border-left-width:0px;
}
	
table.twocol td.highlight
{
	color:#FF0000;
	font-size:10pt;
	border-width:2px;
	border-color:black;
	border-left-width:0px;
}	

table.twocol td.colhead
{
	text-align:center;
	width:7em;
	font-size:11pt;
	font-weight:bold;
}

/***********************************************/
table.multicol
{
	text-align: center;
	font-family: cursive;
	font-weight: normal;
	font-size: 12pt;
	background-color: white;
	border-style:groove;
	border-width:2px;
	border-color:black;
}

table.multicol td
{
	color: black;
	font-size:12pt;
	font-family:cursive;
	text-align: center;
	padding:0.3em;
	border-style:groove;
	border-width:2px;
	border-color:black;
}

table.multicol td.tabhead
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

table.multicol td.main
{
	border-style:groove;
	border-width:2px;
	border-color:black;
	text-align:right;
	width:7em;
	font-size:11pt;
	font-weight:bold;

}
	
table.multicol td.reg
{
	color: #227733;	font-size:10pt;
	
}
	
table.multicol td.highlight
{
	color:#FF0000;
	font-size:10pt;
	border-width:2px;
	border-color:black;
	border-style:groove;
}	

table.multicol td.colhead
{
	text-align:center;
	width:7em;
	font-size:11pt;
	font-weight:bold;
}
/***********************************************/


/***********************************************/
/* Forms*.
/***********************************************/
.myform
{
	padding:0.2em;
}

.myform label
{
	position:relative;
	top:-0.3em;
	float:left;
	width:12em;
	text-align:right;
	font-weight:bold;
	margin:0.3em;
	display:block;
}

.myform select
{
	color:black;
	border-width:1px;
	border-style:solid;
	width:13em;
}

.myform fieldset
{
	border-width:5px;
	border-style:outset;
	width:30em;
	margin-left:auto;
	margin-right:auto;
}

.myform legend
{
	color:black;
	background-color:silver;
	border-width:1px;
	border-style:solid;
	padding:0.3em;
}

.submit
{
	margin-left:10em;
}


/***********************************************/
/* lists */
/***********************************************/

.list_basic ul
{
	margin: 2em;
	padding: 2em;
	width: 20em;

	display:block;
	margin-right:auto;
	margin-left:auto;

	list-style-position: inside;
	list-style-type: disc;
}

.list_basic li
{
	font:verdana,cursive,sans-serif;
	font-size:12pt;
}

.list_basic a
{
	padding:0.2em;
}


/***********************************************/
/* thumbs */
/***********************************************/
/* Use to help display pictures as thumbnail galleries */
.thumbs
{
	position:relative;
	left:0em;
	right: 0em;
	
	text-align:center;
}

.thumbs img
{
	width: 8em;
	height: 6em;
}


a.buttonlink
{
	position:relative;
	top: 1em;
	text-decoration: none;
	color: black;
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0.5em;
	margin: 0.7em;
	background-image: url(http://icebear.usask.ca/images/bluebutton.gif);
	border-width: 1px;
	border-color: #227733;	border-style: outset;
}

a:hover.buttonlink
{
	background-image: url(http://icebear.usask.ca/images/greenbutton.gif);
	border-color: #223377;	border-style: inset;
}


/***********************************************/
/* slideshow */
/***********************************************/
#slides
{
	padding:0.1em;
}

#slides #slidemenu
{
	position:absolute;
	left:3em;
	width:20em;
	height:30em;

	border-style:solid;
	border-color: #227733;	border-width:5px;
}

#slides #slidemenu a
{
	text-align:center;
	padding:0.1em;
}

#slides #slidemenu h1
{
	font-size: 15pt;
	text-align:center;
	text-decoration:none;
	font-family:verdana,cursive,sans-serif;
	color: #227733;}

#slides #slidemenu h2
{
	font-size: 12pt;
	text-align:center;
	text-decoration:none;
	font-family:verdana,cursive,sans-serif;
}

#slides #slidepic
{
	position:absolute;
	left:24em;
	width:45em;
	height:30em;
	
}

#slides #slidepic img
{
	border-style:solid;
	border-color: #227733;	border-width:5px;
	height:30em;
}

#slides #description
{
	position:absolute;
	top:34em;
	left:24em;
	width:45em;
	border-style:solid;
	border-color: #227733;	height:5em;
}

table.database
{
	text-align: center;
	font-family:verdana,cursive,sans-serif;
	font-weight: normal;
	
	border-width:1px;
	border-style:solid;
	border-spacing:0px;
}

td.datahead
{
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	color:#505050;
	border-bottom:2px solid black;
	border-right:2px solid black;
	border-left:2px solid black;
	border-top:2px solid black;
	padding:1em;
}

td.datareg
{
	text-align: left;
	font-size:9pt;
	color:black;
	border-bottom:1px solid black;
	border-left:1px solid black;
	padding:0.5em;
}

/***********************************************/
/* Showcase */
/***********************************************/
/* Use this div to showcase an item
 * (no other content other than menus on the page)
 * Item content is split into:
 *	- a table of details
 *	- a description
 *	- thumbnail(s) relevant to item
 * ORDER IS IMPORTANT because of relative positioning:
 * 	1. Table <div id=showtable>
 *	2. Description <div id=descrip>
 *	3. Thumbs (to be added)
 * Do not need divs "popup" or "content"
 */
#showitem
{
	position:absolute;
	top: 9.3em;
	left: 0em;
	right: 0px;
	height:auto;

	padding-top:1em;
	padding-right:1em;
	padding-left:1em;
	padding-bottom:1em;
}

#showitem #showtable
{
	position:relative;
	top: 2em;
	left: 2em;
}

#showitem #showtable table.twocol
{
	text-align: center;
	font-family: cursive, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	background-color: white;
	border-style:groove;
	border-width:2px;
	border-color:black;
}


#showitem #descrip
{
	position:relative;
	top: -25em;
	left: 40em;
	width: 30em;
	
	font-family: Verdana,cursive,sans-serif;
	font-size: 10pt;
	
	border-style: solid;
	border-width:2px;
	border-color: black;
	
	padding: 1em;
}

/*TOPNAV*/

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
/*  padding: 14px 16px; */
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #227733;
  color: white;
  padding: 14px 16px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/* If you want to remove certain menu options  when screen is smaller*/
@media screen and (max-width: 600px) {
   /*.topnav a:not(:first-child){
  /* .topnav div:nth-child(1), :nth-child(2){*/
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}*/

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* Plot page navigation menu */
.plotnav {
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #555;
  position: fixed;
  bottom: 12px;
  left: 29.4%;
}

.plotnav button, .plotnav input[type=submit], .plotnav form {
  text-align: center;
//  padding: 14px 16px;
  background-color: #333;
  border: none;
  color: white;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
}

.plotnav button:hover, .plotnav input[type=submit]:hover {
  background-color: #227733;
}

.navbutton {
  background-color: #333;
  color: white;
  padding: 16px;
  text-align: center;
  border: none;
  width: 260px;
  font-size: 22px;
  cursor: pointer;
}

/*On page navigation - livedata*/
.navdown {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 16px;
  text-align: center;
}

.navdown-content {
  display: none;
  position: absolute;
  background-color: #555;
  width: 260px;
  z-index: 1;
}

.navdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.navdown-content a:hover {background-color: #333;}

.navdown:hover .navdown-content {display: inline-block;}

.navdown:hover .navbutton {background-color: #227733;}


/* Create an alert div for maintenance, etc */
.alertBanner {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alertBanner .statusGood {
  background-color: #84f1ba;
  color: #0;
  padding: 5px;
}

.alertBanner .informational {
 // background-color: #007fa6;
  background-color: #555555;
  color: #f2f2f2;
  padding: 5px;
}

/* Create in page navigation on bottom 
.pagenav {
  height: auto;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: #227733;
}

.pagenav a, .dropdown-btn {
  padding: 6px 8px;
  text-decoration: none;
  font-size: 20px;
  color: #F2F2F2;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.pagenav a:hover, .dropdown-btn:hover {
  color: #0d0d0d;
}

.pagenav active {
  background-color: #227733;
  color: #333333;
}

.pagenav dropdown-container {
  display: none;
  background-color: #FFFF00;
  padding-left: 8px;
}

.pagenav fa-caret-down {
  float: right;
  padding-right: 8px;
}

@media screen and (max-height: 450px) {
  .pagenav {padding-top: 15px;}
  .pagenav a {font-size: 18px;}
}
*/
