
/*
CSS styles for MGSA @ UIC website.
IMPORTANT: Before you make any changes to this page it would be wise to create a backup copy.
*/

/*Overall Layout Specifications */
html, body, #container {height: auto!important; height: 100%; min-height: 100%;}
html>body #container {height: auto!important; height: 100%; min-height: 100%;}

body  {
   margin:        0; 
   padding:       0; 
   border:        0;
   text-align:    center; /* Aligns the position of the webpage. */
   font-family:   "arial narrow", verdana, "trebuchet ms", tahoma, sans-serif; 
   font-size:     13pt; 
} 
#container  {
   position:      relative;
   background:    white;
   margin-top:    10px;
   margin-bottom: 10px; 
   width:         97%; /* Adjusts the width of the webpage. */
   margin-left:   auto; /* To position the webpage to the left, margin-left */
   margin-right:  auto; /* and margin-right need to be placed in comments. */
   text-align:    left; /* Realigns the text in container to the left. */
}

/* Header Specifications */
#header  {
   width:         100%;
   border-bottom: 2px solid black;
}

@font-face {
   font-family: Trivial;
   src: url('Trivial-Regular.otf') format("opentype");
}

#logo {
   font-size:  50pt;
   font-family: Trivial;
   color:      #8B2323;
}

.name {
   position:      relative;
   margin:        -5px 0px 0px 0px;
   text-align:    left;
   font:          bold 80% "Times New Roman" verdana, tahoma, sans-serif;
   color:         black;
   font-variant:  small-caps;
}

/* Content Specifications */
/* This bit does all the work */
#content {
   position:      relative; 
   display:       block;
   z-index:       5;
   height:        auto!important; 
   height:        70%; /* for MSIE */
   min-height:    420px; /* for Mozilla */ 
   border-left:   200px solid white; /* REQUIRED */
   overflow:      visible;
}

* html #content {display: inline-block;}
#mid {padding: 0px 10px 5px 10px; margin: 0 0 0 0;}
#left {float: left; position: relative; width: 165px; margin-left: -167px; display: inline;}
* html #left {width: 164px;}


/* Left Box Specifications */
.leftbox
{
 position: relative;
 display: block;
 top: 0px; 
 margin-left: 0px;
 width: 200px;
}
.leftbox h1, .leftbox h2, .leftbox h3 {margin: 0; color: #8B2323;}

/* Side Navigational Specifications */
#navbar 
{ 
 position: relative; 
 display: block;
 z-index: 3;
 top: 5px; 
 left: 0px;
 width: 165px;
 font-weight: bold; 
 font-size: 105%;
}
#navbar ul 
{
 margin: 0;
 padding: 10px 0;
 list-style-type: none;
}
#navbar li a   {
   display:          block;
   padding:          2px 5px;
   color:            black;
   text-align:       left;
   text-decoration:  none;
}
#navbar li a:visited { 
   color: black; 
}

#navbar li a.current  {
   color: #155353;   
}

#navbar li a:hover, #navbar li a:active   {
   color:      #155353 !important;
   font-style: oblique;
}


/* Middle Box Specifications */
.midbox
{
 position: relative;
 display: block;
 top: 0px;
 padding: 10px 20px 0px 20px;
 width: 90%;
 height: auto !important;
 height: 100%;
 min-height: 420px;
 text-overflow: ellipsis;
}

.midbox p   {
   padding: 0px 10px 0px 10px;
}

.midbox h1, .midbox h2, .midbox h3, .midbox h4  {
   margin:  10px 0px 10px 0px; 
   color:   #155353;
   padding:
}

.midbox .center { 
   width: 440px;
   margin:  auto;
   display: block;
}

.midbox img .center {
   margin: 20px 20px;
}

#tea {
   display: block;
   width: 539px; 
   height: 250px;
   margin: auto;
}

/* Heading Specifications */
h1, h2, h3, h4, h5, h6 {text-align: center;}
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}


/* Footer -- Last Updated */
#footer {
   font-variant:  small-caps;
   font-size:     small;
   font-color:    gray;
   text-align:    right;
}


/* Table Specifications */
table
{
 margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
th 
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 6px 6px 6px 6px;
	background: #CAE8EA;
}
th.first
{
 border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}
th.alt {
	background: #F5FAFA;
	color: #797268;
}
td 
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
td.first
{
 border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}


/* Regular Hyperlink Specifications */
a {text-decoration: none;}

a:link, a:visited   {
   color: blue;
} 

a:hover, a:active {
   color: #155353;
}

.current {
   cursor: default;
}

/* Other Specs */
img {border: 0;}
hr {color: #155353; background: #155353; height: 2px; border: none;}
br.padder {line-height: 10px;}
dt {font: bold 115% "times new roman", sans-serif; color: #155353;}
dd {margin-left /**/: /**/25px;}
li {color: ; margin-bottom: 5px;}
ol, dl {margin-top: 0;}
.email {color: #8B2323; unicode-bidi: bidi-override; direction: rtl;}
.lft {text-align: left;}
.ctr {text-align: center;}
.notop {margin-top: 0px;}
.sidenote {font-weight: normal; font-size: 70%;}
.hdr {color: #8B2323;}
.standout {font-size: 105%; font-weight: bold; color: #8B2323;}
u {color: #8B2323;}
ul.nostyle {list-style-type: none; padding-left: 10px;}
