<br />
<b>Warning</b>:  Undefined array key "dontDL" in <b>/var/www/vhosts/tarquin-howto/webroot/operaStyles/ChatStyleSample.php</b> on line <b>24</b><br />
<br />
<b>Warning</b>:  Undefined array key 1 in <b>/var/www/vhosts/tarquin-howto/webroot/operaStyles/ChatStyleSample.php</b> on line <b>28</b><br />
@charset "utf-8";
/* CSS style sheet for Instant Messenger */
/* Copyright 2000-2004 Opera Software and Mark Wilton-Jones (modified from Opera's original stylesheet) */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: -o-skin("Browser Window Skin");
	color: #000;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	vertical-align: top;
	padding: 3px 5px;
}

td img {
	vertical-align: middle;
}

div.highlight {
	display: table-cell;
	border: 1px dotted #552;
	padding: 1px;
	background-color: #ffffe1;
}

span.highlight {
	border: 1px dotted #552;
	padding: 1px;
	background-color: #ffffe1;
}

.self {
	color: #009;
	text-align: right;
}

.self-message {
	font-weight: bolder;
}

.time, .self, .self-action, .sender, .join, .leave, .nick, .operator, .voiced, .disconnect, .action, .whois, .status, .topic, .moderated, .limit, .topic-protection, .password, .secret, .unknown-mode {
	background: -o-skin("Hotlist Panel Skin");
}

td:first-child + td + td { border-left: 1px solid #bbc; }

.sender {
	color: #900;
	text-align: right;
}

.sender-message {
}

.join {
	color: #090;
	text-align: right;
}

.join-message {
	color: #090;
}

.leave {
	color: #090;
	text-align: right;
}

.leave-message {
	color: #090;
}

.nick {
	color: #090;
	text-align: right;
}

.nick-message {
	color: #090;
}

.operator {
	color: #090;
	text-align: right;
}

.operator-message {
	color: #090;
}

.voiced {
	color: #090;
	text-align: right;
}

.voiced-message {
	color: #090;
}

.disconnect {
	color: #090;
	text-align: right;
}

.disconnect-message {
	color: #090;
}

.self-action {
	text-align: right;
}

.self-action-message {
	color: #909;
}

.action {
	text-align: right;
}

.action-message {
	color: #909;
}

.whois {
	width:	6em;
	color: gray;
	text-align: right;
}

.whois-message {
	color: gray;
}

.status {
	width:	6em;
	color: gray;
	text-align: right;
}

.status-message {
	color: gray;
}

.topic {
	width:	6em;
	color: gray;
	text-align: right;
}

.topic-message {
	color: gray;
}

.moderated {
	width:	6em;
	color: gray;
	text-align: right;
}

.moderated-message {
	color: gray;
}

.limit {
	width:	6em;
	color: gray;
	text-align: right;
}

.limit-message {
	color: gray;
}

.topic-protection {
	width:	6em;
	color: gray;
	text-align: right;
}

.topic-protection-message {
	color: gray;
}

.password {
	width:	6em;
	color: gray;
	text-align: right;
}

.password-message {
	color: gray;
}

.secret {
	width:	6em;
	color: gray;
	text-align: right;
}

.secret-message {
	color: gray;
}

.unknown-mode {
	width:	6em;
	color: gray;
	text-align: right;	
}

.unknown-mode-message {
	color: gray;
}

.smiley-happy {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Happy");
}

.smiley-unhappy {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Unhappy");
}

.smiley-wink {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Wink");
}

.smiley-surprised {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Surprised");
}

.smiley-grin {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Grin");
}

.smiley-cool {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Cool");
}

.smiley-indifferent {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Indifferent");
}

.smiley-cry {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Cry");
}

.smiley-angry {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Angry");
}

.smiley-tongue {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Tongue");
}

.smiley-pacman {
	width: -o-skin;
	height: -o-skin;
	background-image: -o-skin("Smiley Pacman");
}

td:first-child + td { white-space: nowrap; }
