/* CSS Document */

/* 	This document (blue.css) is one of the standard design templates created by UT's Office of Creative Services. It is a secondary style sheet and is intended to work in combination with global.css.

	NOTE: In order to customize this style sheet, you will need to save a copy onto your own web space.  If you have any questions, please contact: webteam@utk.edu */


/* HEADER */

h1 {
	/* Styles the main heading.  NOTE: Each page should have only one H1 */
	/* color: #990033; */
	/* color: #880033; dark red */
	color: #00226d; 
	/* font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0.5em 0em;
	font-weight: lighter;
	}
	
.border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}
.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}
	
	
/* MAIN CONTENT AREA */

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

#content-outer {
	/* Establishes the width of the Content area and styles it */
	/* different-content-outer.gif  ( blue-content-outer.gif) is a background image that is being repeated horizontally.  It creates the dark-to-light blue gradient */
	background:  #ffffff url(http://nimbios.org/ifiles/lpcontentouter4.gif) repeat-x center top;
	background:  #e8eef5;
	}
#content-inner {
	background:  #ffffff url(http://nimbios.org/ifiles/blue-content-inner.gif) repeat-y center top;
/* replace blue-content-inner.gif to change color under left-menu, or use color below to control on wider area over to main */
	background:  #ffffff;
	}
#content-inner1 {
	background:  #ffffff url(http://nimbios.org/ifiles/ablue-content-inner.gif) repeat-y center top;
	background:  #ffffff;
	}
#main-contentp1 {
	/* Establishes the width of the main content area.  The div is 680 pixels wide because there is 20 pixels of padding on the right and left (20 + 680 + 20 = 720).  I didn't specify the left padding because the div is floating to the right (see global.css) */
	padding: 1px 20px 3em 0px;
	width: 800px;
	font-weight: normal;
	color: #000000;
	}
#main-contentp1 p {
	/* Styles everything within p tags <p> . . . </p> */
	/* font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	line-height: 1.636em;
	margin: 1.636em 0;
	font-weight: normal;
	color: #000000;
	}
#main-contentp1 h2 {
	/* Styles all Heading 2s in the main content area. Use H2 for the main subheads in your content */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 1.6em 0em -0.4em 0em;
	/* color: #4c617e; */
	/* color: #102c7f; */
	/* color: #375C54; */
	/* color: #006654; */
	color: #00226d; 
	font-weight: lighter;
	}
#main-contentp1 h3 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.436em;
	margin: 1.8em 0em 0.772em 0em;
	color: #505555;
	}

#main-contentp1 x4 {
	/* Styles all Heading 4s in the main content area. */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}
#main-contentp1 table {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#main-contentp1 a {
	/* Styles all links in the main content area. */
	/* color: #4c617e; */
	/* color: #4400dd; */
	color: #110088;
	text-decoration: underline;
	}
#main-contentp1 a:hover {
	color: #bf4d02;
	}
#main-contentp1 ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-contentp1 ul li {
	list-style-type: square;
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	}
#main-contentp1 ol {
	/* Styles all ordered lists in the main content area */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	margin-left: 15px;
	}
#main-contentp1 ol li {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	}

	
#main-content {
	/* Establishes the width of the main content area.  The div is 680 pixels wide because there are 20 pixels of padding on the right and left (20 + 680 + 20 = 720).  I didn't specify the left padding because the div is floating to the right (see global.css) */
	padding: 1em 20px 3em 0px;
	width: 680px;
        background: #ffffff;
	}
#main-content p {
	/* Styles everything within p tags <p> . . . </p> */
	/* font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	/* font-size: 1.1em; mod 09/15/2010 */
	font-size: 1.14em;
	line-height: 1.636em;
	margin: 1.636em 0;
	}
#main-content h2 {
	/* Styles all Heading 2s in the main content area. Use H2 for the main subheads in your content */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 1.6em 0em -0.4em 0em;
	/* color: #4c617e; */
	/* color: #102c7f; */
	/* color: #375C54; */
	/* color: #006654; */
	color: #00226d; 
	font-weight: lighter;
	}
#main-content h3 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	margin: 2.5em 0em 0.772em 0em;
	color: #707a87;
	}
#main-content h9 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	margin: 1.5em 0em 0.772em 0em;
	color: #707a87;
	}

