/****************************************************************************************
TOOLBAR
toolbar 16 has height 32 pixels
****************************************************************************************/

.exo-toolbar16Panel
{
	width:100%;
	background: #FFFFFF url(images/toolbar/toolbar_Background.png) repeat-x;
	height:32px;
	cursor: default;
}

.exo-toolbar16Panel-nobackground
{
	width:100%;
	height:32px;
	cursor: default;
}

/*
TOOLBAR BUTTONS PANEL
*/

.exo-toolbar16ButtonsPanel
{
	width:100%;
	padding-top:4px;
	height:28px;
}

/****************************************************************************************
BUTTONS, DELIMITER
****************************************************************************************/

.exo-toolbar16ButtonPanel_Left,
.exo-toolbar16ButtonPanel_LeftHidden,
.exo-toolbar16PopupButtonPanel_Left,
.exo-toolbar16PopupButtonPanel_LeftHidden,
.exo-toolbar16ButtonPanel_Right,
.exo-toolbar16ButtonPanel_RightHidden,
.exo-toolbar16PopupButtonPanel_Right,
.exo-toolbar16PopupButtonPanel_RightHidden,
.exo-toolbar16Delimiter_Left,
.exo-toolbar16Delimiter_LeftHidden,
.exo-toolbar16Delimiter_Right,
.exo-toolbar16Delimiter_RightHidden
{
	height:24px;
}

/*
TOOLBAR BUTTON PANEL ONLY
*/
.exo-toolbar16ButtonPanel_LeftHidden,
.exo-toolbar16ButtonPanel_RightHidden,
.exo-toolbar16PopupButtonPanel_LeftHidden,
.exo-toolbar16PopupButtonPanel_RightHidden,
.exo-toolbar16Delimiter_LeftHidden,
.exo-toolbar16Delimiter_RightHidden
{
	overflow: hidden;
	width:0px;
}

.exo-toolbar16ButtonPanel_LeftHidden,
.exo-toolbar16PopupButtonPanel_LeftHidden,
.exo-toolbar16Delimiter_LeftHidden
{
	float:left;
}

.exo-toolbar16ButtonPanel_RightHidden,
.exo-toolbar16PopupButtonPanel_RightHidden,
.exo-toolbar16Delimiter_RightHidden
{
	float:right;
}


/*
TOOLBAR DELIMITER
*/
.exo-toolbar16Delimiter_Left,
.exo-toolbar16Delimiter_Right
{
	width:1px;
}

/*
LEFT DOCKED BUTTON, DELIMITER
*/
.exo-toolbar16ButtonPanel_Left,
.exo-toolbar16PopupButtonPanel_Left,
.exo-toolbar16Delimiter_Left
{
	padding-left: 4px;
	float: left;
}

/*
RIGHT DOCKED BUTTON, DELIMITER
*/
.exo-toolbar16ButtonPanel_Right,
.exo-toolbar16PopupButtonPanel_Right,
.exo-toolbar16Delimiter_Right
{
	padding-right: 4px;
	float: right;
}

/*
SPACER
*/
.exo-toolbar16SpacerPanel
{
	float: left;
}

/*
DELIMITER
*/

.exo-toolbar16DelimiterImage
{
	width: 1px;
	height: 24px;
}

/*
TOOLBAR BUTTON
*/

.exo-toolbar16Button,
.exo-toolbar16ButtonOver,
.exo-toolbar16ButtonDown,
.exo-toolbar16Button-selected,
.exo-toolbar16Button-selectedOver,
.exo-toolbar16Button-selectedDown,
.exo-toolbar16PopupButton,
.exo-toolbar16PopupButtonOver,
.exo-toolbar16PopupButtonDown
{
	height:24px;
}

.exo-toolbar16Button,
.exo-toolbar16ButtonOver,
.exo-toolbar16ButtonDown,
.exo-toolbar16Button-selected,
.exo-toolbar16Button-selectedOver,
.exo-toolbar16Button-selectedDown
{
	width:24px;
	height:24px;
	background: url(images/toolbar/button.png);
	overflow: hidden;
}

.exo-toolbar16PopupButton,
.exo-toolbar16PopupButtonOver,
.exo-toolbar16PopupButtonDown
{
	width: 38px;
}

.exo-toolbar16Button
{
	background-position: 0px 0px;
}

