html {height:100%;}
body {
    margin:0;
    padding:0;
    border:0;
    height:100%;
    color:#000000;
    background-color:#ffffff;
}
img {border:0}
a, a:visited {color:#000000;}
iframe {display:none;}
.hidden {display:none;}
.hidden2 {visibility:hidden;}
a.ajax {
    text-decoration:none;
    border-bottom:1px dotted #000000;
}
.chat {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    left:0;
    font:normal 10pt Arial;
    overflow:hidden;
}
/* main 3 div */
.chatHeader {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:44px;
    z-index:99;
/*overflow:visible;*/
}
.chatFooter {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:62px;
/*background-color:#f5f4f0;*/
    background:#f5f4ef url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/fon.png") left top repeat-x;
    color:#67675d;
    font-weight:bold;
    border-top:1px solid #d4d2cb;
}
.chatAds {
    position:absolute;
    left:0;
    bottom:0;
    height:36px;
    right:0;
    background-color:#faf3c0;
    color:#a09a71;
    font-size:8pt;
    border-top:1px solid #e5db68;
    overflow:hidden;
}
.chatAds a, .chatAds a:visited {
    color:#000000;
}
.chatAds a:hover {
    background-color:#E6DFB1;
}
.chatAds .chatAdsTitle {
    position:absolute;
    right:10px;
    top:10px;
}
.chatAds .chatAdsTitle img {
    vertical-align:-4px;
}
#chatAdsLinks .prev, #chatAdsLinks .next {
    cursor:pointer;
    float:left;
    margin-top:8px;
}
#chatAdsLinks .prev {
    margin-right:8px;
}
#chatAdsLinks .next {
    margin-left:2px;
}
.chatAds .chatAdsTitle a, .chatAds .chatAdsTitle a:visited  {
    color:#a09a71;
    text-decoration:none;
}
#chatAdsLinks {
    position:absolute;
    top:2px;
    left:16px;
    right:82px;
    height:32px;
    overflow:hidden;
    opacity:0;    
    line-height:14px;
}
#chatAdsLinks div {
    float:left;
    margin:1px 0 0 6px;
    width:163px;
    text-decoration:underline;
}
.obl {
    text-decoration:none;
    float:left;
    width:201px;
    margin-right:4px;
    overflow:hidden;
}
.obl img {
    width:32px;
    height:32px;
    float:left;    
}
/* chatHeader div */
.chatHeader .chatHeaderWrapper {
    width:100%;
    overflow:hidden;
}
.chatHeader .chatTitle {
    float:left;
    margin:14px 0 0 15px;
    font-weight:bold;
}
/*.chatHeader .chatTopMenu {*/
/*float:right;*/
/*margin:6px 6px 0 0;*/
/*}*/

.chatHeader .chatTopLine {
    position:absolute;
/*left:10px;*/
/*right:10px;*/
/*height:10px;*/
/*top:10px;*/
/*line-height:1px;*/
/*bottom:10px;*/
    top:10px;
    right:12px;
/*width:100%;*/
/*overflow:visible;*/
    font-size:9pt;
/*border-bottom:10px solid #b5db4e;*/
}
/*.chatHeader .chatTopLine .chatTopLineWrapper {
    padding:10;
}*/

/* top menu */

.chatTopLineWrapper ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
/*.chatTopLineWrapper ul li ul li img {
    vertical-align:-4px;
}*/
.chatTopLineWrapper ul li{
    position: relative;
/*display: inline;*/
    float: left;
}

/*Top level menu link items style*/
.chatTopLineWrapper ul li a {
    display: block;
    padding: 4px 15px 4px 15px;    
    text-decoration: none;
    text-transform:lowercase;
}

-

.chatTopLineWrapper ul li a:hover {
    background-image:none;
    text-shadow:0 0 0;
}

