/*******************************************************************************
**    ____________________________________________________________________
**   /                                                                    \
**  |     ____      Copyright (c) 2003-2008 - All rights reserved          | 
**  |    / _  \                                                            |
**  |   / |_  /     Herve Masson (herve@mindstep.com)                      |
**  |   \____/      Patrick Bihan faou (patrick@mindstep.com)              |
**  |                                                                      |
**  |                                                                      |
**  |      www.mjslib.com                            mjslib@mjslib.com     |
**   \____________________________________________________________________/
**
**  (Svn version: $Id: excombo_tb.css 3669 2008-12-17 08:42:26Z herve $)
**
********************************************************************************
**
**	Teambox styles for the excombo widget
**
*******************************************************************************/

DIV.excombo.skin_tbl
{
	border:			1px solid var(--color-stroke);;
	border-radius:	3px;
	text-align:		left;
	padding-left:	5px;
}

DIV.excombo.skin_tbl.opened
{
	border-color:	var(--color-secondary);
}

DIV.excombo.skin_tbl DIV
{
	width:					16px;
	height:					23px;
	background-image: 		url(tbl.png); 
}

DIV.excombo.skin_tbl INPUT
{
	padding:			0;
	margin:				0;
}

DIV.excombo.skin_tbl DIV:hover
{
	background-image: 		url(tbl_over.png); 
}

DIV.excombo.skin_tbl INPUT
{
    outline:		none; 
	box-shadow:		none;
}

