/* Default CSS Stylesheet for a new Web Application project */

.TableLeft
{
	background-image: url(Images/Table/middleleft.gif);
	background-repeat: repeat-y;
}
.TableRight
{
	BACKGROUND-POSITION-X: right;
	background-image: url(Images/Table/middleright.gif);
	background-repeat: repeat-y;
}

.TableTop
{
	font-size: x-small;
	background-image: url(Images/Table/topmiddle.gif);
	color: white;
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: center;
}
.TableBottom
{
	font-size: xx-small;
	background-image: url(Images/Table/bottommiddle.gif);
	color: white;
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: center;
}
.th
{
	font-weight: bold;
	font-size: 67%;
	font-family: arial;
}
.td
{
	font-size: 67%;
	font-family: arial;
}
INPUT
{
	font-size: 100%;
	font-family: arial;
}
SELECT
{
	font-size: 100%;
	font-family: arial;
}

A:hover
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	background-color: #ff3300;
}
A:link
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	color: black;
	border-bottom: navy 1px solid;
	text-decoration: none;
}
A:visited
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	color: black;
	border-bottom: navy 1px solid;
	text-decoration: none;
}
.TopLogo
{
	background-position: right top;
	font-size: 67%;
	background-image: url(Images/MomentumMedicalScheme.png);
	background-repeat: no-repeat;
	font-family: arial;
}
.Heading
{
	font-weight: bold;
	left: 18px;
	top: 0px;
	color: navy;
	font-family: arial;
	position: relative;
}