.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
        padding:7px;
	color: #ffffff;
        background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxhead span.type 
{
    background: none repeat scroll 0 0 #666666;
    border-radius: 5px;
    float: left;
    margin: 4px;
    padding: 4px;
}
.chatboxhead span.type.on {
background : none 0 0 repeat scroll #090;
}
.chatboxhead span.type.off {
background : none 0 0 repeat scroll #666666;
}



.chatboxblink {
	background-color: #f99d39;
	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background : none 0 0 repeat scroll #fff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
        resize: none;
}

.chatboxtextareaselected {
	border: 2px solid #176689;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
      
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}



div.chatboxcontent .mensaje-autor {
    margin-bottom: 50px;
}
div.chatboxcontent .mensaje-autor img, #chat #mensajes .mensaje-amigo img {
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    width: 40px;
}
div.chatboxcontent .mensaje-autor .contenido {
    background-color: #3990bf;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 13px;
    padding: 1px;
    vertical-align: top;
    width: 128px;
}
div.chatboxcontent .mensaje-autor .contenido p {
    clear: left;
    max-width: 118px;
    word-wrap: break-word;
    font-family: "Arial",sans-serif;
    color:#262626;
}
div.chatboxcontent .mensaje-autor .fecha {
    color: #777;
    font-size: 9px;
    font-style: italic;
    margin-top: -1px;
    text-align: left;
}
div.chatboxcontent .mensaje-autor .flecha-derecha {
    border-bottom: 2px solid transparent;
    border-left: 4px solid #3990bf;
    border-top: 19px solid transparent;
    display: inline-block;
    height: 0;
    margin-left: -4px;
    margin-top: 3px;
    width: 0;
}

div.chatboxcontent .mensaje-amigo {
    margin-bottom: 50px;
}
div.chatboxcontent .mensaje-amigo img, #chat #mensajes .mensaje-autor img {
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    width: 40px;
}
div.chatboxcontent .mensaje-amigo .contenido {
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 13px;
    padding: 1px;
    vertical-align: top;
    width: 128px;
}
div.chatboxcontent .mensaje-amigo .contenido p {
    clear: left;
    max-width: 118px;
    word-wrap: break-word;
     font-family: "Arial",sans-serif;
    color:#262626;
}
div.chatboxcontent .mensaje-amigo .fecha {
    color: #777;
    font-size: 9px;
    font-style: italic;
    margin-right: 1px;
    margin-top: 1px;
    text-align: right;
}
div.chatboxcontent .mensaje-amigo .flecha-izquierda {
    border-bottom: 2px solid transparent;
    border-right: 4px solid white;
    border-top: 20px solid transparent;
    display: inline-block;
    height: 0;
    margin-right: -4px;
    margin-top: 3px;
    width: 0;
}



.fotoPerfil {
    border-radius: 9px;
    display: inline-block;
    height: 30px;
    vertical-align: top;
    width: 30px;
}


.loaderAjax{
	display: none;
}
#sideBarTab{
float:right;
height:137px;
width:28px;
}
#sideBarTab img{
border:0px solid #FFFFFF;
}


#sideBar{
position: fixed;
width: 16px;
height: auto;
top: 140px;
right:0px;
cursor: pointer;
background-image:url(http://4.bp.blogspot.com/_8X8A6_fKD8A/S9CFbXuUDgI/AAAAAAAAC-Y/yr2cyLZgCV0/s320/left.collapse.border.gif);
background-position:top right;
background-repeat:repeat-y;
}