/*
// --------------------------------------------------------------------------------------------------------------------
// navstyle.css
// --------------------------------------------------------------------------------------------------------------------
*/
#navcontainer { 
	padding: 0px;
	margin-left: -2000px;
	width: 0px;
	border: 0px;	
	min-height: 5px;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// body.css
// --------------------------------------------------------------------------------------------------------------------
*/



.bea-portal-body-content
{
    display:block;
	width: 1006px;
	text-align:center;
	margin: 0 auto;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// book.css
// --------------------------------------------------------------------------------------------------------------------
*/
.bea-portal-book-primary
{
    padding: 0px;
    margin: auto;
    font-size: small;
    width: 1006px;
    height: 100%;
    height-max: 100%;
}


.bea-portal-book-primary-content
{
    padding: 0px;
    vertical-align: top;
}


.bea-portal-book-content
{
	scrollbar-base-color:#d8d8e5;
}


.bea-portal-book-page
{
    background-color: #ffffff;
    padding: 0px;
    font-size: small;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// layout.css
// --------------------------------------------------------------------------------------------------------------------
*/
.bea-portal-layout-grid
{
	width:100%;
    padding: 0px;
    margin: 0px;
}

.bea-portal-layout, .bea-portal-layout-border, .bea-portal-layout-flow
{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.bea-portal-layout-placeholder-container
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.bea-portal-layout-placeholder-container-west
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.bea-portal-layout-placeholder-container-east
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.bea-portal-layout-placeholder-container-north
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.bea-portal-layout-placeholder
{
    padding: 0px;
    margin: 0px;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// form.css
// --------------------------------------------------------------------------------------------------------------------
*/
form
{
    margin: 0px;
    padding: 0px;
}

input, select, textarea
{
    margin: 2px;
    font-size: small;
}

/*
// --------------------------------------------------------------------------------------------------------------------
// customDropDown.css
// --------------------------------------------------------------------------------------------------------------------
*/
#customDropDown {
	display: block;
	height: 21px;
	width: 208px;
	background-image: url(/bmps.portal_files/bg_dropdown.png);
	background-repeat: no-repeat;
	cursor:pointer;
	position:relative;
}
#customDropDownText {
	display: block;
	height: 21px;
	width: 173px;
	float:left;
	padding-left:6px;
}
#customDropDownButton {
	display: block;
	height: 21px;
	width: 29px;
	float:left;
	cursor:pointer;
}
#customDropDownOptions {
	width:172px;
	position: absolute;
	left: 5px;
	background-color: #FFFFFF;
	top: 22px;
	padding-top: 6px;
	padding-bottom: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	display:none;
}
.customDropDownLine {
	background-image: none;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	margin-bottom: 3px;
	padding-left: 0px;
	padding-right: 2px;
	width: 170px;
	cursor:pointer;
}
.customDropDownLine img {
	float:left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;		
	height: 11px;
	width: 21px;
}
.customDropDownOptionsText {
	float:left;
	display: block;
	height: 20px;
	width: 140px;
	margin-top: 3px;
}
#customDropDownText img {
	float:left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;		
	height: 11px;
	width: 21px;
}
.customDropDownOptionsSelectedText {
	float:left;
	display: block;
	height: 17px;
	width: 140px;
	margin-top: 3px;
}
/*** CSS for custom email newsletter signup box ***/
#nl_inputBoxBack, #nl_inputBoxBackWhite {
	margin-top: 2px;
	margin-right: -2px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(/bmps.portal_files/textBoxBack.png);
	height: 21px;
	width: auto;
	float: left;
	display: block;
	text-align: left;
}
#nl_inputBoxBackWhite {
	background-image: url(/bmps.portal_files/textBoxBackWhite.png);
    height: 25px;
    margin-top: 0px;
    padding-top: 4px;
    padding-left: 4px;
}
#nl_inputBoxButtonLeft, #nl_inputBoxButtonCenter, #nl_inputBoxButtonRight, #nl_inputBoxButtonLeftWhite, #nl_inputBoxButtonRightWhite {
	margin-top: 2px; 
	height: 21px;
	float: left;
	display: block;
}
#nl_inputBoxButtonLeft, #nl_inputBoxButtonRight {
	width: 6px;
}
#nl_inputBoxButtonLeftWhite, #nl_inputBoxButtonRightWhite {
    width: 6px;
    margin-top: 0px;
}

#nl_inputBoxButtonCenter, #nl_inputBoxButtonCenterWhite {
	background-image: url(/bmps.portal_files/textBoxBackCenter.png);
	width: auto;
	padding-top: 4px; 
	background-repeat:repeat-x;
}
#nl_inputBoxButtonCenterWhite {
      background-image: url(/bmps.portal_files/textBoxBackCenterWhite.png);
      height: 22px;
      float: left;
      padding-top: 7px;
}

#nl_inputBoxButtonCenter a, #nl_inputBoxButtonCenterWhite a{
	color: #4c4c4c;
	cursor:pointer;
}
.nl_roundedTextbox, input.nl_roundedTextbox {
	border:0px;
	margin-top: 2px;
	color: #7f7f7f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}