
/*@charset "utf-8";*/
/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:none;
}

.primaryBG {
	background-color:#336699
}

.secondaryColor {
	background-color:#339999
}
.primaryTXT {
	color:#336699;
}

p {
	padding:0;
	margin:0;
}

a img {
	border:none;
}
h1 {
    font-size:20px;
    letter-spacing:-1px;
    color:#336699;
	text-transform:normal;
	font-weight:bold;
	padding:0;
	margin:0;
	height:auto;
}

h2 {
	font-size:16px;
    letter-spacing:-1px;
    color:#339999;
	text-transform:normal;
	font-weight:bold;
	padding:0;
	margin:0;
	height:auto;
}

/* ************************************************ FORM Elements ************************************************** */


label {
	font-weight:bold;
	color:#666666;
	}
	

textarea {
	border:#cccccc solid 1px;
	font-size:11px;
	padding:4px;
	}
	
textarea:hover	{
	border:#336699 solid 1px;
	}	

textarea:focus {
	border:#336699 solid 1px;
	background-color:#ffffff;
	background-image:url(../images/input_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	}

.formstyle {
	border:#cccccc solid 1px;
	height:17px;
	font-size:12px;
	padding-left:2px;
	}
	
.formstyle:hover	{
	border:#336699 solid 1px;
	}	

.formstyle:focus {
	border:#336699 solid 1px;
	background-color:#ffffff;
	background-image:url(../images/input_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	}

select {
	border:#cccccc solid 1px;
	height:20px;
	font-size:12px;
	padding-left:2px;
}
	

/* *********************************************** MASTER Container ************************************************ */

#main_wrapper {
	width:500px;
	height:250px;
	margin:auto;
	padding:0;
	position:relative;
}



#container_wrapper {
	width:100%;
	height:200px;
	z-index:-100;
	left:0;
	bottom:0;
	position:absolute;
	border:#336699 solid 0px;
}

#container_wrapper1 {
	width:100%;
	height:100%;
	z-index:2;
	left:0;
	top:0;
	position:absolute;
}


.main_wrapper_lg {
	width:500px;
	margin:0px;
	padding:0;
	position:relative;
	top:35px;
}

.container_center {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:20px;
}

/* ********************************** Container - Rounded Corners and Drop Shadow  ********************************** */

