/*************************************/
/******* VDoc Easysite Toolbar *******/
/********** Common styles ************/
/*************************************/

.toolbar,BODY .toolbar { 
	height:35px!important; 
	padding:0px!important; 
	margin:0px!important;
	background-color:#919092!important;
	background-image:url(../images/toolbar.gif)!important;
	background-repeat:repeat-x!important; 	
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size:11px!important;

}
.toolbar TABLE,BODY .toolbar TABLE,BODY .toolbar TD  {
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size:11px!important;
	}
.toolbar .pagename { 
	height:35px!important; 
	width:1%!important; 
	text-align:left!important; 
	background-image:url(../images/pagename.gif)!important;
	background-repeat:repeat-x!important;
	background-position:top right!important; 
	white-space: nowrap!important; 
	color:#FFFFFF!important;
	
	vertical-align:top;
	padding:8px 10px 4px 10px; 
}
.toolbar .pagestate { 
	width:1%!important; 
	text-align:right!important; 
	background-image:url(../images/pagestate.gif);
	background-repeat:no-repeat!important;
	background-position:top right!important; 
	white-space: nowrap!important; 
	color:#FFFFFF!important; 
	font-weight:bold!important;
	
	vertical-align:top;
	padding:8px 10px 4px 10px; 	
}
.toolbar .pagestate IMG {
	margin:0px 4px 0px 4px!important;
	vertical-align:middle!important;
}
.toolbar .toolbar-actions { 
	text-align:right!important; 
	width:98%!important; 
	white-space: nowrap!important; 
	padding-right:16px!important;
}
.toolbar .toolbar-actions {
	vertical-align:top;
}
.toolbar STRONG { 
	font-weight:bold!important; 
	white-space: nowrap!important;
}



/*----toolbar buttons----*/
.toolbar .toolbar-actions A {
	
	background-image: url(../images/buttonleft.gif)!important;
	background-repeat:no-repeat!important;
	background-position:top left!important;	
	white-space:nowrap!important;
	font-size:12px!important; 
	
	line-height:20px;
	display:inline-block;	
	padding:0 0 0 10px;
	margin-top:9px;
	
}
.toolbar .toolbar-actions A SPAN { 
	background-image: url(../images/buttonright.gif)!important;
	bakground-repeat:no-repeat!important;
	background-position:top right!important;	
	white-space:nowrap!important;
	font-family:Arial, Helvetica,sans serif!important;
	cursor:pointer!important;	
	
	line-height:20px;
	display:inline-block;
	padding:0 10px 0 0;
				
}
.toolbar .toolbar-actions A SPAN IMG {
	vertical-align:middle!important; 
	margin: 0px 0px 0px 2px;/*+*/  
}





/*hover button*/
.toolbar .toolbar-actions A:link,.toolbar .toolbar-actions A:visited {
	text-decoration:none!important;
	color:#323f56!important;	
} 
.toolbar .toolbar-actions A:hover,.toolbar .toolbar-actions A:active {
	background-image: url(../images/buttonleftover.gif)!important;	
	color:#323f56!important;
}
.toolbar .toolbar-actions A:hover SPAN {
	background-image: url(../images/buttonrightover.gif)!important;	
}
.toolbar-information {
	font-family:Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	font-size:11px !important;
	background-color:#ffffe1!important;
	padding:4px!important;
	border-bottom:1px solid #e8e8ab!important;
	text-align:left!important;	
	color:#000000;
}
.toolbar-information A:link,.toolbar-information A:visited {
	color:#0000EE!important;
}
.toolbar-information .error {
	color:#B13131;
}

/*---quick edit editor---*/
/*def panel*/
#def_panel { 
	visibility:hidden;
	border:1px solid #6c696f; 
	background-color:#FFFFFF;
	width:1100px;
	top:100px;
	right:0;
	left:0;
  	margin : auto;
	position:absolute; 
	color:#000000;
	padding:0px;
	z-index:1001;
}
#def_panel_handle {
	background-color:#919094!important;
	background-image:url(../images/panelhandle.gif)!important;
	background-repeat:repeat-x!important;
	height:26px!important;
	margin:0px!important;
	cursor:move!important;
}

/*quick edit dashed clickable zone*//*do not modify*/
.qedit-zone {
	border:2px dashed red!important;
	padding:5px!important;
	margin:5px!important;
	cursor:pointer!important;
	cursor:hand!important;
	}