#main-content x4 {
	/* Styles all Heading 4s in the main content area. */
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	}
/*
#main-content table {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#main-content table td th tr {
        cellpadding: 3px;
	font-size: 1.1em;
}
#main-content table.cp4 {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#main-content table.cp4 td th tr {
        padding: 1px;
        cellpadding: 1px;
}
#main-content table.cp4 {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#main-content table.ls {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
        border: solid black 1px;
        border-collapse:collapse;
}
#main-content table.ls td table.ls th table.ls tr {
        padding: 6px;
        cellpadding: 1px;
        text-decoration: none;
}
#main-content table.ls a {
        text-decoration: none;
}

#main-content table.cpw {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#main-content table.cpw td th tr {
        padding: 1px;
        cellpadding: 1px;
}
#main-content table.cpw a {
        text-decoration: none;
}
#main-contentp1 table.cpw td th tr {
        padding: 1px;
        cellpadding: 1px;
}
#main-contentp1 table.cpw {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
*/
#main-content table.cp7 td, table.cp7 th, table.cp7 tr {
        padding: 3px;
        margin: 3px;
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#main-content table.cp2 td, table.cp2 th, table.cp2 tr {
        padding: 4px;
        margin: 3px;
}
#main-content table.cpt {
        margin: 0;
        cellspacing: 0;
        border: 0;
        border-collapse:collapse;
}
#main-content table.cpt td {
        padding: 4px;
}

#main-content table.cp4 td, table.cp4 th, table.cp4 tr {
        padding: 3px;
        margin: 3px;
}
#main-contentp1 table.cp4 td, table.cp4 th, table.cp4 tr {
        padding: 3px;
        margin: 3px;
}
#main-content table.cpw td, table.cpw th, table.cpw tr {
        padding: 3px;
        margin: 3px;
}
#main-content table.cpw td {
        background-color:#ffffff;
}
#main-content table.cpw a {
        text-decoration: none;
}

#main-content table.cpw2 td, table.cpw th, table.cpw2 tr {
        padding: 3px;
        margin: 3px;
}
#main-content table.cpw2 td {
        background-color:#eff8e4;
}
#main-content table.cpw2 a {
        text-decoration: none;
}

#main-contentp1 table.cpw td, table.cpw th, table.cpw tr {
        padding: 3px;
        margin: 3px;
}

#main-contentp1 table.cpw td {
        background-color:#ffffff;
}

#main-content table.cp3 td, table.cp3 th, table.cp3 tr {
        padding: 3px;
        margin: 3px;
}
#leftmenu-content a {
	/* Styles all links in the main content area. */
	/* color: #4c617e; */
	/* color: #4400dd; */
	color: #3300bb;
	color: #110088;
	text-decoration: underline;
	}
#leftmenu-content a:hover {
	color: #bf4d02;
	}
#leftmenu-content ul {
	/* Styles all unordered lists in the leftmenu content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#leftmenu-content ul li {
	list-style-type: square;
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	}
#leftmenu-content ol {
	/* Styles all ordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#leftmenu-content ol li {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.636em;
	}

#main-content a {
	/* Styles all links in the main content area. */
	/* color: #4c617e; */
	/* color: #4400dd; */
	color: #110088;
	text-decoration: underline;
	}
#main-content a.ntd {
	/* Styles all links in the main content area. */
	/* color: #4c617e; */
	/* color: #4400dd; */
	color: #110088;
	text-decoration: none;
	}
#main-content a:hover {
	color: #bf4d02;
	}
#main-content ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ul li {
	list-style-type: square;
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.14em;
	line-height: 1.636em;
	}
#main-content ul.nobullets {
        list-style-type: none;
        }
#main-content li.nobullets {
        list-style-type: none;
        }
#main-content ol {
	/* Styles all ordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ol li {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.14em;
	line-height: 1.636em;
	}

#department-right {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
        letter-spacing:0.4px;
        }
#topp {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: right;
}
.topp2 {
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: right;
}

	/* LEFT MENU */
	
#left-menu {
	/* left-menu styles the main menu column, including the font size. NOTE: The padding- and margin-bottoms are a trick that extends the left menu the full length of the page (assuming the page isn't longer than 30,000 pixels) regardless of the length of the main content area  */
	width: 220px;
	text-align: left;
	font-family: Arial, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	}
