﻿a:link, a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	background-color: #666666;
	color: #D4D0C8;
}
a.aClose:link, a.aClose:visited
{
	color: #D4D0C8;
	text-decoration: none;
}
a.aClose:hover
{
	background-color: #D4D0C8;
	color: #666666;
}
body
{
	background-attachment: fixed;
	background-image: url('../images/background.png');
	font-family: Arial;
	margin-bottom: 0px;
	margin-top: 0px;
}
img
{
	border-style: none;
}
table
{
    border-collapse: collapse;
}
td
{
    vertical-align: top;
}
.tableTable
{
    margin-left: auto;
	margin-right: auto;
}
.tableTable th, .tableTable td
{
    border: solid thin #666666;
    padding: 5px;
    width: 250px;
}
.tdLeft
{
    text-align: left;
}
.tdRight
{
    text-align: right;
}
.divContentTitle, .divLinksTitle
{
    background-color: #666666;
    color: #D4D0C8;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.divContentClose
{
    background-color: #666666;
    color: #D4D0C8;
    font-weight: bold;
    left: 775px;
    padding: 5px;
    position: absolute;
    top: 0px;
    vertical-align: middle;
}
.divContent, .divLinks
{
    border: solid thin #666666;
    color: #666666;
    padding: 5px;
}
#divMain
{
	background-color: #D4D0C8;
	border-bottom: solid thin black;
	border-left: solid thin black;
	border-right: solid thin black;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#divHeader
{
    background-color: white;
	border-bottom: solid thin black;
	text-align: center;
}
#tdContent
{
    width: 840px;
}
#divWelcome
{
    text-align: center;
}
#tdLinks
{
    width: 155px;
}
#divFooter
{
	background-color: white;
	border-top: solid thin black;
	color: #666666;
	padding-bottom: 5px;
	text-align: center;
}

#divTop
{
    background-color: Black;
    display: none;
    height: 395px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    top: 148px;
    width: 1000px;
    z-index: 1;
}
#divIndividualProject,
#divDatabaseGUI
{
    background-color: #D4D0C8;
    display: none;
    left: 50%;
    margin-left: -425px;
    position: absolute;
    top: 158px;
    width: 850px;
    z-index: 2;
}
#divGUI
{
      display: none;
}
.iframeIndividualProject
{
    border-style: none;
    height: 600px;
    width: 800px;
}
.divContentIndividualProject
{
    border: solid thin #666666;
    color: #666666;
    padding: 5px;
    text-align: center;
}
.divIndividualProject
{
    background-color: #D4D0C8;
    border: solid thin #666666;
    color: #666666;
    padding: 5px;
}
