@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
/*
* {
	margin:0;
	padding:0;
}
*/
/** General Style Info **/

/* IOS submit button fix */
input[type=submit] {
	-webkit-appearance: none;
}

#busy-indicator {
    display: inline;
}

.hide {
    display: none !important;
}

body {
    /* background: #003d4c; */
    
    background: #ffffff;
    color: #777777;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    font-size: 75%;
    /* margin: 0; */
    /* Needed for proper footer alignment */
    
    padding: 0;
    ;
    height: 100%;
}

a {
    /* color: #9E2424; */
    
    color: #FF9E13;
    /* text-decoration: underline; */
    
    font-weight: bold;
}

a:hover {
    color: #ff7889;
    text-decoration: none;
}

a img {
    border: none;
    border-radius: 8px;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin-bottom: 0.5em;
}

h1 {
    background: #fff;
    color: #777777;
    font-size: 100%;
}

h2 {
    background: #fff;
    color: #9E2424;
    font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
    font-size: 190%;
}

h3 {
    color: #FFAA00;
    font-family: 'Gill Sans', 'lucida grande', helvetica, arial, sans-serif;
    font-size: 165%;
}

h4 {
    color: #FFCC00;
    font-weight: normal;
}

img.blur {
    width: 100%;
    height: 100%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: url(blur.svg#blur);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

img.blur:focus {
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

img.honeycomb {
    z-index: 25;
    max-height: 300px;
    max-width: 300px;
    border: none;
    width: 60%;
    /* margin: 5em 0 1em 0; */
    
    padding: 10px 1.5%;
}

ul,
li {
    margin: 0 12px;
}

p {
    margin: 0 0 1em 0;
}
/** Layout **/

#container {
    min-height: 100%;
    position: relative;
    text-align: left;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 4em;
    /* Chrome fix */
    
    -webkit-margin-before: -0.67em;
}

#header h1 {
    line-height: 28px;
    background: #ffffff;
    color: #fff;
    padding: 10px 20px 5px;
}

#header h1 a {
    color: #000000;
    background: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

#header h1 a:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: underline;
}

#content {
    z-index: 50;
    /* background: #fff; */
    
    background-color: transparent;
    clear: both;
    color: #777777;
    padding: 5em 10px 10px 10px;
    padding-bottom: 1.5em;
    /* Height of the footer */
    
    overflow: auto;
}

#footer {
    position: fixed;
    z-index: 1000;
    background-color: white;
    color: #aaaaaa;
    clear: both;
    padding: 0px 0px 0px 0px;
    font-size: .75em;
    text-align: right;
    /* Keep footer at the bottom */
    
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.2em;
}
/** containers **/

div.form,
div.index,
div.view {
    float: right;
    width: 80%;
    border-left: 1px solid #666;
    padding: 10px 2%;
}

