﻿
/*Main Edit Bar*/

#editbar {
    color:#fff;
    font-size:0.916em !important;
    width:100%;
    background-color:#333;
    min-height:30px;
}
#editbar a 
{
    color:#fff;   
    text-decoration:underline;
}
#editbar select 
{
    float:right;
    margin:7px 0 0 0;
    font-size:1em !important;
    padding:0 !important
}
.edit-tools-module h5 {
	font-weight:bold;
	font-size:1em;
	float:left;
	display:block;
	clear:none;	
}

.statusicon {
	float:right;
	margin-right:7px !important;
}


#edit-on 
{
    background-color:#333;
    background-image:url(../images/icons/editbar-on.png);
}
#edit-off 
{
    background-color:#333;
    background-image:url(../images/icons/editbar-off.png);  
}
#edit-backend 
{
    background-color:#333;
    background-image:url(../images/icons/editbar-back.png);  
}
#edit-page-settings
{
    background-color:#333;
    background-image:url(../images/icons/editbar-backend.png);  
}
#edit-attach-page
{
    background-color:#333;
    background-image:url(../images/icons/editbar-attach.png);  
}
#edit-view-tree
{
    background-color:#333;
    background-image:url(../images/icons/editbar-map.png);  
}
#edit-live-view
{
    background-color:#333;
    background-image:url(../images/icons/editbar-globe.png);  
}

#edit-logoff 
{
    background-color:#333;
    background-image:url(../images/icons/editbar-logout.png);  
}
#edit-on, #edit-off, #edit-backend, #edit-logoff ,#edit-page-settings,#edit-attach-page,#edit-view-tree, #edit-live-view
{
    padding:0 0 0 25px;
    float:left;
    margin:0 20px 0 0;
    background-repeat:no-repeat;
    background-position:left top;
}
#edit-live-view 
{
    margin:0px;
}

#edit-toggle 
{
    background-color:#333;
    height:30px;
    float:left; 
}
#edit-togglepadd 
{
     height:17px;
     padding:7px 0 6px 7px;  
}
.edit-functions 
{
    clear:left;
    height:30px;
    background-color:#bdbebc;
    color:#333;  
}
.edit-functions a 
{
    color:#333;  
}
.edit-functions-module 
{
    clear:left;
    height:17px;
    background-color:#d7d7d6;
    color:#333;
	margin-bottom:5px;  
}
/*Secondary Edit Content Bar */
.secAdminLink {
	margin-right:10px !important;
}
.secFunctionPanel {
	background-color:transparent !important;
}
.secFunctionPanel img, .bannerFunctionPanel img  {
	width:auto !important;
}




.edit-functions a 
{
    color:#333;  
}
.edit-status 
{
   padding:7px;
   /*float:left;*/
}
.edit-tools
{
  padding:7px;
  float:right;  
}
.edit-tools-module 
{
    padding: 1px;
    font-size:0.916em;
    margin-bottom:5px !important;
    border:1px solid #bbb;
    background-color:#d7d7d6;
}
.edit-tools input,.tool-settings  
{
    background-color:transparent;
    border:0px;
    background-repeat:no-repeat;
    margin-left:10px;
    text-decoration:underline;
    cursor:pointer;
    text-align:left;
    font-size:1em !important;
    padding:0 .25em 0 20px;
    width:auto;
    overflow:visible;
    
}

.edit-tools-module a,  
{
    display:block;
    float:left;
    background-color:Transparent;
    border:0px;
    background-repeat:no-repeat;
    padding:0;
    margin:1px 0 0 5px;
    text-decoration:none!important;
    cursor:pointer;
    color:#333 !important;  
}
.edit-tools-module span  
{
    display:block;
    float:right;
    background-color:Transparent;
    padding:0;
    text-decoration:none!important;
    color:#333 !important;
	font-weight:bold;  
}

.edit-tools-module a * {
    vertical-align: middle;
}


.tool-edit, .tool-finish 
{
    background-image:url(../images/icons/editbar-edit.png); 
}
.tool-settings 
{
    background-image:url(../images/icons/editbar-settings.png); 
}

.tool-delete 
{
    background-image:url(../images/icons/editbar-delete.png); 
}
.tool-copy 
{
    background-image:url(../images/icons/editbar-copy.png); 
}
.tool-sortmodule 
{
    background-image:url(../images/icons/editbar-sortmodule.png); 
}
.tool-addmodule 
{
    background-image:url(../images/icons/editbar-addmodule.png); 
}
.tool-approve 
{
    background-image:url(../images/icons/editbar-approve.png); 
}
.tool-lead 
{
    background-image:url(../images/icons/editbar-lead.png); 
}
.tool-live 
{
    background-image:url(../images/icons/editbar-live.png); 
}

/*Edit Module Bar */

.tool-bespoke 
{
    background-image:url(../images/icons/editbar-bespoke.png); 
}
.tool-media 
{
    background-image:url(../images/icons/editbar-media.png); 
}
.tool-editmodule 
{
    background-image:url(../images/icons/editbar-editmodule.png); 
}
.tool-video 
{
    background-image:url(../images/icons/editbar-video.png); 
}


/*Editable Items */

.editableitem 
{
    border-bottom:1px dotted #999;
    padding:1px;
    margin:0;
}
.editableitem a 
{
    display;block;
    float:right;
    margin:2px 0 0 5px;
}
.module 
{
    clear: both;
    }
