/**************************************************
 * ChatLite theme to match PunBB default.
 * @author Neck - http://www.eikylon.net
 **************************************************/
#ek_chatLite {
	margin-bottom:1em;
	 
}
#ek_chatLite .chatBox {
   background-image:url(http://www.juhi.si/forum/style/Oxygen/dsg/body/content_top.png);
	background-repeat:repeat-y;
	height:100%;
	border-bottom:1px solid white;
}
#ek_chatLite h2 {
	border-bottom:1px solid #e7e7e7;
	background-image:url(http://www.juhi.si/forum/style/Oxygen/dsg/body/content_top.png);
	background-repeat:repeat-y;
	color:#343434;
	font-size:1.084em;
	font-weight:normal;
	padding:.5em 10em .5em 1.5em;
	width:auto;
	zoom:100%;
}
#ek_chatLite br {
	display:inline;
}
#ek_chatLite .chatError {
	background-color:rgb(242,209,209);
	cursor:pointer;
	font-weight:bold;
	padding:1px 1px 4px;
	text-align:center;
	zoom:100%;
}
#ek_chatLite .chatContent {
	height:160px;
	overflow:auto;
	padding:2px;
}
#ek_chatLite input {
	display:inline;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	margin:6px 2px 6px 12px;
	border:1px dotted #dedede;
	background-color:white;
	color:black;
}
#ek_chatLite .chatDel {
	color:rgb(255,149,149);
	cursor:pointer;
	font-weight:bold;
}
#ek_chatLite .chatDel:hover {
	color:rgb(255,79,79);
}
