@import "imported.css";

@import url("css/fonts/stylesheet.css");


body 	{
		background-color: #FFFFFF;
		font-family: Helvetica Nueue, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		line-height: 18px;
		margin:00px;
		padding:00px;
		} 

p, td, li 		{
		font-family: Helvetica Nueue, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		line-height: 18px;
		}

a		{
		color: #660000;
		text-decoration: underline;
		}

a:link	{
		color: #660000; 
		}

a:visited	{
			color: #664433;
			}

a:active	{
			color: #FF3300;
			background-color: #b1afad;
			}

a:hover		{
			color: #CC3300;
			text-decoration: underline;
			}

h1		{
		font-weight: normal;
		font-size:18px;
		line-height: 14px;
		color: #004466;
		letter-spacing:-1px;
		padding:5px 5px 5px 5px;
		border-bottom:0px solid #888;
		}

h2, td.heading {
	font-size:18px;
    font-family: 'MicroSquareBold';
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
    letter-spacing:1px;
    border-top:1px solid orange;
    padding-top:5px;
	}
	
h3		{
		}

h4		{
		}

h5		{
		color: #666666;
		font-weight: bold;
		text-align: center;
		}

h6		{
		}						

caption	{
		color: black;
		font-weight: bold;
		}

blockquote	{
			padding:00px 05px; 
			}

input	{
		font-family: Helvetica Nueue, Arial, Helvetica, Sans-serif;
		font-size:  11px;
		line-height: 14px;
		}

textarea	{
			font-family: Helvetica Nueue, Arial, Helvetica, Sans-serif;
			font-size: 11px;
			line-height: 14px;
			}


/* LAYOUT */
#header {
		width:760px;
		margin:auto;
		}

.secondary-menu {
		height:20px;
		}
	#header .secondary-menu {
			text-align:right;
			}
	#footer .secondary-menu {
			text-align:left;
			}
						
.secondary-menu a {
		font-size: 12px;
		line-height: 18px;
		padding:5px;
		color: #666;
		text-decoration: none;
		}
		
#main-content {
		width:760px;
		margin:auto;
		padding:5px;
		}

#footer {
		width:760px;
		margin:auto;
		margin-top:15px;
		padding-top:5px;
		border-top:1px solid #CCC;	
		}
		
			

/* Definitions */

.mainmenu	{
			font-size: 12px;
			color: #999999;
			text-decoration: none;
			}

a.mainmenu:link	{
				color: #e8e8e8;
				text-decoration: none;
				}

a.mainmenu:visited	{
					color: #e8e8e8;
					text-decoration: none;
					}

a.mainmenu:active	{
					color: white;
					text-decoration: none;
					}

a.mainmenu:hover	{
					color: white;
					text-decoration: underline;
					}

.section	{
			}

.download	{
			color: #666666; 
			font-size: 11px;
			letter-spacing: 1px;
			}

.dlcaps		{
			color: #666666; 
			font-size: 11px;
			text-transform: capitalize;
			text-align: center;
			}

.caps	{
		color: #50525f;
		font-size: 11px;
		letter-spacing: 1px; 
		text-transform: uppercase;
		}
		
.capsBlack {
		color: #000000;
		font-size: 11px;
		letter-spacing: 1px; 
		text-transform: uppercase;
		}		

.boldcaps	{
			font-weight: bold; 
			font-size: 11px;
			letter-spacing: 1px; 
			text-transform: uppercase;
			color: #663333;
			}

.date	{
		font-size: 11px;
		}
	
td.date A:link	{
				color: #50525f;
				}		

.footerNote	{
			color: #77797c;
			font-size: 12px;
			}

td.footerNote A:link	{
						color: #445577;
						text-decoration: none;
						}

td.footerNote A:visited	{
						color: #77797c;
						text-decoration: none;
						}

td.footerNote A:hover	{
						color: #cc3300;
						text-decoration: underline;
						}

.button	{
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #50525f;
		}

.news	{
		font-size: 11px;
		line-height: 14px;
		}

.module	{
		font-size: 11px;
		line-height: 14px;
		background-color: #DEDFE2; 
		text-align: center;
		}
		
.module p	{
			background-color: #DEDFE2;
			text-align: center;
			}		

.resources	{
			font-size: 11px;
			}