#left-menu h2 {
	/* The template includes several headings (H2s) that do not display in standard browsers.  They improve site accessibility by titling lists of links -- for example, the list of Frequently Used Tools in the header. NOTE: This expalins why there is not a standard H2 style.  Rather, H2 is styled for different purposes in different divs */
	display: none;
	}
#left-menu ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 220px;
	/* background-color: #4c617e; */
	/* background-color: #4c727e; */
	/* background-color: #408aa0; */
	background-color: #4c727e;
	background-color: #256f85;
	background-color: #8f8b72;
	background-color: #5f5b42;
	background-color: #445022;
	background-color: #223322;
	background-color: #307a90;
	background-color: #105a70;
	background-color: #104070;
	background-color: #184797;
	background-color: #083787;
        background-color: #184797;
	padding: .6em 10px;
	border-bottom: #8aa4c9 1px solid;
	}
#left-menu ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #376482;
	display: block;
	width: 220px;
	background-color: #e8eef5;
	}
#left-menu ul li ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 220px;
	/* background-color: #8aa4c9; */
	/* background-color: #8ab6c9; */
	background-color: #75a0b3;
	background-color: #7391c3;
	background-color: #5b7fb1;
	background-color: #6e9eae;
	background-color: #407caa;
	background-color: #3c709b;
	background-color: #5e91b8;
	background-color: #5b8eb5;
	border-bottom: #37475d 1px solid;
	}
#left-menu ul li ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #376482;
	display: block;
	width: 220px;
	background-color: #e8eef5;
	}

	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */
	width: 439px;
	padding-right: 20px;
	border-right: 1px dotted #999999;
	}
	

	/* MAIN LEFT COLUMN */
	
#main-left {
	/* Establishes the width of main-left */
	text-align: left;
	width: 209px;
	}
	
	
	/* MAIN MIDDLE COLUMN */
	
#main-middle {
	/* Establishes the width of main-middle and creates the dotted border that separates it from the main-right column */
	text-align: left;
	width: 209px;
	padding-left: 20px;
	}
	
	/* MAIN RIGHT COLUMN */
	
#main-right {
	/* Establishes the width of main-right */
	text-align: left;
	width: 200px;
	}
	
	
	/* COLUMN THAT MERGES MYMAIN MIDDLE and LEFT COLUMNS */
	
#mymain-twocol {
	/* Establishes the width of mymain-twocol */
	width: 395px;
	padding-left: 20px;
/*
	padding-right: 5px;
	border-right: 1px dotted #999999;
*/
	}
	

	/* MYMAIN LEFT COLUMN */
	
#mymain-left {
	/* Establishes the width of mymain-left */
	text-align: left;
	width: 243px;
	padding-right: 20px;
	border-right: 1px dotted #999999;
	}
	
	
	/* MYMAIN MIDDLE COLUMN */
	
#mymain-middle {
	/* Establishes the width of mymain-middle and creates the dotted border that separates it from the mymain-right column */
	text-align: left;
	width: 209px;
	padding-right: 20px;
	border-right: 1px dotted #999999;
	}
	
	/* MYMAIN RIGHT COLUMN */
	
#mymain-right {
	/* Establishes the width of mymain-right */
	text-align: left;
	width: 200px;
	padding-left: 20px;
	border-right: 1px dotted #999999;
	}
	
	/* EQCOLUMN THAT MERGES MAIN LEFT AND MIDDLE EQCOLUMNS */
	
#main-twoEQcol {
	/* Establishes the width of main-twocol */
	width: 300px;
	padding-left: 1px;
	border-right: 1px dotted #999999;
	}
	
	/* MAIN RIGHT COLUMN */
	
#main-EQright {
	/* Establishes the width of main-right */
	text-align: left;
	width: 300px;
	}
	/* MAIN LEFT COLUMN */
	
#main-EQleft {
	/* Establishes the width of main-left */
	text-align: left;
	width: 315px;
	border-right: 1px dotted #999999;
	}
	
	/* MAIN MIDDLE COLUMN */
	
#main-EQmiddle {
	/* Establishes the width of main-middle and creates the dotted border that separates it from the main-right column */
	text-align: left;
	width: 325px;
	padding-left: 5px;
	}
	
	
