@import url(UserPoolComponent.css);
@import url(SelfTestComponent.css);

.mainCnt
{
	z-index: 10;
	background: #F3F1EC url(bodyBg.jpg) repeat-y top left !important;
}
.top
{
	width: 100%;
	background: url(topBg.jpg) repeat-x top left;
}
.logoContainer
{
	width: 300px;
}
.LogoImage
{
	float: left;
}
.serchBox
{

}
.serchBox table tbody tr td
{
	border: 0px;
	background-color: #877B7F;
}
.topLinks
{
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #B1A8AB;
	border: 0px;
	padding-top: 5px;
	width: 80%;
}
.topLinks a
{
	text-decoration: none;
	color: #B1A8AB;
	padding: 0px 6px;
}
.topLinks a:hover
{
	color: #FFFFFF;
}
.footer
{
	height: 60px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #EBE7DE;
	background: url(footerBg.jpg) repeat-x left top;
}
.footerPfizer
{
	width: 70px;
	background: url(PfizerLogo.jpg) no-repeat left bottom;
}
.footer span
{
	padding: 15px 30px 0px 30px;
}
.footer a
{
    color: #EBE7DE;
    text-decoration: none;
	font-weight: bold;
}
.cornerImg
{
	background: url(cornerImage.jpg) no-repeat left bottom;
}

/* Tabbed top menu */
.topNavigation
{
	z-index: 100;
	height: 40px;
	margin-bottom: 6px;
	background: url("tabBg.jpg") no-repeat left 6px;
}
.topNavItem1 tr td
{
    float: left;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}
.topNavItem1 tr td a
{
    display: block;
    padding: 12px 15px 10px 15px;
    color: #EBE7DE;
    text-decoration: none;
    background: url("tabBg.jpg") no-repeat right bottom;
    height: 16px;
}
.topNavSelected1 tr td
{
    font-family: Verdana;
    float: left;
    background: url(tabRightSelected.jpg) no-repeat right top;
}
.topNavSelected1 tr td a
{
    display: block;
    color: #FFF;
	background: url("tabBg.jpg") no-repeat right bottom;
}
.topNavHover1 tr td a
{
    color: #FFFFFF;
    background: url("tabBg.jpg") repeat-x left bottom;
}

.topNavFlyOuts1
{
	margin-top: 7px;
	margin-left: -2px;
	background-color:#877b7f;
	font-family:Tahoma;
	font-size:8pt;
}
.topNavFlyOutsItem1
{
	padding: 2px 0px 2px 3px;
	line-height: 14px;
	display: block;
	background-color:#877b7f;
	font-weight: bold;
	color: #FFFFFF;
	width: 170px;
	white-space: normal;
/* 	border-bottom: 2px #B1A8AB solid; */
	border-top: 2px #B1A8AB solid;
}
.topNavFlyOutsItem1 a
{
	width: 160px;
}
.topNavFlyOutsHover1
{
	background-color:#6e6566;
}


