@charset "UTF-8";

/* Page background image and color in case image does not appear */
html body {
	background-color: #D6D6D6;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	font-family: News Gothic, News Gothic MT, Arial, Helvetica, sans-serif;
}

/* Used for title image map */
td img {
	display: block;
}

/* Prevent linked images from having borders */
img {
	border: none;
}

/* Float content to the right or left */
.right {
	float: right;
}

.left {
	float: left;
}

/* Center content */
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Unvisited Links */
a:link {
	color: #00B2D9;
}    

/* Visited Links */
a:visited  {
	color: #00B2D9;
} 

/* Mouse Over Links */
a:hover {
	color: #F68C3D;
}   

/* Selected Links */
a:active {
	color: #F68C3D;
}

/* Unvisited Links */
a.EC:link {
	color: #F68C3D;
}    

/* Visited Links */
a.EC:visited {
	color: #F68C3D;
} 

/* Mouse Over Links */
a.EC:hover {
	color: #00B2D9;
}   

/* Selected Links */
a.EC:active {
	color: #00B2D9;
}

/* Positions quick links container on right side of content */
#quickLinks, #quickLinksBig {
	position: absolute;
	left: 650px;
	top: 275px;
	width: 160px;
	z-index: 1;
	text-align: center;
}

/* If there are a lot of links move it to the side */
#quickLinksBig {
	left: 700px;
}

#quickLinksBig p {
	margin: 0px;
}

/* Styles for quick links */
#quickLinks a, #quickLinksBig a {
	color: #00B2D9;
	text-decoration: none;
}

#quickLinks a:hover, #quickLinksBig a:hover {
	color: #F68C3D;
}

/* Inactive Links */
#quickLinks a.nolink, #quickLinksBig a.nolink {
	color: #666666;
}

/* Style for buttons or menus */
.tool {
	font-weight: bold;
	color: #00B2D9;
}

/* Styles for keywords or functions */
.key {
	font-weight: bold;
	color: #F68C3D;
}

/* Styles for locations */
.location {
	font-weight: bold;
	color: black;
}

/* Centering a container horizontally */
.hCenter {
	position: relative;
	margin: auto;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.imgCenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Logo in upper-left corner */
#logo {
	position: fixed;
	width: 200px;
	left: 5px;
	top: 5px;
	z-index: 0;
}

/* Clock (index.shtml) */
#clock {
	position: absolute;
	width: 200px;
	right: 5px;
	top: 5px;
	z-index: 99;
	border: thick groove white; 
	background-color: #001919;
	color: white;
	text-align: center;
}

/* Assignments (index.shtml) */
#assignments {
	position: absolute;
	width: 450px;
	right: 5px;
	bottom: 5px;
	z-index: 0;
	border: thick groove white; 
	background-color: #001919;
	color: white;
	text-align: left;
	padding: 2px;
}

/* Credits and Link (index.shtml) */
#credits {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 0;
	border: thick groove white;
	background-color: #001919;
	padding: 2px;
}

#credits a:link, #credits a:visited {
	color: white;
	text-decoration: none;
}

#credits a:hover, #credits a:active {
	color: #00B2D9;
	text-decoration: none;
}

/* Positions main upper menu and title */
#mainMenu {
	position: absolute;
	left: 250px;
	width: 750px;
	text-align: center;
	z-index: 1;
}

/* Positions heading for inner pages */
#heading {
	position: absolute;
	left: 240px;
	top: 200px;
	width: 480px;
	z-index: 0;
}

/* Positions content container for inner pages */
#content {
	position: absolute;
	left: 240px;
	top: 300px;
	width: 480px;
	z-index: 0;
	text-align: justify;
}

/* Style for code */
.code {
	width: 420px;
	white-space: nowrap;
	color: #00006A;
	background-color: white;
	border: solid 2px black;
	padding: 5px;
	overflow: auto;
	font-family: Andale Mono, Consolas, Courier New, monospace;
}

/* Move code left if it is in a list */
li.code {
	margin-left: -30px;
}

/* Style tables */
table {
	text-align: center;
}

/* Style table headings */
th {
	color: #AF5E00;
}

/* Used for lists that will not have bullets */
ul.none {
	list-style: none;
}

/* Used for discs within a list without bullets */
ul.none li.disc {
	list-style: disc;
	list-style-position: inside;
}

/* Links within lists are used for titles and should be larger */
ul.none a {
	font-size: 1.8em;
}

/* Allow for normal links within list */
ul.none a.normal {
	font-size: 1em;
}

