/*	ML main style sheet - April 2008
	Revision
	Modified
	Modifier
	Copyright 2008, Minglelink, Inc.
*/
/*	RESET ----------------- 
	Use "reset.css". Make sure it's link precedes all other stylesheets. 
	reset.css may break some older styles, so browse the site with different browsers to verify. */

/*	MENU (ml prefix) ----------------- */
.mlmastmenu{
  float: left;
  height:27px;
  padding-top:7px;
  background: url(btn_gray_bg.gif) 0 0 repeat-x;
  padding-left:6px;
  padding-right:6px;
  margin:1px;
  text-align:center;
  z-index: 10;
}
.mlmastmenu2{
  position: relative;
  background: url(btn_red_slice.gif) 0 0 repeat-x;
  padding:3px;
  margin:0px;
  text-align: center;
  z-index: 20;
  height: 35px;
  margin-top: 7px;
}
.mlmenubottom {
  z-index:0;
  position:relative;
  top:29px;
  background:url(bg_navi_bar_2.gif) 0 0 repeat-x;
  clear: left;
}

.mlmastmenu2 a{
  color: white;
  text-decoration:none;
  font-weight:bold;
  font-size:13px;
}
.mlmastmenu a{
  top:5px;
  text-decoration:none;
  font-weight:bold;
  font-size:13px;
}

/*	LAYOUT ------------------ */

/* This DIV should encompass the entire page within the body, when we fix the header.
   It should be called container:
   #container {	width: 930px; margin: 0 auto;
   }
*/

#contentarea { width: 942px; margin: 0 auto; }

/*	3 col ------------------- */
#left, #center, #right { float: left; display: inline; margin: 10px 0; }
#left, #right { width: 183px; height: 600px; }
#left { background: url(../img/border_left.jpg) no-repeat right center; padding-right: 23px; }
#center { width: 530px; }
#right { background: url(../img/border_right.jpg) no-repeat left center; padding-left: 23px; }
/*	end 3 col --------------- */

/*	friends (addressbook) table */
#friendsTbl {
	text-align:left;
}

#friendsTbl .paginationNav {
	text-align:right;
	color: #7F796C;
}

#friendsTbl .controls {
	padding: 2px 5px 2px 0;
	text-align:left;
	font-weight:bold;
	background-color:#ccc;
}

#friendsTbl .controls img {
	padding: 0;
	margin: 0 5px 0 5px;
	border: none;
}

#friendsTbl td a, #friendsTbl th a {
	text-decoration: none;
	color: #000;
}

#friendsTbl .controls a, #friendsTbl caption a {
	text-decoration: none;
	outline: none;
	color: #800000;
}

#friendsTbl .controls a:hover, #friendsTbl caption a:hover {
	color: #039;
}

#friendsTbl th {
	text-align:left;
	background-color:#f0f0f0;
	border-bottom:1px solid #ccc;
}

#friendsTbl .selectItem {
	text-align:center;
	width:5%;
}

#friendsTbl td.thumbnail { width: 10%; }
#friendsTbl td.uname { width: 35%; }
#friendsTbl td.gender { width: 20%; }
#friendsTbl td.loc { width: 30%; }

#friendsTbl caption {
	font-weight:bold;
	text-align:left;
	padding: 10px;
}


/*	end friends (addressbook) table */

/*	HEADER ----------------- */

/*	FOOTER ----------------- */

/*	LOGIN ----------------- */
.logInHalf1{
	width: 490px;
	float:left;
	margin: 10px 0px 20px 40px;
	padding: 0px 0px 0px 0px;
}

.logInForm{
	float:left;
	width: 320px;
	margin: 40px 0px 20px 0px;
	padding: 10px 20px 0px 0px;
}


/*	WELCOME page (wp prefix) ----------------- */

#wpBlueText {
  color: #003399;
}
#wpRedText{
  color: #800000;
}

