#irc { }

#irc .leftside {
	float: left;
	width: 615px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dashed #bbbbbb;

}

#irc .rightside {
	float: left;
	width: 300px;
}

#irc .join {
	margin-bottom: 20px;
}

#irc .join h2,
#irc .channels h2,
#irc .server-details h2,
#irc .webclient h2,
#irc .clients h2 {
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	color: #006AB6;
	padding-top: 5px;
}

#irc .join p,
#irc .channels p,
#irc .server-details p,
#irc .webclient p,
#irc .clients p { 
	margin: 5px 0px 5px 20px;
}


#irc .server-details {
	margin-bottom: 25px;
}

#irc .server-details a,
#irc .channels a,
#irc .clients a {
	color: green;
	text-decoration: none;
}

#irc .clients .windows {
	background: transparent url(/images/32x32-windows.png) no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 37px;
	margin: 5px 0px 5px 20px;
}

#irc .clients .apple {
	background: transparent url(/images/32x32-mac.png) no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 37px;
	margin: 5px 0px 5px 20px;
}

#irc .clients .linux {
	background: transparent url(/images/32x32-pengiun.png) no-repeat;
	height: 32px;
	line-height: 32px;
	padding-left: 37px;
	margin: 5px 0px 5px 20px;
}

#irc .server-details table {
	width: 280px;
	margin: 10px 0px 5px 20px;
	background: #f0f5fa;
	border: 1px solid #c2cfdf;
	font-size: small;
}

#irc .server-details table td {
	padding: 2px 10px;
}

#irc .channels {
}

#irc .channels table {
	background: #f0f5fa;
	border: 1px solid #c2cfdf;
	margin: 5px 0px 5px 20px;
	padding: 5px;
	font-size: small;
}

#irc .channels th {
	text-align: left;
	padding-left: 5px;
}

#irc .channels td {
	vertical-align: top;
	padding: 5px 10px;
}

#irc .channels td.btm-bdr {
	border-bottom: 1px dotted #c2cfdf;
}

#irc .webclient {
	margin-bottom: 30px;
}

#irc .webclient form {
	width: 267px;
	background: #f0f5fa;
	border: 1px solid #c2cfdf;
	padding: 5px;
	margin: 5px 0px 5px 20px;
}

#irc .webclient label {
	padding: 5px;
}

#irc .webclient input[type="text"] {
	width: 100px;
	padding: 2px;
}

#irc .webclient input[type="submit"] {
	padding: 1px;
	margin: 5px;
}

