﻿.lbl_notify_freight_error {margin-top:5px;padding-left:5px;border:2px solid red;font-size:1.0em;font-weight:bold;}
.lbl_notify_freight_error_OR{margin-left:10px;margin-bottom:10px;width:50%;padding-left:5px;border:2px double blue;font-size:1.1em;font-weight:bold;}
.lbl_notify_freight_error_OR_Bottom{width:99%;padding-left:5px;border:2px double blue;font-size:1.1em;font-weight:bold;}
.orderHistoryMessage{font-size:1.2em;font-weight:bold;}
.deliveryPanel_alignLeft{float:left;width:80%;}
.deliveryPanel_alignRight{float:right;width:10%;}
.pnlTaxExempt {clear:both;}
.pnlTaxExempt_alignLeft{float:left; width:70%;}
.pnlTaxExempt_alignRight{float:right; width:30%; text-align: left;}
.pnlTaxExempt_alignFull{float:right; width:100%; text-align: left;}
.orderReviewBoxes{float:left;width:47%;margin-left:12px;}
.restrictedPanel{margin-left:12px; width: 96%; margin-bottom: 10px;}
.orderReviewBoxes_onethird{
    float:left;width:31%;margin-left:12px;
}

* html .orderReviewBoxes_onethird { width:30.5%; } 

.orderReviewBoxes_onethird div ul, .orderReviewBoxes div ul{
    padding-left: 10px;
    padding-top: 4px;
}

.orderHeader{float:left;width:94%;margin-left:12px;}


/*Add to cart button on a product page*/
.hlAddtoCart{
    background: transparent url(/images/css/lse_cart_button_u.jpg) no-repeat;
}

.grayButton{
    background: transparent url(/images/css/lse_graybutton.jpg) no-repeat top left;
    width:130px;
    height:25px;
    color:White;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight:bold;
    font-size:9pt;
    cursor: pointer;
}
.grayButton:hover{
    background: transparent url(/images/css/lse_graybutton_d.jpg) no-repeat top left;
}

.redButton{
    background: transparent url(/images/css/lse_redbutton.jpg) no-repeat top left;
    width:130px;
    height:25px;
    color:White;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight:bold;
    font-size:9pt;
    cursor: pointer;
}
.redButton:hover{
    background: transparent url(/images/css/lse_redbutton_d.jpg) no-repeat top left;
}
.keycodeButton{
    background: transparent url(/images/css/lse_keycodeButton.jpg) no-repeat top left;
    width:140px;
    height:20px;
    color:White;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight:bold;
    font-size:9pt;
    cursor: pointer;
}
.keycodeButton:hover{
    background: transparent url(/images/css/lse_keycodeButton_d.jpg) no-repeat top left;
}

/*Sign Up Button on the sign in popup on master pages */
.btnSignin_popup{
    text-align:center;
    height: 30px;
    margin-left: 70px;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/edp_signin_button.jpg) no-repeat top left;
    /*background: transparent url(/images/css/btnSignIn.gif) no-repeat top left;*/
    cursor: pointer;
    cursor: hand;
}


/*Continue Shopping Button on the basket - basketItemDisplay.ascx */
.btnContinueShopping {
    width: 156px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnContShopping.gif) no-repeat top left;
    cursor: pointer;
    float:left;
}

/*Checkout Button on the basket - basketItemDisplay.ascx */
.btnCheckout {
    width: 125px;
    height: 30px;
    padding: 0;
    margin:0px 0px 0px 0px;
    border: 0;
    background: transparent url(/images/css/btnCheckOut.gif) no-repeat top left;
    cursor: pointer;
}
.btnContinue {
    width: 104px;
    height: 30px;
    background: transparent url(/images/css/btnContinue.gif) no-repeat top left;
    cursor: pointer;
}

.btnPrintPO {
    width: 100px;
    height: 30px;
    padding: 0;
    margin:0px 20px 0px 0px;
    border: 0;
    background: transparent url(/images/css/btnPrintPO.gif) no-repeat top left;
    cursor: pointer;
}
/* Checkout Button at the base of the basket - basketItemDisplay.ascx */
.btnCheckoutBase {
	float:right;
    width: 137px;
    height: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/checkoutBase.gif) no-repeat top left;
    cursor: pointer;
}