.container_TL {
	
	background-image :url(../images/container_rnds/container_TL.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	
}

.container_TT {
	background-image:url(../images/container_rnds/container_TT.png);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
	width:auto;
}

.container_TR {
	background-image:url(../images/container_rnds/container_TR.png);
	background-position:right;
	background-repeat:no-repeat;
	height:20px;
	width:20px;

}

.container_LL {
	background-image:url(../images/container_rnds/container_LL.png);
	background-repeat:repeat-y;
	background-position:left;
	height:100%;
}

.container_RR {
	background-image:url(../images/container_rnds/container_RR.png);
	background-repeat:repeat-y;
	background-position:right;
	height:100%;
}

.container_BL {
	background-image:url(../images/container_rnds/container_BL.png);
	background-position:bottom left;
	background-repeat:no-repeat; 
	height:20px;
	width:20px;
}

.container_BB {
	background-image:url(../images/container_rnds/container_BB.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
	width:auto;
}

.container_BR {
	background-image:url(../images/container_rnds/container_BR.png);
	background-position:bottom right;
	background-repeat:no-repeat; 
	height:20px;
	width:20px;
}

/* *********************************************** TEXT Styles ************************************************ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	text-transform:none;
	line-height:normal;
	color:#000000;
	text-align:left;
}

p {

	font-size:12px;
	font-weight:normal;
	letter-spacing:0px;
	text-transform:none;
	line-height:normal;
	color:#000000;
	text-align:left;
	margin:0;
}

.largeHeading {
	position:absolute;
	top:-38px;
	left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:43px;
	color:#cccccc;
	width:100%;
	border:#ff0000 solid 0px;
	letter-spacing:-2px;
	text-transform:lowercase;
	text-align:left;
}

#heading_popup {
	position:absolute;
	top:22px;
	left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#cccccc;
	width:100%;
	border:#ff0000 solid 0px;
	letter-spacing:-1px;
	text-transform:lowercase;
}

.smallTXT {
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	text-transform:none;
	line-height:normal;
	color:#000000;
	text-align:left;
	margin:0;
	padding:0;
}

.subheading {
	font-size:13px;
	font-weight:normal;
	color:#999999;
}

.LargeLoginTxt
{
	font-size:14px;
	font-weight:bold;
}

/* ********************************* BUTTON Rounded, with Drop Shadow ********************************** */

a.primaryButton {

      font-size:11px;
      color:#FFFFFF;
      text-decoration:none;
      font-weight:bold;
      line-height:26px;
	  background-image:url(../images/button/button_right.png);
      background-repeat: no-repeat;
      background-position:right;
      height:35px;
      padding-right:20px;
      display:inline-block;
  	  background-color:#336699;
	  float:right;
	  
}

a.primaryButtonOFF {
	background-color:#cccccc;
}


a.primaryButton span {
	  background-image:url(../images/button/button_left.png);
      background-repeat: no-repeat;
      background-position:left;
      text-align:left;
      display:block;
      white-space:nowrap;
      padding-left:16px;
      height:35px;
      cursor:pointer;
      cursor:hand;
}
/* *********************************** BUTTON Square, with Drop Shadow *************************************** */



a.primaryButtonSquare {

      font-size:11px;
      color:#FFFFFF;
      text-decoration:none;
      font-weight:bold;
      line-height:23px;
	  background-image:url(../images/squarebutton/button_right.png);
      background-repeat: no-repeat;
      background-position:right;
      height:31px;
      padding-right:17px;
      display:inline-block;
  	  background-color:#336699;
	  float:right;
}

a.primaryButtonSquare:hover {
	background-color:#339999;
}
a.primaryButtonSquareOFF {
  	background-color:#cccccc;
}


a.primaryButtonSquare span {
	  background-image:url(../images/squarebutton/button_left.png);
      background-repeat: no-repeat;
      background-position:left;
      text-align:left;
      display:block;
      white-space:nowrap;
      padding-left:10px;
      height:31px;
	  padding-left:17px;
}

/************************Footer Styles***********************/

.ftrTbHeader
{
	border:#4b7890 1px solid;
	background-color:#047ED8
;color:#FFFFFF;
}

.ftrTblTxt
{
	color:#FFFFFF;font-weight:bold;
}

/* ******************************************* HYPERLINK Styles *********************************************** */

a:link {
	color: #336699;
	text-decoration:underline;
}

a:visited {
	color: #336699;
	text-decoration:underline;
}

a:hover {
	color: #339999;
	text-decoration:underline;
}

a:active {
	color: #336699;
	text-decoration:underline;
}


/* ******************** HORIZONTAL INSIDE Navigation ********************* */

#content_wrapper {
	width:85%;
	overflow:hidden;
	position:absolute;
	z-index:100;
	left:30px;
	margin:auto;
	border:#ff0000 solid 0px;
	top:80px;
	vertical-align:middle;
}
#content_wrapperrecipient {
	width:570px;
	height:auto;
	overflow:hidden;
	position:absolute;
	z-index:3;
	left:41px;
	padding-top:15px;
	margin:auto;
	border:#ff0000 solid 0px;
	top: 48px;
}


	
#details {
	position:absolute;
	top:90px;
	border-left:#cccccc solid 1px;
	height:50%;
	right:30px;
	width:47%;
	vertical-align:middle;
}
#help_icons {
	width:210px;
	position:absolute;
	top:0;
	right:0;
	float:right;
	padding-top:15px;
	margin-right:30px;
	z-index:3;
}
#unlock_wrapper {
    height:350px;
    margin:auto;
    padding:0;
    position:relative;
    width:650px;
}
.unlock_wrapper2
{
    width: 430px;
    height: 245px;
    margin: auto;
    padding: 0;
    position: relative;
}

#unlock_marketing {
	width:220px;
	height:auto;
	position:absolute;
	z-index:100;
	top:50px;
	right:-12px;
	font-size:11px;
}
/* ************************************************ VALIDATION ************************************************** */
	
.error {
	border:#ff0000 solid 1px;
	height:17px;
	font-size:12px;
	padding-left:2px;
	}
	
.error:hover	{
	border:#ff0000 solid 1px;
	}	

.error:focus {
	border:#ff0000 solid 1px;
	background-color:#ffffff;
	background-image:url(../images/input_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	}

.selecterror {
	height:22px;
	border:#ff0000 solid 1px;
}

.errorborder {
	border:#ff0000 solid 1px;
	background-color:#ff0000;
}


/* ******************************************** RECIPIENT POPUP PAGES ************************************************** */


	
#recipient_wrapper {
	width:575px;
	height:250px;
	margin:auto;
	padding:0;
	position:relative;
}

#recipient_wrapper img {
	text-align:center;
	padding:5px;
}

