/* CSS Document */

.menuBg{
	background: url(../images/menu_bg.gif) top repeat-x;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	margin: 0 0 10px 0;
	text-align: left;
	height: 23px;
	padding: 1px 10px 0 10px;
	margin: 15px 0 5px 0;
}

.defaultButtonText{
	cursor:pointer;
	font-size: 90%;
}

.defaultButton {
	cursor:pointer;
	color: #012e40;
	padding: 1px;
}
.buttonTextDisabled {
	color: gray;
	font-size: 90%;
}
.defaultButtonDown {
	border: 1px solid #cecece;
  	background: #fff;
	cursor : pointer;
}

.defaultButtonOver {
	border: 1px solid #cecece;
 	background: #fff;
	cursor : pointer;
}

.icongray {
	border : solid 1px #D4D0C8;
	cursor : default;
	filter : BlendTrans(Percent=50) gray();
}

.toolbarDivider {
	
	border-left : solid #808080 1px;
	height : 18px;
	margin-bottom : 2px;
	margin-top : 1px;
	overflow : hidden;
	vertical-align : middle;
	width : 1px;
}

.toolbardividery {
	background-color : #D4D0C8;
	border-bottom : solid #FFFFFF 1px;
	border-top : solid #808080 1px;
	height : 2px;
	overflow : hidden;
	width : 100%;
}

.toolbarhandle {
	background-color : #D4D0C8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 100%;
	overflow : hidden;
	width : 3px;
}

.toolbarName{
	color : #43537B;
	font : 11px 'Arial Black',Arial,sans-serif;
	letter-spacing : 3px;
	padding-left : 10px;
	padding-right : 10px;
	visibility:hidden;
}

.toolbartable{
	background-color : #D4D0C8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	margin : 0px;
	-moz-user-select : none;
	padding : 0px;
	table-layout : fixed;
}

.vtoolbarhandle {
	background-color : #D4D0C8;
	border-bottom : solid #808080 1px;
	border-left : solid #FFFFFF 1px;
	border-right : solid #808080 1px;
	border-top : solid #FFFFFF 1px;
	cursor : move;
	height : 3px;
}