/*1st sub level menu*/
.chatTopLineWrapper ul li ul{
    position: absolute;
    left: 4;
    display: block;
    visibility: hidden;
/*z-index:999;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.chatTopLineWrapper ul li ul li{
/*display: list-item;*/
    float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.chatTopLineWrapper ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.chatTopLineWrapper ul li ul li a {
    width: 160px; /*width of sub menus*/
    padding: 8px;
    margin: 0;
    background-image:none!important;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 9px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
}


.chatMessage {
    padding-left:15px;
}
.chatMessageToMe .chatToUser {
    background-color:#729219;
    color:#ffffff;
    padding:0 10px;
}
.chatSystemMessage {
    font-style:italic;
    overflow:hidden; /* ie7 bug */
}
.chatSystemMessage .chatUserFrom {
    padding-right:0!important;
}
.chatTime {
    float:right;
    padding-right:16px;
    color:#8B897E;
    font-size:7pt;
}
.chatTabsLeft, .chatTabsRight {
    position:absolute;
    top:140px;
    width:90px;
    height:14px;
    cursor:pointer;
    color:#000000;
    font-weight:bold;
    visibility:hidden;
}
.chatTabsLeft {
    left:0;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/apps/vleft.png") no-repeat 2px 6px;
}
.chatTabsRight {
    right:10;
    background:transparent url("http://st1.chatovod.ru/i/apps/vright.png") no-repeat 2px 7px;
}
.chatTabsLRActive {
    visibility:visible;
}

.chatTabs {
    position:absolute;
    top:100;
    left:0;
    right:0;
    height:34px;
}
.chatTabs ul {
    position:absolute;
    left:16px;
    right:19px;
    top:10px;
    height:24px;
    overflow:hidden;

    list-style-type:none;
    margin:0;
    padding:30;
    white-space:nowrap;
    font-size:0;
}
.chatTabs ul li {
    display:-moz-inline-box; /* ff 2 */
    display:inline-block;
    margin-right:10px;
    height:100%;
    vertical-align:top;
}
.chatTabs ul li.chatTab {
    position:relative;
}
.chatTabs ul li.chatTab a {
    display:table-cell; /* ff 2 */
    display:inline-block;
    padding:4 16px 4 16px;
    line-height:24px;
    height:100%;
    font-size:8pt;
    background-color:#bee655;
    text-decoration:none;
    color:#526716;
    border-top:1px solid #d5fa74;
    border-right:1px solid #a0ca2d;
    vertical-align:middle;
}
#chat_main a {
    padding:0 10px 0 10px;
}
.chatTabs ul li.chatTab a.active {
    background-color:#FFFFFF;
}

.chatTabs ul li.chatTabActive a, .chatTabs ul li.chatTab a:hover {
    border-top:1px solid #fefdfa;
    border-right:1px solid #AAAAAA;
    background-color:#f5f4ef;
    /*background-color:#f5f4ef!important;*/
}
.chatTabs ul li.chatTabActive a {
    cursor:default;
}
/* close tab */
.chatTabs ul li.chatTab .close {
    position:absolute;
    right:3px;
    top:16px;
    width:10px;
    height:8px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/closetab.png") no-repeat 0 0;
    cursor:pointer;
}
.chatTabs ul li.appTab {
    margin-left:4px;
}

