@import url(UserPoolComponent.css);
@import url(SelfTestComponent.css);


.mainCnt
{
	z-index: 10;
	background: #EEEADF 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: transparent;
}
.topLinks
{
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #48A5B8;
	border: 0px;
	width: 80%;
}
.topLinks a
{
	text-decoration: none;
	color: #48A5B8;
	padding: 0px 6px;
}
.topLinks a:hover
{
	color: #FFFFFF;
}
.footer
{
	position: relative;
	height: 60px;
	font-family: Tahoma;
	font-size: 8pt;
	color: silver;
	background: url(footerBg.jpg) repeat-x left top;
}
.footerPfizer
{
	width: 70px;
	background: url(footerBg.jpg) repeat-x left bottom;
}
.footer span
{
	padding: 15px 30px 0px 30px;
}
.footer a
{
    color: silver;
    text-decoration: none;
	font-weight: bold;
}
.cornerImg
{
	background: url(cornerImage.jpg) no-repeat left bottom;
}

/* Tabbed top menu */
.topNavigation
{
	height: 40px;
	margin-bottom: 22px;
	background: url("tabBg.jpg") no-repeat left bottom;
}
.topNavItem1 tr td
{
    float: left;
    font-family: Tahoma;
    font-size: 9pt;
	font-weight: bold;
}
.topNavItem1 tr td a
{
    display: block;
    padding: 14px 12px 8px 12px;
    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("tabBgHover.jpg") repeat-x left bottom;
}

.topNavFlyOuts1
{
	background-color:#1D7131;
	font-family:Tahoma;
	font-size:8pt;
	margin-top: 8px;
	margin-left: -2px;
}
.topNavFlyOutsItem1
{
	padding: 3px 0px 3px 3px;
	line-height: 14px;
	display: block;
	background-color:#40B8D3;
	color: #FFFFFF;
	width: 170px;
	white-space: normal;
	border-top: 2px #3B7089 solid;
}
.topNavFlyOutsItem1 a
{
	padding-left: 15px;
	width: 160px;
	background: url(linkBg.jpg) no-repeat left center;
}
.topNavFlyOutsHover1
{
	background-color: #59C2D9;
}
.topNavFlyOutsHover1 a
{
	background: #59C2D9;
}
/* Mind popup */
.mind-container
{
	width: 290px;
	position: absolute;
	margin-left: 110px;
}
.mind-header
{
	height: 23px;
	background: url("mindHeader.jpg") no-repeat left bottom;
}
.mind-content
{
	padding: 0px 8px;
	background: url("mindBack.jpg") repeat-y left top;
}
.mind-footer
{
	height: 78px;
	background: url("mindFooter.jpg") no-repeat left top;
}
