/* Gibson Class Portal - Style Sheet */
/* Filename: classportal.css */
/* Written by: Randy Gibson */
/* Last revised: 8/2/2011 */

/* BODY & BACKGROUND */

  body { color:inherit; background-color:#eed}

/* IMAGES */
	img		{ border-style:none; }

/* DIVISION */
	div		{ margin: 0em; width: 100%; text-align: left; }

/* TERMINAL-LIKE KEYSTROKES OR SCREEN MENU OBJECTS */

  tt		{ font-family: arial, sans-serif; font-size: smaller; }

/* ANCHORS */
	a		{ text-decoration: underline; background-color:inherit;}
	a:link		{ color: #0000ff }
	a:visited	{ color: #800080 }
  a:hover		{ color: #cc0000 }
 	a:active	{ color: #009900 }

/* HEADINGS */
	h1, h2	{ text-align: center; }
	h3, h4, h5, h6	{ text-align: left; }

/* SPECIAL CLASSES */
	.pathbar	{ margin: 0em;
			  width: 100%; 
			  text-align: left;
			background-color:#333399;
			color:#ffffff;
			font-family: arial, sans-serif; font-size: xx-small; }
  a.pathtext { color:#ffffff;background-color:inherit; }

  .ac  { text-align: center; }
  .al  { text-align: left; }
  .ar  { text-align: right; }

  .foott  { border-style: none; width:100%; }
  .footc  { border-style: none; text-align: center; }
  .footl  { border-style: none; text-align: left; }
  .footls { border-style: none; text-align: left; font-size: small; }
  .footr  { border-style: none; text-align: right; }

  img.floatrt {float:right;margin-left:1em;}
  .clrfloat {clear:both;}

  .liA  {list-style-type: upper-alpha;}
  .li1  {list-style-type: decimal;}
  .lia  {list-style-type: lower-alpha;}

  .mycourier { font-family: courier, monospace; }
  .myarial { font-family: arial, sans-serif; font-size: smaller; }

  .extlinkinst { text-align: left; color:inherit; background-color:#ffffff;
font-family: arial, sans-serif; font-size: small; }

  .rev { color:#ff0000; background-color:#ffff99; }
  .screen {color:inherit; background-color:#e0e0e0; border:1px solid black;padding-left:0.5em;padding-right:0.5em}

