/** The following lines call the primary utk template (global.css) and secondary style sheets */

/*
@import "global.css";
@import "blue2.css";
*/

/** override html-elements.css style for utk template compatability  **/
#header-right p { margin: 0; }
#header-menu ul { margin: 0; }
ul.links li {
  padding: 0;
}

#department-left h2 {
 /** Styles the name of the department, college, or unit */
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 1.1em;
 line-height: 2.27em;
 font-weight: lighter;
 /** override html-elements.css style for utk template compatability  **/
 margin-top:    0; /** Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
 margin-bottom: 0;
}

#left-menu {
  margin-top: -13px;
}

/**  css for secondary links to mimic utk secondary links **/
#left-menu #secondary ul li a {
 list-style-type: none;
 list-style-image: none;
 list-style-position: outside;
 color: #ffffff;
 display: block;
 width: 210px;
 background-color: #8aa4c9;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #37475d;
}

#left-menu #secondary ul li a:hover {
 list-style-type: none;
 list-style-image: none;
 list-style-position: outside;
 color: #376482;
 display: block;
 width: 210px;
 background-color: #e8eef5;
}

.image { 
 border: 1px #000000 solid;
 margin: 15px;
}

/** outline style for igmcs tables  **/ 
.outlined table { 
 border-collapse: collapse; 
 border-width: 1px;
 border-color: gray;
 border-style: solid;
 font-size: 11px;
}
.outlined th, .outlined td { 
 border-width: 1px;
 border-color: gray;
 border-style: solid;
 padding:      2px;
 text-align:   center;
}

#students th {
  text-align:   right;
}

.outlined td { 
 text-align:   left;
}

.name {
  font-size: 12px;
}

h2 a {
 text-decoration: none;
}

.photo {
 /* Adds a shaded margin and border */
 background-color: #f8f8ee;
 padding: 3px;
 margin:  0 10px 0 0;
 border: 1px solid #d5d5bf;
 float: left;
}

.section_head_div {
  color: #376482;
  width: 436px;
  font-size: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #8aa4c9;
}