.resourcesNobg	{
				background-image: url(http://icl.cs.utk.edu/images/trans.gif)
				}

td.resources 	{
				font-size: 11px;
				}


.homelink	{
			cursor: w-resize;
			}

.navBar	{
		font-size: 11px;
		color: #999999;
		text-decoration: none
		}

a.navBar	{	
			color: white;
			}

.table250 	{
			background-image: url(http://icl.cs.utk.edu/newimages/tablebg250.jpg);
			}

.headline 	{
			font-size: large;
			font-weight: bold;
			color: #999999;
			}

ul 	{
	font-size: 14px;
	line-height: 20px;
	}
	
.pp {

	}

.heading3	{
			font-size: 14px;
			line-height: 16px; 
			color: #000; 
			padding:0px 0px 5px 0px;
			font-weight:bold;
			border-bottom:0px solid #888;
			text-align:center;
			}
			
.heading2	{
			color: #556677; 
			padding:05px 10px 5px 10px;
			border-bottom:1px solid #888;
			}

.heading2 a	{
			color: #004466;
			font-weight: normal;
			}

.heading 	{
/*
			font-size:18px;
			line-height: 14px;
			color: #004466;
			letter-spacing:-1px;
			padding:5px 5px 5px 5px;
			border-bottom:0px solid #888;
*/
			}
			
.secondary 	{
			font-size: 11px;
			color: #445577;
			}

.peopleDivision	{
				text-transform: uppercase;
				color: #000000;
				font-weight: normal;
				letter-spacing: 1px;
				text-decoration: none;
				background-color: #e8e8e8;
				width: 180px;
				}

.siteIndex 	{
			font-size: 14px;
			letter-spacing: -1px;
			line-height: 28px;
			}

.siteIndexheading	{
					font-size: 12px;
					line-height: 20px;
					text-transform: uppercase;
					color: #000000;
					font-weight: normal;
					letter-spacing: -1px;
					text-decoration: none;
					background-color: #e8e8e8;
					width: 220px;
					}

img.ala	{
		background: transparent;
		margin-right: 0px;
		}

a.ala	{
		background: #667788;
		}

a.ala:hover	{
			background: #e8e8e8;
			}

img.dla	{
		background: transparent;
		margin-right: 0px;
		}

a.dla	{
		background: #FFFFFF;
		}

a.dla:hover	{
			background: #e8e8e8;
			}

img.logo	{
			background: transparent;
			margin-right: 0px;
			}

a.logo	{
		background: #FFFFFF;
		}

a.logo:hover	{
				background: #FFFFFF;
				}


.boxed 	{
		margin: 10px 0px 10px 0px;
		padding: 5px 5px 7px 5px;
		background-color: #eeeedd;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		font-size: 12px;
		line-height: 14px;
		color:#333;
		}

.searchbar	{
			font-size: 11px;
			line-height: 20px;
			font-weight: normal;
			text-transform: uppercase;
			}
			
.searchbarsmall	{
				font-size: 10px;
				line-height: 15px;
				}
				
.searchstring	{
				font-size: 14px;
				line-height: 20px;
				font-weight: bold;
				color: #FFFFFF;
				}
				
/* Definitions v2 */

.Title		{
			font-size: 14px;
			letter-spacing: -1px;
			line-height: 20px;
			text-align:center;
			padding: 10px 5px;
			text-transform:uppercase;
			border-bottom: 0px solid #666;								
			}

.FeaturedTitle		{
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 2px;
			line-height:14px;
			text-align:center;
			padding: 00px 00px;
			text-transform:uppercase;								
			}			
			
.Content	{
/*			padding: 10px 5px;	
*/			}

.NewsTitle	{
			font-size: 11px;
			letter-spacing: 1px;
			line-height: 20px;
			border-bottom: 0px solid #666;
			text-align:left;
			text-transform:uppercase;	
			}			

.NewsMore	{
			font-size: 11px;
			letter-spacing: 0px;
			line-height: 20px;
			text-align:right;
			padding: 0px 10px;
			}	
			
.NewsEntry	{
				font-size: 11px;
				letter-spacing: 0px;
				line-height: 14px;
				text-align:left;
				background-image:url(http://icl.cs.utk.edu/images/gradientbg1.gif);
				background-repeat:repeat-x;
				padding: 10px 10px;
				border-top: 1px solid #e8e8e8;						
				border-right: 1px solid #e8e8e8;
				border-left: 1px solid #e8e8e8;						
				border-bottom: 1px solid #e8e8e8;
				}
				
.Featured	{
			background-color:#F7F6F0; 
			box-shadow: inset 0px 0px 7px rgba(235,233,222, 1); 
			-moz-box-shadow: inset 0px 0px 7px rgba(235,233,222, 1); 
		   	-webkit-box-shadow: inset 0px 0px 7px rgba(235,233,222, 1);
		   	-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:1px solid #EBE9DE;
			padding:20px;
				}																

				.Featured.graphic {
					background-color:#FFF; 
				}
			
div#Intro		{
				padding: 0px 0px 0px 0px;
				margin: 00px 00px 00px 00px;
				}
				
div#Intro secondary		{
				background:#e8e8e8;
				border-top: 1px solid #333;						
				border-right: 0px solid #333;
				border-left: 0px solid #333;						
				border-bottom: 0px solid #333;	
				}				
					
div#FeaturedContent	{
					}

