/* *******************************************************************
/* Title          udde Instant Messages (uddeIM)
/* Description    Instant Messages System for Mambo 4.5.X
/* Author         Benjamin Zweifel
/* Version        0.5
/* as of          2005/12/27
/* Contact        uddeim@yahoo.com
/* Copyright      © by Benjamin Zweifel
/* License        This is free software and you may redistribute it under the GPL.
/*                uddeIM comes with absolutely no warranty. For details, see the license at
/*                http:/*www.gnu.org/licenses/gpl.txt
/*                YOU ARE NOT REQUIRED TO KEEP COPYRIGHT NOTICES IN
/*                THE HTML OUTPUT OF THIS SCRIPT. YOU ARE NOT ALLOWED
/*                TO REMOVE COPYRIGHT NOTICES FROM THE SOURCE CODE.
/* *******************************************************************
/* This is the CSS file
/* Adjust to your likings (you may want to make a copy first)
/* ******************************************************************* */

#uddeim-module {
/* container of the module */
	font-size:	11px;
	font-family : sans-serif;
	font-family: Arial, Helv, Helvetica, "MS Sans Serif", "Sans Serif";	
	padding: 0px 0px 8px 0px;
	background: none;
}

#uddeim-modulenew {
/* container of the module when unread messages present */
	font-size:	11px;
	font-family : sans-serif;
	font-family: Arial, Helv, Helvetica, "MS Sans Serif", "Sans Serif";	
	padding: 0px 0px 8px 0px;
	background: none;	
}

#uddeim-module p.uddeim-module-head {
	background-color: #e0e0ff;
	margin: 0;
	padding: 1px 1px 1px 3px;	
}

#uddeim-module p.uddeim-module-head a {
	color: #336688;
	font-weight: bold;
}

#uddeim-module p.uddeim-module-head a:hover {
	color: red;
}

#uddeim-module p.uddeim-module-body {
	padding: 1px 1px 1px 3px;
	color: black;
	margin: 0;
	background-color: #e0e0ff;
}


#uddeim-modulenew p.uddeim-module-head {
	background-color: #336688;
	margin: 0;
	padding: 1px 1px 1px 3px;
}

#uddeim-modulenew p.uddeim-module-head a {
	color: white;
	margin: 0;
}

#uddeim-modulenew p.uddeim-module-row {
	background-color: #EAEAEA;
	color: black;
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 1px 1px 1px 3px;	
}

#uddeim-modulenew p.uddeim-module-row a {
	color: #336688;
	margin: 0;
}

#uddeim-modulenew p.uddeim-module-row a:hover {
	text-decoration: underline;
}

#uddeim-modulenew p.uddeim-module-body {
	background-color: #EAEAEA;
	padding: 1px 1px 1px 3px;		
	margin: 0;
}

#uddeim-modulenew p.uddeim-module-body a {
	color: #336688;
}

#uddeim-modulenew p.uddeim-module-body a:hover {
	color: red;
}




