/*******************************************************************************
**    ____________________________________________________________________
**   /                                                                    \
**  |     ____      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$)
**
********************************************************************************
**
**	Extended button styles
**
**	(no specific styles at this level yet - everything is in skin dirs)
**
*******************************************************************************/


BUTTON.exbutton .caret,
DIV.exbutton .caret
{
	display:         inline-block;
	width:           0;
	height:          0;
	vertical-align:  top;
	border-top:      4px solid #888;
	border-right:    4px solid transparent;
	border-left:     4px solid transparent;
	content:         "";
	margin-top:      9px;
	margin-left:     3px;
}

BUTTON.exbutton.over,
DIV.exbutton.over
{
	/* Gives the button a chance to be above the popup menu when any */
	z-index:		100010;
}


