
/*
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; 
 color: #000;
} 
#container 
{
 position: relative;
 background: #FFF;
 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 
{
 top: 0px;
 left: 0px;
 width: 100%;
 height: 96px;
 padding-top: 2px;
 background: #00CD00;
 border-top: 2px solid #68718F;
 border-bottom: 2px solid #68718F;
}
#hbkg
{
 top: 0px;
 left: 0px;
 width: 100%;
 height: 90px;
 background: #FFF;
 border-top: 2px solid #68718F;
 border-bottom: 2px solid #68718F;
}
#logo
{
 position: absolute;
 display: block;
 z-index: 10;
 top: 8px; 
 left: 0px; 
 width: 355px; 
 height: 64px;
 background: url("../images/MGSAlogo.jpg") no-repeat;
}
#logo a#mgsa
{
 position: absolute;
 display: block;
 z-index: 10;
 top: 4px; 
 left: 5px; 
 width: 205px;
 height: 50px;
}
#logo a#uic 
{
 position: absolute;
 display: block;
 z-index: 10;
 top: 21px; 
 left: 260px; 
 width: 85px;
 height: 35px;
}
#name
{
 position: absolute;
 display: block;
 z-index: 10;
 top: 72px; 
 left: 5px; 
 width: 352px; 
 height: auto;
 text-align: left;
 font: bold 80% "Times New Roman" verdana, tahoma, sans-serif;
 color: #007A00;
}
#photobox
{
 position: absolute;
 display: block;
 z-index: 5;
 top: 6px;
 right: 0px;
 width: 384px;
 height: 90px;
 background: url("../images/mathgrads.jpg");
}


/* Content Specifications */
/* This bit does all the work */
#content 
{
 position: relative; 
 display: block;
 z-index: 5;
 top: 10px;
 height: auto!important; 
 height: 70%; /* for MSIE */
 min-height: 420px; /* for Mozilla */
 background: transparent; 
 border-left: 167px solid #FFF; /* REQUIRED */
 border-right: 167px solid #FFF; /* 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;}
#right {float: right; position: relative; width: 165px; margin-right: -167px; display: inline;}

/* Left Box Specifications */
.leftbox
{
 position: relative;
 display: block;
 top: 0px; 
 margin-left: 0px;
 width: 165px;
}
.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: #8B2323;
 text-align: left;
 text-decoration: none;
}
#navbar li a:visited {color: #800080;}
#navbar li a:hover, #navbar li a:active, #navbar li a.current {color: #007A00 !important; font-style: oblique;}


/* Middle Box Specifications */
.midbox
{
 position: relative;
 display: block;
 top: 0px;
 padding: 0 10px;
 width: auto;
 height: auto !important;
 height: 100%;
 min-height: 420px;
 border-right: 2px solid #8B2323;
 border-left: 2px solid #8B2323;
}
.midbox p {padding: 10px 20px;}
.midbox h1, .midbox h2, .midbox h3 {margin: 0; color: #007A00; text-decoration: underline;}
.midbox h4 {margin: 0; color: #007A00;}

/* 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%;}

/* Right Box Specifications */
.rightbox
{
 position: relative;
 display: block;
 top: 0px; 
 margin-right: 0px;
 width: 165px;
 padding-bottom: 15px;
 font-size: 90%;
}
.rightbox h1, .rightbox h2, .rightbox h3, .rightbox h4 {margin: 0 0 5px 0; color: #8B2323; text-decoration: underline;}


/* Footer Specifications */
#footer 
{
 clear: both;
 position /**/: /**/relative;  
 bottom: 0;
 margin: 0; 
 padding: 0;
 width: 100%; 
 height: 24px;
 padding-top: 2px;
 background: #00CD00;
 border-top: 2px solid #68718F;
 border-bottom: 2px solid #68718F;
 font-size: 65%; 
 color: #B7B7B7; 
 text-align: center;
}
#fbkg
{
 bottom: 0;
 width: 100%;
 height: 18px;
 background: #FFF;
 border-top: 2px solid #68718F;
 border-bottom: 2px solid #68718F;
}


/* 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 {color: #0000FF;} 
a:visited {color: #800080;}
a:hover, a:active {color: #007A00;}
.current {cursor: default;}

/* Other Specs */
img {border: 0;}
hr {color: #007A00; background: #007A00; height: 2px; border: none;}
br.padder {line-height: 10px;}
dt {font: bold 115% "times new roman", sans-serif; color: #007A00;}
dd {margin-left /**/: /**/25px;}
li {color: #000; 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;}