/*
 * Main style-sheet for web site. Used helpful tips found at:
 * http://www.alistapart.com/stories/flexiblelayouts/
 */

/* ======================================================================
 * Body
 * ======================================================================
 * Settings for the page, including padding, background color, and fonts.
 * background-color: #eeeeee;
 */
body {
  background-color: #ffffff;
  color: black;
  font: 10pt Verdana, sans-serif;
  letter-spacing: 0.05em;
}

/* ======================================================================
 * Links
 * ======================================================================
 */

a {
  color: #003366;
  text-decoration: none;
  border-bottom: 1px dotted;
  font-weight:bold;
  font-size:100%;
} 
a:link {	color: #003366;	} 
a:visited { 	color: #003366; } 
a:active {	color: #99CC66; } 
a:hover	{	border-bottom: 1px solid;}

ol { text-align: left; padding-left: 2.5em; }
ul { text-align: left; padding-left: 2.5em; }
li { padding: 0.1em; }

/* ======================================================================
 * Main Structure
 * ======================================================================
 * Define two main areas - top, middle.  Middle is where the
 * content goes.
 */

#banner {
  float: left;
  width: 100%;
  background-color: #001E4C;
}

#title {
  float: left;
  width: 100%;
  background-color: #3F5678;
}

#middle {
  float: left;
  width: 100%;
}

/* ======================================================================
 * Columns
 * ======================================================================
 * Define two columns for the middle -- narrow on the right for navigation
 * and information boxes, wider on the right for primary content.
 */

#banner-college {
  float: left;
  width: 49%;
  font-size: 100%;
  font-weight: bold;
  padding: 0.1em;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}

#banner-department {
  float: right;
  width: 49%;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.1em;
  font-size: 70%;
  font-weight: bold;
  letter-spacing: 1em;
  color: #FFFFFF;
}

#banner a {
 	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px;
	font-size:110%;
}

#title a {
 	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 0px;
	font-size:100%;
}

#name {
  font-size: 170%;
  text-indent: 10px;
  color:#f0f0e2;
  letter-spacing: 0.2em;
  padding-bottom: 0.2em;
}

#term {
  font-size: 14pt;
  font-weight: bold;
  color:#0d1d64;
  margin-right: 10px;
  margin-top: 11px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

#content {
  float: left;
  width: 73%;
  padding: 10px;
}

#content ol { text-align: left; padding-left: 2.5em; }
#content ul { text-align: left; padding-left: 2.5em; }
#content li { padding: 0.1em; }

#content dt {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 2px;
  background-color: #eeeeee;
}

#content label{
	display: block;
}

#content input{
	display: block;
	margin: 2px 0 5px 2px;
}

#sidebar {
  float: right;
  width: 22%;
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #cccccc;
  border-bottom: 5px solid #cccccc;
}

/* ======================================================================
 * Navigation boxes
 * ======================================================================
 * Each box has a title and then a main area containing a list of links.
 * The title is shaded, the links are always blue, turning to red with
 * an underline when the mouse hovers over them.  Do not allow underlining
 * any other time, nor any other color changes.
 */
#boxtitle {
  display: block;
  color: #666666;
  background-color: #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px;
  font-size: 7.5pt;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#box {
  display: block;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 10px;
  font-size: 7pt;
}
#box ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
  list-style: square; 
  padding-left: 15px;
}
#box ul.submenu {
  border-left: 1px solid #666666;
  list-style: none;
  padding-left: 5px;
}
#box li {
  padding: 2px;
  padding-left: 0px;
  font-weight: bold;
}
#box li#active {
  font-size: 7.5pt;
  color: #cc3333;
}
#box li#hidden {
  display: none;
}

#box ul a {
  border-bottom: 0px;
  font-size: 7.5pt;
  color: #003366;
}

#box ul a.active {
  color: #cc3333;
}

#box ul a:hover {
  color: #003366;
  background-color: #eeeeee;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

#mapname {
  display: block;
  border-bottom: 1px solid #666666;
  font-style: italic;
}
#mapvalue {
  padding-left: 10px;
}
#mapvalue a {
  border-bottom: 0px;
  font-size: 7.5pt;
}
#mapvalue a:hover {
  color: #cc3333;
}

#tablerow {
  display: block;
  clear: both;
}
#tablename {
  float: left;
  width: 40%;
  font-style: italic;
}
#tablevalue {
  float: right;
  width: 60%;
  
}
#tablevalue a {
  font-size: 7pt;
}
#tablesep {
  clear: both;
  height: 1px;
}

/* ======================================================================
 * One column content for day view
 * ======================================================================
 */

div.week {
  border: 1px solid #cccccc;
  background-color: #eeeeff;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
  padding-left: 5px;
}

div.day {
  float: left;
  background-color: #f5f5dc;
  width: 50px;
  padding-left: 5px;
}

div.content {
  margin-left: 60px;
}
div.content ul {
  margin-top: 2px;
  margin-bottom: 5px;
}

ul.space {
  margin-top: 5px;
  margin-bottom: 5px;
}

ol.space li { 
  margin-top: 5px;
  margin-bottom: 5px;
}

div.clear {
  height: 5px;
  clear: both;
}

div.map {
}

.key {
  color: #e33424;
}
 
/* ======================================================================
 * Two column content for week view
 * ======================================================================
 */

div.left {
  float: left;
}
div.right {
  float: right;
}
div.week {
  clear: both;
}
div.topic {
  clear: both;
}

/* ======================================================================
 * Survey
 * ======================================================================
 */