/*Update quantities Button on the basket - basketItemDisplay.ascx */
.btnUpdateQty {
	float:right;
    width: 137px;
    height: 49px;
    margin: 0px 30px 0px 0px;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnUpdateQty.jpg) no-repeat top left;
    cursor: pointer;
}

/*Update Keycode Button on the basket - basketItemDisplay.ascx */
.btnKeycode {
    width: 127px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnApply.gif) no-repeat top left;
    cursor: pointer;
}

/*Place Order Button on the Order Review - orderreview.ascx */ /*JLW Change to place order button width*/
.btnPlaceOrder {
    width: 150px;
    height: 55px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: transparent url(/images/css/btnPlaceOrder.gif) no-repeat top left;
    cursor: pointer;
}



/*Continue Button on the Order Information - orderinformation.ascx */
.btnOrdInfoContinue {
    width: 104px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnContinue.gif) no-repeat top left;
    cursor: pointer;
}
/*My Account Button on the Order Information page - orderinformation.ascx */
.btnOrdInfoMyAccount {
    width: 100px;
    height: 55px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnSubmit.gif) no-repeat top left;
    cursor: pointer;
}
/*Sign Button on the sign in page - signin.ascx */
.btnSignin{
    width:90px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/edp_signin_button.jpg) no-repeat top left;
    /*background: transparent url(/images/css/btnSignIn.gif) no-repeat top left;*/
    cursor: pointer;
}

/*Sign Button on the sign in page - signin_guest.ascx */
.btnSigninGuest {
    width: 104px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnContinue.gif) no-repeat top left;
    cursor: pointer;
}

/*Register Button on the Sign in page - register.ascx */
.btnRegister {
    width: 104px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnContinue.gif) no-repeat top left;
    cursor: pointer;
}

/*Submit Button on the Create Account page - createaccount.ascx */
.btnCreateAccount {
    width: 104px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/create_account_submit_button.jpg) no-repeat top left;
    cursor: pointer;
}

/*Forgot Password Button on the forgot password page - forgotpassword.ascx */
.btnForgotPassword {
    width: 134px;
    height: 30px;
    margin-left: 30px;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/submit_button.jpg) no-repeat top left;
    cursor: pointer;
}

/*Reset Button on the Forgot Password page - forgotpassword.ascx */
.btnReset{
    width: 90px;
    height: 30px;
    margin-left: 20px;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnReset.gif) no-repeat top left;
    cursor: pointer;
}

/*Save Button on the account page - account.ascx */
.btnSaveAccount {
    width: 120px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnSubmit.gif) no-repeat top left;
    cursor: pointer;
}

/*Save Button on the account page - account.ascx */
.btnUpdatePassword {
    width: 120px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnSubmit.gif) no-repeat top left;
    cursor: pointer;
}

/*Update Button on the Customer Information page - orderinformation.ascx */
.btnUpdCustomerInformation {
    width: 120px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnSubmit.gif) no-repeat top left;
    cursor: pointer;
}

/*Add Items Button on the Basket page - bskt_ExpressOrder.ascx */
.btnExpAddItems {
    width: 120px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnSubmit.gif) no-repeat top left;
    cursor: pointer;
}

/*Add Items Button on the Bulk Order page - express_order.ascx */
.btnBOAddItems {
    width: 101px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/addtocart.gif) no-repeat top left;
    cursor: pointer;
}

/*Cancel Items Button on the Bulk Order page - express_order.ascx */
.btnBOCnclItems {
    width: 85px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnCancel.gif) no-repeat top left;
    cursor: pointer;
}

/*Cancel Items Button on the Bulk Order page - express_order.ascx */
.lbLinkRemove {
    width: 104px;
    height: 55px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/images/css/btnSubmit.gif) no-repeat top left;
    cursor: pointer; /* IE 5.x */
    /*text-indent: -1000em;
    vertical-align: middle; */
}

/*Cart Styles*/
/* Buttons at the top and bottom of the cart on bskt_ExpressOrder.ascx */
.cart_buttons1
{
    float:right;
    background-color:white;
    font-size: 9pt;
}

