﻿a
	{
	line-height: 130%;
	text-decoration: none;
	color:#336600;
	font-family: "Verdana", "Arial";
	border-bottom: 1px solid #b8c49d;
	padding-bottom: 1px;
	}

a:hover, a.in_link:hover, a.no_line:hover span
	{
	color: #147dc0;
	border-color: #147dc0;
	} 
a.in_link 
	{
	border-bottom: 1px dotted #a2b17f;
	}	
a.no_line
	{
	border-bottom: none;
	}

a.no_line span
	{
	border-bottom: 1px solid #b8c49d;
	}
a.no_line.in_link span
	{
	border-bottom: 1px dotted #a2b17f;
	}
	
.L
	{
	float:left;
	}

div.window
	{
	position: relative;
	padding: 5px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background: white;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}

div.window ul
	{
	margin: 10px;
	padding: 0px 0px 0px 10px;
	float: left;
	}

#send_xmpp_message
	{
	position: fixed;
	background-color: red;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    right: -82px;
    top: 50%;
    color: #360;
    cursor: pointer;
    background-image: url('../images/xmpp/megaphone.png');
    background-repeat: no-repeat;
    background-position: 5px 5px ;
	padding: 3px 5px 3px 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}


