@CHARSET "UTF-8";
* {
    margin:0;
    padding:0;
}
body, table {
    font-size: 12px;
    font-family: arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: .2em 0 .2em 0;
    padding: .2em 0 .2em 0;
}
ul{
    margin: .8em 0 .8em 3em;
}
p{
    margin: 1.2em 0;
}
.wide {width: 100%;}
.half {width: 50%}
.safehalf {width: 49%}
.third {width: 33%}
.quarter {width: 25%}
.center {margin: auto;}
.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}
.fleft {float: left;}
.fright {float: right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix {height: 1%;}
.clear {height: 0; font-size: 0em; line-height: 0; clear:both;}
.block {display: block;}
.inline{display:inline;}
.hide {display: none;}
.show {display: block;}
.tnowrap {white-space: nowrap;}
.mtop1 {margin-top: 4px;}
.mtop2 {margin-top: 8px;}
.mtop3 {margin-top: 12px;}
.mtop4 {margin-top: 20px;}
.mbot1 {margin-bottom: 4px;}
.mbot2 {margin-bottom: 8px;}
.mbot3 {margin-bottom: 12px;}
.mbot4 {margin-bottom: 20px;}
.pcell {padding-right: 8px;}
a {
    color: #036;
    outline: 0;
}
a img {
    border:0 none;
}

fieldset {
    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 16px 20px;
}

fieldset legend {
    color: #2C6877;
    font-size: 160%;
    font-weight: bold;
}

div.radio legend {
    color: #000;
    font-size: 100%;
    font-weight: normal;
}
/*form div {
    vertical-align: text-top;
}*/
input, select {
    vertical-align:middle;
}

.quarter select {
    width: 98%;
}

div.input {
    margin: 0 0 1em 0;
}

form div.required {
    color: red;
    font-weight: bold;
}

form div.optional,form div.input {
    color: #444;
}

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

div.input label, div.radio legend {
    display: block;
    padding-right: 20px;
}

div.input input, div.input textarea {
    clear: both;
    display: block;
}
div.input textarea {
    width: 90%;
}

div.input select {
    clear: both;
    vertical-align: text-bottom;
    width: 98%;
}

div.input 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.input input[type=submit] {
    display: inline;
    padding: 2px 5px;
    width: auto;
    /*  font-size: 110%; */
    vertical-align: bottom;
}

input.text-tiny {
    width: 2em;
}
input.text-short {
    width: 8em;
}
input.text-medium {
    width: 16em;
}
input.text-long {
    width: 90%;
}

div.inline input, div.inline label {
    display: inline;
    clear:none;
}

div.radio fieldset {
  border: 0 none;
  margin:0;
  padding:0;
}

div.radio input, div.radio label{
  display: inline;
}
/*
fieldset.comboselect select {
    display: block;
    float:left;
    width: 33%;
    height: 10em;
}
fieldset.comboselect fieldset {
    display: block;
    float:left;
    width: 4em;
    height: 10em;
}
*/

/* Notices and Errors */
div.message,p.error,div.error-message {
    color: #900;
    font-weight: bold;
    margin: 0px 0px;
    padding: 0.5em;
    border: 1px solid #ccc;
    background: #F5F4EF;
}

div.error-message {
    clear: both;
}

div.error em {
    color: #003d4c;
}
/*div.error input {
    background:#F5F4EF;
}*/
span.notice {
    background: #DEE8F2;
    border: 2px solid #F7CD85;
    display: block;
    font-size: 140%;
    padding: 0.5em;
    margin: 1em 0;
    text-align: center;
}

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

pre.cake_debug {
    background: #ffcc00;
    /*  font-size: 120%; */
    line-height: 18px;
    margin: 4px 2px;
    overflow: auto;
    position: relative;
}

div.cake-stack-trace {
    background: #fff;
    color: #333;
    margin: 4px 2px;
    padding: 4px;
    /*  font-size: 120%; */
    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;
    /*  font-size: 12px; */
    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;
}
.tooltip {
    text-decoration: none;
    cursor: help;
}
#tooltip {
    background-color:#DEE8F2;
    border:1px solid #333;
    opacity:0.85;
    padding:5px;
    position:absolute;
    z-index:3000;
}
#tooltip h3, #tooltip div {
    margin:0;
    color: #000;
    font-family: arial, sans-serif;
}
.slide div {
    display:none;
}


