﻿.catalog-zone , .editor-zone
{
    left:1200px;
    position:absolute;
    z-index:1000;
    font-size:90%;
    background-color:#F7F799;
    border:10px solid whitesmoke;
    padding-bottom:8px; 
    display:none;
}

.editor-zone fieldset 
{
    border:0px solid transparent; 
    padding-left:0px;
    padding-right:0px;
}


.editor-zone input[type=text], .catalog-zone input[type=text]
{
    border:1px solid gray;
    padding:3px;  
}

.editor-zone button
{
    border:solid 1px gray;
    margin-left:5px;
    /*padding:5px 7px 5px 7px;*/
    background-color:whitesmoke;
    font-size:100%;
    background-position: left center;
}

.editor-zone input[type=button], .catalog-zone input[type=button],.editor-zone button
{
    min-width:100px;
}

.editor-zone select, .catalog-zone select
{
    border:1px solid gray;
    padding:3px;  
}

.editor-header 
{
    padding:4px;
    background-color:#FFE545;
    cursor:default;
}

.editor-subheader 
{
    padding:4px;
    background-color:#FFE545;
    cursor:default;
}

.menu-verb
{
    text-decoration:none;
    padding-left:5px;
    font-size:10pt;
}

.parttitle
{
    color: #4E9A06;
    font-size: 14pt;    
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 5px;
}

.parttitle-a ,.parttitle-a a{
    color: #4E9A06;
    font-size: 14pt;
    text-decoration:underline;
    
}
.AspNet-WebPart-Title 
{
    color: #4E9A06;
    font-size: 14pt;    
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 5px;  
}

.full-width
{
	width:100%;
	}