div.welcome {
    z-index: -1000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

div.actions {
    float: left;
    width: 13%;
    padding: 10px 1%;
}

div.actions h3 {
    padding-top: 0;
    color: #777;
}

div.actions-narrow {
    float: left;
    width: 5%;
    padding: 10px 1%;
}

div.actions-narrow h3 {
    padding-top: 0;
    color: #777;
}

div.dashboards {
    width: 84%;
}

div.pricetag {
    background-color: #FCC;
    float: right;
    position: relative;
    margin-top: 0em;
    top: 0.25em;
    left: 0.5em;
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    width: 3em;
    max-width: 3em;
    height: 3em;
    max-height: 3em;
    border-radius: 100%;
}

div.qtytag {
    color: #FFF;
    background-color: #F11;
    float: left;
    position: relative;
    margin-top: 0em;
    top: 0.25em;
    left: -0.5em;
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    width: 3em;
    max-width: 3em;
    height: 3em;
    max-height: 3em;
    border-radius: 100%;
}

div.relisttag {
    color: #FFF;
    background-color: #888;
    float: right;
    position: relative;
    margin-top: 0em;
    top: 10em;
    left: 3.5em;
    display: inline-block;
    font-size: 2em;
    vertical-align: middle;
    width: 3em;
    max-width: 3em;
    height: 3em;
    max-height: 3em;
    border-radius: 100%;
}

div.shiptag {
    min-width: 16em;
    position: relative;
    left: 0;
    background-color: #666666;
    color: #fff;
    font-style: !important;
    text-align: center;
    white-space: nowrap;
    float: middle;
    border-style: solid;
    border-width: 2px;
    margin-left: -2px;
    /* To offset the border for centering */
    
    border-radius: 3px;
}

div.shipnametag {
    min-width: 16em;
    position: relative;
    left: 0;
    background-color: #8a8a8a;
    color: #fff;
    font-style: !important;
    text-align: center;
    white-space: nowrap;
    float: middle;
    border-style: none;
    border-width: 1px;
    margin-left: -1px;
    /* To offset the border for centering */
    
    border-radius: 3px;
    border-color: #000;
}

div.ajaxBonanzaSoldItems img {
    border-radius: 8px;
    text-align: center;
    float: middle;
    white-space: pre-wrap;
}

div #goodMessage {
    background-image: -webkit-linear-gradient(top, #22aa34, #2d7024);
    background: -webkit-linear-gradient(top, #22aa34, #2d7024);
    background: linear-gradient(top, #22aa34, #2d7024);
    border-color: #2d6324;
}
/** Tables **/

table {
    border-collapse: collapse;
    /* IE7 and lower */
    
    border-spacing: 0;
    border-right: 0;
    clear: both;
    color: #777;
    margin-bottom: 0px;
    /* width: 100%; */
}

th {
    font-size: 100%;
    text-align: center;
    padding: 6px;
    background-color: #FFEE62;
    color: #777;
}

table tr td {
    font-size: .8em;
    font-weight: normal;
    padding: 4px 0px 0px 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px;
}

table.rounded {
    border-radius: 12px 12px 0 0;
}

table.rounded th:first-child {
    border-radius: 6px 0 0 0;
}

table.banded th {
    vertical-align: bottom;
}

table.banded td {
    padding: 4px 4px 4px 4px;
}

table.banded tr:nth-child(even) {
    /* background: #f9f9f9; */
    
    background: #ddd;
}

table.rounded th:last-child {
    border-radius: 0 6px 0 0;
}

table.rounded th:only-child {
    border-radius: 6px 6px 0 0;
}

table.contactlist tr td {
    border: 1px solid black;
    margin: 10px;
    padding: 5px;
    vertical-align: middle;
}

table.stats tr td {
    font-size: .8em;
    font-weight: normal;
    text-align: top;
    vertical-align: middle;
    margin: 0px 0px;
    padding: 0px;
}

table.stats th {
    font-size: .8em;
    text-align: center;
    padding: 2px;
}

table.banner {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

tr.banner {
    height: 20px;
    display: table-row;
    border: 0;
    padding: 0px;
}

td.banner {
    display: inline;
    border: 0;
}

table.banner th:first-child {
    border-radius: 6px 0 0 0;
}

table.banner th:last-child {
    border-radius: 0 6px 0 0;
}

table.banner th:only-child {
    border-radius: 6px 6px 0 0;
}

table.bannership {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

table.bannership th:first-child {
    border-radius: 6px 0 0 0;
}

table.bannership th:last-child {
    border-radius: 0 6px 0 0;
}

table.bannership th:only-child {
    border-radius: 6px 6px 0 0;
}

tr.bannership {
    height: 20px;
    display: table-row;
    border: 0;
    padding: 0px;
}

td.bannership {
    border: 0;
    border-radius: 6px;
}

table.bannerwait {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

table.bannerwait th:first-child {
    border-radius: 6px 0 0 0;
}

table.bannerwait th:last-child {
    border-radius: 0 6px 0 0;
}

table.bannerwait th:only-child {
    border-radius: 6px 6px 0 0;
}

tr.bannerwait {
    height: 20px;
    display: table-row;
    border: 0;
    padding: 0px;
}

td.bannerwait {
    border: 0;
    border-radius: 6px;
}

table.bannerauc {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

table.bannerauc th:first-child {
    border-radius: 6px 0 0 0;
}

table.bannerauc th:last-child {
    border-radius: 0 6px 0 0;
}

table.bannerauc th:only-child {
    border-radius: 6px 6px 0 0;
}

tr.bannerauc {
    height: 20px;
    display: table-row;
    border: 0;
    padding: 0px;
}

td.bannerauc {
    /* display: inline; */
    
    border: 0;
    border-radius: 6px;
}

table.bannerfix {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
}

table.bannerfix th:first-child {
    border-radius: 6px 0 0 0;
}

table.bannerfix th:last-child {
    border-radius: 0 6px 0 0;
}

table.bannerfix th:only-child {
    border-radius: 6px 6px 0 0;
}

tr.bannerfix {
    height: 20px;
    display: table-row;
    border: 0;
    padding: 0px;
}

td.bannerfix {
    display: inline;
    border: 0;
}

table.matte {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0px;
    /* background-color: #f0f0f0; */
    
    border-spacing: 12px;
    min-width: 95%;
}

table th.matte {
    background-color: inherit;
    text-align: center;
    vertical-align: top;
    min-width: 45%;
}

table td.matte {
    text-align: center;
    vertical-align: middle;
}

th a {
    display: compact;
    padding: 0px 0px;
    text-decoration: none;
}

th a.asc:after {
    content: ' ⇣';
}

th a.desc:after {
    content: ' ⇡';
}

td.actions {
    background-color: inherit;
    /*	background-color: #FFFFFF; */
    
    text-align: center;
    white-space: nowrap;
    height: 1.75em;
}

table td.actions a {
    margin: 0px 6px;
    padding: 2px 5px;
}

td.actions-narrow {
    background-color: inherit;
    /*  background-color: #FFFFFF; */
    
    text-align: center;
    white-space: nowrap;
    height: 1.75em;
}

table td.actions-narrow a {
    margin: 0px 6px;
    padding: 2px 5px;
}

td.verticalbar {
    border: #FFEE62;
    border-width: 2px;
    border-style: solid;
    vertical-align: middle;
    width: 1px;
}

table #band tr:first-child {}

table #band tr:nth-child(even) {
    background-color: #eee;
}

table #band tr:last-child {}
/* SQL log */

.cake-sql-log {
    background: #fff;
}

.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}

.cake-sql-log caption {
    color: #fff;
}
/** Paging **/

.paging {
    background: #fff;
    color: #ccc;
    margin-top: 1em;
    clear: both;
}

.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block
}

.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}

.paging > span:hover {
    background: #efefef;
}

.paging .prev {
    border-left: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.paging .next {
    border-radius: 0 4px 4px 0;
}

.paging .disabled {
    color: #ddd;
}

.paging .disabled:hover {
    background: transparent;
}

.paging .current {
    background: #efefef;
    color: #c73e14;
}
/** Scaffold View **/

dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}

dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: #f4f4f4;
}

dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 13em;
}

dd {
    margin-left: 13em;
    margin-top: -2em;
    vertical-align: top;
}
/** Forms **/

form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 95%;
}

