/*
Copyright &copy; 2008 Pippa http://www.spacegirlpippa.co.uk
Contact: sthlm.pippa@gmail.com

This file is part of wTag mini chat - shoutbox.

wTag is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

wTag is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with wTag.  If not, see <http://www.gnu.org/licenses/>.
*/


/* main-style.css is the main stylesheet for wTag.
Several display bugs in IE are fixed in ie-style.css,
and a few display bugs in Opera are fixed at the end of this file
*/

/* #box is the main div of the shoutbox layout.
You can find the css code creating rounded corners for Mozilla
inside the minichat.php file.
You can remove the #box div completely from the shoutbox html code
if you wish to redesign the layout.
*/
#box {
position: absolute;
top: 312px;
width: 400px;
left: 417px;
height: 300px;
background-color: #eee;
z-index:94;
}

/* #chat div is nested inside the #box div and
containing all other divs of the shoutbox layout */
#chat {

background-image: url(/web/20130116121307im_/http://www.radiobanglaonline.com/wtag/images/display.gif);
	background-repeat: no-repeat;
	
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;




width: 330px;

height: 140px;

background-color: #fff;
z-index:95;
}

/* Messages area div */
#container {
position: absolute;
top: 58px;
left:39px;

margin-right: 0px;
width: 321px;
height: 190px;
background-color: transparent;
overflow: hidden;
border-bottom: 1px solid #fff;


}

/* Scroll bar */
#scrollArea {
position: absolute;
left:352px;
right:0px;
top:62px;
height: 185px;
width: 8px;
overflow: hidden;
background-color: #F0F8FF;
z-index:96;
}

/* Scroller */
#scroller {
position: absolute;
top: -1px;
width: 8px;
background-color: #d0f3ff;
right:0px;
}

/* Content div */
#content1 {
position: relative;
padding-top:10px;
top:5px;

width: 305px;
left: 0px;
text-align:left;
padding-left:0px;
background-color: #fff;
font: 10px Arial, Helevetica,san-serif;
}

/* Every message */
#content1 .user {
width: 95%;
padding-bottom: 12px;
padding-left: 0px;
line-height:16px;
}

/* Name (without link) */
#content1 .name {
color: #191970;
font-size: 12px;
background-color: #eee;
padding-right: 0px;
text-decoration: none;
}

/* Name (with link) */
#content1 .link, #content .link a, #content .link a:link, #content .link a:visited {
font-size: 12px;
padding-right: 0px;
color: #00BFFF;
background-color: #eee;
text-decoration: underline;
}

/* Name (with link) on mouse over */
#content1 .link a:hover {
color: #00BFFF;
background-color: #fff;
text-decoration: underline;
}

/* Date */
#content1 .date {
font-size: 10px;
letter-spacing: 1px;
color: #666;
margin-right: 6px;
text-decoration: none;
cursor:pointer;
}

/* Message text */
#content1 .text {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #000;
margin-left:10px;
}

/* Links catched in a message */
#content1 .text a, #content .text a:link, #content .text a:visited {
color: #555;
background-color: #fff;
text-decoration: none;
}

/* Links catched in a message on mouse over */
#content .text a:hover {
color: #555;
background-color: #fff;
text-decoration: none;
}

/* Curly brackets around the links */
.blue {
color:blue;
}

/* Form div */
#form {
position: absolute;
top: 220px;
left: 41px;
width: 223px;
height: 30px;
background-color: #D6D6D6;
border-bottom: 1px solid #ccc;
}

/*button*/



/* Div containing the form fields */
#field_set {
position: absolute;
top: -101px;
left:-433px;
width: 223px;
height: 30px;
background-color: inherit;
}

/* Name field */
input1#name {
position:absolute;
width: 104px;
height:16px;
left: 0px;
top:0px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-color: #DCDCDC !important;
font-size: 12px;
letter-spacing: 1px;
border: none;
margin-top:0px;
}