/*JLW update*/
.text3{font-family: arial;font-size: 20px; color:#b61819;}
.text6{font-family: Helvetica, Arial, sans-serif;font-size: 16px;color: #DAA520;font-weight: bold;}

/* Controls the look of the address panels on orderinformation.ascx, orderreview.ascx, and orderconfirmation.ascx */
fieldset ol{
    padding-left: .8em;
    margin-left: .8em;
    list-style: none;
    height: 100%;
    margin-top: 0px;
}
fieldset ol li{
    float: left;
    clear: left;
    width: 100%;
    margin-left: 0em;
    padding-bottom: .4em;
}

fieldset em {  
    color: Red;
    font-size:.80em;
}

fieldset legend {
    font-size: 1.3em;
    text-align: left;
    margin: 4px;
    margin-top: 0px;
    padding: 5px;
    padding-bottom: 0px;
    color: Black;
    
    position: relative;  
    left: -10px;  
    top: -20px; 
}

fieldset {
    display: block;
    text-align: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    background-color: #f2f2e8;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    border: 1px solid #f2f2e8;
}

#addressboxes fieldset{
    height: 15em;
}

.pushDown{
    padding: 0px;
    margin:0px;
    margin-top: 15px;
}

fieldset label{
    float: left;
    width: 8em;
}

.wider{
    width: 9em;
}

fieldset input, fieldset select{
    font-size: .95em;
}

fieldset input{
    width: 175px;
}

fieldset .removeFormating{
    margin-left: .9em;
}
fieldset .removeFormating label, fieldset .removeFormating input{
    float: none;
    width: auto;
    padding: 1px;
    margin: 1px;
}
/* End of panel control on orderinformation.ascx, orderreview.ascx, and orderconfirmation.ascx */

/*JLW - Order Information Columns*/
#OI_leftcol, #OI_rightcol{
    width: 15%;
    float: left;
    padding-left: 0px;
    background-color: #FFFFFF;
}


#leftcol, #rightcol{
    width: 48%;
    float: left;
    padding-left: 0px;
    background-color: #FFFFFF;
}

.leftcol, .rightcol{
    width: 48%;
    float: left;
    padding-left: 0px;
    background-color: #FFFFFF;
}

.col1, .col2, .col3{
	width: 33%;
	float: left;
}

.col1_two, .col2_two{
	width: 49%;
	float: left;
	padding-left: 5px;
}

h4 strong{
    font-size: 1.6em;
}

.submit label, .submit input{
    float: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}
.submit{
    padding: 0px;
    padding-left: 2em; 
    width: 90%;
}

.buttonRow{
    padding:0px;
    margin: 0px;
    font-size: 1.1em;
}

.checkoutNote{
    margin-right: 20px;
    margin-left: 20px;
    padding: 5px;
}

.checkoutError{
    background-color: #ffffd5;
    border: solid 1px #dd9988;
    margin-right: 20px;
    margin-left: 20px;
    padding: 5px;
}

.checkoutError h3{
    padding: 0px;
    padding-bottom: 6px;
    margin: 0px;
    font-size: 1.4em;
    color: #990000;
}
.checkoutError h4{
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 1.1em;
    color: #990000;
}
.checkoutError strong{
    color: #990000;
    font-weight: normal;
}

.formError, .error{
    color: Red;
}

.addressTable tr td{
    vertical-align:top;
    text-align: left;
    border: solid 1px gray;
    margin: 5px;
}

.pushaddress{
    padding-left: 40px;
    display: block;
}

.badAddrElement{
    border: solid 1px red;
    padding-left: 3px;
    padding-right:3px;
    font-weight: bold;
}

.apofpo_secion{ 
    background-color:Silver;
}

.reviewItemDisplay{
    text-align: right;
    width: 96%;
    padding-left: 12px;
}

.reviewItemDisplay table{
    width: 100%;
}
    
.editLink{
    float: right;
    margin-top: -19px;
    font-weight: bold;
}

.removeLink{
    float: right;
    margin-top: 0px;
    font-weight: bold;
}

.editLink:link, .editLink:visited{
    color: Blue;
    text-decoration: underline;
}

.tableWhole td, .tableWhole th {
	padding: 3px;
}

.tableWhole {
    font-size: 11px;
    text-align: center;
    border-top: 2px solid #666;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 2px solid #666;
    background-color: #FFFFFF;
    width: 100%;
    margin-top:8px;
    float:left;
}
.tableWhole input {
	font-size:11px;
	width:10px;
	text-align:center;
}