.exo-toolbar16ButtonOver
{
	background-position: 0px -24px;
}

.exo-toolbar16ButtonDown
{
	background-position: 0px -48px;
}

.exo-toolbar16Button-selected
{
	background-position: 0px -72px;
}

.exo-toolbar16Button-selectedOver
{
	background-position: 0px -96px;
}

.exo-toolbar16Button-selectedDown
{
	background-position: 0px -120px;
}


.exo-toolbar16PopupButton
{
	background: url(images/toolbar/buttonPopup.png) no-repeat;
}

.exo-toolbar16PopupButtonOver
{
	background: url(images/toolbar/buttonPopupOver.png) no-repeat;
}

.exo-toolbar16PopupButtonDown
{
	background: url(images/toolbar/buttonPopupDown.png) no-repeat;
}

/*
TOOLBAR ICON
*/

.exo-toolbar16Icon
{
	width:16px;
	height:16px;
	margin: 4px;
}

/****************************************************************************************
TEXT INPUT
****************************************************************************************/

.exo-toolbar16TextPanel_LeftHidden,
.exo-toolbar16TextPanel_RightHidden
{
	overflow: hidden;
	width: 0px;
	height: 24px;
}

.exo-toolbar16TextPanel_LeftHidden
{
	float: left;
}

.exo-toolbar16TextPanel_RightHidden
{
	float: right;
}

.exo-toolbar16TextPanel_Left,
.exo-toolbar16TextPanel_Right
{
	height: 24px;
}

.exo-toolbar16TextPanel_Left
{
	float: left;
	padding-left: 4px;
}

.exo-toolbar16TextPanel_Right
{
	float: right;
	padding-right: 4px;
}

.exo-toolbar16TextTable
{
	border-collapse: collapse;
	height: 24px;
	width: 100%;
}

.exo-toolbar16TextLeft,
.exo-toolbar16TextLeftDown,
.exo-toolbar16TextArea,
.exo-toolbar16TextAreaDown,
.exo-toolbar16TextDelimiter,
.exo-toolbar16TextDelimiterDown,
.exo-toolbar16TextButton,
.exo-toolbar16TextButtonDown,
.exo-toolbar16TextRight,
.exo-toolbar16TextRightDown
{
	height: 24px;
}

.exo-toolbar16TextLeft
{
	background: url(images/toolbar/text/textInputLeftOver.png) no-repeat;
	width: 3px;
}

.exo-toolbar16TextLeftDown
{
	background: url(images/toolbar/text/textInputLeftDown.png) no-repeat;
	width: 3px;
}

.exo-toolbar16TextArea,
.exo-toolbar16TextButton
{
	background: url(images/toolbar/text/textInputMiddleOver.png) repeat-x;
}

.exo-toolbar16TextAreaDown,
.exo-toolbar16TextButtonDown
{
	background: url(images/toolbar/text/textInputMiddleDown.png) repeat-x;
}

.exo-toolbar16TextDelimiter
{
	background: url(images/toolbar/text/textInputDelimiterOver.png) no-repeat;
	width: 3px;
}

.exo-toolbar16TextDelimiterDown
{
	background: url(images/toolbar/text/textInputDelimiterDown.png) no-repeat;
	width: 3px;
}


.exo-toolbar16TextRight
{
	background: url(images/toolbar/text/textInputRightOver.png) no-repeat;
	width: 3px;
}

.exo-toolbar16TextRightDown
{
	background: url(images/toolbar/text/textInputRightDown.png) no-repeat;
	width: 3px;
}

.exo-toolbar16TextButton,
.exo-toolbar16TextButtonDown
{
	width: 20px;
}

.exo-toolbar16TextButtonPanel
{
	width: 21px;
	height: 24px;
}

.exo-toolbar16TextButtonIcon,
.exo-toolbar16TextButtonIconDisabled
{
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-left: 3px;
}

.exo-toolbar16TextButtonIcon
{
	cursor: pointer;
}

.exo-toolbar16TextInputField,
.exo-toolbar16TextInputFieldDown
{
	border: none;
	font-family:Verdana,Bitstream Vera Sans,sans-serif;
	font-size:12px;	
}

.exo-toolbar16TextInputField
{
	background: #FDFCFD;
}

.exo-toolbar16TextInputFieldDown
{
	background: #E1EFFF;
}

