﻿/*******************************
		
		Name: Fresh chat
		Version: 0.1
		Author: Dreamer
		Contact: JID: dreame4@jabber.org; e-mail: 91dreamer@gmail.com
		Date: 23.06.2007
		About: It`s CSS file for Konnekt (plugin kIEview).

		Port stylu dla WTW by Wiśniowy.
		Modified by żeli
		
*******************************/

* { margin:0; padding:0; }

body {
	background-color: #fff;
	font: normal 14px/1.4 "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #656464;
	margin-bottom: 10px;
	}
	
.send, .sendnext, .recv, .recvnext, .sms, .filesend, .filerecv, span.value {
	background-color: #fbfbfb;
	font: normal 12px/1.4 "Calibri", "Trebuchet MS", Arial, sans-serif;
	}
	
.send .header,
.filerecv .header,
.sms .header {
	display:block;
	height: 16px;
	border-top: 4px solid #abce2c;
	background: url(top.png)  repeat-x bottom;
	border-bottom: 1px solid #eaeaea;
	padding-top: 3px;
	padding-left: 8px;
	}

.recv .header,
.filesend .header {
	display:block;
	height: 16px;
	border-top: 4px solid #29a7cd;
	background: url(top.png)  repeat-x bottom;
	border-bottom: 1px solid #eaeaea;
	padding-top: 3px;
	padding-left: 8px;
	margin-top: 2px;
	}
	
.sendnext .body, .recvnext .body {
	border-top: 1px solid #eaeaea;
	padding-top: 2px;
	padding-bottom:5px;
	margin-left: 7px;
	}
	
.send .body, .recv .body {
	padding-top: 2px;
	padding-bottom:3px;
	margin-left: 7px;
	}

.send .header .nick,
.recv .header .nick,
.filesend .header,
.filerecv .header,
.sms .header {
	font: bold 11px "Calibri", "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	color: #656464;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	}

.send .timestamp,
.recv .timestamp,
.filesend .timestamp,
.filerecv .timestamp {
	font: normal 10px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #adadad;
	float:right;
	display:block;
	margin-top: 0px;
	margin-right: 8px;
	}
	
.sendnext .timestamp,
.recvnext .timestamp {
	font: normal 10px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #adadad;
	position:relative;
	float:right;
	padding-top: 6px;
	margin-right: 8px;	
	}
	
.status {
	background: url(pow.png) repeat 0 0;
	font: normal 11px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #656464;
	text-transform: uppercase;
	overflow: visible;
	}
	
.status .body {
	background: url(pow.png) repeat 0 0;
	font: normal 11px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #656464;
	text-transform: uppercase;
	padding-left: 8px;
	}
	
.status .body .info {
	display:block;
	margin-left: 8px;
	font-style: italic;
	text-transform:none;
	padding:6px 0 6px 15px;
	}
	
.status .name {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-transform: none;
	}
	
.status .timestamp,
.quickeventnormal .timestamp, 
.quickeventwarning .timestamp {
	padding-left: 4px;
	padding-right: 8px;
	float:right;
	position: relative;
	font-size: 10px;
	padding-top:-1px;
	color: #adadad;
	}

.quickeventwarning, .quickeventnormal,
.send .extinfo,
.recv .extinfo,
.sendnext .extinfo,
.recvnext .extinfo {
	font: normal 11px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #656464;
	text-transform: uppercase;
	margin: 8px 0;
	background: url(pow.png) repeat 0 0;
	padding-left: 12px;
	}
	
a, a:visited {
	font: normal 12px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #0076ae !important;
	text-decoration:none !important;
	border-bottom: 1px dotted #e1e1e1;
	}
	
a:hover {
	font: normal 12px "Calibri", "Trebuchet MS", Arial, sans-serif;
	color: #0076ae !important;
	border-bottom: 1px solid #b1b1b1;
	}
	
img.aqqimage, img.ggimage {
  border: 1px solid #d6d6d6;
}
