﻿#ve-button{
	text-indent:-9999px;
	overflow:hidden;
	width: 180px;
	height: 32px;
	margin-bottom: 10px;
}

#ve-button #ve-button-on{
	display:block;
	background: url(../images/ve-button.png) no-repeat;
	width: 180px;
	height:32px;
}

#ve-button #ve-button-on:hover{
	background-position: 0 -32px;
}

.ve-buttonlist{
	list-style: none;
	padding: 0;
	margin: 0px;
	margin-bottom:5px;
	float: left;
	width: 100%;
}

ul.ve-buttonlist li{
	margin-right: 3px;
	float: left;
}
	
ul.ve-buttonlist li a
{
	color: #FFFFFF;
	text-align: center;
	font:10px Arial, serif, Verdana;
	background: url(../images/ve-standardbutton.png) no-repeat;
	width: 109px;
	height: 18px;
	line-height: 18px;
	display: block;
	padding:0;
}

 ul.ve-buttonlist li a:hover, ul.ve-buttonlist li a.micro:hover, ul.ve-buttonlist li a.micro.setting:hover{
	background-position: 0 -18px;
	text-decoration: none;
}

ul.ve-buttonlist li a.micro{
	background: url(../images/ve-microbutton.png) no-repeat;
	width: 55px;
	height: 18px;
	line-height: 18px;
}

ul.ve-buttonlist li a.micro.setting{
	background: url(../images/ve-microbutton-setting.png) no-repeat;
	width: 101px;
}

#visualeditor-topbar
{
	margin:0;
	color:#FFF;
	font:11px Verdana, Arial, serif;
	background:#000 url(../images/ve-topbg.gif) repeat-x;
	height: 53px;
}
/* visualeditor-header */
#visualeditor-header
{
	width:980px;
	height:53px;
	position:relative;
	margin:0 auto;
}
#visualeditor-header:after{
	display:block;
	clear:both;
	content:"";
}
#visualeditor-header .logo{
	position:absolute;
	top: 0px;
	left:0px;
	width:209px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#visualeditor-header .logo a{
	background:url(../images/ve-toplogo.gif) no-repeat;
	display:block;
	height:100%;
}
/* User Info */
#visualeditor-header .userinfo{
	position:absolute;
	font: 15px Helvetica, Arial, Verdana, serif;
	top:19px;
	left:230px;
	color:#FFF;
}
#visualeditor-header .userinfo .role{
	color: #aaaaaa;
}
/* Button Options to the right */
#visualeditor-header .options{
	position:absolute;
	top:15px;
	right:8px;
	width:400px;
	text-indent:-9999px;
	overflow:hidden;
}
#visualeditor-header .options #editmode{
	float:right;
	background: url(../images/ve-button-editmode.png) no-repeat;
	width: 104px;
	height:27px;
	margin-right: 10px;
}

#visualeditor-header .options #setlive {
	float:right;
	background: url(../images/ve-button-setlive.png) no-repeat;
	width: 74px;
	height:27px;
	margin-right: 10px;
}

#visualeditor-header .options #set-options{
    float:right;
	background: url(../images/ve-button-pagesettings.png) no-repeat;
	width: 112px;
	height:36px;
	margin-right: 10px;
}

#visualeditor-header .options #set-options:hover{
	background-position:0 -37px;
	cursor: pointer;
}

#visualeditor-header .options #set-options.set-options-active{
	background-position:0 -74px;
}

#visualeditor-header .options #editmodeenabled{
	float:right;
	background: url(../images/ve-button-editmode.png) no-repeat;
	width: 104px;
	height:27px;
	background-position:0 -54px;
	margin-right: 10px;
}
#visualeditor-header .options #editmode:hover, #visualeditor-header .options #editmodeenabled:hover, #visualeditor-header .options #logout:hover, #visualeditor-header .options #setlive:hover{
	background-position:0 -27px;
}
#visualeditor-header .options #editmode:active, #visualeditor-header .options #editmodeenabled:active{
	background-position:0 -54px;
}
#visualeditor-header .options #logout{
	float:right;
	background: url(../images/ve-button-logout.png) no-repeat;
	width: 74px;
	height:27px;
}

/** Top bar message */
#visualeditor-topmessage
{
	margin:0;
	color:#000000;
	font:11px Verdana, Arial, serif;
	background-color: #FFFFFF;
	height: 23px;
	line-height: 23px;
	width: 100%;
	text-align:center;
}

/** Dialog */

.ve-textarea-nodata
{
	width: 100%;
	height: 150px;
	font-size: 18px;
	font-weight: bold;	
	line-height: 150px;
	text-align: center;
	
	color: #595959;
	font-size:22px;
	letter-spacing:-1px;
	border: 1px solid #dddddd;
	font-weight: normal;
	font-family: Arial, Verdana, Serif;
}

.editoverlay
{
	background-color: #eef4ff;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#bgoverlay
{
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 20; 
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#bgoverlaylight
{
	cursor: pointer;
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 400; 
	background-color: #000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#bgoverlaytransparent
{
	cursor: pointer;
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 400; 
}
.non-live
{
    background-color:#FFCECE;
}



.button-overlay 
{
	background-color:#000000;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.InlineImageMenu
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 50%;
}

.InlineImageMenu li
{
	display: block;
	height: 28px;
	margin: 5px;
	background: transparent url(../images/ve-imagemenu-arrow.png) no-repeat scroll 10px 8px;
}

.InlineImageMenu li a
{
	font-family: Arial, serif;
	font-size: 14px;
	letter-spacing: 0px;
	
	color: #FFFFFF;
	display: block;
	background: transparent url(../images/ve-imagemenu-bg.png);
	
	height: 28px;
	line-height: 28px;
	padding-left: 40px;
	
	cursor: pointer;
}

.InlineImageMenu li a:hover
{
	background: transparent url(../images/ve-imagemenu-bghover.png);
	text-decoration: none;
}

.InlineImageUpload, .InlineImageMenuBg
{
	background-color:#000000;
	width:100%;
	height:326px;
	position: relative;
}

.InlineImageMenuBg
{
	background: transparent url(../images/ve-imagemenu-bgdark.png);
	position: absolute;
	top:0;
}
	

.InlineImageUpload div
{
	position: absolute;
	left: 196px;
	top: 100px;
}

.InlineImageUpload div span
{
	color: #FFFFFF;
	font-family: Helvetica,Arial,serif;
	font-size: 24px;
	letter-spacing: -2px;
	line-height: 21px;
	font-weight: bold;
}

.ve-mininotice{
	margin: 4px 0px;
}

.ve-mininotice span{
	background-color: #FFFF99;
	padding: 1px;
}


/** To Move */
.gallery .image img {
	display:block;
}