/* Url field */
input1#url {
position:absolute;
width: 104px;
height:16px;
left: 0px;
top:20px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-color: #fff !important;
font-size: 12px;
letter-spacing: 1px;
border: none;
}

/* Message field */
textarea {
position:absolute;
height: 30px;
left: 77px;
width: 223px;
right:70px;
top:204px;
font-family: Arial, Helvetica, sans-serif;
color: #999;
background-color: #fff;
font-size: 12px;
letter-spacing: 1px;
border: none;
overflow:hidden;
margin-top: 0px;
}

/*------ Start of the the shoutbox menu --------------------------------------*/
#chat_menu {
position: absolute;
top:230px;
left: 0px;
margin-top: 0px;
height: 20px;
width: 387px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ccc;
background-color: #eee;
}

/* Copyright link */
#wtag {
position: absolute;
top:0px;
left: 0px;
height:20px;
width: 97px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
border-right:1px dotted #ccc;
text-align:center;
}

#wtag p {
margin-top:4px;
}

#wtag a, #wtag a:link, #wtag a:visited {
color: #666;
background-color: #eee;
text-decoration:none;
}

/* Link to wTag web site on mouse over */
#wtag a:hover {
color: #00BFFF;
text-decoration:none;
}

/* Smileys panel */
#emo {
position: absolute;
top:0px;
left: 196px;
height:20px;
width: 104px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color:transparent;
border-right: 1px dotted #ccc;
text-align:center;
cursor:pointer;
padding:0px;
}

#emo ul {
list-style-type:none;
margin-top:4px;
color: #666;
text-decoration:none;
background-color: transparent;
margin-left:0px;
padding:0px;
}

#emo li:hover,  #emo li.over {
color: #00BFFF;
background-color: transparent;
cursor:pointer;
padding-bottom:10px;
}

#emo li ul {
display: none;
cursor:default;
list-style-type:none;
}

#emo li:hover ul {
position:absolute;
right:-1px;
display:block;
top:18px;
width:200px;
height:50px;
background-color: #eee;
border: 1px solid #ccc;
cursor:default;
list-style-type:none;
padding-left:8px;
z-index:97;
}
 
#emo li:hover ul li, #emo li.over ul li{
display: inline;
cursor:default;
margin-right:9px;
}

/* Position smiley images */
.smileys {margin-top:8px;}

/* Refresh button */
#refresh {
position: absolute;
top:0px;
left: 97px;
height:20px;
width: 97px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
border-right:1px dotted #ccc;
text-align:center;
cursor:pointer;
}

#refresh p {
margin-top:4px;
color: #666;
text-decoration:none;
background-color: #eee;
}

#refresh p:hover {
color: #00BFFF;
background-color: #eee;
cursor:pointer;
}

/* Submit button */
#submit {
position: absolute;
top:0px;
left:291px;
height:20px;
width: 97px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #eee;
text-align:center;
cursor:pointer;
}

#submit p {
margin-top:4px;
color: #666;
text-decoration:none;
background-color: #eee;
}

/* Submit button on mouse over */
#submit p:hover {
color: #00BFFF;
background-color: #eee;
cursor:pointer;
}


/*------ The CSS below this comment is for Opera only ------------------------*/

html:first-child #box {
width: 294px;
height: 240px;
background-color: transparent;
background-image: url('/web/20130116121307im_/http://www.radiobanglaonline.com/wtag/img/rounded.gif');
}

html:first-child textarea {
left: 108px;
width: 164px;
height: 36px;
}

html:first-child #emo li:hover>ul {
display:block;
width:210px;
padding-left:0px;
}

html:first-child #emo li:hover>ul li {
margin-right:10px;
}


html:first-child li>.smileys {
margin-top:10px;   
}

/*
     FILE ARCHIVED ON 12:13:07 Jan 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:32:46 Jul 18, 2025.
     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: 0.525
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 136.255
  LoadShardBlock: 235.602 (3)
  PetaboxLoader3.datanode: 213.737 (4)
  load_resource: 29.94
*/