div#PosterBox	{
				font-size: 11px;
				letter-spacing: 0px;
				line-height: 14px;
				float:right;
				background:#FFF;
				text-align:center;
				padding: 10px 10px 00px 00px;
				margin: 10px 10px 10px 10px;
				border-top: 0px solid #e8e8e8;						
				border-right: 0px solid #e8e8e8;
				border-left: 0px solid #e8e8e8;						
				border-bottom: 0px solid #e8e8e8;
				width:65px;
				}
			
.BoxMore	{
			font-size: 11px;
			letter-spacing: 0px;
			line-height: 20px;
			text-align:right;
			padding: 0px 10px;
			}	
			
.Box	{
		font-size: 11px;
		letter-spacing: 0px;
		line-height: 14px;
		text-align:left;
		background-image:url(http://icl.cs.utk.edu/images/gradientbg1.gif);
		background-repeat:repeat-x;
		padding: 10px 10px;
		border-top: 1px solid #e8e8e8;						
		border-right: 1px solid #e8e8e8;
		border-left: 1px solid #e8e8e8;						
		border-bottom: 1px solid #e8e8e8;
		}
		
.BoxTitle	{
			font-size: 11px;
			letter-spacing: 1px;
			line-height: 20px;
			border-bottom: 0px solid #666;
			text-align:left;
			text-transform:uppercase;	
			}	
			
.HeadingUnderline	{
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 2px;
			line-height:14px;
			text-align:center;
			margin: 10px 00px;
			padding: 00px 00px;
			text-transform:uppercase;
			border-bottom: 0px solid #666;				
			}	
					
.poster_details	{
			font-size: 11px;
			line-height:14px;
			margin: 0px;
			padding: 05px;
			}												
			
.caption {
	font-size: 11px;
	text-transform: none;
	color: gray;
	}

#ProjectsDirectory	.ProjectsBox a {
			line-height:30px;
			padding-left:10px;
			display:block;
			float:left;
			width:235px;
			border-top:1px solid #FFF;
			border-bottom:1px solid #EEE;
			}
			
#ProjectsDirectory	.ProjectsBox {
			background-image:url("/images/box_gradient.png");
			background-repeat: no-repeat;
			background-position: bottom right;
			display:block;
			float:left;
			width:245;
			margin:3px;	
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			box-shadow: inset 0 0 5px #AAA;
			-moz-box-shadow: inset 0 0 5px #AAA;
			-webkit-box-shadow: inset 0 0 5px #AAA;
			}

#ProjectsDirectory	.ProjectHeading		{
			padding-left:10px;
			font-size: 13px;
			font-weight:bold;
			letter-spacing: 0px;
			line-height:30px;
			text-align:left;
			width:235px;
			display:block;
			float:left;
			clear:both;
			background-color:#333;
			color:#EEE;
			text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
			-webkit-border-top-left-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			 box-shadow: inset 0 0 5px #222;
			-webkit-box-shadow: inset 0 0 5px #222;
			}

#OtherProjects {
	background-image:url("/images/box_gradient.png");
	background-repeat: no-repeat;
	background-position: bottom right;
			padding:10px;
			margin-top:15px;
			width:730px;
			display:block;
			float:left;
			background-color:#FFF;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			box-shadow: inset 0 0 5px #AAA;
			-moz-box-shadow: inset 0 0 5px #AAA;
			-webkit-box-shadow: inset 0 0 5px #AAA;
			}	
					
#OtherProjects	a {
			font-size: 11px;
			line-height:25px;
			margin-left:0px;
			display:block;
			float:left;
			margin-bottom:5px;
			width:120px;
			text-align:center;
			}

#OtherProjects	.ProjectHeading		{
			font-size: 12px;
			font-weight:bold;
			letter-spacing: 0px;
			line-height:25px;
			text-align:left;
			width:100%;
			display:block;
			float:left;
			clear:both;
			color:#666;
			text-shadow: 0 -1px 1px rgba(205,205,205,0.5);
			}						