.ToolbarHolder
{
	color: #000000;
	background-image:url('/eduphoria_webcontrols/images/toolbarbg.png');
	float:left;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	border-bottom: #CED3E7 1px solid;
	background-color: #DEE3EF;
	padding:1px;
	padding-bottom:0px;
	height:25px;
}

.ToolbarHolderV2
{
	color: #000000;
	background-color: #DEE3EF;
	background-image:url('/eduphoria_webcontrols/images/toolbarbg.png');
	float:left;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	width:100%;
	height:auto;
	min-height:26px;
}

.ToolbarHolderV2 > div
{
	padding:0px;
	padding-left:1px;
	padding-right:1px;
}


.ToolbarHolderV2 > div  a,.ToolbarHolderV2   .toolbarseperator, .ToolbarHolderV2 DIV.ts
{
    margin-top:1px;
    margin-bottom:2px;
}



.ToolbarHolderV2 select
{
    margin-top:4px !important;
    margin-bottom:5px;
}


.ClearToolbarHolder
{
	font-size: 8pt;
	color: #000000;
	height: 24px;
	font-family: Tahoma, Verdana, Arial;
	padding:1px;
}

.ClearToolbarHolderV2
{
	color: #000000;
	float:left;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	border-bottom: #CED3E7 1px solid;
	width:100%;
	height:26px;
}

.ToolbarButtonOver /* Used for icon buttons. */
{
	float: left;
	cursor: pointer;
	white-space:nowrap;
	background-color:#F8EDCF;
	border: #F6D2AB 1px solid;
	text-decoration: none;
	color: #000000;
	overflow: visible;
	padding:3px;
	background-image:url('/eduphoria_webcontrols/images/toolbar/over.png');
}

.ToolbarButtonPressed /* Used for icon buttons. */
{
	float: left;
	cursor: pointer;
	white-space:nowrap;
	BACKGROUND-COLOR:#f8edcf;
	border: #F6D2AB 1px solid;
	text-decoration: none;
	color: #000000;
	overflow: visible;
	padding:3px;
}

.ToolbarButtonPopped
{
	float: left;
	cursor: pointer;
	white-space:nowrap;
	/*background-color:#F8EDCF;*/
	text-decoration: none;
	color: #000000;
	overflow: visible;
	padding:3px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial;
	

}

.ToolbarButtonDown /* Used for icon buttons. */
{
	float: left;
	cursor: pointer;
	white-space:nowrap;
	background-color:#F8D5A6;
	border: #F6D2AB 1px solid;
	text-decoration: none;
	overflow: visible;
	color: #000000;
	padding:3px;
	background-image:url('/eduphoria_webcontrols/images/toolbar/down.png');

}

.ToolbarButton /* Used for icon buttons. */
{
	float: left;
	cursor: pointer;
	white-space:nowrap;
	overflow: visible;
	text-decoration: none;
	color: #000000;
	padding:4px;
}

.ToolbarButton A:link,.ToolbarButton A:visited,.ToolbarButtonOver A:link,.ToolbarButtonOver A:visited,.ToolbarButtonOver A:hover,.ToolbarButtonOver A:active,.ToolbarButtonDown A:link,.ToolbarButtonDown A:visited,.ToolbarButtonDown A:hover,.ToolbarButtonDown A:active /* Used for icon buttons. */
{
	text-decoration: none;
	color: #000000;
}

.ToolbarButtonDisabled /* Used for icon buttons. */
{
	float: left;
	white-space:nowrap;
	overflow: visible;
	text-decoration: none;
	padding:4px;
	color: #333333;	
	-moz-opacity:0.4;
	opacity:0.4;
	
}

DIV.ts, .toolbarseperator
{
	width: 2px;
	float: left;
	margin-left:2px;
	margin-right: 2px;
	margin-top:1px;
}

.ToolbarButtonOver IMG, .ToolbarButtonPressed IMG, .ToolbarButtonPopped IMG, .ToolbarButtonDown IMG, .ToolbarButton IMG, .ToolbarButtonImage
{
	vertical-align: bottom;
	border: none;
}

.ToolbarButtonDisabled IMG
{
	vertical-align: bottom;
	border: none;
	-moz-opacity:0.4;
}

.ToolbarButtonOver IMG.dm, .ToolbarButtonPressed IMG.dm, .ToolbarButtonPopped IMG.dm, .ToolbarButtonDown IMG.dm, .ToolbarButton IMG.dm, .ToolbarButtonDisabled IMG.dm
{
	 border:none;
	 vertical-align:bottom;
	 width:11px;
}


.ToolbarButton span, .ToolbarButtonOver span, .ToolbarButtonDown span, .ToolbarButtonPressed span, .ToolbarButtonPopped span, .ToolBarButtonDisabled span
{
line-height:1.5em;
}