.tableHeader th {
	font-weight:bold;
	background-color:#CAC4B4; 
}

.tableWhole .tableRow,.tableWhole .tableRow td {
  background-color:#FFFFFF;
  border-top: 1px solid #666666 !important;
  border-bottom: 1px solid #666666 !important;
}
.tableRow td,.tableAlt td {
  border-top:none !important;
  border-bottom:none !important;
}

.tableWhole .tableAlt,.tableWhole .tableAlt td {
  background: #f2f2f2;
}

.expressorderbox {
    padding: 1px 5px 4px 5px;
	margin:10px 0px 15px 0px;
	border-top:2px solid #666;
	border-bottom:1px solid #666;
	background-color:#FFFFCC;
}
.expressorderbox td, .expressorderbox input {
	font-size:11px;
}
.cartBase {
	margin:8px 0px 15px 0px;
	font-size: 9pt;
}
.divKeycode {
	width:300px;
	float:left;
	padding:0px 3px 3px 3px;
}
.divKeycode input {
	font-size:11px;
}

.keycodeLabel{font-size:14px;}

.keyCodeInfoKey 
{
	float: right;
	width: 90px;
	height: 44px;
    background: transparent url(/images/css/imgKeycode.gif) no-repeat top left;
}
.divUpdate {
	width:420px;
	float:left;
}
/* for Internet Explorer */
/*\*/
* html #cart_content {
height: 400px;
}
/**/

.MCF_signinColheader{
	font-size: 1.4em;
    margin-left: 95px;}
    
.why_reg_link{float: right;margin-top: -15px; }

.messageSuccess {
    /*border: 1px solid #339933;*/
    border: 1px solid black;
    font-weight: bold;
    /*color: #006600;*/
    padding: 5px;
    margin-bottom: 5px;
}
.rmdHdr {
	font-size:14px; font-weight:bold; background:url(/images/css/rmdHdr.gif) no-repeat top left; 
	width:592px;
	height:30px;
	letter-spacing:2px;
	padding-left: 20px;
	line-height:22px
}
.rmdPrds {
	width:580px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding-left:5px;
	padding-right:5px;
}
.rmdFtr {
	background:url(/images/css/techbase.gif) no-repeat top left; height:10px;
	width:592px;
}

.midSignIn {
    margin:0px; padding:0px;
    width:320px;
    border-left:1px dotted #CCC;
    border-right:1px dotted #CCC;
    float:left;
}
.signInPanel  {
    float:left;
    width:320px;
    font-size:11px;
    padding-left:0px;
    padding-right:0px;
}
.signInPanel h1  {
    width:100%;
    font-size:12px;
    font-weight:bold;
    background-color:#EEEEEE;
    padding:4px 0px 4px 6px;
}
.signInPanel p  {
    width:100%;
    font-size:10px;
    font-weight:normal;
    text-align:center;
}
.signInPanel div {
    margin:6px 0px 8px 14px;
    font-weight:bold;
}
.signInPanel td {
    font-weight:normal;
    padding:0px;
    margin:0px;
}
.signInPanel select  {
    font-size:11px;
}
em { font-weight:bold; color:Red }

.checkoutNavigation { text-align:center; width:715px }

.checkoutNavigation img {
    border:0px;
}

.align_left{text-align:left;}

/*JLW restricted message*/
.restricted{color:red;font-weight:bold;}
/*#restricted_message{background-color:#D3D3D3;color:red;font-weight:bold;}
#reg_restrict_box{border: medium solid red;padding:5px;}*/
.removerestricted, .removerestricted:link, .removerestricted:visited{color:white;font-weight:bold;text-decoration:underline;}

/*RJB Status Display Box*/
.helpBox { 
	position:absolute;
	min-width:100px;
	max-width:300px;
	padding:6px 12px 6px 12px;
	border:1px solid #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffcd;
}

.clear { 
	clear: both;
}


#ccdivs div{
    margin-bottom: 10px;
}

#ccdivs ol{
    margin-top: 10px;
    padding-left: 20px;
}
#ccdivs .removeFormating {
    margin-left: -2px;
    font-weight: bold;
}

