/* Stylesheet for TCC web pages
 * Author: John W. Shipman
 * Date begun: September 9, 1998
 * $Date: 2011/05/23 19:37:35 $ $Revision: 1.28 $
 */

body
{   background-color: #ffffdd;      /* Pale golden yellow */
    color:            #663300;      /* Dark brown */
}

a:link
{   color: blue;
}

a:visited
{   color: navy;
}

a:active
{ color: teal;
}

pre
{   background-color: #e3f7e3;    /* Pale green */
    border-color: #404040;        /* Deep charcoal gray */
    border-width: 1px;            /* Hairline border */
    border-style: solid;
}

span.keyword
{   font-size: 120%;
    font-family: "Avant Garde", Helvetica, sans-serif;
    font-weight: bold;
}

div.yell       /* For really important stuff */
{   background-color:   #ffcccc;    /* pink */
    font-size:          150%;
    font-family:        "Avant Garde", Helvetica, sans-serif;
    font-weight:        bold;
    border-color:       silver;
    border-width:       4px;
    border-style:       solid;
    padding:            5px;
}

/* Thicker horizontal rules for the TCC homepage
 */
hr.heavy
{   border-style: dotted;
    border-width: 1px;
    color: #aa6622; /* Medium brown */
}

dt.faq
{   font-weight: bold;
    margin-top: 10px;
}

/* div.hang is a div with a hanging indent.  It is used
 * in www.nmt.edu/tcc/hw/.
 */
div.hang
{   margin-left: 2em;
    text-indent: -2em;
}

/* span.dept-title and span.details are used in the Knowledge Matrix
 * project; see http://www.nmt.edu/tcc/projects/knowmat/doc/ims/
 */

/* For names of departments: use a background to make a horizontal bar
 * before each department
 */
span.dept-title
{	font-size: larger;
    font-family: "Avant Garde", Helvetica, sans-serif;
    color: green;
    background-color: silver;
    margin-top: 1pc;
}

/* For the details about a skill
 */
span.details
{	font-size: smaller;
  	color: black;
}

/* For GUI items and keyboard key names
 */
span.gui
{   font-family: "Avant Garde", Helvetica, sans-serif;
    font-style: italic;
    font-size: larger;
}

