/* 
 * This single style file controls the appearance of many
 * Smith CS web pages.  Edit it with care!
 */

/*********************************************************/

/* General styles: */
/* (Negative margins work because content is padded.) */

body {
  color: #333333;
  background-color: #FFFFFF;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12pt;
  margin-left: 10%;
  margin-right: 10%;
  vertical-align: top;
  overflow: scroll;
}


h1, h2, h3, h4, h5, h6 {
  font-size: 16pt;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: -15px;
}

h2 {
  font-size: 14pt;
}

h3, h4, h5, h6 {
  font-size: 14pt;
  padding-bottom: 0pt;
  margin-bottom: 0pt;
  margin-left: 0px;
}

h4, h5, h6 {
  font-size: 12pt;
}

p {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

a {
  color: #3B3B8A;
}

a:hover {
  color: #7373AB;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  padding: 0in;
  margin: 0in;
}

.bordered td, .bordered th {
  border: 1px solid black;
}

td.noborder, td.noborder {
  border: 0px solid transparent;
}

td {
  border-width: 0px;
}

th, thead, tfoot {
  background-color: #CCCC66;
}

ol ol {
  list-style-type: lower-alpha;
}

/*********************************************************/

/* Rules for main content area */

#main {
  padding-left: 15px;
  margin-right: 2in;
}

/*********************************************************/

/* Rules for Smith header at top of every page */

#header {
  border-bottom: 2px dotted silver;  
  line-height: 20px;
  vertical-align: top;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#header img {
  border: 0px;
  display: block;
}

#header ul {
  margin: 0px;
  padding: 0px;
}

#header li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}

/*********************************************************/

/* Rules for CS header at top of every page */

#csHead {
  float: right;
  padding-top: 15px;
  padding-left: 20px;
  width: 1.8in;
}

#csHead img {
  padding-left: 10px;
}

/*********************************************************/

/* Rules for footnote at bottom of every page */

#footer {
  clear: right;
  border-top: 2px dotted silver;  
  padding-top: 10px;
  margin-top: 20px;
}

#footnote {
  color: #666666;
  font-size: 10px;
}

/*********************************************************/

/* Rules for links at right of page */

#index {
  float: right;
  top: 1.5in;
  right: 0in;
  font-family: Arial Black, Verdana, Gadget, Helvetica, Sans-serif;
  font-size: 11px;
  line-height: 20px;
  vertical-align: top;
  text-align: left;
  width: 1.8in;
  background-color: white;
  z-index: 1;
  padding-bottom: 12pt;
  padding-left: 10px;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

#index ul {
  padding: 0px;
  margin: 0px;
}

#index li {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

/*********************************************************/

/* .link rules are for links in menus */

.links a {
  font-family: Arial Black, Verdana, Gadget, Helvetica, Sans-serif;
  font-size: 11px;
}

.links a {
  padding-left: 10px;
  text-decoration: none;
}

.links a:hover {
  background: url("images/garrow.gif") no-repeat left center !important;
}

#header .links a:link, #header .links a:visited, .links a:active {
  background: url("images/oarrow.gif") no-repeat left center;
}

/*********************************************************/

/* Various generic styles activated via classes */


.tall {
  line-height: 24px;
  vertical-align: 20%;
}

.short {
  line-height: 10px;
  vertical-align: 20%;
}

.centering {
  text-align: center;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.ralign {
  text-align: right;
}

.indented {
  margin-left: 0.5in;
}

.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
}

.heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
}

.caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: justify;
}

.divider {
  color: #000000;
  font-family: Arial, Helvetica, Sans-serif;
}

.noskip {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nobullet {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}

/*********************************************************/

/* body.blue rules are for welcome page only. */

body.blue {
  color: #FFFFFF;
  background-color: #00003F;
}

body.blue #index {
  background-color: #00003F;
}

body.blue .links a {
  color: #CCCC99;
}

body.blue .links a:hover {
  color: #DDDD00;
}

body.blue a {
  color: #CCCC99;
}

body.blue a:hover {
  color: #DDDD00;
}

body.blue .divider {
  color: #FFFFFF;
  font-family:Helvetica, Arial, Sans-serif;
}

body.blue .hideinwelcome {
  display: none !important;
}

.showinwelcome {
  display: none;
}

body.blue .showinwelcome {
  display: inline;
}

body.blue #footnote {
  color: #FFFFFF;
  font-size: 10px;
}

body.blue .links a:hover {
  background: url("images/yarrow.gif") no-repeat left center !important;
}

#welcomepic {
  vertical-align: top;
  text-align: center;
}

img.banner {
  width: 60%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12pt;
  border: 1pt solid black;
}