.selectedPayment
{
    border: 1px solid #A79F8D; /*background-color: #CCFFCC;*/
    background-color: #E6DED9;
}

.paymentMouseover
{
    /*background-color: #99FF99;*/
    background-color: #D9CFC6;
    cursor: pointer;
}

.pad_left_review_boxes{
    padding-top: 24px;
    padding-left: 10px;
}

fieldset.errorMsgBox, .errorMsgBox
{
    background-position: 3px center;
    border: 1px solid #510000;
    background-color: #C21515;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFFFFF;
    background-image: url('/images/error_message_box.jpg');
    background-repeat: no-repeat;
    padding-bottom: 0px;
}

#ccdivs #paymentError{

}

fieldset.errorMsgBox div, .errorMsgBox div{
    margin-top: 2px;
    padding-left: 30px;
}

#ccdivs fieldset.errorMsgBox ol{
    margin-top: 2px;
    padding-left: 20px;
}

.errorMsgBox input {
    margin-right: 3px;
    margin-top: 5px;
}

.errorMsgBox .padErrorMsgBox{
    padding-top: 5px;
    padding-bottom: 5px;
}


select.errorTextBox, input.errorTextBox
{
    /*border: 2px solid #FF6666;*/
    background-color: #F9FAC1;
}

.hidden {
    visibility: hidden;
    display: none;
}
.show {
    display: inherit;
    visibility: inherit;
}

.pad_left_cc_numer{
    padding-left: 20px;
}

.processing_box
{
    border: 2px solid #C21515;
    background: white;
    text-align: left;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	min-width:100px;
	max-width:300px;
	padding:6px 12px 6px 12px;
	border:1px solid #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffcd;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 12px; }

/* YesMail Additions - Robert Hoenig 7/24/2009 */
#leftNavSignIn {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    height: 135px;
    background: url(/images/edupress/edp_welcome_pod2.jpg) no-repeat;
}

.newsletterlist label, .newsletterlist input{
    float: none;
    width: auto;
    padding-left: 3px;
    margin: 0px;
}

.newsletterlist{
    padding: 0px;
    padding-left: 1.1em;     
    padding-top: .3em;
    padding-bottom: .3em;
}

.plain {
    padding: .1em;
    margin-left: .1em;
    background-image:none;
    background-color:#FFFFFF;
    border: none;
}

.emailSubscriptionGRP {
    background-image: url('/images/edupress/email_pod.jpg');
    background-repeat: no-repeat;
    height: 102px;
    width: 248px;
}

.emailSubscriptionHdr {
    padding-left: 10px;
    padding-top: 5px;
    color: #b40f13;
    font-size: 21px;
}

.emailSubscriptionBdy {
    padding-top: 25px;
    padding-left: 2px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.emailSubscriptionTxtBox {
    padding-left: 2px;
    padding-top: 5px;
    float: left;
}

.emailSubscriptionSubmitBtn {
    padding-left: 2px;
    padding-top: 5px;
    padding-right: 3px;
    float: left;
}

.emailSubscriptionFrm {
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 3px;
    float: left;
}

.emailSubscriptionsLnk {
    font-size:11px;
    font-weight: bold;
    padding-top: 2px;
}

.floatRight {
    float: Right;
}

.floatLeft {
    float: left;
}

#itemTabs_email
{
    display: block;
    float: left;
    width: 693px;
    height: 152px; 
    padding-left: 8px;
}

#itemTabs_email .shadetabs_email{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 4px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#itemTabs_email .shadetabs_email li{
    display: inline;
    margin: 0;
}

#itemTabs_email .shadetabs_email li a{
    text-decoration: none;
    text-align: center;
    padding: 7px;
    color: #FFFFFF;
    background: url(/images/edupress/edp_nonactive_tab.jpg) no-repeat;   
    /*background: #BB0D0E;*/
    font-weight: normal;
}

#itemTabs_email .shadetabs_email li a:visited{
}

#itemTabs_email .shadetabs_email li a:hover{
    text-decoration: none;
    color: #000;
}

#itemTabs_email .shadetabs_email li.selected{
    position: relative;
    top: -3px;
}