#welcome_slab_inactive {
/*   
	color:#003399;
    background: #EFEFEF url(/img/white_corner.gif) no-repeat ;
*/    
    margin-bottom: 15px;
    padding-left:20px;
    padding-top:9px;
    height:35px;
}
#welcome_slab_inactive a {
    color:#003399;
    font-size:12px;
}
#welcome_slab_active {
    color:#800000;
    background: #EFEFEF url(/img/white_corner.gif) no-repeat ;
    margin-bottom: 15px;
    padding-left:16px;
    padding-top:9px;
    height:35px;
}
#welcome_slab_active a {
    color:#003399;
    font-size:12px;
}
.wpredborder {
    border: #D60000 4px solid;
}
.wpmaroonborder {
    border: #800000 4px solid;
}
.wpwhiteborder {
    border: #FFFFFF 4px solid;
}

/*	MAIL page (mp prefix) ----------------- */
.mpBlueText {
    color: #003399;
}
.mpGreenText {
    color: #006600;
}
.mpGrayText {
    color: #999999;
}
.mpHdr{
    font-size: 15px;
    font-weight: bold;
}
.mpText {
    font-size: 12px;
}
.mpLink a {
    font-size: 12px;
}

/*	SEARCH page (sp prefix) ----------------- */

.splink a{
    color:#9E9E9E;
    font-size:10px;
}

/*	VIEW MESSAGE page (vm prefix)  ----------------- */

.vmprofile b{
    color:#000000;
    font-weight: bold;
}

/*	MYIMAGES page (mi prefix)  ----------------- */
.miBlueBold{
    color: #003399;
    font-size:12pt;
    font-weight:bold;
}
.miRedBold{
    color:#800000;
    font-size:10pt;
    font-style:italic;
    font-weight:bold;
}
.miMaroonText{
    color: #800000;
}
.miBlueText{
    color: #003399;
}


/*	USER PUBLIC PROFILE (upp prefix) ----------------- */

.uppNav a{
    color: #003399;
    font-size:10pt;
    font-weight:normal;
    text-decoration: none;
}
.uppNav a:hover{
    color: #800000;
    font-size:10pt;
    font-weight:normal;
    text-decoration: underline;
}

.uppNav {
    color: #003399;
    font-size:10pt;
    font-weight:normal;
    text-decoration: none;
}

.uppBox{
	border-right:1px solid white;
	border-left:1px solid white;
	background: transparent url("/img/upp-rightBorder.gif") no-repeat top right;
}

.uppTopRound {
	height:8px;
	width:650px;
	background-color: #ffffff;
	background: transparent url("/img/upp-topBorder.gif") no-repeat left top;
}

.uppBottomRound{
	width:651px;
	height:8px;
	background-color: #ffffff;
	background: transparent url("/img/upp-bottomBorder.gif") no-repeat left top;
}

.uppItemDivisor{
	height:11px;
	background: transparent url("/img/new-h-divisor.gif") repeat-x top right;
}

.uppInterestItem{
	background: transparent url("/img/upp-interest-item.gif") no-repeat top left;
	background-position: 5px 5px;
	padding-left: 20px;
}

.uppRightBorder{
	background: transparent url("/img/upp-rightBorder.gif") repeat-y top left;
	width: 11px;
	height:100px;
}

.uppBottomBorder{
	background: transparent url("/img/upp-bottomBorder.gif") no-repeat top left;
	height: 11px;
}

.uppBottomBorder .uppRbCorner{
	float:right;
	background: transparent url("/img/upp-rightBottomCorner.gif") no-repeat top right;
	height: 11px;
	width: 11px;
	margin-right:1px;
}


/*	Payment pages (pp prefix)----------------- */

.ppMain {
	position:relative;
	margin:10px 0;
	font-family: Arial, sans-serif;
	/*font-family: Calibri, Helvetica, Arial, sans-serif;*/
	font-size:11px;
	color: #FFFFFF;
	width:910px;
	margin-left: auto;
	margin-right: auto;
}

#ppLeft {
	float:left;
	background-color: #ffffff;
	margin: 0 0px 20px 0px;
}

#ppLeft .ppBox{
	width: 180px;
	background-color: #99ccff;
	margin: 0px 20px 20px 20px;
	padding-top:2px;
	border:0;
}

#ppLeft .ppBox .ppTopRound{
	margin-top: -2px;
	background-color: #99ccff;
	background: transparent url("/img/ord_topRoundBorder.gif") no-repeat left bottom;
	height:18px;
}

