a {
    outline: 0;
}

.right { text-align: right; }
.left { text-align: left; }
.bold {font-weight: bold; }



/* PAGINATOR */
.paginator {
    padding-top: 10px;
    text-align: center;
}
.paginator .disabled {
    color: #aaa;
}
.pager {
    color: #2870BC;
    border-color: #94BAE1;
    border-width: 1px 0;
    border-style: solid;
    margin: 1em 0;
    padding: .5em 0;
}
.pager span a{
    padding: 1em;
    color: #2870BC;
    text-decoration: none;
}
.pager span.current a{
    text-decoration: underline;
}


/* Debugging */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
    text-align: left;
}

pre.cake_debug {
    background: #ffcc00;
    line-height: 18px;
    margin: 4px 2px;
    overflow: auto;
    position: relative;
}

div.cake-stack-trace {
    background: #fff;
    color: #333;
    margin: 4px 2px;
    padding: 4px;
    line-height: 18px;
    overflow: auto;
    position: relative;
}

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

div.cake-stack-trace pre,div.cake-code-dump pre {
    color: #000000;
    background-color: #F0F0F0;
    border: 1px dotted #606060;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
    clear: both;
    line-height: 5px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

div.cake-code-dump span.code-highlight {
    background-color: #FFFF00;
}

table.cake-sql-log{
    border-spacing: 1px;
    border: 0 none;
    text-align: left;
    vertical-align:top;
    font-size: 9px;
    background: #ccc;
}
table.cake-sql-log caption{
    margin: 2em 0 0 0;
    background:#c0c0c0;
    border-top: 1px solid #777;
}
table.cake-sql-log th{
    background:#ccc;
    font-weight: normal;
}
table.cake-sql-log td{
    background: #eee;
}

