a
{
	color: #2D605D;
}

#toolbar
{
	position: fixed;
	top: 0;
	width: 100%;
	height: 3em;
	background-color: white;
	border-bottom: #69E8E4 5px solid;
}

	#toolbar_inner
	{
		width: 90%;
		margin: auto;
		padding: 1em;
	}

	#loading
	{
		position: absolute;
		right: 1em;
		top: 5px;
	}

#content
{
	width: 90%;
	margin: auto;
	margin-top: 2.5em;
	padding: 1em;
	border: solid #69E8E4 7px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #EEE;
	color: #222;	
}

#irc 
{
	width: 100%;
	font-family: Palatino;
	font-size: 110%;
	list-style-type: none;
	border-spacing: separate;
}

	#irc tr:nth-of-type(2n)
	{
		background-color: #DEDEDE;
	}

	#irc .name
	{
		text-align: right;
		font-weight: bold;
	}
	
	#irc .message
	{
	}

	#irc .pubmsg
	{

	}

	#irc  .join, #irc .join a
	{
		color: green;
	}

	#irc  .part, #irc .part a
	{
		color: salmon;
	}

	#irc  .action, #irc .action a
	{
		color: purple;
	}

	#irc .topic, #irc .topic a
	{
		color: blue;
		padding: 0.5em 0.5em 0.5em 0.5em;
		margin: 0.5em 0.5em 0.5em 0.5em;
	}

	#irc .nick, #irc .nick a
	{
		color: darkblue;
	}

	#irc  .date
	{
		font-size: x-small;
		width: 120px;
		text-align: right;
		padding-right: 1em;
	}
	
	.tag
	{
		font-weight: bold;
	}
	
	.important .message
	{
		overflow: hidden;
		text-indent: -20px;
		background: white url('images/blue_exclamation.png') 103% 50% no-repeat;
		font-size: 130%;
		padding: 0.7em;
		border: 3px solid #69E8E4;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-weight: 400;
	}
	
	.event .message
	{
		overflow: hidden;
		text-indent: -20px;
		background: white url('images/blue_at.png') 103% 50% no-repeat;
		font-size: 130%;
		padding: 0.7em;
		border: 3px solid #69E8E4;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-weight: 400;
	}
	
	#footer
	{
		font-size: small;
		text-align: right;
		margin-top: 2px;
	}

	.searchresult
	{
		border-spacing: 0 20px;
	}
	
		.searchresult tbody tr
		{
			border: 1px solid black;
		}
	
		.searchresult tbody tr td
		{
			background-color: white;
			padding: 0.5em 0;
		}
