/* $Id: imgeditor.css 144126 2015-01-24 16:56:27Z wil $ */

div.imgeditor_button {
    color: #3E3E3E;
    font-size: 12px;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 0px 1px 0px #E3E3E3;
    text-align: center;
    
    padding: 3px 5px;
    background-color: #E3E3E3;
    background: -moz-linear-gradient(top, #E3E3E3, #B6B6B6);
    background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#B6B6B6));
    border: solid 1px #3E3E3E;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}

div.imgeditor_button_depressed {
    background-color: #9B9B9B;
    background: -moz-linear-gradient(top, #9B9B9B, #B6B6B6);
    background: -webkit-gradient(linear, left top, left bottom, from(#9B9B9B), to(#B6B6B6));
    text-shadow: 0px 1px 0px #B6B6B6;
}

div.imgeditor_button[data-disabled] {
    color: #6C6C6C;
    text-shadow: #D2D2D2 1px 1px 0px;
    background-color: #C5C5C5;
    background: -moz-linear-gradient(top, #C5C5C5, #D8D8D8);
    background: -webkit-gradient(linear, left top, left bottom, from(#C5C5C5), to(#D8D8D8));
    text-shadow: 0px 1px 0px #B6B6B6;
}

div.imgeditor_shade {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 19000;
	background-color: black;
}

div.imgeditor_chrome {
    position: absolute;
    z-index: 19000;
    padding: 40px;
    background-color: #EEEEEE;
    -moz-box-shadow: rgba(0,0,0,0.7) 8px 8px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 8px 8px 5px;
    box-shadow: rgba(0,0,0,0.7) 8px 8px 5px;
    
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    color: #3E3E3E;
}

img.imgeditor_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -13px;
    left: -15px;
    cursor: pointer;
    user-select: none;
}

div.imgeditor_title {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
}

div.imgeditor_warning {
    position: absolute;
    bottom: 13px;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: #3C0100;
}

div.imgeditor_view {
    position: absolute;
    top: 40px;
    right: 40px;
    left: 40px;
    bottom: 40px;
    padding: 10px;
    
    background-color: #F6F7F8;
}

div.imgeditor_imgwrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

div.imgeditor_view form {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

div.imgeditor_view form td {
    padding: 3px;
}

div.imgeditor_view form label {
    font-weight: bold;
}

div.imgeditor_view form input[readonly] {
    border: none;
    background-color: inherit;
    font: inherit;
    padding: 0;
}