#itemTabs_email .shadetabs_email li.selected a{ /*selected main tab style */
    border-bottom-color: #F1EFEA;
    background: url(/images/edupress/edp_active_tab.jpg) no-repeat;   
    /*background: #F1EFEA;*/
    color: #b6081c; 
    font-weight: bold;
}

#itemTabs_email .shadetabs_email li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
    color: #b6081c;
}

#itemTabs_email .tabcontentstyle_email{ /*style of tab content container*/
    border: 1px solid #ffd800;
    padding: 8px;
    width: 672px;
    height: 200px;
    display: block;
    background: #ffffbd;
    overflow: auto; /* add scroll bars as required */
}

#itemTabs_email .tabcontentstyle_email ul{
    list-style-type: disc;
    list-style-position: inside;
}            

#itemTabs_email .tabcontent_email{
    display:none;
    height: 152px;
}

.emailPopupHR {
    color: #F1EFEA;
    width: 100%
}

.emailPopupHRClose {
    text-align: right;

}

#bgPu{ display:none; position:fixed; _position:absolute; /*hack for internet explorer 6*/
    top:0; left:0; border:0; z-index:1; }

#puDiv{ display:none; position:absolute; top:0; left:0; padding:0; width:580px; font-size:13px; z-index:600; }
#puCnt { padding:0; }
#puDiv .puR1 td, #puDiv .puR3 td { background-image:url('/images/facebox/tl.png'); background-repeat:no-repeat; font-size:1px; width:12px; height:12px }
#puDiv .puR1 .c2, #puDiv .puR3 .c2 { width:552px; background-position:left -40px; background-repeat:repeat-x }
#puDiv .puR1 .c3 { background-position:right top }
#puDiv .puR2 .c1, #puDiv .puR2 .c3 { background-image:url('/images/css/b.png'); background-position:-40px top; background-repeat:repeat-y }
#puDiv .puR2 .c2 { border:1px dotted gray; background-color:white; margin:2px 2px 2px 2px }
#puDiv .puR3 .c1 { background-position:left bottom }
#puDiv .puR3 .c3 { background-position:right bottom }
#puDiv .main { border:1px solid black; font-size:11px; background:#2E3B1A url('/images/facebox/closelabel.gif') no-repeat; padding:12px 12px 6px 12px; text-align:center }
#puDiv .main div { background-color:White }
#puDiv .main #innr { padding:12px; background-color:white }
#puDiv .main #puOuter { margin-bottom:4px }
#puDiv .clBs { color: White; text-decoration:underline }
#puDiv .clBs:hover { text-decoration:none }
#puDiv .main table td { background-color:White; background-image:none; font-size:11px; border-bottom:1px dotted gray; text-align:left }
#puDiv .main table { width:100% }
#puDiv .main .itmAdd td { font-weight:bold; text-align:center; font-size:14px; color:Maroon; margin:5px 0px 5px 0px }
#puDiv .main .hdr td { font-weight:bold; background-color:#EEE; text-align:center }
#puDiv .main .bse td { white-space:nowrap; }
#puDiv .crtBsMsg {font-size:11px; color:Maroon; text-align:center; font-weight:bold; background-color:#FFE8E8}
#puDiv h1 {font-size:14px; color:White; margin:0; padding:0px 2px 2px 40px; height:30px; text-align:left }
#puDiv .noItms { font-style:italic; height:90px;text-align:center }
.puClose { position:absolute; width:140px; height:41px; left:420px; top:15px }

#puDiv .main .puLoad{ background:url('/images/css/movewait.gif') no-repeat; margin:25px 0px 80px 40px; padding:2px 0px 6px 22px; font-size:13; text-align:left }


.forgotpassword_alignRight{text-align:right;width:35%;}
.forgotpassword_alignLeft{text-align:Left;width:30%; padding-left:6px;}

#content_Inter {width:auto;height:auto;display:block;clear:both;background:#ffcc66;padding:2px !important;margin:10px 0px 10px 0px !important;}
	.international_msg_text {display:block;width:auto;height:auto;border: dashed 1px #ffffff;}
		.international_msg_text p {display:block;color:#333333;padding:8px 6px 4px 6px !important;font: 13px/17px Arial, Helvetica, sans-serif;text-align:left;}
		.international_msg_text .int_icon {display:block;width:42px;height:36px;float:left;clear:none;margin:-3px 10px 0px 0px !important;}