#recipient_container {
	position:relative;
	margin:auto;
	}
/* ********************************** Popup - Rounded Corners and Drop Shadow  ********************************** */


.popUp_info {
	width:400px;
	height:auto;
	z-index:8888;
	margin:auto;
	position:absolute;
	top:75px;
	left:120px;
}

.popUp_info_text {
	height:auto;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0px 0px 15px 0px;
}

.popUp_info_text p {
	font-size:11px;
	line-height:20px;
}

.popUp_TC {
	width:425px;
	height:250px;
	z-index:9999;
	text-align:left;
	margin:auto;
	position:relative;
	padding-top:50px;
}

.popUp_TC_text {
	height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	border:#cccccc solid 1px;
	padding:10px;

}

.popUp_TC_text p {
	font-size:11px;
	line-height:15px;
}

.popUp_TL {
	background-image:url(../images/popup/popup_TL.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	
}

.popUp_TT {
	background-image:url(../images/popup/popup_TT.png);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
	width:auto;
}

.popUp_TR {
	background-image:url(../images/popup/popup_TR.png);
	background-position:right;
	background-repeat:no-repeat;
	height:20px;
	width:20px;

}

.popUp_LL {
	background-image:url(../images/popup/popup_LL.png);
	background-repeat:repeat-y;
	background-position:left;
	height:100%;
}

.popUp_RR {
	background-image:url(../images/popup/popup_RR.png);
	background-repeat:repeat-y;
	background-position:right;
	height:100%;
}

.popUp_BL {
	background-image:url(../images/popup/popup_BL.png);
	background-position:bottom left;
	background-repeat:no-repeat; 
	height:20px;
	width:20px;
}

.popUp_BB {
	background-image:url(../images/popup/popup_BB.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
	width:auto;
}

.popUp_BR {
	background-image:url(../images/popup/popup_BR.png);
	background-position:bottom right;
	background-repeat:no-repeat; 
	height:20px;
	width:20px;
}

.popUp_center {
	text-align:left;
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
}
/* ************************************************ MARKETING Elements ************************************************** */

#marketing {
	width:220px;
	height:auto;
	position:absolute;
	z-index:4;
	top:50px;
	right:-12px;
	font-size:11px;
}


#bp_marketing {
	width:290px;
	height:100px;
	position:absolute;
	z-index:4;
	top:50px;
	right:6px;
	font-size:11px;
}


.smallTXTmkt {
	font-size:10px;
	line-height:12px;
	font-style:italic;
	color:#999999;
	}

.mkt_heading {
	font-size:16px;
    letter-spacing:-1px;
    color:#339999;
	text-transform:none;
	font-weight:bold;
	padding:0;
	margin:0;
	height:auto;
}

.mkt_heading2 {
	font-size:14px;
    letter-spacing:-1px;
    color:#336699;
	font-weight:bold;
	padding:0;
	margin:0;
	height:auto;
}

.mkt_fold_TR {
	height:10px;
	width:20px;
	background-image:url(../images/marketing/fold.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.mkt_fold_TT {
	height:10px;
	width:auto;
}

.mkt_fold_TL {
	height:10px;
	width:20px;

}

.mkt_TL {
	background-image:url(../images/marketing/mkt_TL.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}

.mkt_TT {
	background-image:url(../images/marketing/mkt_TT.png);
	background-position:top;
	background-repeat:repeat-x;
	height:20px;
	width:auto;
}

.mkt_TR {
	background-image:url(../images/marketing/mkt_TR.png);
	background-position:top right;
	background-repeat:no-repeat;
	height:20px;
	width:auto;
}

.mkt_LL {
	background-image:url(../images/marketing/mkt_LL.png);
	background-repeat:repeat-y;
	background-position:left;
	height:100%;
}

.mkt_RR {
	height:100%;
	width:20px;
	background-color:#ffffff;
	background-image:url(../images/marketing/mkt_RR.png);
	background-repeat:repeat-y;
}

.mkt_BL {
	background-image:url(../images/marketing/mkt_BL.png);
	background-position:bottom left;
	background-repeat:no-repeat; 
	height:20px;
	width:20px;
}

.mkt_BB {
	background-image:url(../images/marketing/mkt_BB.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:20px;
	width:auto;
}

.mkt_BR {
	background-image:url(../images/marketing/mkt_BR.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:20px;
	width:auto;
}

.mkt_center {
	text-align:left;
	background-color:#ffffff;
	padding:0px;
	padding-left:5px;
	
}

/*
.HdrSep
{
	border-bottom:#047ED8
 1px solid;
}
*/