/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*Start of Main css style for the complete chatbox */
.freichat{
	  position: relative;
	  padding: 5px ;
	  background-color: #efefef;
	  color: #FFFFFF ;
	  text-align: justify;
	  font-size: 14px;
	  width: 130px;
	  background-image:url('ce_green/btom.jpg');
	  border:1px solid #ccc;
    	  border-bottom:2px solid #bbb;
    	  border-top:1px solid #ddd;
    	  border-radius:10px;
    	  -webkit-border-radius:10px;
    	  -moz-border-radius:5px;
	 }

#freichat{
	  position: fixed;
	  right:0px;
	  bottom: 0px;
	 }

*html #freichat{
		position: absolute;
		bottom: 0px;
	       }

.freichat img{
	      display:inline !important;
	      border-top:0px !important;
	      border-bottom:0px !important;
	     }

.freichat a:hover {
		   text-decoration: none;
		   background-color: white ;
		   color:blue;
		  }


.freichathead {
		padding-bottom:15px;
	      }


.frei_options {
		font-weight:normal;
		padding-bottom:15px;
	      }

.frei_options a {
		  color:white ;
	  	  text-decoration: none;
		  font-weight:normal;
		  font-size:13px;
		}



/* End of Main css style for the complete chatbox  */
/*-------------------------------------------------------------------------------------------------------------------------------------*/
.freicontain{
bottom:0px;
position:fixed;
width:225px;
z-index:9999999;
}

/*-------------------------------------------------------------------------------------------------------------------------------------*/
.onfreioffline{
position:fixed;
right:0px;
bottom:0px;
z-index:10001;

}
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/* Css to change the style of,online users list, shown in the chatbox */
.online-usr-list{
		 text-decoration: none;
		 color: white ;
		}

.frei{
      height:112px;
      overflow:auto;
     }
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/* CSS style for Complete ChatWindows */
.frei_box{
	  position:relative;
          bottom:0px;
          width:225px;
 	  z-index:9999999;
	 }

.freicontent{
	     /*Default blank wont have any effect*/
	    }

.chatboxhead {
		background-color:#efefef; /*#f99d39;*/
		padding:6px;
		color: #FFFFFF;
    		width:213px ;
		border-bottom:1px solid  #000000 ;
		background-image:url('ce_green/btop.png') ;
		font-size:14px;
   		/* background-repeat:repeat-x;*/
             }

/*.chatbar {
	padding:14px ;
	width: 1200px ;
}
.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}*/

.chatboxcontent {

		 background-image:url('ce_green/bmid.jpg') ;
		 font-family: Arial,sans-serif;
	 	 font-size: 13px ;
 		 height:200px ;
 		 width:209px ;
 		 overflow-y:auto;
		 overflow-x:auto;
		 padding:7px;
		 border:1px solid #ccc;
 	         border-bottom:2px solid #bbb;
        	 border-top:1px solid #ddd;
        	 border-radius:10px;
        	 -webkit-border-radius:10px;
         	 -moz-border-radius:5px;
        	 -moz-border-radius:5px;
	 	 background-color: #ffffff ;
		 line-height: 1.32em ;
		 text-align:left;
                 word-wrap: break-word;
		}

.chatboxinput {
		padding: 3px;
		background-color: #ffffff ;
		border-left:1px solid #cccccc ;
		border-right:1px solid #cccccc ;
		background-image:url('ce_green/btom.jpg') ;
		border-top:1px solid  #000000 ;
		border-bottom:1px solid #cccccc ;
	      }

.chatboxtextarea {
		  width: 214px;
		  height:44px;
		  padding:3px 0pt 3px 3px;
		  border: 1px solid #eeeeee ;
		  margin: 1px ;
		  overflow:hidden;
		  color:#FFFFFF;
		  background-image:url('ce_green/btom.jpg') ;
		  border: 2px solid #f99d39 ;
		}

.chatboxtextareaselected {
			  border: 2px solid #f99d39 ;
			  margin:0 ;
			 }

.chatboxmessage {
		 margin-left:1em ;
		 color: #ffffff ; font-size: 0.9em ;
    		 width:16em ;
		}

.chatboxinfo {
		margin-left:-1em ;
		color:#666666;
	     }

.chatboxmessagefrom {
		     margin-left:-1em ;
		     font-weight: bold;
		     color: #ffffff;
	            }

.chatboxmessagecontent {
color: #ffffff ;
}
.chatboxmessagecontent a {
color: blue ;
text-decoration: none ;
}
.chatboxmessagecontent a:hover {
text-decoration: underline ;
}

.chatboxoptions {
	float: right ;
}

.chatboxoptions a img{
border: none !important;
}


.chatboxtitle {
	float: left;
	color: #FFFFFF ;
}

/*-------------------------------------------------------------------------------------------------------------------------------------*/
/*Plugin CSS */
.langlist a {
                  color:white !important;
	  	  text-decoration: none;
		  font-weight:normal;
		  font-size:13px;
}

.langlist a:hover {

                    color:blue !important;
}

.originalmessagecontent{

 position : absolute;
 color: white;
 background-color: black;

 overflow:auto;
 border:1px solid white;


 width: 150px;
 height: 44px;

}


.originalmessagecontent a {
 color: white;
}