div.sheader {
  border: 1px solid #666666;
}

div.ssection {
  float: left;
  font-style: italic;
  padding-left: 5px;
}

div.spercent {
  float: right;
}

div.sbox {
  float: left;
  height: 5px;
  width: 5px;
  border: 1px solid #666666;
  margin-top: 6px;
  margin-right: 10px;
}

div.sitem {
  float: left;
  width: 80%;
}

div.sitemper {
  float: right;
}

div.sitemtest {
  clear: both;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
}

div.cl {
  clear: both;
}

div.spacer {
  height: 10px;
}


/* ======================================================================
 * Headings
 * ======================================================================
 */

h1
{
  color: #454545;
  font-size: 175%;
  font-weight: bold;
}

h2
{
  color: #707070;
  font-size: 15pt;
  font-weight: normal;
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
  margin-top: 0px;
}

h3 {
  border: 1px solid #cccccc;
  background-color: #eeeeff;
  font-size: 10pt;
  padding: 2px;
  margin-bottom: -10px;
}

h4
{
  background-color: #ddddee;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: -10px;
  padding-left: 2px;
}

h4.red
{
  color: #990011;
  border: 1px solid #990011;
  border-width: 0px 0px 1px 0px;
  font-weight: bold;
}

/* ======================================================================
 * Formatting
 * ======================================================================
 */

div.solution {
  margin: 0px;
  padding-left: 1ex;
  padding-right: 1ex;
  margin-left: 3ex;
  margin-top: 1ex;
  margin-bottom: 1ex;
  border: 1px dashed #cccccc;
  background-color: #f3f3f3;
}

div.solution p {
  margin: 0px;
  padding-top: 1ex;
  padding-bottom: 1ex;
  
}

div.solution li {
  padding-top: 1ex;
  padding-bottom: 1ex;
}


div.gap {
  margin-top: 3ex;
  margin-bottom: 3ex;
}

div.indent {
  margin-left: 3ex;
}

span.indent {
  margin-left: 3ex;
}

p.emphasis, span.emphasis {
  font-weight: bold;
  color: rgb(75,10,10);
  margin-left: 1ex;
  margin-right: 1ex;
}

span.prompt {
  color: rgb(80,100,100);
  margin-right: 2ex;
}

span.response {
  /*font-weight: bold;*/
  color: rgb(10,10,75);
}

span.comment {
  /*color: green;*/
  color: rgb(100,140,100);
}

/* ======================================================================
 * Forms
 * ======================================================================
 */

input.full {
  width: 100%
}


/* ======================================================================
 * Tables
 * ======================================================================
 */

table
{
  border-collapse: collapse;
  color: black;
/*  margin-left: 50px;*/
}

/*
td {
  padding-right: 20px;
}
*/

/* Schedule */

col.time { width: 75px; }
col.day { width: 100px; }

tr.top {
  background-color: #d5c89e;
  text-align: center;
  border: 1px solid #555555;
  border-width: 1px 0px 1px 0px;
  height: 15px;
}

tr.tline {
  border: 1px solid #cccccc;
  border-width: 1px 0px 0px 0px;
  height: 15px;
}

tr.bline {
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
  height: 15px;
}

tr.bbline {
  border: 1px solid #555555;
  border-width: 0px 0px 1px 0px;
}

tr.days {
  border: 1px solid #555555;
  border-width: 0px 0px 1px 0px;
  background-color: #ddddee;
}

tr.dates {
  background-color: #ccff99;
  background-color: #ccccaa;	
  background-color: #aaccaa;
  background-color: #ddddee;
  background-color: #aaee88;
  background-color: #ffff99;
}

td.time {
  text-align: center;
}

td.class {
  text-align: center;
  vertical-align: middle;
  background-color: violet;
  border: 1px solid #555555;
}

td.student {
  text-align: center;
  vertical-align: middle;
  background-color: lightblue;
  border: 1px solid #555555;
}

td.meet {
  text-align: center;
  vertical-align: middle;
  background-color: tan;
  border: 1px solid #555555;
}

td.private {
  text-align: center;
  vertical-align: middle;
  background-color: lightgreen;
  border: 1px solid #555555;
}

/* ======================================================================
 * Images
 * ======================================================================
 */

img {
/*  border: 0px;*/
  vertical-align: middle;
}

img.up {
  vertical-align: -14px;
}

img.wrap {
  float: left;
  margin-right: 10px;
}

img.solution { 
  width: 700px;
}

img.right { 
  float: right;
  margin-left: 10px;
}

/* ======================================================================
 * Styles
 * ======================================================================
 */

p.subhead
{
  font-size: 8pt;
  font-style: italic;
  margin-bottom: 0px;
}

p.thin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.info
{
  color: #707070;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
}

.strike
{ 
  text-decoration: line-through;
}

.added
{
  background-color: #ffc1c1;
}

ol.alpha { 
  list-style-type: lower-alpha;
}

/* Table Styles */

.under {
  border: 1px solid #cccccc;
  border-width: 0px 0px 1px 0px;
  padding-bottom: 0px;
  text-align: left;
}

.padright {
  width: 120px;
}

.ident { 
  width: 90%;
  margin-bottom: 10px;
}

.ident tr { 
  height: 30px;
}

.ident th {
  text-align: left;
  border: 0px solid #cccccc;
}

.ident td {
  border: 1px solid #cccccc;
}

col.col11 { 
  width: 50%;
}


col.col12 { 
  width: 50px;
}

.quote {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px dashed #cccccc;
  background-color: #f3f3f3;
  padding: 5px;
}