fieldset {
    border: none;
    margin-bottom: 1em;
    padding: 8px 5px;
}

fieldset legend {
    color: #e32;
    font-size: 120%;
    font-weight: bold;
}

fieldset fieldset {
    margin-top: 0;
    padding: 10px 0 0;
}

fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}

fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}

form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}

form .input {
    color: #666666;
}

form .required {
    font-weight: bold;
}

form .required label:after {
    color: #e32;
    content: '*';
    display: inline;
}

form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
}

label {
    display: block;
    font-size: 110%;
    margin-bottom: 3px;
}

input,
textarea {
    clear: both;
    font-size: 150%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 0.25em;
    width: 98%;
}

select {
    clear: both;
    font-size: 150%;
    vertical-align: text-bottom;
    border: 1px solid #ccc;
}

select[multiple=multiple] {
    width: 100%;
}

option {
    font-size: 120%;
    padding: 0 3px;
}

input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}

div.checkbox label {
    display: inline;
}

input[type=radio] {
    float: left;
    width: auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}

.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}

input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;
}

form .submit input[type=submit] {
    background: #62af56;
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border-color: #2d6324;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
}

form .submit input[type=submit]:hover {
    background: #5BA150;
}
/* Form errors */

form .error {
    background: #FFDACC;
    border-radius: 4px;
    font-weight: normal;
}

form .error-message {
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}

form .error,
form .error-message {
    color: #9E2424;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
/** Notices and Errors **/

.message {
    clear: both;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #fff;
    background: #c43c35;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background: linear-gradient(top, #ee5f5b, #c43c35);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    font-weight: normal;
    line-height: 140%;
}

.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    color: #fff;
}
/**  Actions  **/

.actions ul {
    margin: 0;
    padding: 0;
}

.actions li {
    line-height: 2.5em;
    margin: 0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}

.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}
/* Buttons and button links */

input[type=submit],
.actions ul li a,
.actions a {
    font-weight: normal;
    line-height: 2.5em;
    /* text-shadow: #fff 0px 1px 0px; */
    
    min-width: 8em;
    padding: .5em 1em;
    /*
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	*/
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background: linear-gradient(top, #fefefe, #dcdcdc);
	*/
    
    color: white;
    border-style: none;
    /* border:1px solid #bbbbbb; */
    
    border-radius: 4px;
    background: #777;
    text-shadow: #000 0 0 1px;
}

.actions ul li a:hover,
.actions a:hover {
    color: #000;
    background: #ededed;
    border-style: none;
    /* border-color: #acacac; */
    
    text-decoration: none;
    text-shadow: #000 0px 0px 0px;
}

input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
    color: white;
    background: #eee;
    /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background: linear-gradient(top, #dfdfdf, #eee);
	*/
    /* text-shadow: #eee 0px 1px 0px; */
    /*
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	*/
    
    border-style: none;
    /* border-color: #acacac; */
    
    text-decoration: none;
}

input[type=submit]:hover,
.actions ul li a:hover,
.actions a:hover {
    color: #000;
    background: #ededed;
    border-style: none;
    /* border-color: #acacac; */
    
    text-decoration: none;
    text-shadow: #000 0px 0px 0px;
}

.actions-narrow ul {
    margin: 0;
    padding: 0;
}

.actions-narrow li {
    line-height: 2.5em;
    margin: 0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}

.actions-narrow ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}
/* Buttons and button links */

