@import url(UserPoolComponent.css);
@import url(ContactFormComponent.css);

.mainContainer
{
	margin-left: 5px !important;
}
.mainCnt
{
	z-index: 10;
	background: 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-top: 3px;
	padding-right: 10px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #D1EEB3;
	border: 0px;
	width:
}
.topLinks a
{
	text-decoration: none;
	color: #CCCCCC;
	padding: 0px 6px;
}
.topLinks a:hover
{
	color: #FFFFFF;
}
.footer
{
	position: relative;
	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: #D1EEB3;
    text-decoration: none;
	font-weight: bold;
}
.cornerImg
{
	background: url(cornerImage.jpg) no-repeat left bottom;
}

/* Tabbed top menu */
.topNavigation
{
	height: 40px;
	margin-bottom: 6px;
	background: url("tabBg.jpg") no-repeat left 4px;
}
.topNavItem1 tr td
{
    float: left;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}
.topNavItem1 tr td a
{
    display: block;
    padding: 14px 15px 8px 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
{
	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: #708FE1;
/*	font-weight: bold; */
	color: #FFFFFF;
	width: 200px;
	white-space: normal;
/* 	border-bottom: 2px #B1A8AB solid; */
	border-top: 2px #143C9B solid;
}
.topNavFlyOutsItem1 a
{
	padding-left: 15px;
	width: 160px;
	background: url(linkBg.jpg) no-repeat left top;
}
.topNavFlyOutsHover1
{
	background-color: #5E81DD;
}
.topNavFlyOutsHover1 a
{
	background: #5E81DD;
}
/* 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;
}