#main-twoSEQcol {
	/* Establishes the width of main-twocol */
	width: 300px;
	padding-right: 1px;
	}
	
	/* MAIN RIGHT COLUMN */
	
#main-SEQright {
	/* Establishes the width of main-right */
	text-align: left;
	width: 250px;
	}
	/* MAIN LEFT COLUMN */
	
#main-SEQleft {
	/* Establishes the width of main-left */
	text-align: left;
	width: 250px;
	padding-right: 16px;
	}
	
	/* MAIN MIDDLE COLUMN */
	
#main-SEQmiddle {
	/* Establishes the width of main-middle and creates the dotted border that separates it from the main-right column */
	text-align: left;
	width: 250px;
	padding-left: 5px;
	}
	
div.clearer {clear: left; line-height: 0; height: 0;}
	

#main-content table.cm3 {
     border-color:#184797;
     border-style:inset;
     border-width:2px;
     background-color:#80cc50;
     background-color:#8aa59e;
     background-color:#a9ec68;
}

#main-content table.cm2 {
border-width:0;
border-collapse:collapse;
     border-color: #a9ce68;
     border-style:solid;
margin:0px;
padding:0px;
cellpadding:0px;
}
#main-content table.cm2 a {
text-decoration:none;
}

#main-content table.cm2 td {
padding:3px;
border:0;
}

#main-content table.cm2 td.c_even {
     background-color:#9ab5ae;
     background-color:#8aa59e;
}

#main-content table.cm2 td.c_odd {
     background-color:#8aa5be;
     background-color:#c6d5c6;
     background-color:#cadce0;
}

#main-content table.cm2 td.c_even_act a{
     color: #bb0000;
}

#main-content table.cm2 td.c_odd_act a{
     color: #bb0000;
}

#main-content table.cm2 th.c_even_act a {
     color: #bb0000;
}
#main-content table.cm2 th.c_odd_act a {
     color: #bb0000;
}

#main-content table.cm2 td.c_even_act {
     background-color:#8aa59e;
     border: 2px solid #265351;
     color: #ff0000;
     color: #bb0000;
}

#main-content table.cm2 td.c_odd_act {
     background-color:#c6d5c6;
     background-color:#8aa5be;
     background-color:#c6d5c6;
     background-color:#cadce0;
     border: 2px solid #265351;
     color: #bf1d02;
     color: #bb0000;
}

#main-content table.cm2 th {
padding:3px;
border:0;
}

#main-content table.cm2 th.c_even_act {
     background-color:#8aa5be;
     background-color:#8aa59e;
     border: 2px solid #265351;
     color: #ff0000;
     color: #bb0000;
}
#main-content table.cm2 th.c_odd_act {
     background-color:#c6d5c6;
     background-color:#8aa5be;
     background-color:#cadce0;
     border: 2px solid #265351;
     color: #bf1d02;
     color: #bb0000;
}
#main-content table.cm2 th.c_even {
     background-color:#8aa59e;
     background-color:#9ab5ae;
}
#main-content table.cm2 th.c_odd {
     background-color:#c6d5c6;
     background-color:#badce0;
     background-color:#cadce0;
}
#main-content p.m1 {
margin-bottom:12px;
}



#main-content p.m2 {
margin-top:12px;
margin-bottom:12px;
}

#link_bar a {
        color:#222222;
        font-weight:bold;
        text-decoration:none;
        letter-spacing:.4px;
}

#link_bar a:hover {
        color:#bb2200;
}



hr.s20 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #aaa;
}
  
hr.s12 {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #aaa;
}

hr.s10 {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #aaa;
}


hr.s8 {
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid #aaa;
}

hr.s4 {
  margin-top: 4px;
  margin-bottom: 4px;
  border: 0;
  border-top: 1px solid #aaa;
}

hr.s2 {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid #aaa;
}

hr.s6 {
  margin-top: 6px;
  margin-bottom: 6px;
  border: 0;
  border-top: 1px solid #aaa;
}

p.clear {
    clear: both;
}

ul.spaced6 {
    letter-spacing: 0.4px;
}

div.spaced2 {
    letter-spacing: 0.2px;
}

div.spaced4 {
    letter-spacing: 0.4px;
}

div.spaced6 {
    letter-spacing: 0.6px;
}