input[type=submit],
.actions-narrow ul li a,
.actions-narrow a {
    font-weight: normal;
    line-height: 2.5em;
    /* text-shadow: #fff 0px 1px 0px; */
    
    min-width: 4.5em;
    padding: .5em 1em;
    /*
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    */
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background: linear-gradient(top, #fefefe, #dcdcdc);
    */
    
    color: white;
    border-style: none;
    /* border:1px solid #bbbbbb; */
    
    border-radius: 4px;
    background: #777;
    text-shadow: #000 0 0 1px;
}

.actions-narrow ul li a:hover,
.actions-narrow a:hover {
    color: #000;
    background: #ededed;
    border-style: none;
    /* border-color: #acacac; */
    
    text-decoration: none;
    text-shadow: #000 0px 0px 0px;
}

input[type=submit]:active,
.actions-narrow ul li a:active,
.actions-narrow a:active {
    color: white;
    background: #eee;
    /*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background: linear-gradient(top, #dfdfdf, #eee);
    */
    /* text-shadow: #eee 0px 1px 0px; */
    /*
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    */
    
    border-style: none;
    /* border-color: #acacac; */
    
    text-decoration: none;
}

input[type=submit]:hover,
.actions-narrow ul li a:hover,
.actions-narrow a:hover {
    color: #000;
    background: #ededed;
    border-style: none;
    /* border-color: #acacac; */
    
    text-decoration: none;
    text-shadow: #000 0px 0px 0px;
}

input[type=submit].adminbutton,
ul li a.adminbutton {
    color: white;
    background: #ff0606;
    /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fedfdf), to(#f66));
	background-image: -webkit-linear-gradient(top, #fedfdf, #f66);
	background-image: -moz-linear-gradient(top, #fedfdf, #f66);
	background-image: -ms-linear-gradient(top, #fedfdf, #f66);
	background-image: -o-linear-gradient(top, #fedfdf, #f66);
	background: linear-gradient(top, #fedfdf, #f66);
	*/
    /* text-shadow: #fedfdf 0px 1px 0px; */
}

input[type=submit].adminbutton:hover,
ul li a.adminbutton:hover {
    color: #fe2020;
    background: #fecccc;
    /*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fedfdf), to(#f66));
	background-image: -webkit-linear-gradient(top, #fe9999, #fedfdf);
	background-image: -moz-linear-gradient(top, #fe9999, #fedfdf);
	background-image: -ms-linear-gradient(top, #fe9999, #fedfdf);
	background-image: -o-linear-gradient(top, #fe9999, #fedfdf);
	background: linear-gradient(top, #fe9999, #fedfdf);
	*/
    /* text-shadow: #fedfdf 0px 1px 0px; */
}
/** Related **/

.related {
    clear: both;
    display: block;
}
/** Debugging **/

pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cake-debug-output {
    padding: 0;
    position: relative;
}

.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.cake-debug,
.cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}

.cake-error > a {
    text-shadow: none;
}

.cake-error {
    white-space: normal;
}

.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    border-radius: 4px;
}

.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    border-radius: 10px;
    margin: 0px 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}

.cake-code-dump pre {
    position: relative;
    overflow: auto;
}

.cake-context {
    margin-bottom: 10px;
}

.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}

.cake-stack-trace li {
    padding: 10px 5px 0px;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */

.cake-code-dump pre,
.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}

.code-coverage-results div.code-line {
    padding-left: 5px;
    display: block;
    margin-left: 10px;
}

.code-coverage-results div.uncovered span.content {
    background: #ecc;
}

.code-coverage-results div.covered span.content {
    background: #cec;
}

.code-coverage-results div.ignored span.content {
    color: #aaa;
}

.code-coverage-results span.line-num {
    color: #666;
    display: block;
    float: left;
    width: 20px;
    text-align: right;
    margin-right: 5px;
}

.code-coverage-results span.line-num strong {
    color: #666;
}

.code-coverage-results div.start {
    border: 1px solid #aaa;
    border-width: 1px 1px 0px 1px;
    margin-top: 30px;
    padding-top: 5px;
}

.code-coverage-results div.end {
    border: 1px solid #aaa;
    border-width: 0px 1px 1px 1px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.code-coverage-results div.realstart {
    margin-top: 0px;
}

.code-coverage-results p.note {
    color: #bbb;
    padding: 5px;
    margin: 5px 0 10px;
    font-size: 10px;
}

.code-coverage-results span.result-bad {
    color: #a00;
}

.code-coverage-results span.result-ok {
    color: #fa0;
}

.code-coverage-results span.result-good {
    color: #0a0;
}
/** Elements **/

#url-rewriting-warning {
    display: none;
}