#ppLeft .ppBox .ppTopRound .rbCorner{
	height:18px;
	margin-left: 20px;
	background: transparent url("/img/ord_topRoundBorder.gif") no-repeat right bottom;
}

#ppLeft .ppBox .ppBottomRound{
	background-color: #99ccff;
	background: transparent url("/img/ord_bottomRoundBorder.gif") no-repeat left bottom;
	height:18px;
}

#ppLeft .ppBox .ppBottomRound .rbCorner{
	height:18px;
	margin-left: 20px;
	background: transparent url("/img/ord_bottomRoundBorder.gif") no-repeat right bottom;
}

#ppLeft .ppUserName{
	width:140px;
	margin: 0 0 10px 20px;
	background-color: #cc99ff;
	text-align: center;
	font-weight: bold;
}

#ppCenter {
	float:left;
}

#ppCenter .ppMainBox{
	width:395px;
	height:460px;
	background: transparent url(/img/backpay.png) no-repeat top center;
	margin-top:10px;
	margin-right:15px;
	border:1px solid white;
}

#ppCenter .ppMainBox .ppMainTxt1{
	position: absolute;
	top: -70px;
	left: 35px;
	line-height:40px;
}

#ppCenter .ppMainBox .ppMainTxt1a{
	position: absolute;
	top: 4px;
	left: 210px;
	width:120px;
	height:80px;
	line-height:40px;
	background: transparent url("/img/pp-arrow.gif") no-repeat top left;
}


#ppCenter .ppMainBox .ppMainTxt2{
	position: absolute;
	top: -25px;
	left: 120px;
}

#ppCenter .ppMainBox .ppMainTxt3{
	position: absolute;
	top: -5px;
	left: 50px;
}

#ppCenter .ppMainBox .ppMainTxt4{
	position: absolute;
	top: 0px;
	left: 210px;
}

#ppCenter .ppMainBox .ppMainTxt5{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	position: absolute;
	top: 37px;
	left: 57px;
}

#ppCenter .ppMainBox .ppMainTxt6{
	font-family: Calibri, Helvetica, Arial, sans-serif;
	position: absolute;
	top: 120px;
	left: 35px;
}

#ppCenter .ppMainBox .ppMainTxt7{
	position: absolute;
	top: 90px;
	left: 60px;
}

#ppCenter .ppMainBox .ppMainTxt8{
	position: absolute;
	top: 253px;
	left:90px;
	line-height:40px;	
}

#ppCenter ul{
	margin: 0;
	padding:10px 0 0 0;
	list-style:none;
	line-height:250%;
	text-align: left;
}

#ppCenter ul li{
	background: transparent url("/img/ord_heartBullet.gif") no-repeat left center;
	padding:0 0 0 20px;		
}


#ppRight {
	float:right;
	margin: 0 0 0 10px;
}

#ppRight .ppRightBox{	
	width: 262px;
	height: 329px;
	margin-bottom: 60px;
}

#ppRight .ppOrderSpecial{
	background: transparent url("/img/ord_OrderSpecial.gif") no-repeat left top;
	width: 163px;
	height: 46px;
	margin-left:50px;
	padding: 4px 0 0 20px ;	
}


.ppInfo {
	clear:both;
	font-family: Arial, sans-serif;
	font-size:9px;
	font-style: normal;
	color:#808080;
	margin: 30px 0 0 130px;
}


.ppMain .ppBig {
	font-family: Calibri,Helvetica, Arial, sans-serif;
	font-size:24px;
	font-style: italic;
}

.ppMain .ppSmall {
	font-family: Calibri,Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style: italic;	
}



.ppDashed {
	margin:0;
	border: 1px solid black;
	border-style: dashed;
	padding: 15px 15px;
	background-color: #FFFFFF;	
}


.ppInfo {
	font-family: Arial, sans-serif;
	font-size:9px;
	font-style: normal;
	color:#808080;
}

.ppArrow1 {
	position: absolute;
	top : 370px;
	left : 10px;
	width: 390px;
	height: 36px;
	background: #ffffff url("/img/lol_arrow1.gif") no-repeat center center ;
}

.ppArrow2 {
	position: absolute;
	top : 331px;
	left : 400px;
	width: 360px;
	height: 109px;
	background: #ffffff url("/img/lol_arrow2.gif") no-repeat center center ;
	text-align: right;
}