.chatTabs ul li.appTab a {
    display:table-cell; /* ff 2 */
    display:inline-block;
    
    padding:1 10px 5 21px;
    line-height:20px;
    height:100%;

    background-position:0 3px;
    background-repeat:no-repeat;
    background-color:transparent;

    font-size:8pt;    
    text-decoration:none;    
    vertical-align:middle;
}
#chat_app_add a {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/apps/add.png");
}
.chatTabs ul li.appTab a span {
    text-decoration:underline;
}
/*.chatTabs ul li a:hover {
    padding-right:16px;
}*/
.chatTabs ul li.chatTabNew a {
/*background-color:#ff0000;*/
}
/* chatPeople */
.chatPeople .chatPeopleTitle {
    margin:100px: 100 100px 100px;
    font-size:8pt;
}
.chatPeople ul.chatPeopleList {
    list-style-type:none;
    margin:0;
    padding:0;
}
.chatPeople ul.chatPeopleList li {
    margin:30;
    padding:6px 0 0 0px;
    border-top:1px solid transparent;
    border-bottom:1px solid transparent;
}
.chatPeople ul.chatPeopleList li img {
    vertical-align:-3px;
}
.chatPeople ul.chatPeopleList li.hover {
    background-color:#ffffff;
    border-top:1px solid #CDE390;
    border-bottom:1px solid #CDE390;
}
.chatUserWrapper {
    margin-left:20px;
}
.chatUserVip {
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/vip.gif") 0 0 no-repeat;
}
.chatUserSex1, .chatUserSex2, .chatUserSex0 {
    float:left;
}
.chatUserSex1 b, .chatUserSex2 b, .chatUserSex0 b {
    width:16px;
    height:16px;
    float:left;
}
.chatPeople ul.chatPeopleList li a.chatUser {
    text-decoration:none;
    color:#333333;
}
.chatUserAway {
    opacity:0.4;
}
.chatUserMenu {
    padding:8px 0 12px 0;
    width:145px;
    overflow:hidden;
}
.chatUserAvatar {
    float:left;
    overflow:hidden;
    width:55px;
    height:80px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/ava.png") center center no-repeat;
}
.chatUserMenuItems {
    margin-left:64px;
    font-size:8pt;
}
.chatPeople ul.chatPeopleList li .chatUserMenu .chatUserMenuItems ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.chatPeople ul.chatPeopleList li .chatUserMenu .chatUserMenuItems ul li {
    margin:0;
    padding:0;
    width:100%;
    overflow:hidden;
}
.chatPeople ul.chatPeopleList li .chatUserMenu .chatUserMenuItems ul li a {
    float:left;
    padding-left:22px;
    line-height:18px;
    height:18px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
.chatUserMenuInfo {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/vcard.png");
}
.chatUserMenuPhotos {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/photo.png");
}
.chatUserMenuPrivate {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/user_comment.png");
}
.chatUserMenuGift {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/present.png");
}
.chatUserMenuIgnore {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/ignore.png");
}
.chatUserMenuBan {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/cross.png");
}
.chatUserMenuAdd {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/user_add.png");
}
.chatUserMenuDel {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/user_delete.png");
}
.chatUserMenuMail {
    background-image:url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/mail.png");
}
/* mini user menu */
#chatUserMiniMenu {
    position:absolute;    
    border:1px solid #d4d2cb;
    background-color:#ffffff;
    padding:4px 6px;
    -webkit-box-shadow: 0px 0px 7px #cccccc;
    -moz-box-shadow: 0px 0px 7px #cccccc;
    box-shadow: 0px 0px 7px #cccccc;
}
#chatUserMiniMenu div {
    float:left;
}
#chatUserMiniMenu .chatUserFrom {
    padding-right:0!important;
}
#chatUserMiniMenu .buttons div {
    width:16px;
    height:16px;
    margin-left:0px;
    cursor:pointer;
}
/* chatFooter div */
.chatFooter .chatFooterWrapper {
    position:relative;
    width:100%;
    height:62px;
}
.chatFooter .chatFooterWrapper .chatSetupNickname {
    position:absolute;
    left:15px;
    top:-1px;
/*font-weight:bold;*/
}
/*.chatSpecifyPassword {display:none;}*/
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position:absolute;
    left:16px;
    top:7px;
    font-weight:normal;
    font-size:8pt;
    z-index:99;
}
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel a {
    margin-right:16px;
    text-decoration:none;
    float:left;
    height:16px;
}
.chatFooter .chatFooterWrapper .chatPanel div a span {
    border-bottom:1px dotted #000000;
    position:relative;
}
.chatLinkRegister {
    font-weight:bold;
}
.bold {
    font-weight:bold;
}
.chatLinkProfile {
    padding-left:21px;
    background:url(/web/20110712220623im_/http://st1.chatovod.ru/i/msi.png) no-repeat 0 -416px;
}
.chatLinkGold {
    padding-left:21px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/coins.png") no-repeat 0 0;
}
.chatLinkVip {
    width:16px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/ivip.png") no-repeat 0 0;
    margin-right:6px!important;
}
.chatLinkModerate {
    width:16px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/shield.png") no-repeat 0 0;
    margin-right:7px!important;
}
.chatLinkSmiles {
    padding-left:21px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/smile.png") no-repeat 0 0;
}
.chatLinkImage {
    padding-left:21px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/media.png") no-repeat 0 0;
}
.chatFooter .chatFooterWrapper .chatPanel .chatSendTextPanel {
    position:absolute;
    left:16px;
    top:30px;
    right:203px;
    height:20px;
}
.chatFooter .chatFooterWrapper .chatPanel .chatSendTextPanel .chatSendText {
    width:100%;
}
.chatInputText {
    border:1px solid #cfcfc9;
    height:18px;
    background:#ffffff url(/web/20110712220623im_/http://st1.chatovod.ru/i/inputback.gif) repeat-x 0 0;
}

.chatFooter .chatFooterWrapper .chatPanel .chatSendButtonPanel {
    position:absolute;
    width:75px;
    top:30px;
    right:121px;
}
.chatFooter .chatFooterWrapper .chatPanel .chatSendButtonPanel .chatSendButton {
    width:78px;
}

/*.chatFooter .chatFooterWrapper .chatPanel .chatSendSmilesPanel {
    position:absolute;
    width:30px;
    top:11px;
    right:197px;
    text-align:center;
} */

.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel {
    position:absolute;
    width:85px;
    height:16px;
    top:7px;
    right:16px;
    text-align:right;
}
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel a {
    padding-left:20px;
    font-size:8pt;
    text-decoration:none;
    font-weight:normal;
    background:transparent url(/web/20110712220623im_/http://st1.chatovod.ru/i/sound.png) no-repeat 0 0;
}
/*.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel a span {
    border-bottom:1px dotted #000000;
    position:relative;
}*/
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel a.muted {
    background-image:url(/web/20110712220623im_/http://st1.chatovod.ru/i/sound_none.png);
}

.chatFooter .chatFooterWrapper .chatPanel .chatSendExitPanel {
    position:absolute;
    width:96px;
    top:30px;
    right:13px;
}
.chatSendExitPanel select {
    width:100%;
/*height:10pt;*/
/*font-size:9pt;*/
}
.chatFooter .chatFooterWrapper .chatPanel .chatSendExitPanel .chatExitButton {
    width:65px;
}
.chatScrollControl {
    /*position:absolute;
    right:192px;
    top:75px;*/
    float:right;
    height:16px;
    width:16px;
    cursor:pointer;
    background:transparent url(/web/20110712220623im_/http://st1.chatovod.ru/i/pause.png) no-repeat 0 0;
    display:none;
}
.chatScrollControlResume {
    background-image:url(/web/20110712220623im_/http://st1.chatovod.ru/i/play.png);
}
/* chat events */
.chatBlankDiv {
    position:absolute;
    left:0;
    right:192px;
    top:28px;
    height:44px;
    background-color:#f5f4ef;
}
.chatEventDiv {
    left:7px;
    position:absolute;
    right:197px;
    top:37px;
    color:#a09a71;
    z-index:50;
}
.chatEventDiv2 {
    left:7px;
    position:absolute;
    right:197px;
    top:37px;
    color:#a09a71;
    z-index:50;
    font-size:9pt;
}
.chatEventWraper, .chatEventWraper2 {
    position:relative;
}
.chatEventWraper .data {
    padding:15px 22px;
}
.chatEventWraper2 .data {
    padding:6px 10px 5px 10px;
}
.chatEventWraper .transparent {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.9;
    background-color:#faf3c0;
    border:1px solid #e5db68;
    z-index:-1;
}
.chatEventWraper2 .transparent {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#faf3c0;
    border:1px solid #e5db68;
    z-index:-1;
}
.chatEventDiv a, .chatEventDiv2 a {
    color:#49441F!important;
}
/*.chatEventAdd {
    float:right;
    text-decoration:none;
    display:block;
    width:17px;
    height:17px;
    background:transparent url(/web/20110712220623im_/http://st1.chatovod.ru/i/widget/addnews.gif) center 2px no-repeat;
}*/
.chatEventClose {
    float:right;
    text-decoration:none;
    border-bottom:1px dotted #766e32;
/*padding:15px 8px;*/
}
/* chat messages */
.chatUserFrom {
    cursor:pointer;
    padding-right:0.5em;
    color:#729219;
    font-weight:bold;
}

.chatFull {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    color:#000000;
    font-weight:bold;
    z-index:999;
    text-align:center;
}
.chatFull .transparent {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background-color:#FFFFFF;
    opacity:0.9;
    z-index:-1;
}
.chatFull .content {
    line-height:2em;
    padding-top:18%;
}
.chatFull a, .chatFull a:visited {
    color:#4487D1;
}
#sounddiv {
    position:absolute;
    width:1px;
    height:1px;
    left:-100px;
    top:-100px;
}
.chatRemember {
    vertical-align:middle;
}
.chatOpenIdOption {
    padding:0 0 1px 24px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:4px 0;
}
.chatOpenIdGoogle {
    background-image:url(/web/20110712220623im_/http://st1.chatovod.ru/i/openid/google.png);
}
.chatPopupMenuDiv1 {
    display:none;
    position:absolute;
    background-color:#ffffff;
    border-left:1px solid #CFCFC9;
    border-right:1px solid #CFCFC9;
    border-bottom:1px solid #CFCFC9;
    z-index:98;
}
.chatPopupMenuDiv2 {
    display:none;
    position:absolute;
    background-color:#ffffff;
    border:1px solid #CFCFC9;    
    z-index:97;
}
.chatPopupMenuDiv2 .chatPopupMenuContent {
    padding:2px 6px;
    font-size:8pt;
}
.chatPopupMenuDiv2 .chatPopupMenuContent p {
    margin:0;
    padding:4px 0;
}
.sendVipLink {
    padding-left:38px;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/vip.png") no-repeat 0 0;
}
#userGift {
    cursor:pointer;
    position:absolute;
    width:48px;
    height:48px;        
}
.smilesBox {
    width:23%;
}
.chatMessage a {
    position:relative;
}
.chatMessage a div.reportspam {
    display:block;
    position:absolute;
    background:transparent url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/reportspam.png") no-repeat 0 0;
    left:-17px;
    top:0;
    width:17px;
    height:16px;
    cursor:pointer;
}
/* dialogs */
.chatActionDialog {
    position:absolute;
    background-color:#ffffff;
    border:5px solid #CCCCCC;
}
.chatActionDialog .content {
    padding:0 10px;
}
/* ban */
.chatBanForm div.row {
    width:100%;
    overflow:hidden;
    padding:4px 0;
}
.chatBanForm label {
    float:left;
    width:60px;
    padding-right:2px;
    text-align:right;
}
.chatBanForm div.row div {
    float:left;
}
.chatBanForm .submit, .chatBanForm p {
    margin-left:60px;
}
.chatBanForm p {
    font-weight:bold;
}
.chatBanForm .nick, .chatBanForm .cause {
    width:155px;
}
.chatBanForm .srok {
    width:50px;
}
/* skin */
.chat {
    border:1px solid #a0ca2d;
}
.chatHeader {
    background:#b6e245 url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/headerback3.png") left top repeat-x;
    color:#4a600d;
}
.chatHeader .chatTitle {
    text-shadow:1px 1px 0 #d9f18c;
}
.chatTabs {
    background-color:#a0ca2d;
}
.chatHeader .chatTopLine {
    border:1px solid #b5db4e;
    background:#cff265 url("/web/20110712220623im_/http://st1.chatovod.ru/i/widget/menuback3.png") left top repeat-x;
}
.chatTopLineWrapper ul li a {
    text-shadow:1px 1px 0 #e1f69b;
}
.chatTopLineWrapper ul li a:link, .chatTopLineWrapper ul li a:visited {
    color: #4a600d;
}
.chatTopLineWrapper ul li a:hover {
    background-color: #A0CA2D;
}

.chatTopLineWrapper ul li ul li a {
    background-color:#cff265;
}
.chatTabs ul li.appTab a {
    color:#333333;
    text-shadow:1px 1px 0 #a0ca2d;
}
#scrollBottomBox {
	text-align:center;
	padding:2px 6px;
	background-color:#FAF3C0;
    border:1px solid #E5DB68;
    color:#49441F;
	position:absolute;
	cursor:pointer;
	opacity:0.5;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	font-family:Arial;
	font-size:9pt;
}
#scrollBottomBox:hover {
	opacity:1!important;
}
.msi {
    /*display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;*/
    float:left;    
    background:url(/web/20110712220623im_/http://st1.chatovod.ru/i/blank.gif) no-repeat top left;
    width:16px;
    height:16px;
    /*vertical-align:-4px;*/
}
.mst {   
    margin-left:4px;
}
.msi_application_double{ background-position: 0 0;  }
.msi_coins{ background-position: 0 -32px;  }
.msi_cross{ background-position: 0 -64px;  }
.msi_group{ background-position: 0 -96px;  }
.msi_hourglass{ background-position: 0 -128px;  }
.msi_ignore{ background-position: 0 -160px;  }
.msi_layout_add{ background-position: 0 -192px;  }
.msi_phone{ background-position: 0 -224px;  }
.msi_photos{ background-position: 0 -256px;  }
.msi_report{ background-position: 0 -288px;  }
.msi_script{ background-position: 0 -320px;  }
.msi_shield{ background-position: 0 -352px;  }
.msi_transmit_blue{ background-position: 0 -384px;  }
.msi_vcard{ background-position: 0 -416px;  }
.msi_vcard_add{ background-position: 0 -448px;  }
.msi_vcard_edit{ background-position: 0 -480px;  }
.msi_wand{ background-position: 0 -512px;  }
/*
     FILE ARCHIVED ON 22:06:23 Jul 12, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:15:30 Sep 29, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 140.969
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.071
  RedisCDXSource: 26.83
  esindex: 0.008
  LoadShardBlock: 96.093 (3)
  PetaboxLoader3.datanode: 236.645 (4)
  CDXLines.iter: 15.566 (3)
  load_resource: 210.003
  PetaboxLoader3.resolve: 53.818
*/