/* These links should remain normal size */
ul.none li.disc a {
	font-size: 1em;
	color: black;
	text-decoration: none;
}

ul.none li.disc a:hover {
	font-size: 1em;
	color: #F68C3D;
}

/* Styles for example table links */
.example td a {
	color: #00B2D9;
	text-decoration: none;
	font-size: 1em;
}

.example td a:hover {
	color: #F68C3D;
	font-size: 1em;
}

/* Styles for survey */
#Q1, #Q2, #Q3, #Q4, #Q5, #Q6, #Q7, #Q8, #AP, #sendSurvey {
	visibility: hidden;
}

/* Embedded Quicktime movies */
embed.QT {
	margin: 3px;
}

/* BEGIN SIDE MENU STYLES */
/* Makes list elements containers for nested lists and removes list element styles */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 11em;
}

#nav {
	position: fixed;
	left: 25px;
	bottom: 10px;
	z-index: 10;
}
	
/* Styles all list items */
#nav li {
	position: relative;
	float: left;
	line-height: 1.25em;
	margin-bottom: -1px;
	width: 11em;
}
	
/* Positions nested menus */
#nav li ul { 
	position: absolute;
	left: -999em;
	margin-left: 11.05em;
	margin-top: -1.35em;
	z-index: 10;
}
	
/* Style menu links */
#nav li a {
	width: 11em;
	w\idth: 10em; /* Hack for old IE */
	display: block;
	color: #00006A;
	font-weight: bold;
	text-decoration: none;
	background-color: #DADBDC;
	border: 1px solid black;
	padding: 0 0.5em;
}

/* Style menu headings */
#nav li h3 {
	color: #AF5E00;
	text-align: center;
}

	
#nav li a:hover {
	color: #AF5E00;
	background-color: #00006A;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* END SIDE MENU STYLES */

/* BEGIN ROUNDED BORDER STYLES */
/* Makes sure headings and paragraphs have correct spacing to fit borders around container */
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {
	margin: 0 10px; 
	letter-spacing: 1px;
}

/* Styles for headings */
.xsnazzy h1 {
	font-size: 1.6em; 
	color: #00B2D9;
	font-family: Monaco, Lucida Console, monospace;
}

.xsnazzy h2 {
	font-size: 1.6em;
	color: #06A; 
	border: 0;
	font-family: Charcoal, Charcoal CY, Impact, sans-serif;
}

.xsnazzy h3 {
	font-size: 1.6em;
	color: #AF5E00; 
	border: 0;
	font-family: American Typewriter, Didot, Courier New, serif;
}

/* Add padding to paragraphs and secondary headings */
.xsnazzy p {
	padding-bottom: 0.5em;
}

.xsnazzy h2 {
	padding-top: 0.5em;
}

/* Container for rounded borders */
.xsnazzy {
	background: transparent; 
	margin: 1em;
}

/* Containers for top and bottom borders */
.xtop, .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
}

/* Adds spacing for top and bottom borders */
.xb1, .xb2, .xb3, .xb4 {
	display: block; 
	overflow: hidden;
}

.xb1, .xb2, .xb3 {
	height: 1px;
}

/* Styling for border corners */
.xb2, .xb3, .xb4 {
	background: #DADBDC; 
	border-left: 1px solid black; 
	border-right: 1px solid black;
}

/* Styling for top and bottom borders */
.xb1 {
	margin: 0 5px; background: black;
}

/* Positions corner pixels */
.xb2 {
	margin: 0 3px; 
	border-width: 0 2px;
}

.xb3 {
	margin: 0 2px;
}

.xb4 {
	height: 2px; 
	margin: 0 1px;
}

/* Container for content and styles for border sides */
.xboxcontent {
	display: block; 
	background: #DADBDC; 
	border: 0 solid black; 
	border-width:0 1px;
	z-index: 0;
}
/* END ROUNDED BORDER STYLES */
.strikeout {
	text-decoration: line-through;
}

/* Pop-Up Window */
#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
  text-align: left;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/* End Pop-Up Window */
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.yellow {
	color: #FF3;
}
.lightBlue {
	color: #0FF;
}
.orange {
	color: #F90;
}
.purple {
	color: #F0F;
}
.green {
	color: #0F0;
}
.superscript {
	position: relative;
	font-size: x-small;
	margin: 1px;
	bottom: 10px;
}
.dividend {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-left-color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.subscript {
	font-size: x-small;
	margin: 2px;
	position: relative;
	top: 10px;
}
