.lc-status-icon-offline{
	background: url("../img/offline.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin: 10px 4px;
    width: 16px;
}

.lc-status-icon-online{
	background: url("../img/online.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    margin: 10px 4px;
    width: 16px;
}

.hidden-id{
	display: none !important;
}

/*credits*/

.danycode-credits-link{
	background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    width: 340px;
    border-radius: 4px; -webkit-border-radius: 4px;
    

  background-color: #EEEEEE;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #FFFFFF, #DDDDDD); /* Firefox 3.6-15 */
  background-image:      -o-linear-gradient(top, #FFFFFF, #DDDDDD); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #FFFFFF, #DDDDDD); /* Firefox 16+ */
    
}

.danycode-credits-link p{
    font-size: 12px;
    margin: 0;
    padding: 5px;
    text-align: center;
}

.danycode-credits-link p a{
    text-decoration: none;
    font-weight: bold;
}

.danycode-credits-link p a:hover{
    text-decoration: underline;
    font-weight: bold;
}

/*credits*/

/*reset*/

div, span, p, input[type="text"], input[type="submit"]{
	font-family: verdana,helvetlca,sans-serif !important;
	box-shadow: none !important;
	font-style: normal !important;
	text-shadow: none !important;
}

/*reset*/

.live-chat-admin .icon-title h2{
	font-weight: normal;
    line-height: 32px;
    margin-left: 42px;	
    padding: 0;
}

.danycode-menu-separator{
	border-top: 1px solid #DFDFDF;
	margin: 20px 0;
}

.live-chat-admin .icon-title{
	background: url("../img/icon32.png") no-repeat scroll 0 0 transparent;
}

.lc-msg-right{
    color: #333333 !important;
    float: left;
    padding-left: 36px;
    min-height: 32px !important;
    font-family: verdana,helvetlca,sans-serif !important;
}

.lc-img-left{
    left: 0;
    margin-right: 4px;
    min-height: 32px;
    min-width: 32px;
    position: absolute;
    top: 4px;
    width: 32px;
    border-radius: 4px; -webkit-border-radius: 4px;
}

.lc-chat-head a{
    color: #FFFFFF !important;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
    text-decoration: none;
}

.lc-chat-head a:hover{
	text-decoration: underline;
	color: #FFFFFF !important;
}

.live-chat-admin input[type="text"]{
	font-size: 1.7em;
    line-height: 100%;
    outline: 0 none;
    padding: 3px 8px;
    width: 100%;
}
.live-chat-admin input[type="submit"]{
	margin-top: 10px;
}

.live-chat-admin input[type="checkbox"]{
	display: inline;
}

.live-chat-admin label{
	color: #21759B;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
.live-chat-admin input{
	display: block;
	margin-right: 5px;
}

.live-chat-admin{
	position: relative;
	margin-top: 10px;
}

#lc-set-username-form{

}

#lc-close-icon{
	background: url("../img/close-icon.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 16px;
}

#lc-open-icon{
	background: url("../img/open-icon.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 10px;
    width: 16px;
}

#lc-welcome-message{
	border-radius: 4px; -webkit-border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    width: 285px;
    color: #333333;
}

#lc-set-username-container{
	height: 207px;
    margin: 4px;
    width: 285px;
    display: none;
}

#lc-set-username{
	background-color: #EDF5F7 !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 4px; -webkit-border-radius: 4px;
    color: #FF0000 !important;
    display: block;
    font-size: 11px;
    height: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 170px;
    padding: 3px !important;
}

#lc-chat-now{
    background: #FF4040 !important;
    border: 1px solid #FF0000;
    border-radius: 4px; -webkit-border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    margin: 91px auto 4px;
    text-align: center;
    width: 50%;
}

#lc-submit-form{
    border: 0 none !important;
    margin: 0 !important;	
}

.lc-single-message{
    border-top: 1px solid #EEEEEE !important;
    font-size: 11px !important;
    line-height: 14px !important;
    margin: 4px 4px 4px 0 !important;
    padding-top: 4px !important;
    position: relative;
}

.lc-message-date{
	color: #888888;
}

.lc-message-username{
	color: #FF0002;
}

.lc-chat-bottom{
	height: 22px;
    margin: 4px;
    display: none;
}

.lc-chat-middle{
	height: 180px;
    margin: 4px;
    max-height: 180px;
    max-width: 285px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.lc-chat-head{
	margin: 4px;
	height: 36px;
	border: 1px solid #4297D5;
	border-radius: 4px; -webkit-border-radius: 4px;
	background-color: #88B6D7;
	position: relative;
}

.lc-chat-head p{
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin: 0;
}

#lc-chat{
	bottom: 0;
    position: fixed;
    right: 10px;
    
    width: 293px;
    height: 45px;
    border: 1px solid #a6c9e2;
    background: #ffffff;
    
    z-index: 999999;
    
    font-family: verdana,helvetlca,sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

#lc-message{
	background: none repeat scroll 0 0 #EDF5F7 !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    float: left;
    font-size: 11px;
    height: 20px;
    margin: 0 4px 0 0 !important;
    padding: 0 4px;
    width: 221px;
}

#lc-button{
	background: none repeat scroll 0 0 #FF4040 !important;
    border: 1px solid #FF0000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family: verdana,helvetlca,sans-serif !important;
    font-size: 9px;
    font-weight: normal;
    height: 22px;
    line-height: 20px;
    margin: 0 !important;
    padding: 0 !important;
    width: 50px;
}

/* EASY FLOATING BOX */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE-mac /*/
* html .clearfix{1%;}
/* End hide from IE-mac */
/* EASY FLOATING BOX - END */
