﻿body
{
}
#wrap
{
	text-align: left;
}
#header
{
	border-bottom: solid 2px black;
	padding-bottom: 5px;
}
#newMember
{
	padding: 10px;
	float: left;
	width: 480px;
}
#oldMember
{
	padding-top: 10px;
	float: right;
	width: 200px;
}
#footer
{
	clear: both;
}

h3
{
	font-family: Tahoma;
	font-size: 13pt;
	color: #7B6F57;
	font-weight: bold;
}
#projUp
{
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#projProps
{
	width: 300px;
	height: 250px;
	background-color: White;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	text-align: center;
}
#selProjectText
{
	text-align: center;
	width: 80%;
}
#connectToProj
{
	text-align: center;
	width: 80%;
}

.login
{
	background-image: url(/images/bg.gif);
	text-align:left;
}

.projListItem
{
	width: 100px;
	height: 150px;
	vertical-align: middle;
	display: inline-block;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	background-color: White;
	float: left;
	margin: 10px;
	cursor: pointer;
	word-wrap: break-word;
	overflow: hidden;
}
#projList
{
	overflow: auto;
	height: 300px;
	width: 520px;
	text-align: center;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	background-color: White;
}