.ppClickHere {
	position:absolute;
	right:20px;
	top:16px;
	width:150px;
	text-align: center; 
	line-height: 120%;
}
/*	Thank You pages (typ prefix)----------------- */

.typMain {
	margin-top:10px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

.typMainBanner {
	
	margin: 0px 0 0 130px;
	width: 520px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size:24px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #99ccff;
}

.typTopRound {
	background: url("/img/typ-topRoundedBorder.gif") no-repeat left top;
	text-align: left;
	margin-bottom: 5px;
	padding: 10px 0 5px 20px;
}

.typBottomRound {
	background: url("/img/typ-bottomRoundedBorder.gif") no-repeat left bottom;
	text-align: right;
	padding: 5px 20px 10px 0px;
}


.typLink {
	width: 280px;
	background: url("/img/lol_clickHere.gif") no-repeat left top;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size:28px;
	line-height: 120%;
	color: #3366ff;
	padding: 55px 40px 55px 70px;
	margin:20px 70px 0 30px;
}

.typLink a{
	text-decoration: none;
}

.typSmall {
	font-size: 11px;
	color:#808080;
}

/*	RATE ME ----------------- */

.riTopRoundborder{
	background-color: #99ccff;
	background: transparent url("/img/rateimage-round-top.gif") no-repeat left top;
	width: 372px;
	height: 27px;
}

.riBottomRoundborder{
	background-color: #99ccff;
	background: transparent url("/img/rateimage-round-bottom.gif") no-repeat left top;
	width: 372px;
	height: 26px;
}

.riInnerTopRoundborder{
	background-color: #ffffff;
	background: transparent url("/img/rateimage-inner-round-top.gif") no-repeat left top;
	width: 260px;
	height: 7px;
}


.riInnerBottomRoundborder{
	background-color: #ffffff;
	background: transparent url("/img/rateimage-inner-round-bottom.gif") no-repeat left top;
	width: 260px;
	height: 7px;		
}

/*	INTEREST CONSOLIDATION ----------------- */
.icMain {
	position:relative;
	margin:10px 0;
	font-family: Arial, sans-serif;
	font-size:11px;
	width:910px;
	margin-left: auto;
	margin-right: auto;
}

.icTitle{
	width: 400px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.icBox .boxContainer{
	border-left: 2px solid #333399;
	border-right: 2px solid #333399;
	padding: 20px 50px;
}


.icBox .icTopRound{
	position:relative;
	height:24px;
	/* %nico% this value was erroneous (900x instead of 900px)
	width: 900x;
	*/
	background: transparent url("/img/interest-menu-top-left.gif") no-repeat top left;
}

.icBox .icTopRound .rtCorner{
	position:absolute;
	height:24px;
	width: 20px;
	right:0;
	top:0;	
	background: transparent url("/img/interest-menu-top-right.gif") no-repeat top right;
	
}

.icBox .icBottomRound{
	position:relative;
	height:25px;
	/* %nico% this value was erroneous (900x instead of 900px)
	width: 900x;
	*/
	background: transparent url("/img/interest-menu-bottom-left.gif") no-repeat top left;
}

.icBox .icBottomRound .rbCorner{
	position:absolute;
	height:25px;
	width: 20px;
	right:0;
	top:0;	
	background: transparent url("/img/interest-menu-bottom-right.gif") no-repeat top right;
}

.icBox2 .boxContainer{
	padding: 10px 50px;
}




.icItemsContainer{
	
}

.icItemContainer{
	
}


.icItemTitleContainer{
	float:left;
	width:150px;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	margin:0;
}

.icItemTopRound{
	position:relative;
	height:6px;
	background: transparent url("/img/interest-item-top-left.gif") no-repeat top left;
	border:0;
	margin:0;
}

.itemRtCorner{
	margin:0;
	position:absolute;
	height:6px;
	width: 11px;
	right:0;
	top:0;	
	background: transparent url("/img/interest-item-top-right.gif") no-repeat top right;	
}

.icItemBottomRound{
	position:relative;
	height:6px;
	background: transparent url("/img/interest-item-bottom-left.gif") no-repeat top left;
}

.itemRbCorner{
	position:absolute;
	height:6px;
	width: 11px;
	right:0;
	top:0;	
	background: transparent url("/img/interest-item-bottom-right.gif") no-repeat top right;	
}

.itemBoxContainer{
	padding: 0 10px;
	background-color: #cc99ff;
}

.icItemDivisor{
	float:left;
	width: 600px;
	height:30px;
	background: transparent url("/img/interest-item-divisor.gif") repeat-x top right;
}

.icVDivisor{
	float:left;
	width: 10px;
	height:300px;
	background: transparent url("/img/interest-item-v-divisor.gif") repeat-y top left;
}

.icItemChoices{
	clear:both;
	text-align: left;
	padding : 10px 20px;
}

.icUpgrade{
	width: 465px;
	height:290px;
	background: transparent url("/img/interest-menu-upgrade-bg.gif") no-repeat top right;
	margin-left:40px;
}

.icSpecialOffer ul{
	margin: 0;
	padding:10px 0 0 0;
	list-style:none;
	line-height:250%;
	text-align: left;
}

.icSpecialOffer ul li{
	background: transparent url("/img/ord_heartBullet.gif") no-repeat left center;
	padding:0 0 0 25px;		
}



.icUpgradeCh{
	width: 359px;
	height:53px;
	background: transparent url("/img/interest-menu-upgrade-ch.gif") no-repeat top right;
	margin:5px 0 0 50px;	
}


/*	USERPLANE helper (usp prefix) ----------------- */

/*	REGISTER - NEW HOME PAGE----------------- */

.hpMainRound{
	position:relative;
	background-color: white;	
	background: transparent url("/img/hp-main-background.gif") repeat-y top left;
	font-family: Arial, sans-serif;
	width:850px;
	margin: 0 auto;
}

.hpTopRound{
	height:21px;
	background: transparent url("/img/hp-main-top-round-left.gif") no-repeat top left;
}

.hpTopRound .rbCorner{
	width:26px;
	height:21px;
	background: transparent url("/img/hp-main-top-round-right.gif") no-repeat top right;
	float:right;
}

.hpBottomRound{
	height:21px;
	background: transparent url("/img/hp-main-bottom-round-left.gif") no-repeat top left;
}


.hpBottomRound .rbCorner{
	width:26px;
	height:21px;
	background: transparent url("/img/hp-main-bottom-round-right.gif") no-repeat top right;
	float:right;
}

.hpMainLogo{
	position:absolute;
	top:-30px;
	left:30px;
}

.hpInnerRound{
	position:relative;
	background-color: #99ccff;
	width:780px;	
	margin: 0 auto;
	
}

.hpInnerTopRound{
	height:17px;
	background: transparent url("/img/hp-inner-top-left.gif") no-repeat top left;
}

.hpInnerTopRound .rbCorner{
	width:20px;
	height:17px;
	background: transparent url("/img/hp-inner-top-right.gif") no-repeat top right;
	float:right;
}

.hpInnerBottomRound{
	height:17px;
	background: transparent url("/img/hp-inner-bottom-left.gif") no-repeat top left;
}

.hpInnerBottomRound .rbCorner{
	width:15px;
	height:17px;
	background: transparent url("/img/hp-inner-bottom-right.gif") no-repeat top right;
	float:right;
}

.hpPicture{
	float:left;
	background-color:white;
	padding:7px;
	margin-left:15px;
}

.hpMainText{
	position:relative;
	float:left;
	background-color:white;
	padding: 7px 30px 7px 0;
	line-height: 2em;
}

.hpWhiteStripe{
	position:absolute;
	right:30px;
	top:190px;
	height:105px;
	width:240px; 
	background-color: white;
}

.hpFormRound{
	position:absolute;
	top:55px;
	left:420px;
	width:310px;
	background: white url("/img/hp-form-vertical-right.gif") repeat-y top right;
}

.hpFormTopRound{
	height:23px;
	background: transparent url("/img/hp-form-top-left.gif") no-repeat top left;
}

.hpFormTopRound .rbCorner{
	width:26px;
	height:23px;
	background: transparent url("/img/hp-form-top-right.gif") no-repeat top right;
	float:right;
}

.hpFormBottomRound{
	height:23px;
	background: transparent url("/img/hp-form-bottom-left.gif") no-repeat -20px top;
}

.hpFormBottomRound .rbCorner{
	width:21px;
	height:23px;
	background: transparent url("/img/hp-form-bottom-right.gif") no-repeat top right;
	float:right;
}

.hpTicket{
	position:absolute;
	bottom:140px;
	background-color:#cc99ff;
	left:230px;
	padding:5px 5px 0 5px;
	width:130px;
}

.hpTicket ul{
	margin: 0;
	padding:0;
	list-style:none;
	text-align: left;
}

.hpTicket ul li{
	background: transparent url("/img/hp-arrow.gif") no-repeat left center;
	padding:0 0 0 20px;		
}

.hpOnlinePicture{
	position:absolute;
	border:1px solid #3366ff;
	padding:5px;
	right:45px;
	background-color:white;	
}


.hpFormContent {
	/*background: transparent url("/img/hp-redline.gif") no-repeat -2px 84px;*/
	/*border-left:2px solid #99ccff;*/
	background-color: white;
	margin-right:10px;
}

/*	PROMOS ----------------- */

.promo{
	position:absolute;
	width:780px;
	top:0;
	left:50%;
	margin-left:-390px;
	z-index:50001;
	margin-top:120px;
	padding-top:30px;
	background-color:white;
}

.translucent
{
/*filter:alpha(opacity=50);*/
-moz-opacity:0.5;
opacity:0.5;
}


.freechat .promoleft{
	position: relative;
	float: left;
	border-left: 5px solid #666699;
	border-top: 2px solid #666699;
	margin-left: 30px;
}

.freechat .promoleft p{
	margin-left: 20px;
}

.freechat .title{
	position: absolute;
	background-color: white;
	right: 0;
	top: -10px;
	padding-left: 40px;
	line-height: 1.9em;
}

.freechat ul{
	margin: 0;
	padding:0;
	list-style:none;
	text-align: left;
	line-height: 1.8em;
	font-size:18px;
	margin-left: 60px;
}

.freechat ul .item1{
	background: transparent url("/img/chat-promo-item1.gif") no-repeat left center;
	padding:0 0 0 40px;		
}

.freechat ul .item2{
	background: transparent url("/img/chat-promo-item2.gif") no-repeat left center;
	padding:0 0 0 40px;		
}

.freechat ul .item3{
	background: transparent url("/img/chat-promo-item3.gif") no-repeat left center;
	padding:0 0 0 40px;		
}


.freechat .promoright{
	float:left;
	border-top: 2px solid #666699;
	margin-left:40px;
	padding-left:50px;
	width: 300px;
}

.freechat .promoright .arrowbg{
	border:1px solid black;
	background: transparent url("/img/hp-curved-arrow-right.jpg") no-repeat right 10px;
}



.freechat .maincolor{
	color: #65659a;
}

.freechat .secondcolor{
	color: #800000;
}

.freechat .inputcolor1{
	color: #9b9b9b;
}

.freechat .inputcolor2{
	color: #525252;
}

.freechat .input{
	width: 200px;
}

/*	CALL MEE ----------------- */

.callmeeheart {
	position: relative;
	background: transparent url("/img/heart.jpg") no-repeat left center;
	width: 576px;
	height: 421px;
	margin: 10px auto;
}

.callmeelogo{
	background: transparent url("/img/call-mee-logo.png") no-repeat left top;
	float:left;
	height: 108px;
	position: absolute;
	top: 0;
	left: 20px;
}

.callmeelogosmall{
	background: transparent url("/img/call-mee-logo-small.png") no-repeat left top;
	float:left;
	height: 80px;
	position: absolute;
	top: 0;
	left: 20px;
}


.callmeegoheart {
	position: absolute;
	left: 200px;
	bottom: -10px;
	width: 155px;
	height: 125px;
}

.try-callmee {
	float: right;
	width: 384px;
	height: 95px;
	position: absolute;
	bottom: 10px;
	right:30px;
}


.callmeedivisor{
	background: transparent url("/img/upp-rightBorder.gif") repeat-y top center;
}


/*	ALERT ----------------- */

/*	BLOG ----------------- */

/*	IE Only ----------------- */
