/*	================================
    CSS STYLES FOR FloorWeb Portal 
    v1.0, July-2002
	================================*/ 

/*	================================
	Styles for basic page elements
	================================*/ 

body
{
    background-image:url(images/FloorWebBackground.jpg);
    font-family:Verdana;
}

A 
{
    color:black;
    font-size:small;
}
A:Hover
{
	color: blue;
}  

/*	================================
	FloorWeb-Specific styles
	orig main color: cc9966
	================================*/ 

.BaseTable 
{
    width:95%;
    border-style:ridge;
    background-color: #e7d7c6;
	font-size:small;
}

.PageHeader 
{
    /*background-image:url(images/FloorLogo.gif);*/
	font-size:small;
	border-bottom-width:medium;
	border-bottom-color:Black;
	border-bottom-style:double;
}
.PageFooter 
{
    /*background-image:url(images/FloorLogo.gif);*/
	font-size:small;
	text-align:center;
	border-top-width:medium;
	border-top-color:Black;
	border-top-style:double;
}

.PageLeftMenu
{
    /*background-image:url(images/FloorLogo.gif);*/
	font-size:small;
	text-align:center;
	border-right-width:medium;
	border-right-color:Black;
	border-right-style:double;
}

.TedFloorContent
{
}

.NameFormat
{
 font-size:small;
 font-weight:normal;
 text-align:center;	/* this does not seem to work on a <td> */
}
.SubNameFormat
{
 font-size:smaller;
 font-weight:normal;
 text-align:center;	/* this does not seem to work on a <td> */
}

.SiteFooter
{
	font-family:Arial;
	font-size:xx-small;
	text-align:center;
	width:100%;
	border-width:thin;
	border-top-width:medium;
	border-top-color:Black;
	border-top-style:double;
}

.Address
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	text-align:right; /* this does not seem to work on a <td> */
}

.PopupHover	/* obsolete: if only using OnLoad in attribute, we lose hover of href, add this way. */
{
	cursor:hand;
}

